Skip to content

Commit 1cdc136

Browse files
Bump sort-package-json from 2.11.0 to 2.12.0 (#692)
Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 2.11.0 to 2.12.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>v2.12.0</h2> <h1><a href="https://github.com/keithamus/sort-package-json/compare/v2.11.0...v2.12.0">2.12.0</a> (2024-11-23)</h1> <h3>Features</h3> <ul> <li>added support for ignore pattern to cli (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/329">#329</a>) (<a href="https://github.com/keithamus/sort-package-json/commit/0bf1155077882cf49c5664d4be65a570c30fc20a">0bf1155</a>), closes <a href="https://redirect.github.com/keithamus/sort-package-json/issues/328">#328</a> <a href="https://redirect.github.com/keithamus/sort-package-json/issues/328">#328</a> <a href="https://redirect.github.com/keithamus/sort-package-json/issues/328">#328</a> <a href="https://redirect.github.com/keithamus/sort-package-json/issues/328">#328</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/keithamus/sort-package-json/commit/0bf1155077882cf49c5664d4be65a570c30fc20a"><code>0bf1155</code></a> feat: added support for ignore pattern to cli (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/329">#329</a>)</li> <li>See full diff in <a href="https://github.com/keithamus/sort-package-json/compare/v2.11.0...v2.12.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=2.11.0&new-version=2.12.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 3ff1cd8 commit 1cdc136

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.7",
5959
"prettier": "^3.3.3",
60-
"sort-package-json": "^2.11.0",
60+
"sort-package-json": "^2.12.0",
6161
"ts-jest": "^29.2.5",
6262
"ts-node": "^10.9.2",
6363
"typescript": "^5.7.2",

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.7"
830830
prettier: "npm:^3.3.3"
831-
sort-package-json: "npm:^2.11.0"
831+
sort-package-json: "npm:^2.12.0"
832832
ts-jest: "npm:^29.2.5"
833833
ts-node: "npm:^10.9.2"
834834
typescript: "npm:^5.7.2"
@@ -5537,9 +5537,9 @@ __metadata:
55375537
languageName: node
55385538
linkType: hard
55395539

5540-
"sort-package-json@npm:^2.10.0, sort-package-json@npm:^2.11.0":
5541-
version: 2.11.0
5542-
resolution: "sort-package-json@npm:2.11.0"
5540+
"sort-package-json@npm:^2.10.0, sort-package-json@npm:^2.12.0":
5541+
version: 2.12.0
5542+
resolution: "sort-package-json@npm:2.12.0"
55435543
dependencies:
55445544
detect-indent: "npm:^7.0.1"
55455545
detect-newline: "npm:^4.0.0"
@@ -5551,7 +5551,7 @@ __metadata:
55515551
tinyglobby: "npm:^0.2.9"
55525552
bin:
55535553
sort-package-json: cli.js
5554-
checksum: 97389864a7a1e7e42d777d88b4a0fee5843002a17fdb0f515a9a7d806538d28d06c2a29ce76c30c91bfe25d52395c54332d64fbee8f9b28c15eaedcf709b7768
5554+
checksum: 3c6b31068cfdd06a09993fa149e23d52ba33fe4cb54868aef06c4e589a1ad701b2cd74ff552749d06fbc2c64183fe0a0aee82fbef312f7f3cc14dd043430dc8f
55555555
languageName: node
55565556
linkType: hard
55575557

0 commit comments

Comments
 (0)