Skip to content

Commit a61e725

Browse files
authoredMar 7, 2025··
fix(deps): update dependency sort-package-json to v3 (#939)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sort-package-json](https://redirect.github.com/keithamus/sort-package-json) | [`^2.12.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/sort-package-json/2.15.1/3.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sort-package-json/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sort-package-json/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sort-package-json/2.15.1/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sort-package-json/2.15.1/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>keithamus/sort-package-json (sort-package-json)</summary> ### [`v3.0.0`](https://redirect.github.com/keithamus/sort-package-json/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/keithamus/sort-package-json/compare/v2.15.1...v3.0.0) - chore!: drop support for Node < 20 ([24d9da5](https://redirect.github.com/keithamus/sort-package-json/commit/24d9da554dcc11d303ab96d2bffcc5fa164f5775)) ##### BREAKING CHANGES - This drops support for Node v12.x - v18.x. The minimum supported version is now v20.x. If you're using one of these versions please consider upgrading your Node distribution, or continue to use [`sort-package-json@2.15.1`](https://redirect.github.com/keithamus/sort-package-json/releases/tag/v2.15.1). This change contains no other substantial changes. For users of Node v20.x and above, this version is identical to `2.15.1`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/eslint-plugin-package-json). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3be6bf5 commit a61e725

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"package-json-validator": "^0.10.0",
6262
"semver": "^7.5.4",
6363
"sort-object-keys": "^1.1.3",
64-
"sort-package-json": "^2.12.0",
64+
"sort-package-json": "^3.0.0",
6565
"validate-npm-package-name": "^6.0.0"
6666
},
6767
"devDependencies": {

‎pnpm-lock.yaml

+17-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.