Skip to content

Commit 73705dd

Browse files
Bump sort-package-json from 2.10.1 to 2.11.0 (#503)
Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 2.10.1 to 2.11.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.11.0</h2> <h1><a href="https://github.com/keithamus/sort-package-json/compare/v2.10.2...v2.11.0">2.11.0</a> (2024-11-19)</h1> <h3>Features</h3> <ul> <li>add dual CJS/ESM release support (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/316">#316</a>) (<a href="https://github.com/keithamus/sort-package-json/commit/57aebe2b068e6c3f9ba906c1ee88e03b20f2707e">57aebe2</a>)</li> </ul> <h2>v2.10.2</h2> <h2><a href="https://github.com/keithamus/sort-package-json/compare/v2.10.1...v2.10.2">2.10.2</a> (2024-11-19)</h2> <h3>Bug Fixes</h3> <ul> <li>use locale-independent comparison for sorting of overrides (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/327">#327</a>) (<a href="https://github.com/keithamus/sort-package-json/commit/5213340e10f46859edd90945c147d4a4324a6bd7">5213340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/keithamus/sort-package-json/commit/57aebe2b068e6c3f9ba906c1ee88e03b20f2707e"><code>57aebe2</code></a> feat: add dual CJS/ESM release support (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/316">#316</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/5213340e10f46859edd90945c147d4a4324a6bd7"><code>5213340</code></a> fix: use locale-independent comparison for sorting of overrides (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/327">#327</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/99a976083da59a1c1e8237b8a00794ecaaace49f"><code>99a9760</code></a> chore: switch to tinyglobby (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/326">#326</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/2611d16b354f0f0881ee8f4b66f138da4fd002e1"><code>2611d16</code></a> docs: document check/diff example for stdio usage (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/325">#325</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/ae5ba5f6ec3de7bf3869800cf95b021994708936"><code>ae5ba5f</code></a> build(deps): bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/320">#320</a>)</li> <li><a href="https://github.com/keithamus/sort-package-json/commit/b22b1fc6baba9c983c80269da1704b02864354e9"><code>b22b1fc</code></a> build(deps): bump micromatch from 4.0.5 to 4.0.8 (<a href="https://redirect.github.com/keithamus/sort-package-json/issues/324">#324</a>)</li> <li>See full diff in <a href="https://github.com/keithamus/sort-package-json/compare/v2.10.1...v2.11.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.10.1&new-version=2.11.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 b63a5da commit 73705dd

File tree

2 files changed

+38
-29
lines changed

2 files changed

+38
-29
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.10",
6060
"micromark-util-types": "^2.0.1",
6161
"prettier": "^3.3.3",
62-
"sort-package-json": "^2.10.1",
62+
"sort-package-json": "^2.11.0",
6363
"ts-jest": "^29.2.5",
6464
"ts-node": "^10.9.2",
6565
"tsc-alias": "^1.8.10",

yarn.lock

Lines changed: 37 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ __metadata:
836836
remark-gfm: "npm:^4.0.0"
837837
remark-parse: "npm:^11.0.0"
838838
remark-rehype: "npm:^11.1.1"
839-
sort-package-json: "npm:^2.10.1"
839+
sort-package-json: "npm:^2.11.0"
840840
ts-jest: "npm:^29.2.5"
841841
ts-node: "npm:^10.9.2"
842842
tsc-alias: "npm:^1.8.10"
@@ -2695,7 +2695,7 @@ __metadata:
26952695
languageName: node
26962696
linkType: hard
26972697

2698-
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.0, fast-glob@npm:^3.3.1":
2698+
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.1":
26992699
version: 3.3.2
27002700
resolution: "fast-glob@npm:3.3.2"
27012701
dependencies:
@@ -2740,6 +2740,18 @@ __metadata:
27402740
languageName: node
27412741
linkType: hard
27422742

2743+
"fdir@npm:^6.4.2":
2744+
version: 6.4.2
2745+
resolution: "fdir@npm:6.4.2"
2746+
peerDependencies:
2747+
picomatch: ^3 || ^4
2748+
peerDependenciesMeta:
2749+
picomatch:
2750+
optional: true
2751+
checksum: 34829886f34a3ca4170eca7c7180ec4de51a3abb4d380344063c0ae2e289b11d2ba8b724afee974598c83027fea363ff598caf2b51bc4e6b1e0d8b80cc530573
2752+
languageName: node
2753+
linkType: hard
2754+
27432755
"file-entry-cache@npm:^6.0.1":
27442756
version: 6.0.1
27452757
resolution: "file-entry-cache@npm:6.0.1"
@@ -3067,19 +3079,6 @@ __metadata:
30673079
languageName: node
30683080
linkType: hard
30693081

3070-
"globby@npm:^13.1.2":
3071-
version: 13.2.2
3072-
resolution: "globby@npm:13.2.2"
3073-
dependencies:
3074-
dir-glob: "npm:^3.0.1"
3075-
fast-glob: "npm:^3.3.0"
3076-
ignore: "npm:^5.2.4"
3077-
merge2: "npm:^1.4.1"
3078-
slash: "npm:^4.0.0"
3079-
checksum: a8d7cc7cbe5e1b2d0f81d467bbc5bc2eac35f74eaded3a6c85fc26d7acc8e6de22d396159db8a2fc340b8a342e74cac58de8f4aee74146d3d146921a76062664
3080-
languageName: node
3081-
linkType: hard
3082-
30833082
"gopd@npm:^1.0.1":
30843083
version: 1.0.1
30853084
resolution: "gopd@npm:1.0.1"
@@ -3325,7 +3324,7 @@ __metadata:
33253324
languageName: node
33263325
linkType: hard
33273326

3328-
"ignore@npm:^5.0.5, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1":
3327+
"ignore@npm:^5.0.5, ignore@npm:^5.2.0, ignore@npm:^5.3.1":
33293328
version: 5.3.1
33303329
resolution: "ignore@npm:5.3.1"
33313330
checksum: 703f7f45ffb2a27fb2c5a8db0c32e7dee66b33a225d28e8db4e1be6474795f606686a6e3bcc50e1aa12f2042db4c9d4a7d60af3250511de74620fbed052ea4cd
@@ -5584,6 +5583,13 @@ __metadata:
55845583
languageName: node
55855584
linkType: hard
55865585

5586+
"picomatch@npm:^4.0.2":
5587+
version: 4.0.2
5588+
resolution: "picomatch@npm:4.0.2"
5589+
checksum: 7c51f3ad2bb42c776f49ebf964c644958158be30d0a510efd5a395e8d49cb5acfed5b82c0c5b365523ce18e6ab85013c9ebe574f60305892ec3fa8eee8304ccc
5590+
languageName: node
5591+
linkType: hard
5592+
55875593
"pidtree@npm:~0.6.0":
55885594
version: 0.6.0
55895595
resolution: "pidtree@npm:0.6.0"
@@ -6090,13 +6096,6 @@ __metadata:
60906096
languageName: node
60916097
linkType: hard
60926098

6093-
"slash@npm:^4.0.0":
6094-
version: 4.0.0
6095-
resolution: "slash@npm:4.0.0"
6096-
checksum: b522ca75d80d107fd30d29df0549a7b2537c83c4c4ecd12cd7d4ea6c8aaca2ab17ada002e7a1d78a9d736a0261509f26ea5b489082ee443a3a810586ef8eff18
6097-
languageName: node
6098-
linkType: hard
6099-
61006099
"slice-ansi@npm:^5.0.0":
61016100
version: 5.0.0
61026101
resolution: "slice-ansi@npm:5.0.0"
@@ -6159,21 +6158,21 @@ __metadata:
61596158
languageName: node
61606159
linkType: hard
61616160

6162-
"sort-package-json@npm:^2.10.0, sort-package-json@npm:^2.10.1":
6163-
version: 2.10.1
6164-
resolution: "sort-package-json@npm:2.10.1"
6161+
"sort-package-json@npm:^2.10.0, sort-package-json@npm:^2.11.0":
6162+
version: 2.11.0
6163+
resolution: "sort-package-json@npm:2.11.0"
61656164
dependencies:
61666165
detect-indent: "npm:^7.0.1"
61676166
detect-newline: "npm:^4.0.0"
61686167
get-stdin: "npm:^9.0.0"
61696168
git-hooks-list: "npm:^3.0.0"
6170-
globby: "npm:^13.1.2"
61716169
is-plain-obj: "npm:^4.1.0"
61726170
semver: "npm:^7.6.0"
61736171
sort-object-keys: "npm:^1.1.3"
6172+
tinyglobby: "npm:^0.2.9"
61746173
bin:
61756174
sort-package-json: cli.js
6176-
checksum: 7511c57e4661be222bce68522fb90f72e77a2a4694d05df0e55e70e72736944371a4be82a7cb1be4402455bbfd23857b0fabae3bbe9a1ae1351ff7caac64a468
6175+
checksum: 97389864a7a1e7e42d777d88b4a0fee5843002a17fdb0f515a9a7d806538d28d06c2a29ce76c30c91bfe25d52395c54332d64fbee8f9b28c15eaedcf709b7768
61776176
languageName: node
61786177
linkType: hard
61796178

@@ -6499,6 +6498,16 @@ __metadata:
64996498
languageName: node
65006499
linkType: hard
65016500

6501+
"tinyglobby@npm:^0.2.9":
6502+
version: 0.2.10
6503+
resolution: "tinyglobby@npm:0.2.10"
6504+
dependencies:
6505+
fdir: "npm:^6.4.2"
6506+
picomatch: "npm:^4.0.2"
6507+
checksum: ce946135d39b8c0e394e488ad59f4092e8c4ecd675ef1bcd4585c47de1b325e61ec6adfbfbe20c3c2bfa6fd674c5b06de2a2e65c433f752ae170aff11793e5ef
6508+
languageName: node
6509+
linkType: hard
6510+
65026511
"tmpl@npm:1.0.5":
65036512
version: 1.0.5
65046513
resolution: "tmpl@npm:1.0.5"

0 commit comments

Comments
 (0)