Skip to content

Commit b904ba4

Browse files
Bump sort-package-json from 3.3.0 to 3.3.1 (#811)
Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 3.3.0 to 3.3.1. <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.3.1</h2> <h2><a href="https://github.com/keithamus/sort-package-json/compare/v3.3.0...v3.3.1">3.3.1</a> (2025-06-25)</h2> <h3>Bug Fixes</h3> <ul> <li>add engines key - support node 20+ (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/372">#372</a>) (<a href="https://github.com/keithamus/sort-package-json/commit/7dc1dfdfc951870a7e6d64549808262075869673">7dc1dfd</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/keithamus/sort-package-json/commit/7dc1dfdfc951870a7e6d64549808262075869673"><code>7dc1dfd</code></a> fix: add engines key - support node 20+ (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/372">#372</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/7d1dd6284fa8f9a0136608a2bda9e47b380448c3"><code>7d1dd62</code></a> chore: migrate type tests to TSTyche (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/364">#364</a>)</li> <li>See full diff in <a href="https://github.com/keithamus/sort-package-json/compare/v3.3.0...v3.3.1">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=3.3.0&new-version=3.3.1)](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 2665375 commit b904ba4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"lodash": "^4.17.21",
5858
"nodemon": "^3.1.10",
5959
"prettier": "^3.6.1",
60-
"sort-package-json": "^3.3.0",
60+
"sort-package-json": "^3.3.1",
6161
"ts-jest": "^29.4.0",
6262
"ts-node": "^10.9.2",
6363
"typescript": "^5.8.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ __metadata:
925925
lodash: "npm:^4.17.21"
926926
nodemon: "npm:^3.1.10"
927927
prettier: "npm:^3.6.1"
928-
sort-package-json: "npm:^3.3.0"
928+
sort-package-json: "npm:^3.3.1"
929929
ts-jest: "npm:^29.4.0"
930930
ts-node: "npm:^10.9.2"
931931
typescript: "npm:^5.8.3"
@@ -5716,9 +5716,9 @@ __metadata:
57165716
languageName: node
57175717
linkType: hard
57185718

5719-
"sort-package-json@npm:^3.0.0, sort-package-json@npm:^3.3.0":
5720-
version: 3.3.0
5721-
resolution: "sort-package-json@npm:3.3.0"
5719+
"sort-package-json@npm:^3.0.0, sort-package-json@npm:^3.3.1":
5720+
version: 3.3.1
5721+
resolution: "sort-package-json@npm:3.3.1"
57225722
dependencies:
57235723
detect-indent: "npm:^7.0.1"
57245724
detect-newline: "npm:^4.0.1"
@@ -5729,7 +5729,7 @@ __metadata:
57295729
tinyglobby: "npm:^0.2.12"
57305730
bin:
57315731
sort-package-json: cli.js
5732-
checksum: 5b1d5ffc42e7da5e330731ea3bea5c21904d757670498eeafd2df653454094a5a41361721fb7ace407244229fcabffc3375323542fe3e7903f0f67117258c2a3
5732+
checksum: ea2839b46f6f78ba41515a3d77d81aa29ec450270d3d3480480a3a2ac8a0fd1c43b55d267d138a07f9850dc62dcfbdeeebd391a2a6048e9706b9962f5bf20d8a
57335733
languageName: node
57345734
linkType: hard
57355735

0 commit comments

Comments
 (0)