Skip to content

Commit 3bca950

Browse files
Bump sort-package-json from 2.10.0 to 2.10.1 (#637)
Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 2.10.0 to 2.10.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>v2.10.1</h2> <h2><a href="https://github.com/keithamus/sort-package-json/compare/v2.10.0...v2.10.1">2.10.1</a> (2024-08-22)</h2> <h3>Bug Fixes</h3> <ul> <li>support for sorting dependenciesMeta in Yarn berry (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/323">#323</a>) (<a href="https://github.com/keithamus/sort-package-json/commit/7e1dd1fff32f07cd8374fc4676ceda0d032e60ac">7e1dd1f</a>)</li> <li>support tab indent (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/318">#318</a>) (<a href="https://github.com/keithamus/sort-package-json/commit/0cd7ec7953c98a6808b2cdc0d118fb48ff6a1367">0cd7ec7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/keithamus/sort-package-json/commit/92de3ef894435e402d76ae1e8444c4683a46ea2c"><code>92de3ef</code></a> chore: update release workflow, drop global npm install</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/7e1dd1fff32f07cd8374fc4676ceda0d032e60ac"><code>7e1dd1f</code></a> fix: support for sorting dependenciesMeta in Yarn berry (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/323">#323</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/d4bd8e25bdaf1cfd72649721d3e79e554d13f3a5"><code>d4bd8e2</code></a> Create LICENSE</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/0cd7ec7953c98a6808b2cdc0d118fb48ff6a1367"><code>0cd7ec7</code></a> fix: support tab indent (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/318">#318</a>)</li> <li>See full diff in <a href="https://github.com/keithamus/sort-package-json/compare/v2.10.0...v2.10.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=2.10.0&new-version=2.10.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 0cf749b commit 3bca950

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.4",
5959
"prettier": "^3.3.3",
60-
"sort-package-json": "^2.10.0",
60+
"sort-package-json": "^2.10.1",
6161
"ts-jest": "^29.2.4",
6262
"ts-node": "^10.9.2",
6363
"typescript": "^5.5.4",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ __metadata:
848848
lodash: "npm:^4.17.21"
849849
nodemon: "npm:^3.1.4"
850850
prettier: "npm:^3.3.3"
851-
sort-package-json: "npm:^2.10.0"
851+
sort-package-json: "npm:^2.10.1"
852852
ts-jest: "npm:^29.2.4"
853853
ts-node: "npm:^10.9.2"
854854
typescript: "npm:^5.5.4"
@@ -5605,9 +5605,9 @@ __metadata:
56055605
languageName: node
56065606
linkType: hard
56075607

5608-
"sort-package-json@npm:^2.10.0":
5609-
version: 2.10.0
5610-
resolution: "sort-package-json@npm:2.10.0"
5608+
"sort-package-json@npm:^2.10.0, sort-package-json@npm:^2.10.1":
5609+
version: 2.10.1
5610+
resolution: "sort-package-json@npm:2.10.1"
56115611
dependencies:
56125612
detect-indent: "npm:^7.0.1"
56135613
detect-newline: "npm:^4.0.0"
@@ -5619,7 +5619,7 @@ __metadata:
56195619
sort-object-keys: "npm:^1.1.3"
56205620
bin:
56215621
sort-package-json: cli.js
5622-
checksum: f3325c402cd63fa42947e3861fde0ed26c742bb1db9011d4a4111f2a27427ec778ce8223af5c5dd8fcdb1cf49a1ff55d7e5323fb187d29811cd99e503a80fe26
5622+
checksum: 7511c57e4661be222bce68522fb90f72e77a2a4694d05df0e55e70e72736944371a4be82a7cb1be4402455bbfd23857b0fabae3bbe9a1ae1351ff7caac64a468
56235623
languageName: node
56245624
linkType: hard
56255625

0 commit comments

Comments
 (0)