Skip to content

Commit 70fb067

Browse files
Bump sort-package-json from 2.10.0 to 2.10.1 (#458)
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 6b889aa commit 70fb067

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.2.9",
6060
"micromark-util-types": "^2.0.0",
6161
"prettier": "^3.3.3",
62-
"sort-package-json": "^2.10.0",
62+
"sort-package-json": "^2.10.1",
6363
"ts-jest": "^29.2.4",
6464
"ts-node": "^10.9.2",
6565
"tsc-alias": "^1.8.10",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ __metadata:
856856
remark-gfm: "npm:^4.0.0"
857857
remark-parse: "npm:^11.0.0"
858858
remark-rehype: "npm:^11.1.0"
859-
sort-package-json: "npm:^2.10.0"
859+
sort-package-json: "npm:^2.10.1"
860860
ts-jest: "npm:^29.2.4"
861861
ts-node: "npm:^10.9.2"
862862
tsc-alias: "npm:^1.8.10"
@@ -6233,9 +6233,9 @@ __metadata:
62336233
languageName: node
62346234
linkType: hard
62356235

6236-
"sort-package-json@npm:^2.10.0":
6237-
version: 2.10.0
6238-
resolution: "sort-package-json@npm:2.10.0"
6236+
"sort-package-json@npm:^2.10.0, sort-package-json@npm:^2.10.1":
6237+
version: 2.10.1
6238+
resolution: "sort-package-json@npm:2.10.1"
62396239
dependencies:
62406240
detect-indent: "npm:^7.0.1"
62416241
detect-newline: "npm:^4.0.0"
@@ -6247,7 +6247,7 @@ __metadata:
62476247
sort-object-keys: "npm:^1.1.3"
62486248
bin:
62496249
sort-package-json: cli.js
6250-
checksum: f3325c402cd63fa42947e3861fde0ed26c742bb1db9011d4a4111f2a27427ec778ce8223af5c5dd8fcdb1cf49a1ff55d7e5323fb187d29811cd99e503a80fe26
6250+
checksum: 7511c57e4661be222bce68522fb90f72e77a2a4694d05df0e55e70e72736944371a4be82a7cb1be4402455bbfd23857b0fabae3bbe9a1ae1351ff7caac64a468
62516251
languageName: node
62526252
linkType: hard
62536253

0 commit comments

Comments
 (0)