Skip to content

Commit 9983ab8

Browse files
Bump sort-package-json from 2.15.1 to 3.0.0 (#744)
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 3165496 commit 9983ab8

File tree

2 files changed

+320
-267
lines changed

2 files changed

+320
-267
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"devDependencies": {
4343
"@babel/core": "^7.26.9",
44-
"@labforward/config": "~0.1.6",
45-
"@labforward/eslint-config-node": "~0.1.7",
44+
"@labforward/config": "^0.1.8",
45+
"@labforward/eslint-config-node": "^0.1.8",
4646
"@types/jest": "^29.5.14",
4747
"@types/lodash": "^4.17.16",
4848
"@types/node": "^22.13.9",
@@ -57,7 +57,7 @@
5757
"lodash": "^4.17.21",
5858
"nodemon": "^3.1.9",
5959
"prettier": "^3.5.3",
60-
"sort-package-json": "^2.15.1",
60+
"sort-package-json": "^3.0.0",
6161
"ts-jest": "^29.2.6",
6262
"ts-node": "^10.9.2",
6363
"typescript": "^5.8.2",

0 commit comments

Comments
 (0)