Skip to content

Commit 1ba0575

Browse files
Bump sort-package-json from 3.3.1 to 3.4.0 (#626)
Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 3.3.1 to 3.4.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.4.0</h2> <h1><a href="https://github.com/keithamus/sort-package-json/compare/v3.3.1...v3.4.0">3.4.0</a> (2025-07-02)</h1> <h3>Features</h3> <ul> <li>remove workspaces array sort (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/373">#373</a>) (<a href="https://github.com/keithamus/sort-package-json/commit/a03895650fb6fe155af6c2c03491de9bc492fdab">a038956</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/keithamus/sort-package-json/commit/a03895650fb6fe155af6c2c03491de9bc492fdab"><code>a038956</code></a> feat: remove workspaces array sort (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/373">#373</a>)</li> <li>See full diff in <a href="https://github.com/keithamus/sort-package-json/compare/v3.3.1...v3.4.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.3.1&new-version=3.4.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 0bda94e commit 1ba0575

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": "^16.1.2",
6060
"micromark-util-types": "^2.0.2",
6161
"prettier": "^3.6.2",
62-
"sort-package-json": "^3.3.1",
62+
"sort-package-json": "^3.4.0",
6363
"ts-jest": "^29.4.0",
6464
"ts-node": "^10.9.2",
6565
"tsc-alias": "^1.8.16",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ __metadata:
933933
remark-gfm: "npm:^4.0.1"
934934
remark-parse: "npm:^11.0.0"
935935
remark-rehype: "npm:^11.1.2"
936-
sort-package-json: "npm:^3.3.1"
936+
sort-package-json: "npm:^3.4.0"
937937
ts-jest: "npm:^29.4.0"
938938
ts-node: "npm:^10.9.2"
939939
tsc-alias: "npm:^1.8.16"
@@ -6611,9 +6611,9 @@ __metadata:
66116611
languageName: node
66126612
linkType: hard
66136613

6614-
"sort-package-json@npm:^3.0.0, sort-package-json@npm:^3.3.1":
6615-
version: 3.3.1
6616-
resolution: "sort-package-json@npm:3.3.1"
6614+
"sort-package-json@npm:^3.0.0, sort-package-json@npm:^3.4.0":
6615+
version: 3.4.0
6616+
resolution: "sort-package-json@npm:3.4.0"
66176617
dependencies:
66186618
detect-indent: "npm:^7.0.1"
66196619
detect-newline: "npm:^4.0.1"
@@ -6624,7 +6624,7 @@ __metadata:
66246624
tinyglobby: "npm:^0.2.12"
66256625
bin:
66266626
sort-package-json: cli.js
6627-
checksum: ea2839b46f6f78ba41515a3d77d81aa29ec450270d3d3480480a3a2ac8a0fd1c43b55d267d138a07f9850dc62dcfbdeeebd391a2a6048e9706b9962f5bf20d8a
6627+
checksum: 1adb7860eee770fa51ac1c810c2fa2483ab47bf150d1fc2437ef28314ee928142a51245ba22aac8a8c662f431609fc633d404bcdd93acbf54d5a056253741218
66286628
languageName: node
66296629
linkType: hard
66306630

0 commit comments

Comments
 (0)