Skip to content

Commit 9ad5259

Browse files
Bump sort-package-json from 3.2.1 to 3.3.0 (#807)
Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 3.2.1 to 3.3.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.3.0</h2> <h1><a href="https://github.com/keithamus/sort-package-json/compare/v3.2.2...v3.3.0">3.3.0</a> (2025-06-23)</h1> <h3>Features</h3> <ul> <li>support workspaces (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/369">#369</a>) (<a href="https://github.com/keithamus/sort-package-json/commit/41673dbadf46343ddf29ed71f44a4f39be4cf8f0">41673db</a>)</li> </ul> <h2>v3.2.2</h2> <h2><a href="https://github.com/keithamus/sort-package-json/compare/v3.2.1...v3.2.2">3.2.2</a> (2025-06-23)</h2> <h3>Bug Fixes</h3> <ul> <li>husky deprecation (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/370">#370</a>) (<a href="https://github.com/keithamus/sort-package-json/commit/140fcaab553d76f7385f7f113f757168464cd557">140fcaa</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/keithamus/sort-package-json/commit/41673dbadf46343ddf29ed71f44a4f39be4cf8f0"><code>41673db</code></a> feat: support workspaces (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/369">#369</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/140fcaab553d76f7385f7f113f757168464cd557"><code>140fcaa</code></a> fix: husky deprecation (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/370">#370</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/1c142c61f4cd370fc3b17f150927ed4d82efa6f3"><code>1c142c6</code></a> chore: remove <code>ncp</code> (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/366">#366</a>)</li> <li>See full diff in <a href="https://github.com/keithamus/sort-package-json/compare/v3.2.1...v3.3.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=3.2.1&new-version=3.3.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 bef12c5 commit 9ad5259

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.0",
60-
"sort-package-json": "^3.2.1",
60+
"sort-package-json": "^3.3.0",
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.0"
928-
sort-package-json: "npm:^3.2.1"
928+
sort-package-json: "npm:^3.3.0"
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.2.1":
5720-
version: 3.2.1
5721-
resolution: "sort-package-json@npm:3.2.1"
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"
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: 383a62dbea96a030e90f9c3ac42fa4fb7700904f125a50700a1f75b048bb319d4104c57a989ef8f7b7a8f1553fe7b10e49ebcfd13a5ca08658541fd0bdcd202f
5732+
checksum: 5b1d5ffc42e7da5e330731ea3bea5c21904d757670498eeafd2df653454094a5a41361721fb7ace407244229fcabffc3375323542fe3e7903f0f67117258c2a3
57335733
languageName: node
57345734
linkType: hard
57355735

0 commit comments

Comments
 (0)