Commit 9983ab8
authored
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 < 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 < 20</li>
<li><a href="https://github.com/keithamus/sort-package-json/commit/8b701c74b2a4ff81d345772837d937097c686dbc"><code>8b701c7</code></a> chore: drop support for Node.js<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 />
[](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
2 files changed
+320
-267
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments