Skip to content

Commit

Permalink
chore: bump the example group across 1 directory with 3 updates (#95)
Browse files Browse the repository at this point in the history
Bumps the example group with 3 updates in the / directory:
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node),
[@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript)
and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).

Updates `@types/node` from 22.10.2 to 22.10.5
<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 `@vue/eslint-config-typescript` from 14.1.4 to 14.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/eslint-config-typescript/releases"><code>@​vue/eslint-config-typescript</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v14.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: add absolute path for reading file contents, fix
<code>rootDir</code> issue by <a
href="https://github.com/markieo1"><code>@​markieo1</code></a> in <a
href="https://redirect.github.com/vuejs/eslint-config-typescript/pull/108">vuejs/eslint-config-typescript#108</a></li>
<li><del>feat: add a <code>defineConfig</code> utility function and use
it in examples by <a
href="https://github.com/haoqunjiang"><code>@​haoqunjiang</code></a> in
<a
href="https://redirect.github.com/vuejs/eslint-config-typescript/pull/117">vuejs/eslint-config-typescript#117</a></del>
Don't use this feature yet, it's under active refactoring for better
usability.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/markieo1"><code>@​markieo1</code></a>
made their first contribution in <a
href="https://redirect.github.com/vuejs/eslint-config-typescript/pull/108">vuejs/eslint-config-typescript#108</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vuejs/eslint-config-typescript/compare/v14.1.4...v14.2.0">https://github.com/vuejs/eslint-config-typescript/compare/v14.1.4...v14.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/eslint-config-typescript/commit/8ec24b6a26d3a39c9a32e7a84ef2c337ac69f0ca"><code>8ec24b6</code></a>
14.2.0</li>
<li><a
href="https://github.com/vuejs/eslint-config-typescript/commit/3c930e44871cff90ce71e6151f9d3392471787ae"><code>3c930e4</code></a>
feat: add a <code>defineConfig</code> utility function and use it in
examples (<a
href="https://redirect.github.com/vuejs/eslint-config-typescript/issues/117">#117</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-config-typescript/commit/0d2e74a5baf100f070d72e88cbe845e09e9c01c1"><code>0d2e74a</code></a>
fix: add absolute path for reading file contents, fix
<code>rootDir</code> issue (<a
href="https://redirect.github.com/vuejs/eslint-config-typescript/issues/108">#108</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-config-typescript/commit/ffbd03bc49206e8ea39876236afeb41b84e66b60"><code>ffbd03b</code></a>
chore(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vuejs/eslint-config-typescript/issues/121">#121</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-config-typescript/commit/d6876f2de763ab3a2686a7dd09ec9b539955995e"><code>d6876f2</code></a>
chore(deps): update dependency vite to ^6.0.5 (<a
href="https://redirect.github.com/vuejs/eslint-config-typescript/issues/122">#122</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-config-typescript/commit/42fe9d92978571d6b2beeb283400280aeacd7ced"><code>42fe9d9</code></a>
chore: auto-update every dep except the old espree fixture</li>
<li><a
href="https://github.com/vuejs/eslint-config-typescript/commit/41019e7c6e7f4ccd874928f7328fdc9c23bb2fd9"><code>41019e7</code></a>
chore(deps): update dependency vite to v6 (<a
href="https://redirect.github.com/vuejs/eslint-config-typescript/issues/120">#120</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-config-typescript/commit/4703505444d1b63765e92aafaaff93b13772915e"><code>4703505</code></a>
chore(deps): update dependency eslint-plugin-cypress to v4 (<a
href="https://redirect.github.com/vuejs/eslint-config-typescript/issues/118">#118</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-config-typescript/commit/5f54cdd3c4f50a0e65e03960ab35fea44bba2b8d"><code>5f54cdd</code></a>
chore(deps): update dependency eslint-plugin-playwright to v2 (<a
href="https://redirect.github.com/vuejs/eslint-config-typescript/issues/119">#119</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-config-typescript/commit/db7092e93ff66439076d0a0a524c8e9aa0fc74df"><code>db7092e</code></a>
chore(deps): update dependency chromedriver to v131 (<a
href="https://redirect.github.com/vuejs/eslint-config-typescript/issues/113">#113</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/eslint-config-typescript/compare/v14.1.4...v14.2.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 6.0.5 to 6.0.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.7</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v6.0.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v6.0.6</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v6.0.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->6.0.7 (2025-01-02)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: fix <code>minify</code> when <code>builder.sharedPlugins:
true</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19025">#19025</a>)
(<a
href="https://github.com/vitejs/vite/commit/f7b1964d3a93a21f80b61638fa6ae9606d0a6f4f">f7b1964</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19025">#19025</a></li>
<li>fix: skip the plugin if it has been called before with the same id
and importer (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19016">#19016</a>)
(<a
href="https://github.com/vitejs/vite/commit/b178c90c7d175ea31f8b67dccad3918f820357a4">b178c90</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19016">#19016</a></li>
<li>fix(html): error while removing <code>vite-ignore</code> attribute
for inline script (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19062">#19062</a>)
(<a
href="https://github.com/vitejs/vite/commit/a4922537a8d705da7769d30626a0d846511fc124">a492253</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19062">#19062</a></li>
<li>fix(ssr): fix semicolon injection by ssr transform (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19097">#19097</a>)
(<a
href="https://github.com/vitejs/vite/commit/1c102d517de52531faf5765632703977a17de65a">1c102d5</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19097">#19097</a></li>
<li>perf: skip globbing for static path in warmup (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19107">#19107</a>)
(<a
href="https://github.com/vitejs/vite/commit/677508bf8268a7b8661e5557a3d0a2a76cab8bd1">677508b</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19107">#19107</a></li>
<li>feat(css): show lightningcss warnings (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19076">#19076</a>)
(<a
href="https://github.com/vitejs/vite/commit/b07c036faf6849fe5ffd03125f25dc00f460f8ba">b07c036</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19076">#19076</a></li>
</ul>
<h2><!-- raw HTML omitted -->6.0.6 (2024-12-26)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: replace runner-side path normalization with
<code>fetchModule</code>-side resolve (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18361">#18361</a>)
(<a
href="https://github.com/vitejs/vite/commit/9f10261e7609098b832fd0fb23a64840b3a0d1a0">9f10261</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18361">#18361</a></li>
<li>fix(css): resolve style tags in HTML files correctly for
lightningcss (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19001">#19001</a>)
(<a
href="https://github.com/vitejs/vite/commit/afff05c03266fc76d5ab8928215c89f5992f40f8">afff05c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19001">#19001</a></li>
<li>fix(css): show correct error when unknown placeholder is used for
CSS modules pattern in lightningcs (<a
href="https://github.com/vitejs/vite/commit/9290d85b5d2ad64991bd296157cb3bcb959c341d">9290d85</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19070">#19070</a></li>
<li>fix(resolve): handle package.json with UTF-8 BOM (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19000">#19000</a>)
(<a
href="https://github.com/vitejs/vite/commit/902567ac5327e915ce65d090045fa4922ef9f2b5">902567a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19000">#19000</a></li>
<li>fix(ssrTransform): preserve line offset when transforming imports
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19004">#19004</a>)
(<a
href="https://github.com/vitejs/vite/commit/1aa434e8017012bf0939b2ff1a3a66b4bd12b76d">1aa434e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19004">#19004</a></li>
<li>chore: fix typo in comment (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19067">#19067</a>)
(<a
href="https://github.com/vitejs/vite/commit/eb06ec30bb02ced66274f0fc6e90aff2bb20c632">eb06ec3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19067">#19067</a></li>
<li>chore: update comment about <code>build.target</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19047">#19047</a>)
(<a
href="https://github.com/vitejs/vite/commit/0e9e81f622f13d78ee238c0fa72ba920e23419f4">0e9e81f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19047">#19047</a></li>
<li>revert: unpin esbuild version (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19043">#19043</a>)
(<a
href="https://github.com/vitejs/vite/commit/8bfe247511517c631a26f3931bb3c93a7b0b7446">8bfe247</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19043">#19043</a></li>
<li>test(ssr): test virtual module with query (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19044">#19044</a>)
(<a
href="https://github.com/vitejs/vite/commit/a1f4b46896cb4b442b54a8336db8eca6df9ee02d">a1f4b46</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19044">#19044</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite/commit/a671e58af40191300dbbafd643316bb72c960d84"><code>a671e58</code></a>
release: v6.0.7</li>
<li><a
href="https://github.com/vitejs/vite/commit/1c102d517de52531faf5765632703977a17de65a"><code>1c102d5</code></a>
fix(ssr): fix semicolon injection by ssr transform (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19097">#19097</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/677508bf8268a7b8661e5557a3d0a2a76cab8bd1"><code>677508b</code></a>
perf: skip globbing for static path in warmup (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19107">#19107</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/b178c90c7d175ea31f8b67dccad3918f820357a4"><code>b178c90</code></a>
fix: skip the plugin if it has been called before with the same id and
import...</li>
<li><a
href="https://github.com/vitejs/vite/commit/a4922537a8d705da7769d30626a0d846511fc124"><code>a492253</code></a>
fix(html): error while removing <code>vite-ignore</code> attribute for
inline script (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/1">#1</a>...</li>
<li><a
href="https://github.com/vitejs/vite/commit/b07c036faf6849fe5ffd03125f25dc00f460f8ba"><code>b07c036</code></a>
feat(css): show lightningcss warnings (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19076">#19076</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/f7b1964d3a93a21f80b61638fa6ae9606d0a6f4f"><code>f7b1964</code></a>
fix: fix <code>minify</code> when <code>builder.sharedPlugins:
true</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19025">#19025</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/5c2b4a089a2aa8a51d19195d71080e58268eca93"><code>5c2b4a0</code></a>
release: v6.0.6</li>
<li><a
href="https://github.com/vitejs/vite/commit/9290d85b5d2ad64991bd296157cb3bcb959c341d"><code>9290d85</code></a>
fix(css): show correct error when unknown placeholder is used for CSS
modules...</li>
<li><a
href="https://github.com/vitejs/vite/commit/afff05c03266fc76d5ab8928215c89f5992f40f8"><code>afff05c</code></a>
fix(css): resolve style tags in HTML files correctly for lightningcss
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19001">#19001</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v6.0.7/packages/vite">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>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 6c0b449 commit d45bb5a
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 229 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node18": "^18.2.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.17.0",
"eslint-plugin-cypress": "^4.1.0",
Expand All @@ -34,7 +34,7 @@
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.9",
"typescript": "~5.7.2",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vue-tsc": "^2.2.0"
}
}
Loading

0 comments on commit d45bb5a

Please sign in to comment.