Skip to content

Commit 08e4974

Browse files
Bump sort-package-json from 3.2.0 to 3.2.1 (#772)
Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 3.2.0 to 3.2.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.2.1</h2> <h2><a href="https://github.com/keithamus/sort-package-json/compare/v3.2.0...v3.2.1">3.2.1</a> (2025-05-08)</h2> <h3>Bug Fixes</h3> <ul> <li>prevent sorting when npm-run-all2 is used (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/361">#361</a>) (<a href="https://github.com/keithamus/sort-package-json/commit/aa6774ad937feb83178c8bc981f08305e1d22b5c">aa6774a</a>), closes <a href="https://redirect.github.com/keithamus/sort-package-json/issues/359">#359</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/keithamus/sort-package-json/commit/aa6774ad937feb83178c8bc981f08305e1d22b5c"><code>aa6774a</code></a> fix: prevent sorting when npm-run-all2 is used (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/361">#361</a>)</li> <li>See full diff in <a href="https://github.com/keithamus/sort-package-json/compare/v3.2.0...v3.2.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.2.0&new-version=3.2.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 a6fb2c3 commit 08e4974

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.5.3",
60-
"sort-package-json": "^3.2.0",
60+
"sort-package-json": "^3.2.1",
6161
"ts-jest": "^29.3.2",
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
@@ -828,7 +828,7 @@ __metadata:
828828
lodash: "npm:^4.17.21"
829829
nodemon: "npm:^3.1.10"
830830
prettier: "npm:^3.5.3"
831-
sort-package-json: "npm:^3.2.0"
831+
sort-package-json: "npm:^3.2.1"
832832
ts-jest: "npm:^29.3.2"
833833
ts-node: "npm:^10.9.2"
834834
typescript: "npm:^5.8.3"
@@ -5569,9 +5569,9 @@ __metadata:
55695569
languageName: node
55705570
linkType: hard
55715571

5572-
"sort-package-json@npm:^3.0.0, sort-package-json@npm:^3.2.0":
5573-
version: 3.2.0
5574-
resolution: "sort-package-json@npm:3.2.0"
5572+
"sort-package-json@npm:^3.0.0, sort-package-json@npm:^3.2.1":
5573+
version: 3.2.1
5574+
resolution: "sort-package-json@npm:3.2.1"
55755575
dependencies:
55765576
detect-indent: "npm:^7.0.1"
55775577
detect-newline: "npm:^4.0.1"
@@ -5582,7 +5582,7 @@ __metadata:
55825582
tinyglobby: "npm:^0.2.12"
55835583
bin:
55845584
sort-package-json: cli.js
5585-
checksum: 14c210c6f07ae326cebd006a9d5bbe76951d7689124806abc70a668124cd380e0488be0a351b22274e5e5a8862255e70c9c985fc9fe512e9c2a78a51218601bc
5585+
checksum: 383a62dbea96a030e90f9c3ac42fa4fb7700904f125a50700a1f75b048bb319d4104c57a989ef8f7b7a8f1553fe7b10e49ebcfd13a5ca08658541fd0bdcd202f
55865586
languageName: node
55875587
linkType: hard
55885588

0 commit comments

Comments
 (0)