Commit 6599a2d
authored
Bump sort-package-json from 2.10.1 to 2.11.0 (#691)
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 />
[](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 8760008 commit 6599a2d
2 files changed
+38
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
831 | | - | |
| 831 | + | |
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
| |||
2694 | 2694 | | |
2695 | 2695 | | |
2696 | 2696 | | |
2697 | | - | |
| 2697 | + | |
2698 | 2698 | | |
2699 | 2699 | | |
2700 | 2700 | | |
| |||
2746 | 2746 | | |
2747 | 2747 | | |
2748 | 2748 | | |
| 2749 | + | |
| 2750 | + | |
| 2751 | + | |
| 2752 | + | |
| 2753 | + | |
| 2754 | + | |
| 2755 | + | |
| 2756 | + | |
| 2757 | + | |
| 2758 | + | |
| 2759 | + | |
| 2760 | + | |
2749 | 2761 | | |
2750 | 2762 | | |
2751 | 2763 | | |
| |||
3074 | 3086 | | |
3075 | 3087 | | |
3076 | 3088 | | |
3077 | | - | |
3078 | | - | |
3079 | | - | |
3080 | | - | |
3081 | | - | |
3082 | | - | |
3083 | | - | |
3084 | | - | |
3085 | | - | |
3086 | | - | |
3087 | | - | |
3088 | | - | |
3089 | | - | |
3090 | 3089 | | |
3091 | 3090 | | |
3092 | 3091 | | |
| |||
3254 | 3253 | | |
3255 | 3254 | | |
3256 | 3255 | | |
3257 | | - | |
| 3256 | + | |
3258 | 3257 | | |
3259 | 3258 | | |
3260 | 3259 | | |
| |||
5023 | 5022 | | |
5024 | 5023 | | |
5025 | 5024 | | |
| 5025 | + | |
| 5026 | + | |
| 5027 | + | |
| 5028 | + | |
| 5029 | + | |
| 5030 | + | |
| 5031 | + | |
5026 | 5032 | | |
5027 | 5033 | | |
5028 | 5034 | | |
| |||
5469 | 5475 | | |
5470 | 5476 | | |
5471 | 5477 | | |
5472 | | - | |
5473 | | - | |
5474 | | - | |
5475 | | - | |
5476 | | - | |
5477 | | - | |
5478 | | - | |
5479 | 5478 | | |
5480 | 5479 | | |
5481 | 5480 | | |
| |||
5538 | 5537 | | |
5539 | 5538 | | |
5540 | 5539 | | |
5541 | | - | |
5542 | | - | |
5543 | | - | |
| 5540 | + | |
| 5541 | + | |
| 5542 | + | |
5544 | 5543 | | |
5545 | 5544 | | |
5546 | 5545 | | |
5547 | 5546 | | |
5548 | 5547 | | |
5549 | | - | |
5550 | 5548 | | |
5551 | 5549 | | |
5552 | 5550 | | |
| 5551 | + | |
5553 | 5552 | | |
5554 | 5553 | | |
5555 | | - | |
| 5554 | + | |
5556 | 5555 | | |
5557 | 5556 | | |
5558 | 5557 | | |
| |||
5881 | 5880 | | |
5882 | 5881 | | |
5883 | 5882 | | |
| 5883 | + | |
| 5884 | + | |
| 5885 | + | |
| 5886 | + | |
| 5887 | + | |
| 5888 | + | |
| 5889 | + | |
| 5890 | + | |
| 5891 | + | |
| 5892 | + | |
5884 | 5893 | | |
5885 | 5894 | | |
5886 | 5895 | | |
| |||
0 commit comments