Skip to content

Commit bf8d8ad

Browse files
Bump sort-package-json from 2.14.0 to 2.15.0 (#737)
Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 2.14.0 to 2.15.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.15.0</h2> <h1><a href="https://github.com/keithamus/sort-package-json/compare/v2.14.0...v2.15.0">2.15.0</a> (2025-02-26)</h1> <h3>Features</h3> <ul> <li>support yarn's <code>stableVersion</code> (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/335">#335</a>) (<a href="https://github.com/keithamus/sort-package-json/commit/e9ab5c61294ee174a1cbd78bc6dffc235c47c8e4">e9ab5c6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/keithamus/sort-package-json/commit/e9ab5c61294ee174a1cbd78bc6dffc235c47c8e4"><code>e9ab5c6</code></a> feat: support yarn's <code>stableVersion</code> (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/335">#335</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/5e388ef4422ff8abdb7fa646e8915ad56264ce39"><code>5e388ef</code></a> build(deps-dev): bump esbuild from 0.20.2 to 0.25.0 (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/334">#334</a>)</li> <li>See full diff in <a href="https://github.com/keithamus/sort-package-json/compare/v2.14.0...v2.15.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.14.0&new-version=2.15.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 c5ee5f9 commit bf8d8ad

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.9",
5959
"prettier": "^3.5.2",
60-
"sort-package-json": "^2.14.0",
60+
"sort-package-json": "^2.15.0",
6161
"ts-jest": "^29.2.6",
6262
"ts-node": "^10.9.2",
6363
"typescript": "^5.7.3",

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.9"
830830
prettier: "npm:^3.5.2"
831-
sort-package-json: "npm:^2.14.0"
831+
sort-package-json: "npm:^2.15.0"
832832
ts-jest: "npm:^29.2.6"
833833
ts-node: "npm:^10.9.2"
834834
typescript: "npm:^5.7.3"
@@ -5530,9 +5530,9 @@ __metadata:
55305530
languageName: node
55315531
linkType: hard
55325532

5533-
"sort-package-json@npm:^2.10.0, sort-package-json@npm:^2.14.0":
5534-
version: 2.14.0
5535-
resolution: "sort-package-json@npm:2.14.0"
5533+
"sort-package-json@npm:^2.10.0, sort-package-json@npm:^2.15.0":
5534+
version: 2.15.0
5535+
resolution: "sort-package-json@npm:2.15.0"
55365536
dependencies:
55375537
detect-indent: "npm:^7.0.1"
55385538
detect-newline: "npm:^4.0.0"
@@ -5544,7 +5544,7 @@ __metadata:
55445544
tinyglobby: "npm:^0.2.9"
55455545
bin:
55465546
sort-package-json: cli.js
5547-
checksum: bcc114a3b5e11d4539ba46dd4eeda6d6909202cb1a9526c230850f1edfdfcf8712e9479b71f98d8f6cb8554740294acdfcaae84461dcecd90592867e1ba90924
5547+
checksum: 6d501750cfeb31bf39133508d2c0808d31a100a1a48280d9a32a989bd172fcf35ec785ad566d73046c604ee535cbb1e2641d3ede5ebdeb2c13efcb59d41d6178
55485548
languageName: node
55495549
linkType: hard
55505550

0 commit comments

Comments
 (0)