Skip to content

Commit abcf3b4

Browse files
chore(deps): bump the patch-deps-updates-main group with 5 updates (#63)
Bumps the patch-deps-updates-main group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.0` | `20.19.1` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.2.1` | `1.2.5` | | [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.15.1` | `4.15.2` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.0` | `16.1.2` | | [glob](https://github.com/isaacs/node-glob) | `11.0.2` | `11.0.3` | Updates `@types/node` from 20.19.0 to 20.19.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@vitest/eslint-plugin` from 1.2.1 to 1.2.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/eslint-plugin-vitest/releases"><code>@​vitest/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v1.2.5</h2> <p>No release notes provided.</p> <h2>v1.2.4</h2> <p>No release notes provided.</p> <h2>v1.2.3</h2> <h2>What's Changed</h2> <ul> <li>Add <code>no-importing-from-vitest-globals</code> and <code>prefer-importing-from-vitest-globals</code> rules by <a href="https://github.com/samuelko123"><code>@​samuelko123</code></a> in <a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/711">vitest-dev/eslint-plugin-vitest#711</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/samuelko123"><code>@​samuelko123</code></a> made their first contribution in <a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/711">vitest-dev/eslint-plugin-vitest#711</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.2.2...v1.2.3">https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.2.2...v1.2.3</a></p> <h2>v1.2.2</h2> <h3>Bug Fixes</h3> <ul> <li><strong>valid-title:</strong> Added support for call signatures as well (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/710">#710</a>) (<a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/6a06cf9">6a06cf9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/c05b63cc0986e64c82985af14951ccbbfa940019"><code>c05b63c</code></a> chore: release v1.2.5</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/4419c0c7d440740fc0a65c29701574ab661c3869"><code>4419c0c</code></a> add 'consistent-vitest-vi'-rule (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/714">#714</a>)</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/1e9b9ae2dacd42bde99decb440a3062ac2d70776"><code>1e9b9ae</code></a> chore: release v1.2.4</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/e3a3bdc884ac8e33c300646c7d64d3689a01d16a"><code>e3a3bdc</code></a> chore: fix export regression (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/713">#713</a>)</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/ae0c9e5fbd37d8ffe543d2fa717456811f2f10e5"><code>ae0c9e5</code></a> chore: release v1.2.3</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/ef45a3f25383511b6163be188fe026f669024d8b"><code>ef45a3f</code></a> feat: apply linter</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/e590e3911870c2b32e37f3c336e80c0e9f2b1af6"><code>e590e39</code></a> Add <code>no-importing-from-vitest-globals</code> and `prefer-importing-from-vitest-glob...</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/66728a037f69c8aff160b6d932e2559c0e6a994a"><code>66728a0</code></a> chore: remove unused imports</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/fa557d6e25c1848bdf26895f8f745b68bfbe2515"><code>fa557d6</code></a> chore: release v1.2.2</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/6a06cf981a67d098a7e6cb50923bf8783e793cd8"><code>6a06cf9</code></a> fix(valid-title): Added support for call signatures as well (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/710">#710</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.2.1...v1.2.5">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-import-x` from 4.15.1 to 4.15.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/un-ts/eslint-plugin-import-x/releases">eslint-plugin-import-x's releases</a>.</em></p> <blockquote> <h2>v4.15.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/378">#378</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/cdb95ba7799f2cdfd52dd123090fe10b6fd75415"><code>cdb95ba</code></a> Thanks <a href="https://github.com/error-four-o-four"><code>@​error-four-o-four</code></a>! - chore: adopt new <code>deprecated: DeprecatedInfo</code> meta rule option</p> </li> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/383">#383</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/738a7cf5645742fab811b9bb916c7b08c2853526"><code>738a7cf</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - fix: get npm client and install command correctly</p> </li> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/382">#382</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/d5367564c0308708caed38ced72b27b953cf1b97"><code>d536756</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - chore: bump <code>unrs-resolver</code> to <code>v1.9.0</code>, it'll fallback to <code>napi-postinstall</code> check at runtime</p> </li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/error-four-o-four"><code>@​error-four-o-four</code></a> made their first contribution in <a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/378">un-ts/eslint-plugin-import-x#378</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/un-ts/eslint-plugin-import-x/compare/v4.15.1...v4.15.2">https://github.com/un-ts/eslint-plugin-import-x/compare/v4.15.1...v4.15.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md">eslint-plugin-import-x's changelog</a>.</em></p> <blockquote> <h2>4.15.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/378">#378</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/cdb95ba7799f2cdfd52dd123090fe10b6fd75415"><code>cdb95ba</code></a> Thanks <a href="https://github.com/error-four-o-four"><code>@​error-four-o-four</code></a>! - chore: adopt new <code>deprecated: DeprecatedInfo</code> meta rule option</p> </li> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/383">#383</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/738a7cf5645742fab811b9bb916c7b08c2853526"><code>738a7cf</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - fix: get npm client and install command correctly</p> </li> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/382">#382</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/d5367564c0308708caed38ced72b27b953cf1b97"><code>d536756</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - chore: bump <code>unrs-resolver</code> to <code>v1.9.0</code>, it'll fallback to <code>napi-postinstall</code> check at runtime</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/10cf01766b0f29bd9fd52204965ddff42afb76c1"><code>10cf017</code></a> chore: release eslint-plugin-import-x (<a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/380">#380</a>)</li> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/738a7cf5645742fab811b9bb916c7b08c2853526"><code>738a7cf</code></a> fix: get npm client and install command correctly (<a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/383">#383</a>)</li> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/d5367564c0308708caed38ced72b27b953cf1b97"><code>d536756</code></a> chore: bump <code>unrs-resolver</code> to <code>v1.9.0</code> (<a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/382">#382</a>)</li> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/05bf7ed6e2318ecdef6e73a61a81ca3b749fa0b3"><code>05bf7ed</code></a> ci: run install for potential duplicates</li> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/cdb95ba7799f2cdfd52dd123090fe10b6fd75415"><code>cdb95ba</code></a> chore: adopt new <code>deprecated: DeprecatedInfo</code> meta rule option (<a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/378">#378</a>)</li> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/924b14f99e97f751b3aa4edab5c5cef58d01b006"><code>924b14f</code></a> chore: remove unused hash util (<a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/375">#375</a>)</li> <li>See full diff in <a href="https://github.com/un-ts/eslint-plugin-import-x/compare/v4.15.1...v4.15.2">compare view</a></li> </ul> </details> <br /> Updates `lint-staged` from 16.1.0 to 16.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/releases">lint-staged's releases</a>.</em></p> <blockquote> <h2>v16.1.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1570">#1570</a> <a href="https://github.com/lint-staged/lint-staged/commit/a7c0c88bcfe94e695528cb33e69fea58586691fc"><code>a7c0c88</code></a> Thanks <a href="https://github.com/ItsNickBarry"><code>@​ItsNickBarry</code></a>! - When using <code>--diff-filter</code> with the <code>D</code> option to include deleted staged files, <em>lint-staged</em> no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from <code>git add</code> like <code>fatal: pathspec 'deleted-file' did not match any files</code>.</p> </li> <li> <p><a href="https://github.com/lint-staged/lint-staged/commit/38f942ecc456355d5f12af68db1696f3411f65c2"><code>38f942e</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Removed an extraneous log entry that printed <code>shouldHidePArtiallyStagedFiles</code> to console output.</p> </li> </ul> <h2>v16.1.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1565">#1565</a> <a href="https://github.com/lint-staged/lint-staged/commit/3686977ccdadf70b709c16c0346ef6c2b18e2376"><code>3686977</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - <em>Lint-staged</em> now explicitly warns about potential data loss when using <code>--no-stash</code>.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1571">#1571</a> <a href="https://github.com/lint-staged/lint-staged/commit/02299a9e4f98a05c13beb27f3596af73aaa8c150"><code>02299a9</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1563">#1563</a> <a href="https://github.com/lint-staged/lint-staged/commit/bc61c74383b6d100c55b8d275b979d583ffbe5a1"><code>bc61c74</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - This version fixes incorrect behavior where unstaged changes were committed when using the <code>--no-stash</code> option. This happened because <code>--no-stash</code> implied <code>--no-hide-partially-staged</code>, meaning unstaged changes to files which also had other staged changes were added to the commit by <em>lint-staged</em>; this is no longer the case.</p> <p>The previous (incorrect) behavior can still be achieved by using both options <code>--no-stash --no-hide-partially-staged</code> at the same time.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md">lint-staged's changelog</a>.</em></p> <blockquote> <h2>16.1.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1570">#1570</a> <a href="https://github.com/lint-staged/lint-staged/commit/a7c0c88bcfe94e695528cb33e69fea58586691fc"><code>a7c0c88</code></a> Thanks <a href="https://github.com/ItsNickBarry"><code>@​ItsNickBarry</code></a>! - When using <code>--diff-filter</code> with the <code>D</code> option to include deleted staged files, <em>lint-staged</em> no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from <code>git add</code> like <code>fatal: pathspec 'deleted-file' did not match any files</code>.</p> </li> <li> <p><a href="https://github.com/lint-staged/lint-staged/commit/38f942ecc456355d5f12af68db1696f3411f65c2"><code>38f942e</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Removed an extraneous log entry that printed <code>shouldHidePArtiallyStagedFiles</code> to console output.</p> </li> </ul> <h2>16.1.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1565">#1565</a> <a href="https://github.com/lint-staged/lint-staged/commit/3686977ccdadf70b709c16c0346ef6c2b18e2376"><code>3686977</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - <em>Lint-staged</em> now explicitly warns about potential data loss when using <code>--no-stash</code>.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1571">#1571</a> <a href="https://github.com/lint-staged/lint-staged/commit/02299a9e4f98a05c13beb27f3596af73aaa8c150"><code>02299a9</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1563">#1563</a> <a href="https://github.com/lint-staged/lint-staged/commit/bc61c74383b6d100c55b8d275b979d583ffbe5a1"><code>bc61c74</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - This version fixes incorrect behavior where unstaged changes were committed when using the <code>--no-stash</code> option. This happened because <code>--no-stash</code> implied <code>--no-hide-partially-staged</code>, meaning unstaged changes to files which also had other staged changes were added to the commit by <em>lint-staged</em>; this is no longer the case.</p> <p>The previous (incorrect) behavior can still be achieved by using both options <code>--no-stash --no-hide-partially-staged</code> at the same time.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/0c48e29875c334487d250ab164e96febf8dfab5a"><code>0c48e29</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/e07227e987244c8806570c29be6e3012d54564a5"><code>e07227e</code></a> perf: call rev-parse only once instead of three times when resolving git repo</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/38f942ecc456355d5f12af68db1696f3411f65c2"><code>38f942e</code></a> fix: remove extra log entry</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/5031a71dd22961e69881b4d8deda67904d570d3a"><code>5031a71</code></a> perf: further optimize file chunking</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/6ec38b9acf02ee55d0c6bcbdb40a9e5c7bbd0571"><code>6ec38b9</code></a> perf: optimize file list length calculation (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1581">#1581</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/a7c0c88bcfe94e695528cb33e69fea58586691fc"><code>a7c0c88</code></a> fix: only stage changes to deleted files if they're no longer deleted after r...</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/ccd5edd8955f2ce8577bc381a083062598c8ca2c"><code>ccd5edd</code></a> test: pass --no-error-on-unmatched-pattern to prettier command in --diff-opti...</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/48a6e952d11feeb2bd194a08a62f28c8f7e83614"><code>48a6e95</code></a> test: add failing test for staged deleted files not passed directly to tasks ...</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/b56b29efe637e3fee836e5bcc1c25354f70d5fc0"><code>b56b29e</code></a> test: add failing test for staged deleted files with diff filter D</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/8420429b9d7c007f724e95ec301e492af3be351a"><code>8420429</code></a> chore(changeset): release</li> <li>Additional commits viewable in <a href="https://github.com/lint-staged/lint-staged/compare/v16.1.0...v16.1.2">compare view</a></li> </ul> </details> <br /> Updates `glob` from 11.0.2 to 11.0.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-glob/commit/af2e7cef90e7ccc9feaa297323330a9ad8751922"><code>af2e7ce</code></a> 11.0.3</li> <li><a href="https://github.com/isaacs/node-glob/commit/4f998c0af39bf0bf0306775fd661baaf051a0f2d"><code>4f998c0</code></a> ci: update action versions</li> <li><a href="https://github.com/isaacs/node-glob/commit/af3d7e1befb29f3368b41b5cad6358288151e766"><code>af3d7e1</code></a> update all deps</li> <li>See full diff in <a href="https://github.com/isaacs/node-glob/compare/v11.0.2...v11.0.3">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28a86e5 commit abcf3b4

1 file changed

Lines changed: 252 additions & 181 deletions

File tree

0 commit comments

Comments
 (0)