Skip to content

Commit 7c5d8e8

Browse files
Bump sort-package-json from 3.1.0 to 3.2.0 (#579)
Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 3.1.0 to 3.2.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.2.0</h2> <h1><a href="https://github.com/keithamus/sort-package-json/compare/v3.1.0...v3.2.0">3.2.0</a> (2025-05-04)</h1> <h3>Features</h3> <ul> <li>sort dependencies with npm algorithm, sort npm Overrides key (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/358">#358</a>) (<a href="https://github.com/keithamus/sort-package-json/commit/27e4b7bf4d1357c43c147861b76fcf0f79c661d5">27e4b7b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/keithamus/sort-package-json/commit/27e4b7bf4d1357c43c147861b76fcf0f79c661d5"><code>27e4b7b</code></a> feat: sort dependencies with npm algorithm, sort npm Overrides key (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/358">#358</a>)</li> <li>See full diff in <a href="https://github.com/keithamus/sort-package-json/compare/v3.1.0...v3.2.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.1.0&new-version=3.2.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 5c90d37 commit 7c5d8e8

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
@@ -59,7 +59,7 @@
5959
"lint-staged": "^15.5.1",
6060
"micromark-util-types": "^2.0.2",
6161
"prettier": "^3.5.3",
62-
"sort-package-json": "^3.1.0",
62+
"sort-package-json": "^3.2.0",
6363
"ts-jest": "^29.3.2",
6464
"ts-node": "^10.9.2",
6565
"tsc-alias": "^1.8.15",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ __metadata:
836836
remark-gfm: "npm:^4.0.1"
837837
remark-parse: "npm:^11.0.0"
838838
remark-rehype: "npm:^11.1.2"
839-
sort-package-json: "npm:^3.1.0"
839+
sort-package-json: "npm:^3.2.0"
840840
ts-jest: "npm:^29.3.2"
841841
ts-node: "npm:^10.9.2"
842842
tsc-alias: "npm:^1.8.15"
@@ -6495,9 +6495,9 @@ __metadata:
64956495
languageName: node
64966496
linkType: hard
64976497

6498-
"sort-package-json@npm:^3.0.0, sort-package-json@npm:^3.1.0":
6499-
version: 3.1.0
6500-
resolution: "sort-package-json@npm:3.1.0"
6498+
"sort-package-json@npm:^3.0.0, sort-package-json@npm:^3.2.0":
6499+
version: 3.2.0
6500+
resolution: "sort-package-json@npm:3.2.0"
65016501
dependencies:
65026502
detect-indent: "npm:^7.0.1"
65036503
detect-newline: "npm:^4.0.1"
@@ -6508,7 +6508,7 @@ __metadata:
65086508
tinyglobby: "npm:^0.2.12"
65096509
bin:
65106510
sort-package-json: cli.js
6511-
checksum: 0495f36e0ff40e23ce1fb18e303d4f3f8d930bc12a1d8c8e152a9a10af70ab89dbb80256b442660da24bd29ca6c35a97ef17148b5429e60def2a6c699031225b
6511+
checksum: 14c210c6f07ae326cebd006a9d5bbe76951d7689124806abc70a668124cd380e0488be0a351b22274e5e5a8862255e70c9c985fc9fe512e9c2a78a51218601bc
65126512
languageName: node
65136513
linkType: hard
65146514

0 commit comments

Comments
 (0)