Skip to content

Commit f35088e

Browse files
Bump sort-package-json from 2.15.1 to 3.0.0 (#554)
Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 2.15.1 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/keithamus/sort-package-json/releases">sort-package-json's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <h1><a href="https://github.com/keithamus/sort-package-json/compare/v2.15.1...v3.0.0">3.0.0</a> (2025-03-04)</h1> <ul> <li>chore!: drop support for Node &lt; 20 (<a href="https://github.com/keithamus/sort-package-json/commit/24d9da554dcc11d303ab96d2bffcc5fa164f5775">24d9da5</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>This drops support for Node v12.x - v18.x. The minimum supported version is now v20.x. If you're using one of these versions please consider upgrading your Node distribution, or continue to use <a href="https://github.com/keithamus/sort-package-json/releases/tag/v2.15.1"><code>[email protected]</code></a>.</li> </ul> <p>This change contains no other substantial changes. For users of Node v20.x and above, this version is identical to <code>2.15.1</code>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/keithamus/sort-package-json/commit/24d9da554dcc11d303ab96d2bffcc5fa164f5775"><code>24d9da5</code></a> chore!: drop support for Node &lt; 20</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/8b701c74b2a4ff81d345772837d937097c686dbc"><code>8b701c7</code></a> chore: drop support for Node.js&lt;20 (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/344">#344</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/43ee7e7f613d113e0621d78195158cfe1dd9df1f"><code>43ee7e7</code></a> refactor: simplify <code>getPackageName</code> and fix tests (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/347">#347</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/18905e89e99fdb217aaa07bd0a1e74d2cb1fa9e2"><code>18905e8</code></a> refactor: move CommonJS entry from <code>cjs/index.js</code> to <code>index.cjs</code> (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/346">#346</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/ec2ff0cdbb4e1d6db3509b65249b3e146fc9e27a"><code>ec2ff0c</code></a> chore: update <code>commitlint</code> to v19 (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/343">#343</a>)</li> <li>See full diff in <a href="https://github.com/keithamus/sort-package-json/compare/v2.15.1...v3.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sort-package-json&package-manager=npm_and_yarn&previous-version=2.15.1&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 54a730b commit f35088e

File tree

2 files changed

+31
-13
lines changed

2 files changed

+31
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"lint-staged": "^15.4.3",
6060
"micromark-util-types": "^2.0.2",
6161
"prettier": "^3.5.3",
62-
"sort-package-json": "^2.15.1",
62+
"sort-package-json": "^3.0.0",
6363
"ts-jest": "^29.2.6",
6464
"ts-node": "^10.9.2",
6565
"tsc-alias": "^1.8.11",

yarn.lock

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ __metadata:
836836
remark-gfm: "npm:^4.0.1"
837837
remark-parse: "npm:^11.0.0"
838838
remark-rehype: "npm:^11.1.1"
839-
sort-package-json: "npm:^2.15.1"
839+
sort-package-json: "npm:^3.0.0"
840840
ts-jest: "npm:^29.2.6"
841841
ts-node: "npm:^10.9.2"
842842
tsc-alias: "npm:^1.8.11"
@@ -2063,7 +2063,7 @@ __metadata:
20632063
languageName: node
20642064
linkType: hard
20652065

2066-
"detect-newline@npm:^4.0.0":
2066+
"detect-newline@npm:^4.0.0, detect-newline@npm:^4.0.1":
20672067
version: 4.0.1
20682068
resolution: "detect-newline@npm:4.0.1"
20692069
checksum: 1cc1082e88ad477f30703ae9f23bd3e33816ea2db6a35333057e087d72d466f5a777809b71f560118ecff935d2c712f5b59e1008a8b56a900909d8fd4621c603
@@ -2740,15 +2740,15 @@ __metadata:
27402740
languageName: node
27412741
linkType: hard
27422742

2743-
"fdir@npm:^6.4.2":
2744-
version: 6.4.2
2745-
resolution: "fdir@npm:6.4.2"
2743+
"fdir@npm:^6.4.3":
2744+
version: 6.4.3
2745+
resolution: "fdir@npm:6.4.3"
27462746
peerDependencies:
27472747
picomatch: ^3 || ^4
27482748
peerDependenciesMeta:
27492749
picomatch:
27502750
optional: true
2751-
checksum: 34829886f34a3ca4170eca7c7180ec4de51a3abb4d380344063c0ae2e289b11d2ba8b724afee974598c83027fea363ff598caf2b51bc4e6b1e0d8b80cc530573
2751+
checksum: d13c10120e9625adf21d8d80481586200759928c19405a816b77dd28eaeb80e7c59c5def3e2941508045eb06d34eb47fad865ccc8bf98e6ab988bb0ed160fb6f
27522752
languageName: node
27532753
linkType: hard
27542754

@@ -6151,7 +6151,7 @@ __metadata:
61516151
languageName: node
61526152
linkType: hard
61536153

6154-
"sort-package-json@npm:^2.10.0, sort-package-json@npm:^2.15.1":
6154+
"sort-package-json@npm:^2.10.0":
61556155
version: 2.15.1
61566156
resolution: "sort-package-json@npm:2.15.1"
61576157
dependencies:
@@ -6169,6 +6169,24 @@ __metadata:
61696169
languageName: node
61706170
linkType: hard
61716171

6172+
"sort-package-json@npm:^3.0.0":
6173+
version: 3.0.0
6174+
resolution: "sort-package-json@npm:3.0.0"
6175+
dependencies:
6176+
detect-indent: "npm:^7.0.1"
6177+
detect-newline: "npm:^4.0.1"
6178+
get-stdin: "npm:^9.0.0"
6179+
git-hooks-list: "npm:^3.0.0"
6180+
is-plain-obj: "npm:^4.1.0"
6181+
semver: "npm:^7.7.1"
6182+
sort-object-keys: "npm:^1.1.3"
6183+
tinyglobby: "npm:^0.2.12"
6184+
bin:
6185+
sort-package-json: cli.js
6186+
checksum: ff5c6ef4e83b01bb0fc01e6fc2eb495cd75c2f088e6f757f32d78d92cb945f37aceff799146aaa38e3bab661edf2260437e0fadd1b54814f0b50337c8bc33016
6187+
languageName: node
6188+
linkType: hard
6189+
61726190
"source-map-support@npm:0.5.13":
61736191
version: 0.5.13
61746192
resolution: "source-map-support@npm:0.5.13"
@@ -6491,13 +6509,13 @@ __metadata:
64916509
languageName: node
64926510
linkType: hard
64936511

6494-
"tinyglobby@npm:^0.2.9":
6495-
version: 0.2.10
6496-
resolution: "tinyglobby@npm:0.2.10"
6512+
"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.9":
6513+
version: 0.2.12
6514+
resolution: "tinyglobby@npm:0.2.12"
64976515
dependencies:
6498-
fdir: "npm:^6.4.2"
6516+
fdir: "npm:^6.4.3"
64996517
picomatch: "npm:^4.0.2"
6500-
checksum: ce946135d39b8c0e394e488ad59f4092e8c4ecd675ef1bcd4585c47de1b325e61ec6adfbfbe20c3c2bfa6fd674c5b06de2a2e65c433f752ae170aff11793e5ef
6518+
checksum: 7c9be4fd3625630e262dcb19015302aad3b4ba7fc620f269313e688f2161ea8724d6cb4444baab5ef2826eb6bed72647b169a33ec8eea37501832a2526ff540f
65016519
languageName: node
65026520
linkType: hard
65036521

0 commit comments

Comments
 (0)