Skip to content

Commit c272072

Browse files
deps: bump the dependency-updates group across 1 directory with 4 updates (#1467)
Bumps the dependency-updates group with 4 updates in the / directory: [@primer/react](https://github.com/primer/react), [fuse.js](https://github.com/krisk/Fuse), [@npmcli/template-oss](https://github.com/npm/template-oss) and [eslint-plugin-github](https://github.com/github/eslint-plugin-github). Updates `@primer/react` from 37.11.0 to 37.11.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/primer/react/releases"><code>@​primer/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​primer/react</code><a href="https://github.com/37"><code>@​37</code></a>.11.2</h2> <h2>37.11.2</h2> <p>N/A, re-release of <a href="https://github.com/primer/react/releases/tag/%40primer%2Freact%4037.11.1">v37.11.1</a></p> <h2><code>@​primer/react</code><a href="https://github.com/37"><code>@​37</code></a>.11.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github.com/primer/react/commit/a12ab599565651cf30233a2cd97357f07cf39cb8"><code>a12ab59</code></a> Thanks <a href="https://github.com/hussam-i-am"><code>@​hussam-i-am</code></a>! - fix(FormControl): fix spacing in vertical layouts&quot;</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/react/commit/f30d5f24054935b19dbc1401147a6dce8372c65d"><code>f30d5f2</code></a> patch 37.11.2</li> <li><a href="https://github.com/primer/react/commit/450821c617c04355adb7910eb84292068559bcff"><code>450821c</code></a> version <code>@​primer/react</code> to v37.11.1</li> <li><a href="https://github.com/primer/react/commit/b90609b1ee8bce18f932fbb2949d0d05fc74d330"><code>b90609b</code></a> Update sour-snakes-clap.md (<a href="https://redirect.github.com/primer/react/issues/5619">#5619</a>)</li> <li><a href="https://github.com/primer/react/commit/4e16335ee4718d309df0dae1ad217f0bf4afd9f2"><code>4e16335</code></a> add hooks.json build to build script (<a href="https://redirect.github.com/primer/react/issues/5607">#5607</a>)</li> <li><a href="https://github.com/primer/react/commit/a12ab599565651cf30233a2cd97357f07cf39cb8"><code>a12ab59</code></a> fix(FormControl): fix spacing in vertical layouts (<a href="https://redirect.github.com/primer/react/issues/5618">#5618</a>)</li> <li>See full diff in <a href="https://github.com/primer/react/compare/@primer/react@37.11.0...@primer/react@37.11.2">compare view</a></li> </ul> </details> <br /> Updates `fuse.js` from 7.0.0 to 7.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/krisk/Fuse/releases">fuse.js's releases</a>.</em></p> <blockquote> <h2>v7.1.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add option to ignore diacritics by <a href="https://github.com/piitaya"><code>@​piitaya</code></a> in <a href="https://redirect.github.com/krisk/Fuse/pull/773">krisk/Fuse#773</a></li> <li>Clarify input to Fuse.parseIndex by <a href="https://github.com/dbaynard"><code>@​dbaynard</code></a> in <a href="https://redirect.github.com/krisk/Fuse/pull/782">krisk/Fuse#782</a></li> <li>Update CHANGELOG.md, fix typos by <a href="https://github.com/NicholasWilsonDEV"><code>@​NicholasWilsonDEV</code></a> in <a href="https://redirect.github.com/krisk/Fuse/pull/783">krisk/Fuse#783</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/NicholasWilsonDEV"><code>@​NicholasWilsonDEV</code></a> made their first contribution in <a href="https://redirect.github.com/krisk/Fuse/pull/783">krisk/Fuse#783</a></li> <li><a href="https://github.com/dbaynard"><code>@​dbaynard</code></a> made their first contribution in <a href="https://redirect.github.com/krisk/Fuse/pull/782">krisk/Fuse#782</a></li> <li><a href="https://github.com/piitaya"><code>@​piitaya</code></a> made their first contribution in <a href="https://redirect.github.com/krisk/Fuse/pull/773">krisk/Fuse#773</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/krisk/Fuse/compare/v7.0.0...v7.1.0">https://github.com/krisk/Fuse/compare/v7.0.0...v7.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/krisk/Fuse/blob/main/CHANGELOG.md">fuse.js's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/krisk/Fuse/compare/v7.0.0...v7.1.0">7.1.0</a> (2025-02-03)</h2> <h3>Features</h3> <ul> <li>add ignore diacritics (<a href="https://github.com/krisk/Fuse/commit/e0fcdb15d491e7db28c4902727d2d859833ea9ee">e0fcdb1</a>)</li> <li>add option to ignore diacritics (<a href="https://github.com/krisk/Fuse/commit/fb012b7388442f7dcc0facb43f0b2840057ca8c5">fb012b7</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>remove console.log (<a href="https://github.com/krisk/Fuse/commit/1c749a3f43d37d89233fdac9014009b3dac9e53d">1c749a3</a>)</li> <li><strong>typescript:</strong> clarify input to <code>parseIndex</code> (<a href="https://github.com/krisk/Fuse/commit/72b6e25e14663cdbea9dee297b60963c7d6a8983">72b6e25</a>), closes <a href="https://redirect.github.com/krisk/Fuse/issues/524">#524</a> <a href="https://redirect.github.com/krisk/Fuse/issues/624">#624</a></li> <li><strong>typescript:</strong> clarify input to <code>parseIndex</code> (<a href="https://github.com/krisk/Fuse/commit/78c628e50f6b3b7d185eaa27ded60002ba9d15ef">78c628e</a>), closes <a href="https://redirect.github.com/krisk/Fuse/issues/524">#524</a> <a href="https://redirect.github.com/krisk/Fuse/issues/624">#624</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/krisk/Fuse/commit/8119c18862f7df585688b1320ff307eb19f8ff89"><code>8119c18</code></a> chore(release): 7.1.0</li> <li><a href="https://github.com/krisk/Fuse/commit/ef1637140064a1dbce651fe8998cba964ea5bce2"><code>ef16371</code></a> Merge branch 'ignore-diacritics'</li> <li><a href="https://github.com/krisk/Fuse/commit/e0fcdb15d491e7db28c4902727d2d859833ea9ee"><code>e0fcdb1</code></a> feat: add ignore diacritics</li> <li><a href="https://github.com/krisk/Fuse/commit/d89d15ee44f6b5ab28cea0c206275ffba3c6713b"><code>d89d15e</code></a> chore: clarify index support</li> <li><a href="https://github.com/krisk/Fuse/commit/ef34425d897557a2c55f9a4669d1889c7120ba44"><code>ef34425</code></a> docs: document input to <code>parseIndex</code> explicitly</li> <li><a href="https://github.com/krisk/Fuse/commit/72b6e25e14663cdbea9dee297b60963c7d6a8983"><code>72b6e25</code></a> fix(typescript): clarify input to <code>parseIndex</code></li> <li><a href="https://github.com/krisk/Fuse/commit/4e30d3e6d4a871e0af2b82d940422f14c1530a16"><code>4e30d3e</code></a> Update CHANGELOG.md, fix typos</li> <li><a href="https://github.com/krisk/Fuse/commit/40e27de99910ced7241e69108eb853ea82265728"><code>40e27de</code></a> chore: update copyright year</li> <li><a href="https://github.com/krisk/Fuse/commit/47e4d67398609ffb98bafb13d9837f57616399a6"><code>47e4d67</code></a> chore: add sponsor</li> <li><a href="https://github.com/krisk/Fuse/commit/d753d85bc1e38af90dd996d76cc1bd730d3e672f"><code>d753d85</code></a> docs: add litslink</li> <li>Additional commits viewable in <a href="https://github.com/krisk/Fuse/compare/v7.0.0...v7.1.0">compare view</a></li> </ul> </details> <br /> Updates `@npmcli/template-oss` from 4.23.6 to 4.24.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/template-oss/releases"><code>@​npmcli/template-oss</code>'s releases</a>.</em></p> <blockquote> <h2>v4.24.0</h2> <h2><a href="https://github.com/npm/template-oss/compare/v4.23.6...v4.24.0">4.24.0</a> (2025-01-30)</h2> <h3>Features</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/402d4804efe15fcbda90c96e36efcb600cc08dc2"><code>402d480</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/500">#500</a> engines to ^20.17.0 || &gt;=22.9.0 (<a href="https://redirect.github.com/npm/template-oss/issues/500">#500</a>) (<a href="https://github.com/reggi"><code>@​reggi</code></a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/83c0c7d12269a9b95ceeaaa2b2416ee5151eff78"><code>83c0c7d</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/498">#498</a> <code>tap@21.0.1</code> (<a href="https://redirect.github.com/npm/template-oss/issues/498">#498</a>) (<a href="https://github.com/reggi"><code>@​reggi</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/template-oss/blob/main/CHANGELOG.md"><code>@​npmcli/template-oss</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/template-oss/compare/v4.23.6...v4.24.0">4.24.0</a> (2025-01-30)</h2> <h3>Features</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/402d4804efe15fcbda90c96e36efcb600cc08dc2"><code>402d480</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/500">#500</a> engines to ^20.17.0 || &gt;=22.9.0 (<a href="https://redirect.github.com/npm/template-oss/issues/500">#500</a>) (<a href="https://github.com/reggi"><code>@​reggi</code></a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/83c0c7d12269a9b95ceeaaa2b2416ee5151eff78"><code>83c0c7d</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/498">#498</a> <code>tap@21.0.1</code> (<a href="https://redirect.github.com/npm/template-oss/issues/498">#498</a>) (<a href="https://github.com/reggi"><code>@​reggi</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/template-oss/commit/0016dce49e5beaa0ee7c866b6f74093824bd5fb6"><code>0016dce</code></a> chore: release 4.24.0 (<a href="https://redirect.github.com/npm/template-oss/issues/501">#501</a>)</li> <li><a href="https://github.com/npm/template-oss/commit/83c0c7d12269a9b95ceeaaa2b2416ee5151eff78"><code>83c0c7d</code></a> deps: tap@21.0.1 (<a href="https://redirect.github.com/npm/template-oss/issues/498">#498</a>)</li> <li><a href="https://github.com/npm/template-oss/commit/402d4804efe15fcbda90c96e36efcb600cc08dc2"><code>402d480</code></a> feat: engines to ^20.17.0 || &gt;=22.9.0 (<a href="https://redirect.github.com/npm/template-oss/issues/500">#500</a>)</li> <li>See full diff in <a href="https://github.com/npm/template-oss/compare/v4.23.6...v4.24.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-github` from 5.1.6 to 5.1.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/eslint-plugin-github/releases">eslint-plugin-github's releases</a>.</em></p> <blockquote> <h2>v5.1.7</h2> <h2>What's Changed</h2> <ul> <li>Upgrade eslint-plugin-import for eslint 9 support by <a href="https://github.com/tomups"><code>@​tomups</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/603">github/eslint-plugin-github#603</a></li> <li>chore(deps): bump the all-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/604">github/eslint-plugin-github#604</a></li> <li>Update names back to original for eslint-comments and no-only-tests by <a href="https://github.com/gracepark"><code>@​gracepark</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/605">github/eslint-plugin-github#605</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tomups"><code>@​tomups</code></a> made their first contribution in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/603">github/eslint-plugin-github#603</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/github/eslint-plugin-github/compare/v5.1.6...v5.1.7">https://github.com/github/eslint-plugin-github/compare/v5.1.6...v5.1.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/eslint-plugin-github/commit/a40a2b9d03d4f3d64a4719ffcf421b256102557a"><code>a40a2b9</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/605">#605</a> from github/update-eslint-comments-no-only-tests-name</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/5e285aa6b4e1efc3e639f61dc09bcf7a49e2497d"><code>5e285aa</code></a> update names back to original for eslint-comments and no-only-tests</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/1c04510607f3c683696ba55f15e161d77b2ec51e"><code>1c04510</code></a> chore(deps): bump the all-dependencies group with 3 updates (<a href="https://redirect.github.com/github/eslint-plugin-github/issues/604">#604</a>)</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/1c9789896a52cba8bb272c6c5a2218e4df317cd5"><code>1c97898</code></a> Upgrade eslint-plugin-import for eslint 9 support (<a href="https://redirect.github.com/github/eslint-plugin-github/issues/603">#603</a>)</li> <li>See full diff in <a href="https://github.com/github/eslint-plugin-github/compare/v5.1.6...v5.1.7">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: npm CLI robot <npm-cli+bot@github.com>
1 parent f3e6dc6 commit c272072

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

cli/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@npmcli/eslint-config": "^5.0.0",
34-
"@npmcli/template-oss": "4.23.6",
34+
"@npmcli/template-oss": "4.24.0",
3535
"tap": "^21.0.0"
3636
},
3737
"author": "GitHub Inc.",
@@ -40,14 +40,18 @@
4040
},
4141
"templateOSS": {
4242
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
43-
"version": "4.23.6",
43+
"version": "4.24.0",
4444
"content": "./scripts/template-oss"
4545
},
4646
"files": [
4747
"bin/",
4848
"lib/"
4949
],
5050
"tap": {
51-
"allow-incomplete-coverage": true
51+
"allow-incomplete-coverage": true,
52+
"show-full-coverage": true
53+
},
54+
"nyc": {
55+
"exclude": []
5256
}
5357
}

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
7474
"@github/prettier-config": "^0.0.6",
7575
"@npmcli/eslint-config": "^5.0.0",
76-
"@npmcli/template-oss": "4.23.6",
76+
"@npmcli/template-oss": "4.24.0",
7777
"@testing-library/dom": "^10.4.0",
7878
"@testing-library/jest-dom": "^6.2.0",
7979
"@testing-library/react": "^16.0.0",
@@ -105,7 +105,7 @@
105105
},
106106
"templateOSS": {
107107
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
108-
"version": "4.23.6",
108+
"version": "4.24.0",
109109
"content": "./scripts/template-oss",
110110
"allowPaths": [
111111
"cli-cache.json"

0 commit comments

Comments
 (0)