Evan Simkowitz
26e389776b
Revert "Revert "Bump the prod-dependencies group with 2 updates"" ( #1075 )
...
Reverts wavetermdev/waveterm#1071
2024-10-18 15:31:23 -07:00
Evan Simkowitz
abb7c98d56
Revert "Revert "Bump the dev-dependencies group with 6 updates"" ( #1076 )
...
Reverts wavetermdev/waveterm#1070
2024-10-18 15:31:16 -07:00
wave-builder[bot]
98400fe6fc
chore: bump package version to 0.8.12
2024-10-18 21:01:00 +00:00
wave-builder[bot]
a2beb1e9ad
chore: bump package version to 0.8.12-beta.5
2024-10-18 19:55:27 +00:00
Evan Simkowitz
6045c1f428
Revert "Bump the dev-dependencies group with 6 updates" ( #1070 )
...
Reverts wavetermdev/waveterm#1060 ,
Will reapply after 0.8.12
2024-10-18 12:49:23 -07:00
Evan Simkowitz
205d33e7f5
Revert "Bump the prod-dependencies group with 2 updates" ( #1071 )
...
Reverts wavetermdev/waveterm#1062 ,
Will reapply after 0.8.12
2024-10-18 12:49:15 -07:00
dependabot[bot]
447e9b7370
Bump the prod-dependencies group with 2 updates ( #1062 )
...
Bumps the prod-dependencies group with 2 updates:
[@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react )
and [yaml](https://github.com/eemeli/yaml ).
Updates `@floating-ui/react` from 0.26.24 to 0.26.25
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/releases "><code>@floating-ui/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@floating-ui/react</code><a
href="https://github.com/0 "><code>@0</code></a>.26.25</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): handle virtual nested Home/End key
press</li>
<li>fix(useHover): ignore insignificant movement when resetting
<code>restMs</code></li>
<li>fix(useListNavigation): ignore duplicate arrow navigation when
composing</li>
<li>feat(useDelayGroup): add <code>enabled</code> option</li>
<li>fix(useDismiss): handle IME keydown events on Escape</li>
<li>fix(inner): round <code>max-height</code> only if not
scrollable</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md "><code>@floating-ui/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.26.25</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): handle virtual nested Home/End key
press</li>
<li>fix(useHover): ignore insignificant movement when resetting
<code>restMs</code></li>
<li>fix(useListNavigation): ignore duplicate arrow navigation when
composing</li>
<li>feat(useDelayGroup): add <code>enabled</code> option</li>
<li>fix(useDismiss): handle IME keydown events on Escape</li>
<li>fix(inner): round <code>max-height</code> only if not
scrollable</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1ed123b3a5
"><code>1ed123b</code></a>
Version Packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3074 ">#3074</a>)</li>
<li><a
href="4a0f925f3a
"><code>4a0f925</code></a>
fix(inner): round only if not scrollable (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3081 ">#3081</a>)</li>
<li><a
href="c0c83b42e4
"><code>c0c83b4</code></a>
feat(useDelayGroup): add <code>enabled</code> option (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3080 ">#3080</a>)</li>
<li><a
href="5f4d7fc02d
"><code>5f4d7fc</code></a>
fix(useListNavigation): handle virtual nested Home/End key press (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3079 ">#3079</a>)</li>
<li><a
href="1d3c35714d
"><code>1d3c357</code></a>
fix(useListNavigation): ignore duplicate arrow navigation when composing
(<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3078 ">#3078</a>)</li>
<li><a
href="da6583b496
"><code>da6583b</code></a>
fix(useDismiss): handle IME keydown events on <code>Escape</code> (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3075 ">#3075</a>)</li>
<li><a
href="98fd2032cf
"><code>98fd203</code></a>
fix(useHover): ignore insignificant movement when resetting
<code>restMs</code> (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3073 ">#3073</a>)</li>
<li>See full diff in <a
href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.26.25/packages/react ">compare
view</a></li>
</ul>
</details>
<br />
Updates `yaml` from 2.5.1 to 2.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eemeli/yaml/releases ">yaml's
releases</a>.</em></p>
<blockquote>
<h2>v2.6.0</h2>
<ul>
<li>Use a proper tag for <code>!!merge <<</code> keys (<a
href="https://redirect.github.com/eemeli/yaml/issues/580 ">#580</a>)</li>
<li>Add <code>stringKeys</code> parse option (<a
href="https://redirect.github.com/eemeli/yaml/issues/581 ">#581</a>)</li>
<li>Stringify a Document as a Document (<a
href="https://redirect.github.com/eemeli/yaml/issues/576 ">#576</a>)</li>
<li>Add sponsorship by <a
href="https://manifest.build/ ">Manifest</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="808fba3cde
"><code>808fba3</code></a>
2.6.0</li>
<li><a
href="438688f357
"><code>438688f</code></a>
fix: Stringify a Document as a Document (fixes <a
href="https://redirect.github.com/eemeli/yaml/issues/576 ">#576</a>)</li>
<li><a
href="baaabd078a
"><code>baaabd0</code></a>
feat: Add stringKeys parse option (<a
href="https://redirect.github.com/eemeli/yaml/issues/581 ">#581</a>)</li>
<li><a
href="f2fa108376
"><code>f2fa108</code></a>
docs: Update Manifest logo (<a
href="https://redirect.github.com/eemeli/yaml/issues/582 ">#582</a>)</li>
<li><a
href="f088599a9c
"><code>f088599</code></a>
docs: Align logos using the restricted styling available for GitHub
readmes</li>
<li><a
href="dbb8a42588
"><code>dbb8a42</code></a>
docs: Fix manifest.png reference</li>
<li><a
href="28dc0a4688
"><code>28dc0a4</code></a>
chore: Add sponsorship by Manifest</li>
<li><a
href="1491c20eb7
"><code>1491c20</code></a>
chore: Refresh lockfile</li>
<li><a
href="7a434f0713
"><code>7a434f0</code></a>
feat: Use a proper tag for !!merge << keys (<a
href="https://redirect.github.com/eemeli/yaml/issues/580 ">#580</a>)</li>
<li>See full diff in <a
href="https://github.com/eemeli/yaml/compare/v2.5.1...v2.6.0 ">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>
2024-10-18 12:34:13 -07:00
dependabot[bot]
a02a63bd8f
Bump the dev-dependencies group with 6 updates ( #1060 )
...
Bumps the dev-dependencies group with 6 updates:
| Package | From | To |
| --- | --- | --- |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )
| `22.7.5` | `22.7.6` |
|
[@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul )
| `2.1.2` | `2.1.3` |
| [tslib](https://github.com/Microsoft/tslib ) | `2.7.0` | `2.8.0` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )
| `8.8.1` | `8.10.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) |
`5.4.8` | `5.4.9` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest )
| `2.1.2` | `2.1.3` |
Updates `@types/node` from 22.7.5 to 22.7.6
<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/coverage-istanbul` from 2.1.2 to 2.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases "><code>@vitest/coverage-istanbul</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.1.3</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Fix error diff of <code>toBeNaN, toBeUndefined, toBeNull,
toBeTruthy, toBeFalsy</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6697 ">vitest-dev/vitest#6697</a>
<a href="https://github.com/vitest-dev/vitest/commit/e002758c "><!-- raw
HTML omitted -->(e0027)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Provide aria role intellisense - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6629 ">vitest-dev/vitest#6629</a>
<a href="https://github.com/vitest-dev/vitest/commit/f36eac77 "><!-- raw
HTML omitted -->(f36ea)<!-- raw HTML omitted --></a></li>
<li>Not.toBeInTheDocument works with locators API - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6634 ">vitest-dev/vitest#6634</a>
<a href="https://github.com/vitest-dev/vitest/commit/8bef5d2b "><!-- raw
HTML omitted -->(8bef5)<!-- raw HTML omitted --></a></li>
<li>Use <code>/mockServiceWorker.js</code> instead of
<code>/__vitest_msw__</code> - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6687 ">vitest-dev/vitest#6687</a>
<a href="https://github.com/vitest-dev/vitest/commit/4b2ce07f "><!-- raw
HTML omitted -->(4b2ce)<!-- raw HTML omitted --></a></li>
<li>Don't override the esbuild option in the browser mode - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6692 ">vitest-dev/vitest#6692</a>
<a href="https://github.com/vitest-dev/vitest/commit/d131fd64 "><!-- raw
HTML omitted -->(d131f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Preserve prototype in <code>toMatchObject</code> diff - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6620 ">vitest-dev/vitest#6620</a>
<a href="https://github.com/vitest-dev/vitest/commit/d289e7eb "><!-- raw
HTML omitted -->(d289e)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>mocker</strong>:
<ul>
<li>Specify correct spy dependency - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> <a
href="https://github.com/vitest-dev/vitest/commit/7e9584aa "><!-- raw
HTML omitted -->(7e958)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Ensure sequential suite overrides sequence.concurrent - by <a
href="https://github.com/dsyddall "><code>@dsyddall</code></a> and <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6653 ">vitest-dev/vitest#6653</a>
<a href="https://github.com/vitest-dev/vitest/commit/5e6de274 "><!-- raw
HTML omitted -->(5e6de)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Deprecate UserConfig in favor of ViteUserConfig - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6626 ">vitest-dev/vitest#6626</a>
<a href="https://github.com/vitest-dev/vitest/commit/496bd251 "><!-- raw
HTML omitted -->(496bd)<!-- raw HTML omitted --></a></li>
<li>Don't hang with maxConcurrency 0 - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6627 ">vitest-dev/vitest#6627</a>
<a href="https://github.com/vitest-dev/vitest/commit/946d8bb1 "><!-- raw
HTML omitted -->(946d8)<!-- raw HTML omitted --></a></li>
<li>Deprecate old task types and node-reliant types - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6632 ">vitest-dev/vitest#6632</a>
<a href="https://github.com/vitest-dev/vitest/commit/000459a9 "><!-- raw
HTML omitted -->(00045)<!-- raw HTML omitted --></a></li>
<li>Fix <code><empty line></code> logs when interleaving
<code>console.log/error</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6644 ">vitest-dev/vitest#6644</a>
<a href="https://github.com/vitest-dev/vitest/commit/9ece3952 "><!-- raw
HTML omitted -->(9ece3)<!-- raw HTML omitted --></a></li>
<li>Show rollup error details as test error - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6686 ">vitest-dev/vitest#6686</a>
<a href="https://github.com/vitest-dev/vitest/commit/47dde76f "><!-- raw
HTML omitted -->(47dde)<!-- raw HTML omitted --></a></li>
<li>Always inline setup files - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6689 ">vitest-dev/vitest#6689</a>
<a href="https://github.com/vitest-dev/vitest/commit/19d64e20 "><!-- raw
HTML omitted -->(19d64)<!-- raw HTML omitted --></a></li>
<li>Use <code>fast-glob</code> instead of <code>tinyglobby</code> in
Vitest - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6688 ">vitest-dev/vitest#6688</a>
<a href="https://github.com/vitest-dev/vitest/commit/70baaaa9 "><!-- raw
HTML omitted -->(70baa)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>web-worker</strong>:
<ul>
<li>Share mocker with main executor - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6623 ">vitest-dev/vitest#6623</a>
<a href="https://github.com/vitest-dev/vitest/commit/fe7b8aee "><!-- raw
HTML omitted -->(fe7b8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3> 🏎 Performance</h3>
<ul>
<li>Reuse full name in reported tasks, update generator types - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6666 ">vitest-dev/vitest#6666</a>
<a href="https://github.com/vitest-dev/vitest/commit/7a0de0a7 "><!-- raw
HTML omitted -->(7a0de)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.2...v2.1.3 ">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4c03a0db53
"><code>4c03a0d</code></a>
chore: release v2.1.3</li>
<li><a
href="7155cee210
"><code>7155cee</code></a>
refactor(coverage): move re-usable parts to base provider (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6665 ">#6665</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/coverage-istanbul ">compare
view</a></li>
</ul>
</details>
<br />
Updates `tslib` from 2.7.0 to 2.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Microsoft/tslib/releases ">tslib's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Validate export structure of every entrypoint by <a
href="https://github.com/andrewbranch "><code>@andrewbranch</code></a>
in <a
href="https://redirect.github.com/microsoft/tslib/pull/269 ">microsoft/tslib#269</a></li>
<li>Add rewriteRelativeImportExtension helper by <a
href="https://github.com/andrewbranch "><code>@andrewbranch</code></a>
in <a
href="https://redirect.github.com/microsoft/tslib/pull/270 ">microsoft/tslib#270</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0 ">https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ca5f7fb791
"><code>ca5f7fb</code></a>
2.8.0</li>
<li><a
href="2334267563
"><code>2334267</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/tslib/issues/270 ">#270</a>
from microsoft/rewriteRelativeImportExtension</li>
<li><a
href="c4cde74589
"><code>c4cde74</code></a>
Missed update</li>
<li><a
href="27b219209a
"><code>27b2192</code></a>
Little optimizations</li>
<li><a
href="fece22a6b4
"><code>fece22a</code></a>
Add URL-ish test</li>
<li><a
href="9c731e9f32
"><code>9c731e9</code></a>
Combine tsx case into regex</li>
<li><a
href="1c03288ab2
"><code>1c03288</code></a>
Test and fix invalid declaration-looking extensions</li>
<li><a
href="a55e9f7a80
"><code>a55e9f7</code></a>
Do more with a regex</li>
<li><a
href="e828dac33c
"><code>e828dac</code></a>
Shorten by one line</li>
<li><a
href="e7b6aa0a88
"><code>e7b6aa0</code></a>
Case insensitivity, remove lookbehind</li>
<li>Additional commits viewable in <a
href="https://github.com/Microsoft/tslib/compare/v2.7.0...v2.8.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `typescript-eslint` from 8.8.1 to 8.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases ">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.10.0</h2>
<h2>8.10.0 (2024-10-17)</h2>
<h3>🚀 Features</h3>
<ul>
<li>support TypeScript 5.6 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9972 ">#9972</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>typescript-eslint:</strong> propagate <code>name</code>
field to extended configs in <code>config</code> helper (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10094 ">#10094</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred "><code>@auvred</code></a></li>
<li>Josh Goldberg ✨ </li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning ">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases ">releases</a>
on our website.</p>
<h2>v8.9.0</h2>
<h2>8.9.0 (2024-10-14)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>rule-tester:</strong> hooks for test cases (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10109 ">#10109</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
cannot assume variables are either type or value (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10093 ">#10093</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] sync the behavior
with await-thenable (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10069 ">#10069</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] report
a different error message when <code>allowBitwiseExpressions</code> is
enabled (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10096 ">#10096</a>)</li>
<li><strong>eslint-plugin:</strong> [no-loop-func] sync from upstream
base rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10103 ">#10103</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] never report the
naming of an enum member (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10117 ">#10117</a>)</li>
<li><strong>eslint-plugin:</strong> correct use-at-your-own-risk type
definitions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10049 ">#10049</a>)</li>
<li><strong>eslint-plugin:</strong> handle unions in await...for (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10110 ">#10110</a>)</li>
<li><strong>rule-tester:</strong> merge provided
<code>linterOptions</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10131 ">#10131</a>)</li>
<li><strong>scope-manager:</strong> [no-use-before-define] do not treat
nested namespace aliases as variable references (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10095 ">#10095</a>)</li>
<li><strong>typescript-estree:</strong> improve project service error
message when file extension missing from extraFileExtensions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10076 ">#10076</a>)</li>
<li><strong>visitor-keys:</strong> reorder
<code>TSSatisfiesExpression</code> and <code>TSTypeAssertion</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10139 ">#10139</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>Anna Bocharova <a
href="https://github.com/RobinTail "><code>@RobinTail</code></a></li>
<li>Arya Emami <a
href="https://github.com/aryaemami59 "><code>@aryaemami59</code></a></li>
<li>auvred <a
href="https://github.com/auvred "><code>@auvred</code></a></li>
<li>Joshua Chen</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger "><code>@kirkwaiblinger</code></a></li>
<li>Lotfi Meklati <a
href="https://github.com/lotmek "><code>@lotmek</code></a></li>
<li>mdm317</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md ">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.10.0 (2024-10-17)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>typescript-eslint:</strong> propagate <code>name</code>
field to extended configs in <code>config</code> helper (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10094 ">#10094</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred "><code>@auvred</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning ">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases ">releases</a>
on our website.</p>
<h2>8.9.0 (2024-10-14)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning ">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases ">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7effdea430
"><code>7effdea</code></a>
chore(release): publish 8.10.0</li>
<li><a
href="be5bc0fb48
"><code>be5bc0f</code></a>
fix(typescript-eslint): propagate <code>name</code> field to extended
configs in `config...</li>
<li><a
href="4666ed4e0c
"><code>4666ed4</code></a>
chore(release): publish 8.9.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.10.0/packages/typescript-eslint ">compare
view</a></li>
</ul>
</details>
<br />
Updates `vite` from 5.4.8 to 5.4.9
<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>v5.4.9</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v5.4.9/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/v5.4.9/packages/vite/CHANGELOG.md ">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.9 (2024-10-14)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: bump launch-editor-middleware to v2.9.1 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18348 ">#18348</a>)
(<a
href="508d9ab834
">508d9ab</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18348 ">#18348</a></li>
<li>fix(css): fix lightningcss dep url resolution with custom root (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18125 ">#18125</a>)
(<a
href="eae00b561e
">eae00b5</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18125 ">#18125</a></li>
<li>fix(data-uri): only match ids starting with <code>data:</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18241 ">#18241</a>)
(<a
href="96084d6e75
">96084d6</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18241 ">#18241</a></li>
<li>fix(deps): bump tsconfck (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18322 ">#18322</a>)
(<a
href="dc5434ce87
">dc5434c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18322 ">#18322</a></li>
<li>fix(hmr): don't try to rewrite imports for direct CSS soft
invalidation (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18252 ">#18252</a>)
(<a
href="851b258c34
">851b258</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18252 ">#18252</a></li>
<li>fix(ssr): (backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18150 ">#18150</a>)
fix source map remapping with multiple sources (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18204 ">#18204</a>)
(<a
href="262a8796d4
">262a879</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18204 ">#18204</a></li>
<li>chore: update all url references of vitejs.dev to vite.dev (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18276 ">#18276</a>)
(<a
href="c23558a7af
">c23558a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18276 ">#18276</a></li>
<li>chore: update license copyright (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18278 ">#18278</a>)
(<a
href="1864eb17b2
">1864eb1</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18278 ">#18278</a></li>
<li>docs: update homepage (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18274 ">#18274</a>)
(<a
href="ae4416349e
">ae44163</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18274 ">#18274</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="898d61f94b
"><code>898d61f</code></a>
release: v5.4.9</li>
<li><a
href="508d9ab834
"><code>508d9ab</code></a>
fix: bump launch-editor-middleware to v2.9.1 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18348 ">#18348</a>)</li>
<li><a
href="dc5434ce87
"><code>dc5434c</code></a>
fix(deps): bump tsconfck (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18322 ">#18322</a>)</li>
<li><a
href="851b258c34
"><code>851b258</code></a>
fix(hmr): don't try to rewrite imports for direct CSS soft invalidation
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18252 ">#18252</a>)</li>
<li><a
href="96084d6e75
"><code>96084d6</code></a>
fix(data-uri): only match ids starting with <code>data:</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18241 ">#18241</a>)</li>
<li><a
href="eae00b561e
"><code>eae00b5</code></a>
fix(css): fix lightningcss dep url resolution with custom root (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18125 ">#18125</a>)</li>
<li><a
href="c23558a7af
"><code>c23558a</code></a>
chore: update all url references of vitejs.dev to vite.dev (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18276 ">#18276</a>)</li>
<li><a
href="1864eb17b2
"><code>1864eb1</code></a>
chore: update license copyright (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18278 ">#18278</a>)</li>
<li><a
href="ae4416349e
"><code>ae44163</code></a>
docs: update homepage (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18274 ">#18274</a>)</li>
<li><a
href="262a8796d4
"><code>262a879</code></a>
fix(ssr): (backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18150 ">#18150</a>)
fix source map remapping with multiple sources (#...</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v5.4.9/packages/vite ">compare
view</a></li>
</ul>
</details>
<br />
Updates `vitest` from 2.1.2 to 2.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases ">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.3</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Fix error diff of <code>toBeNaN, toBeUndefined, toBeNull,
toBeTruthy, toBeFalsy</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6697 ">vitest-dev/vitest#6697</a>
<a href="https://github.com/vitest-dev/vitest/commit/e002758c "><!-- raw
HTML omitted -->(e0027)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Provide aria role intellisense - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6629 ">vitest-dev/vitest#6629</a>
<a href="https://github.com/vitest-dev/vitest/commit/f36eac77 "><!-- raw
HTML omitted -->(f36ea)<!-- raw HTML omitted --></a></li>
<li>Not.toBeInTheDocument works with locators API - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6634 ">vitest-dev/vitest#6634</a>
<a href="https://github.com/vitest-dev/vitest/commit/8bef5d2b "><!-- raw
HTML omitted -->(8bef5)<!-- raw HTML omitted --></a></li>
<li>Use <code>/mockServiceWorker.js</code> instead of
<code>/__vitest_msw__</code> - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6687 ">vitest-dev/vitest#6687</a>
<a href="https://github.com/vitest-dev/vitest/commit/4b2ce07f "><!-- raw
HTML omitted -->(4b2ce)<!-- raw HTML omitted --></a></li>
<li>Don't override the esbuild option in the browser mode - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6692 ">vitest-dev/vitest#6692</a>
<a href="https://github.com/vitest-dev/vitest/commit/d131fd64 "><!-- raw
HTML omitted -->(d131f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Preserve prototype in <code>toMatchObject</code> diff - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6620 ">vitest-dev/vitest#6620</a>
<a href="https://github.com/vitest-dev/vitest/commit/d289e7eb "><!-- raw
HTML omitted -->(d289e)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>mocker</strong>:
<ul>
<li>Specify correct spy dependency - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> <a
href="https://github.com/vitest-dev/vitest/commit/7e9584aa "><!-- raw
HTML omitted -->(7e958)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Ensure sequential suite overrides sequence.concurrent - by <a
href="https://github.com/dsyddall "><code>@dsyddall</code></a> and <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6653 ">vitest-dev/vitest#6653</a>
<a href="https://github.com/vitest-dev/vitest/commit/5e6de274 "><!-- raw
HTML omitted -->(5e6de)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Deprecate UserConfig in favor of ViteUserConfig - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6626 ">vitest-dev/vitest#6626</a>
<a href="https://github.com/vitest-dev/vitest/commit/496bd251 "><!-- raw
HTML omitted -->(496bd)<!-- raw HTML omitted --></a></li>
<li>Don't hang with maxConcurrency 0 - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6627 ">vitest-dev/vitest#6627</a>
<a href="https://github.com/vitest-dev/vitest/commit/946d8bb1 "><!-- raw
HTML omitted -->(946d8)<!-- raw HTML omitted --></a></li>
<li>Deprecate old task types and node-reliant types - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6632 ">vitest-dev/vitest#6632</a>
<a href="https://github.com/vitest-dev/vitest/commit/000459a9 "><!-- raw
HTML omitted -->(00045)<!-- raw HTML omitted --></a></li>
<li>Fix <code><empty line></code> logs when interleaving
<code>console.log/error</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6644 ">vitest-dev/vitest#6644</a>
<a href="https://github.com/vitest-dev/vitest/commit/9ece3952 "><!-- raw
HTML omitted -->(9ece3)<!-- raw HTML omitted --></a></li>
<li>Show rollup error details as test error - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6686 ">vitest-dev/vitest#6686</a>
<a href="https://github.com/vitest-dev/vitest/commit/47dde76f "><!-- raw
HTML omitted -->(47dde)<!-- raw HTML omitted --></a></li>
<li>Always inline setup files - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6689 ">vitest-dev/vitest#6689</a>
<a href="https://github.com/vitest-dev/vitest/commit/19d64e20 "><!-- raw
HTML omitted -->(19d64)<!-- raw HTML omitted --></a></li>
<li>Use <code>fast-glob</code> instead of <code>tinyglobby</code> in
Vitest - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6688 ">vitest-dev/vitest#6688</a>
<a href="https://github.com/vitest-dev/vitest/commit/70baaaa9 "><!-- raw
HTML omitted -->(70baa)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>web-worker</strong>:
<ul>
<li>Share mocker with main executor - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6623 ">vitest-dev/vitest#6623</a>
<a href="https://github.com/vitest-dev/vitest/commit/fe7b8aee "><!-- raw
HTML omitted -->(fe7b8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3> 🏎 Performance</h3>
<ul>
<li>Reuse full name in reported tasks, update generator types - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6666 ">vitest-dev/vitest#6666</a>
<a href="https://github.com/vitest-dev/vitest/commit/7a0de0a7 "><!-- raw
HTML omitted -->(7a0de)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.2...v2.1.3 ">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4c03a0db53
"><code>4c03a0d</code></a>
chore: release v2.1.3</li>
<li><a
href="70baaaa9f6
"><code>70baaaa</code></a>
fix(vitest): use <code>fast-glob</code> instead of
<code>tinyglobby</code> in Vitest (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6688 ">#6688</a>)</li>
<li><a
href="19d64e20ef
"><code>19d64e2</code></a>
fix(vitest): always inline setup files (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6689 ">#6689</a>)</li>
<li><a
href="47dde76f31
"><code>47dde76</code></a>
fix(vitest): show rollup error details as test error (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6686 ">#6686</a>)</li>
<li><a
href="7155cee210
"><code>7155cee</code></a>
refactor(coverage): move re-usable parts to base provider (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6665 ">#6665</a>)</li>
<li><a
href="7a0de0a7c2
"><code>7a0de0a</code></a>
perf: reuse full name in reported tasks, update generator types (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6666 ">#6666</a>)</li>
<li><a
href="8bef5d2b99
"><code>8bef5d2</code></a>
fix(browser): not.toBeInTheDocument works with locators API (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6634 ">#6634</a>)</li>
<li><a
href="9ece395264
"><code>9ece395</code></a>
fix(vitest): fix <code>\<empty line></code> logs when interleaving
<code>console.log/error</code> (#...</li>
<li><a
href="000459a9ae
"><code>000459a</code></a>
fix(vitest): deprecate old task types and node-reliant types (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6632 ">#6632</a>)</li>
<li><a
href="946d8bb165
"><code>946d8bb</code></a>
fix(vitest): don't hang with maxConcurrency 0 (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6627 ">#6627</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/vitest ">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>
2024-10-18 12:33:45 -07:00
dependabot[bot]
954b42e528
Bump the storybook group with 9 updates ( #1061 )
...
Bumps the storybook group with 9 updates:
| Package | From | To |
| --- | --- | --- |
|
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials )
| `8.3.5` | `8.3.6` |
|
[@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions )
| `8.3.5` | `8.3.6` |
|
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links )
| `8.3.5` | `8.3.6` |
|
[@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks )
| `8.3.5` | `8.3.6` |
|
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react )
| `8.3.5` | `8.3.6` |
|
[@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite )
| `8.3.5` | `8.3.6` |
|
[@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test )
| `8.3.5` | `8.3.6` |
|
[@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming )
| `8.3.5` | `8.3.6` |
|
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli )
| `8.3.5` | `8.3.6` |
Updates `@storybook/addon-essentials` from 8.3.5 to 8.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/addon-essentials</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.6</h2>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/addon-essentials</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a2ee504971
"><code>a2ee504</code></a>
Bump version from "8.3.5" to "8.3.6" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.6/code/addons/essentials ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/addon-interactions` from 8.3.5 to 8.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/addon-interactions</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.6</h2>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/addon-interactions</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a2ee504971
"><code>a2ee504</code></a>
Bump version from "8.3.5" to "8.3.6" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.6/code/addons/interactions ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/addon-links` from 8.3.5 to 8.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/addon-links</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.6</h2>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/addon-links</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a2ee504971
"><code>a2ee504</code></a>
Bump version from "8.3.5" to "8.3.6" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.6/code/addons/links ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/blocks` from 8.3.5 to 8.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/blocks</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.6</h2>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/blocks</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a2ee504971
"><code>a2ee504</code></a>
Bump version from "8.3.5" to "8.3.6" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.6/code/lib/blocks ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/react` from 8.3.5 to 8.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.6</h2>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a2ee504971
"><code>a2ee504</code></a>
Bump version from "8.3.5" to "8.3.6" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.6/code/renderers/react ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/react-vite` from 8.3.5 to 8.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/react-vite</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.6</h2>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/react-vite</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a2ee504971
"><code>a2ee504</code></a>
Bump version from "8.3.5" to "8.3.6" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.6/code/frameworks/react-vite ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/test` from 8.3.5 to 8.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/test</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.6</h2>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/test</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a2ee504971
"><code>a2ee504</code></a>
Bump version from "8.3.5" to "8.3.6" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.6/code/lib/test ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/theming` from 8.3.5 to 8.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/theming</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.6</h2>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.6/code/lib/theming ">compare
view</a></li>
</ul>
</details>
<br />
Updates `storybook` from 8.3.5 to 8.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases ">storybook's
releases</a>.</em></p>
<blockquote>
<h2>v8.3.6</h2>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md ">storybook's
changelog</a>.</em></p>
<blockquote>
<h2>8.3.6</h2>
<ul>
<li>CLI: Install Svelte CSF v5 in Svelte5 projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29323 ">#29323</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
<li>Svelte: Add v5 stories to CLI templates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29382 ">#29382</a>,
thanks <a
href="https://github.com/JReinhold "><code>@JReinhold</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a2ee504971
"><code>a2ee504</code></a>
Bump version from "8.3.5" to "8.3.6" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.6/code/lib/cli ">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>
2024-10-18 12:33:30 -07:00
wave-builder[bot]
dac0cbb5f2
chore: bump package version to 0.8.12-beta.4
2024-10-18 19:06:07 +00:00
wave-builder[bot]
455d45f1b9
chore: bump package version to 0.8.12-beta.3
2024-10-18 06:43:45 +00:00
wave-builder[bot]
19883a9159
chore: bump package version to 0.8.12-beta.2
2024-10-17 23:10:46 +00:00
wave-builder[bot]
5d8070b9d8
chore: bump package version to 0.8.12-beta.1
2024-10-17 22:39:28 +00:00
dependabot[bot]
46684a3440
Bump electron from 32.1.2 to 32.2.0 in the electron group ( #1018 )
...
Bumps the electron group with 1 update:
[electron](https://github.com/electron/electron ).
Updates `electron` from 32.1.2 to 32.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/electron/releases ">electron's
releases</a>.</em></p>
<blockquote>
<h2>electron v32.2.0</h2>
<h1>Release Notes for v32.2.0</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed a crash when calling <code>focus</code> on a
<code>WebView</code>'s <code>webContents</code>. <a
href="https://redirect.github.com/electron/electron/pull/43934 ">#43934</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43933 ">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43932 ">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed a potential issue accessing a child window document when
overriding browserWindow creation via <code>setWindowOpenHandler</code>.
<a
href="https://redirect.github.com/electron/electron/pull/43877 ">#43877</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43878 ">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43816 ">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where an exception could be thrown on BrowserView
after its owner BrowserWindow was closed. <a
href="https://redirect.github.com/electron/electron/pull/44001 ">#44001</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43999 ">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44000 ">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed closing a window with more than one attached sheet on macOS.
<a
href="https://redirect.github.com/electron/electron/pull/43954 ">#43954</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43953 ">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43952 ">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed potential use-after-free during view removal on macOS. <a
href="https://redirect.github.com/electron/electron/pull/43923 ">#43923</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43924 ">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43922 ">33</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Ensured that the <code>sender-id</code> hint is set when creating
desktop notifications on DBus. <a
href="https://redirect.github.com/electron/electron/pull/43950 ">#43950</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43951 ">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43949 ">33</a>)<!--
raw HTML omitted --></li>
<li>Updated Chromium to 128.0.6613.178. <a
href="https://redirect.github.com/electron/electron/pull/44086 ">#44086</a></li>
<li>Updated Node.js to v20.18.0. <a
href="https://redirect.github.com/electron/electron/pull/44116 ">#44116</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="da32971374
"><code>da32971</code></a>
chore: bump node to v20.18.0 (32-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/44116 ">#44116</a>)</li>
<li><a
href="27c38bdead
"><code>27c38bd</code></a>
build: add import/order eslint rule (<a
href="https://redirect.github.com/electron/electron/issues/44107 ">#44107</a>)</li>
<li><a
href="bf8de29f9b
"><code>bf8de29</code></a>
fix: remove use of deprecated API base::Hash() (<a
href="https://redirect.github.com/electron/electron/issues/44102 ">#44102</a>)</li>
<li><a
href="058a616135
"><code>058a616</code></a>
perf: use ArrayBuffer::Data() instead of GetBackingStore()->Data()
(32-x-y) (...</li>
<li><a
href="bd8b9daa74
"><code>bd8b9da</code></a>
fix: -Wunsafe-buffer-usage warnings in
WebFrameRenderer::ExecuteJavaScript() ...</li>
<li><a
href="a635dac618
"><code>a635dac</code></a>
chore: bump chromium to 128.0.6613.178 (32-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/44086 ">#44086</a>)</li>
<li><a
href="653b928e0d
"><code>653b928</code></a>
build: fix relative file read during npm publish (<a
href="https://redirect.github.com/electron/electron/issues/44092 ">#44092</a>)</li>
<li><a
href="98b1d305b6
"><code>98b1d30</code></a>
build: cleanup release scripts, separate cli entrypoints from logic (<a
href="https://redirect.github.com/electron/electron/issues/44081 ">#44081</a>)</li>
<li><a
href="2f519a8f2e
"><code>2f519a8</code></a>
build: update some build dependencies (<a
href="https://redirect.github.com/electron/electron/issues/44070 ">#44070</a>)</li>
<li><a
href="2e84985439
"><code>2e84985</code></a>
build: convert all release scripts to typescript (<a
href="https://redirect.github.com/electron/electron/issues/44060 ">#44060</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v32.1.2...v32.2.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=32.1.2&new-version=32.2.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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>
2024-10-17 09:55:32 -07:00
wave-builder[bot]
359974d505
chore: bump package version to 0.8.12-beta.0
2024-10-15 01:20:40 +00:00
Mike Sawka
e24fab34dc
get json/yaml validation working ( #1032 )
2024-10-14 18:18:58 -07:00
Evan Simkowitz
0b88fa590d
Move AI model configs to presets and add a dropdown to swap between configs ( #1024 )
2024-10-12 18:40:14 -04:00
dependabot[bot]
74226ca5fb
Bump winston from 3.14.2 to 3.15.0 in the prod-dependencies group ( #1017 )
...
Bumps the prod-dependencies group with 1 update:
[winston](https://github.com/winstonjs/winston ).
Updates `winston` from 3.14.2 to 3.15.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/winstonjs/winston/releases ">winston's
releases</a>.</em></p>
<blockquote>
<h2>v3.15.0</h2>
<p>Note: we removed LogCallback from the TS definitions because the
underlying library didn't actually support these. If this causes issues
in your apps, we recommend you remove references to LogCallbacks, since
such code was not being executed anyways. See <a
href="https://redirect.github.com/winstonjs/winston/issues/2513 ">#2513</a>
and the issue linked therein.</p>
<ul>
<li>remove logcallback (<a
href="https://redirect.github.com/winstonjs/winston/issues/2513 ">#2513</a>)
3a54777</li>
<li>chore(docs): Update README.md w/ usage comments (<a
href="https://redirect.github.com/winstonjs/winston/issues/2507 ">#2507</a>)
f110f61</li>
<li>Bump nyc from 15.1.0 to 17.1.0 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2511 ">#2511</a>)
f5dde86</li>
<li>Bump <code>@babel/cli</code> from 7.24.7 to 7.25.6 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2512 ">#2512</a>)
d1b8dc6</li>
<li>Bump <code>@babel/preset-env</code> from 7.24.8 to 7.25.4 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2506 ">#2506</a>)
564161a</li>
<li>Bump mocha from 10.7.0 to 10.7.3 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2500 ">#2500</a>)
eb7e315</li>
<li>Unified Handler Tests (<a
href="https://redirect.github.com/winstonjs/winston/issues/2020 ">#2020</a>)
22aab6d</li>
</ul>
<p><a
href="https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0 ">https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="195e55c7e7
"><code>195e55c</code></a>
3.15.0</li>
<li><a
href="3a5477770e
"><code>3a54777</code></a>
remove logcallback (<a
href="https://redirect.github.com/winstonjs/winston/issues/2513 ">#2513</a>)</li>
<li><a
href="f110f61adc
"><code>f110f61</code></a>
chore(docs): Update README.md w/ usage comments (<a
href="https://redirect.github.com/winstonjs/winston/issues/2507 ">#2507</a>)</li>
<li><a
href="f5dde86716
"><code>f5dde86</code></a>
Bump nyc from 15.1.0 to 17.1.0 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2511 ">#2511</a>)</li>
<li><a
href="d1b8dc6d2d
"><code>d1b8dc6</code></a>
Bump <code>@babel/cli</code> from 7.24.7 to 7.25.6 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2512 ">#2512</a>)</li>
<li><a
href="564161aed3
"><code>564161a</code></a>
Bump <code>@babel/preset-env</code> from 7.24.8 to 7.25.4 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2506 ">#2506</a>)</li>
<li><a
href="eb7e315e58
"><code>eb7e315</code></a>
Bump mocha from 10.7.0 to 10.7.3 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2500 ">#2500</a>)</li>
<li><a
href="22aab6de1d
"><code>22aab6d</code></a>
Unified Handler Tests (<a
href="https://redirect.github.com/winstonjs/winston/issues/2020 ">#2020</a>)</li>
<li>See full diff in <a
href="https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=winston&package-manager=npm_and_yarn&previous-version=3.14.2&new-version=3.15.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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>
2024-10-11 14:31:26 -04:00
dependabot[bot]
400487dcce
Bump the dev-dependencies group with 7 updates ( #1016 )
...
Bumps the dev-dependencies group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) |
`9.11.1` | `9.12.0` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )
| `22.7.4` | `22.7.5` |
|
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom )
| `18.3.0` | `18.3.1` |
| [eslint](https://github.com/eslint/eslint ) | `9.11.1` | `9.12.0` |
| [typescript](https://github.com/microsoft/TypeScript ) | `5.6.2` |
`5.6.3` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )
| `8.8.0` | `8.8.1` |
|
[vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy )
| `1.0.6` | `2.0.0` |
Updates `@eslint/js` from 9.11.1 to 9.12.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases "><code>@eslint/js</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.12.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="5a6a05321c
"><code>5a6a053</code></a>
feat: update to <code>jiti</code> v2 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18954 ">#18954</a>)
(Arya Emami)</li>
<li><a
href="17a07fb548
"><code>17a07fb</code></a>
feat: Hooks for test cases (RuleTester) (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18771 ">#18771</a>)
(Anna Bocharova)</li>
<li><a
href="2ff0e51ced
"><code>2ff0e51</code></a>
feat: Implement alternate config lookup (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18742 ">#18742</a>)
(Nicholas C. Zakas)</li>
<li><a
href="2d174532ae
"><code>2d17453</code></a>
feat: Implement modified cyclomatic complexity (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18896 ">#18896</a>)
(Dmitry Pashkevich)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="ea380cac6f
"><code>ea380ca</code></a>
fix: Upgrade retry to avoid EMFILE errors (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18986 ">#18986</a>)
(Nicholas C. Zakas)</li>
<li><a
href="fdd631964a
"><code>fdd6319</code></a>
fix: Issues with type definitions (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18940 ">#18940</a>)
(Arya Emami)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="ecbd52291d
"><code>ecbd522</code></a>
docs: Mention code explorer (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18978 ">#18978</a>)
(Nicholas C. Zakas)</li>
<li><a
href="7ea4ecc6e3
"><code>7ea4ecc</code></a>
docs: Clarifying the Use of Meta Objects (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18697 ">#18697</a>)
(Amaresh S M)</li>
<li><a
href="d3e4b2ea4a
"><code>d3e4b2e</code></a>
docs: Clarify how to exclude <code>.js</code> files (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18976 ">#18976</a>)
(Milos Djermanovic)</li>
<li><a
href="57232ff3d5
"><code>57232ff</code></a>
docs: Mention plugin-kit in language docs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18973 ">#18973</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b80ed007ce
"><code>b80ed00</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="cb69ab374c
"><code>cb69ab3</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="7fb0d957c1
"><code>7fb0d95</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="493348a9a5
"><code>493348a</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="87a582c8b5
"><code>87a582c</code></a>
docs: fix typo in <code>id-match</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18944 ">#18944</a>)
(Jay)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="555aafd06f
"><code>555aafd</code></a>
chore: upgrade to <code>@eslint/js@9.12.0</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18987 ">#18987</a>)
(Francesco Trotta)</li>
<li><a
href="873ae608c1
"><code>873ae60</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="d0a5414c30
"><code>d0a5414</code></a>
refactor: replace strip-ansi with native module (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18982 ">#18982</a>)
(Cristopher)</li>
<li><a
href="b8270299ab
"><code>b827029</code></a>
chore: Enable JSON5 linting (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18979 ">#18979</a>)
(Milos Djermanovic)</li>
<li><a
href="8f55ca22d9
"><code>8f55ca2</code></a>
chore: Upgrade espree, eslint-visitor-keys, eslint-scope (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18962 ">#18962</a>)
(Nicholas C. Zakas)</li>
<li><a
href="c1a2725e9c
"><code>c1a2725</code></a>
chore: update dependency mocha to ^10.7.3 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18945 ">#18945</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md "><code>@eslint/js</code>'s
changelog</a>.</em></p>
<blockquote>
<p>v9.12.0 - October 4, 2024</p>
<ul>
<li><a
href="555aafd06f
"><code>555aafd</code></a>
chore: upgrade to <code>@eslint/js@9.12.0</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18987 ">#18987</a>)
(Francesco Trotta)</li>
<li><a
href="873ae608c1
"><code>873ae60</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="ea380cac6f
"><code>ea380ca</code></a>
fix: Upgrade retry to avoid EMFILE errors (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18986 ">#18986</a>)
(Nicholas C. Zakas)</li>
<li><a
href="d0a5414c30
"><code>d0a5414</code></a>
refactor: replace strip-ansi with native module (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18982 ">#18982</a>)
(Cristopher)</li>
<li><a
href="b8270299ab
"><code>b827029</code></a>
chore: Enable JSON5 linting (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18979 ">#18979</a>)
(Milos Djermanovic)</li>
<li><a
href="ecbd52291d
"><code>ecbd522</code></a>
docs: Mention code explorer (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18978 ">#18978</a>)
(Nicholas C. Zakas)</li>
<li><a
href="7ea4ecc6e3
"><code>7ea4ecc</code></a>
docs: Clarifying the Use of Meta Objects (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18697 ">#18697</a>)
(Amaresh S M)</li>
<li><a
href="d3e4b2ea4a
"><code>d3e4b2e</code></a>
docs: Clarify how to exclude <code>.js</code> files (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18976 ">#18976</a>)
(Milos Djermanovic)</li>
<li><a
href="5a6a05321c
"><code>5a6a053</code></a>
feat: update to <code>jiti</code> v2 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18954 ">#18954</a>)
(Arya Emami)</li>
<li><a
href="57232ff3d5
"><code>57232ff</code></a>
docs: Mention plugin-kit in language docs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18973 ">#18973</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b80ed007ce
"><code>b80ed00</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="cb69ab374c
"><code>cb69ab3</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="7fb0d957c1
"><code>7fb0d95</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="fdd631964a
"><code>fdd6319</code></a>
fix: Issues with type definitions (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18940 ">#18940</a>)
(Arya Emami)</li>
<li><a
href="8f55ca22d9
"><code>8f55ca2</code></a>
chore: Upgrade espree, eslint-visitor-keys, eslint-scope (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18962 ">#18962</a>)
(Nicholas C. Zakas)</li>
<li><a
href="17a07fb548
"><code>17a07fb</code></a>
feat: Hooks for test cases (RuleTester) (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18771 ">#18771</a>)
(Anna Bocharova)</li>
<li><a
href="493348a9a5
"><code>493348a</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="87a582c8b5
"><code>87a582c</code></a>
docs: fix typo in <code>id-match</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18944 ">#18944</a>)
(Jay)</li>
<li><a
href="2ff0e51ced
"><code>2ff0e51</code></a>
feat: Implement alternate config lookup (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18742 ">#18742</a>)
(Nicholas C. Zakas)</li>
<li><a
href="2d174532ae
"><code>2d17453</code></a>
feat: Implement modified cyclomatic complexity (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18896 ">#18896</a>)
(Dmitry Pashkevich)</li>
<li><a
href="c1a2725e9c
"><code>c1a2725</code></a>
chore: update dependency mocha to ^10.7.3 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18945 ">#18945</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="873ae608c1
"><code>873ae60</code></a>
chore: package.json update for <code>@eslint/js</code> release</li>
<li>See full diff in <a
href="https://github.com/eslint/eslint/commits/v9.12.0/packages/js ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@types/node` from 22.7.4 to 22.7.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 `@types/react-dom` from 18.3.0 to 18.3.1
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom ">compare
view</a></li>
</ul>
</details>
<br />
Updates `eslint` from 9.11.1 to 9.12.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases ">eslint's
releases</a>.</em></p>
<blockquote>
<h2>v9.12.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="5a6a05321c
"><code>5a6a053</code></a>
feat: update to <code>jiti</code> v2 (<a
href="https://redirect.github.com/eslint/eslint/issues/18954 ">#18954</a>)
(Arya Emami)</li>
<li><a
href="17a07fb548
"><code>17a07fb</code></a>
feat: Hooks for test cases (RuleTester) (<a
href="https://redirect.github.com/eslint/eslint/issues/18771 ">#18771</a>)
(Anna Bocharova)</li>
<li><a
href="2ff0e51ced
"><code>2ff0e51</code></a>
feat: Implement alternate config lookup (<a
href="https://redirect.github.com/eslint/eslint/issues/18742 ">#18742</a>)
(Nicholas C. Zakas)</li>
<li><a
href="2d174532ae
"><code>2d17453</code></a>
feat: Implement modified cyclomatic complexity (<a
href="https://redirect.github.com/eslint/eslint/issues/18896 ">#18896</a>)
(Dmitry Pashkevich)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="ea380cac6f
"><code>ea380ca</code></a>
fix: Upgrade retry to avoid EMFILE errors (<a
href="https://redirect.github.com/eslint/eslint/issues/18986 ">#18986</a>)
(Nicholas C. Zakas)</li>
<li><a
href="fdd631964a
"><code>fdd6319</code></a>
fix: Issues with type definitions (<a
href="https://redirect.github.com/eslint/eslint/issues/18940 ">#18940</a>)
(Arya Emami)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="ecbd52291d
"><code>ecbd522</code></a>
docs: Mention code explorer (<a
href="https://redirect.github.com/eslint/eslint/issues/18978 ">#18978</a>)
(Nicholas C. Zakas)</li>
<li><a
href="7ea4ecc6e3
"><code>7ea4ecc</code></a>
docs: Clarifying the Use of Meta Objects (<a
href="https://redirect.github.com/eslint/eslint/issues/18697 ">#18697</a>)
(Amaresh S M)</li>
<li><a
href="d3e4b2ea4a
"><code>d3e4b2e</code></a>
docs: Clarify how to exclude <code>.js</code> files (<a
href="https://redirect.github.com/eslint/eslint/issues/18976 ">#18976</a>)
(Milos Djermanovic)</li>
<li><a
href="57232ff3d5
"><code>57232ff</code></a>
docs: Mention plugin-kit in language docs (<a
href="https://redirect.github.com/eslint/eslint/issues/18973 ">#18973</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b80ed007ce
"><code>b80ed00</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="cb69ab374c
"><code>cb69ab3</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="7fb0d957c1
"><code>7fb0d95</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="493348a9a5
"><code>493348a</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="87a582c8b5
"><code>87a582c</code></a>
docs: fix typo in <code>id-match</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18944 ">#18944</a>)
(Jay)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="555aafd06f
"><code>555aafd</code></a>
chore: upgrade to <code>@eslint/js@9.12.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18987 ">#18987</a>)
(Francesco Trotta)</li>
<li><a
href="873ae608c1
"><code>873ae60</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="d0a5414c30
"><code>d0a5414</code></a>
refactor: replace strip-ansi with native module (<a
href="https://redirect.github.com/eslint/eslint/issues/18982 ">#18982</a>)
(Cristopher)</li>
<li><a
href="b8270299ab
"><code>b827029</code></a>
chore: Enable JSON5 linting (<a
href="https://redirect.github.com/eslint/eslint/issues/18979 ">#18979</a>)
(Milos Djermanovic)</li>
<li><a
href="8f55ca22d9
"><code>8f55ca2</code></a>
chore: Upgrade espree, eslint-visitor-keys, eslint-scope (<a
href="https://redirect.github.com/eslint/eslint/issues/18962 ">#18962</a>)
(Nicholas C. Zakas)</li>
<li><a
href="c1a2725e9c
"><code>c1a2725</code></a>
chore: update dependency mocha to ^10.7.3 (<a
href="https://redirect.github.com/eslint/eslint/issues/18945 ">#18945</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md ">eslint's
changelog</a>.</em></p>
<blockquote>
<p>v9.12.0 - October 4, 2024</p>
<ul>
<li><a
href="555aafd06f
"><code>555aafd</code></a>
chore: upgrade to <code>@eslint/js@9.12.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18987 ">#18987</a>)
(Francesco Trotta)</li>
<li><a
href="873ae608c1
"><code>873ae60</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="ea380cac6f
"><code>ea380ca</code></a>
fix: Upgrade retry to avoid EMFILE errors (<a
href="https://redirect.github.com/eslint/eslint/issues/18986 ">#18986</a>)
(Nicholas C. Zakas)</li>
<li><a
href="d0a5414c30
"><code>d0a5414</code></a>
refactor: replace strip-ansi with native module (<a
href="https://redirect.github.com/eslint/eslint/issues/18982 ">#18982</a>)
(Cristopher)</li>
<li><a
href="b8270299ab
"><code>b827029</code></a>
chore: Enable JSON5 linting (<a
href="https://redirect.github.com/eslint/eslint/issues/18979 ">#18979</a>)
(Milos Djermanovic)</li>
<li><a
href="ecbd52291d
"><code>ecbd522</code></a>
docs: Mention code explorer (<a
href="https://redirect.github.com/eslint/eslint/issues/18978 ">#18978</a>)
(Nicholas C. Zakas)</li>
<li><a
href="7ea4ecc6e3
"><code>7ea4ecc</code></a>
docs: Clarifying the Use of Meta Objects (<a
href="https://redirect.github.com/eslint/eslint/issues/18697 ">#18697</a>)
(Amaresh S M)</li>
<li><a
href="d3e4b2ea4a
"><code>d3e4b2e</code></a>
docs: Clarify how to exclude <code>.js</code> files (<a
href="https://redirect.github.com/eslint/eslint/issues/18976 ">#18976</a>)
(Milos Djermanovic)</li>
<li><a
href="5a6a05321c
"><code>5a6a053</code></a>
feat: update to <code>jiti</code> v2 (<a
href="https://redirect.github.com/eslint/eslint/issues/18954 ">#18954</a>)
(Arya Emami)</li>
<li><a
href="57232ff3d5
"><code>57232ff</code></a>
docs: Mention plugin-kit in language docs (<a
href="https://redirect.github.com/eslint/eslint/issues/18973 ">#18973</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b80ed007ce
"><code>b80ed00</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="cb69ab374c
"><code>cb69ab3</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="7fb0d957c1
"><code>7fb0d95</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="fdd631964a
"><code>fdd6319</code></a>
fix: Issues with type definitions (<a
href="https://redirect.github.com/eslint/eslint/issues/18940 ">#18940</a>)
(Arya Emami)</li>
<li><a
href="8f55ca22d9
"><code>8f55ca2</code></a>
chore: Upgrade espree, eslint-visitor-keys, eslint-scope (<a
href="https://redirect.github.com/eslint/eslint/issues/18962 ">#18962</a>)
(Nicholas C. Zakas)</li>
<li><a
href="17a07fb548
"><code>17a07fb</code></a>
feat: Hooks for test cases (RuleTester) (<a
href="https://redirect.github.com/eslint/eslint/issues/18771 ">#18771</a>)
(Anna Bocharova)</li>
<li><a
href="493348a9a5
"><code>493348a</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="87a582c8b5
"><code>87a582c</code></a>
docs: fix typo in <code>id-match</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18944 ">#18944</a>)
(Jay)</li>
<li><a
href="2ff0e51ced
"><code>2ff0e51</code></a>
feat: Implement alternate config lookup (<a
href="https://redirect.github.com/eslint/eslint/issues/18742 ">#18742</a>)
(Nicholas C. Zakas)</li>
<li><a
href="2d174532ae
"><code>2d17453</code></a>
feat: Implement modified cyclomatic complexity (<a
href="https://redirect.github.com/eslint/eslint/issues/18896 ">#18896</a>)
(Dmitry Pashkevich)</li>
<li><a
href="c1a2725e9c
"><code>c1a2725</code></a>
chore: update dependency mocha to ^10.7.3 (<a
href="https://redirect.github.com/eslint/eslint/issues/18945 ">#18945</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="17cfb68419
"><code>17cfb68</code></a>
9.12.0</li>
<li><a
href="826e69dbc1
"><code>826e69d</code></a>
Build: changelog update for 9.12.0</li>
<li><a
href="555aafd06f
"><code>555aafd</code></a>
chore: upgrade to <code>@eslint/js@9.12.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18987 ">#18987</a>)</li>
<li><a
href="873ae608c1
"><code>873ae60</code></a>
chore: package.json update for <code>@eslint/js</code> release</li>
<li><a
href="ea380cac6f
"><code>ea380ca</code></a>
fix: Upgrade retry to avoid EMFILE errors (<a
href="https://redirect.github.com/eslint/eslint/issues/18986 ">#18986</a>)</li>
<li><a
href="d0a5414c30
"><code>d0a5414</code></a>
refactor: replace strip-ansi with native module (<a
href="https://redirect.github.com/eslint/eslint/issues/18982 ">#18982</a>)</li>
<li><a
href="b8270299ab
"><code>b827029</code></a>
chore: Enable JSON5 linting (<a
href="https://redirect.github.com/eslint/eslint/issues/18979 ">#18979</a>)</li>
<li><a
href="ecbd52291d
"><code>ecbd522</code></a>
docs: Mention code explorer (<a
href="https://redirect.github.com/eslint/eslint/issues/18978 ">#18978</a>)</li>
<li><a
href="7ea4ecc6e3
"><code>7ea4ecc</code></a>
docs: Clarifying the Use of Meta Objects (<a
href="https://redirect.github.com/eslint/eslint/issues/18697 ">#18697</a>)</li>
<li><a
href="d3e4b2ea4a
"><code>d3e4b2e</code></a>
docs: Clarify how to exclude <code>.js</code> files (<a
href="https://redirect.github.com/eslint/eslint/issues/18976 ">#18976</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.11.1...v9.12.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `typescript` from 5.6.2 to 5.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/TypeScript/releases ">typescript's
releases</a>.</em></p>
<blockquote>
<h2>TypeScript 5.6.3</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/ ">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+ ">fixed
issues query for Typescript 5.6.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+ ">fixed
issues query for Typescript 5.6.1 (RC)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+ ">fixed
issues query for Typescript 5.6.2 (Stable)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.3%22+is%3Aclosed+ ">fixed
issues query for Typescript 5.6.3 (Stable)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript ">npm</a></li>
<li><a
href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild ">NuGet
package</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d48a5cf89a
"><code>d48a5cf</code></a>
Bump version to 5.6.3 and LKG</li>
<li><a
href="fefa70aa18
"><code>fefa70a</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/microsoft/TypeScript/issues/60083 ">#60083</a>
(Don't issue implicit any when obtai...) into release-5.6 (#...</li>
<li><a
href="ff71692149
"><code>ff71692</code></a>
[release-5.6] Remove tsbuildInfo specification error now that we need it
for ...</li>
<li><a
href="1f44dcf4e1
"><code>1f44dcf</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/microsoft/TypeScript/issues/60157 ">#60157</a>
(fix automatic type acquisition) into release-5.6 (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/60169 ">#60169</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `typescript-eslint` from 8.8.0 to 8.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases ">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.8.1</h2>
<h2>8.8.1 (2024-10-07)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> stop warning on <a
href="https://github.com/ts-nocheck "><code>@ts-nocheck</code></a>
comments which aren't at the beginning of the file (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10046 ">#10046</a>)</li>
<li><strong>typescript-estree:</strong> fix crash when running from a
<code>node --eval</code> script (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10098 ">#10098</a>)</li>
<li><strong>typescript-estree:</strong> ensure mjs/mts files are always
be parsed as ESM (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10011 ">#10011</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Brad Zacher <a
href="https://github.com/bradzacher "><code>@bradzacher</code></a></li>
<li>Ronen Amiel</li>
<li>WhitePiano <a
href="https://github.com/goldentrash "><code>@goldentrash</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning ">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases ">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md ">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.8.1 (2024-10-07)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning ">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases ">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f898248934
"><code>f898248</code></a>
chore(release): publish 8.8.1</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/typescript-eslint ">compare
view</a></li>
</ul>
</details>
<br />
Updates `vite-plugin-static-copy` from 1.0.6 to 2.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sapphi-red/vite-plugin-static-copy/releases ">vite-plugin-static-copy's
releases</a>.</em></p>
<blockquote>
<h2>vite-plugin-static-copy@2.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/127 ">#127</a>
<a
href="21304df03f
"><code>21304df</code></a>
Thanks <a
href="https://github.com/tassioFront "><code>@tassioFront</code></a>! -
feat: throw an error when does not find file</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md ">vite-plugin-static-copy's
changelog</a>.</em></p>
<blockquote>
<h2>2.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/127 ">#127</a>
<a
href="21304df03f
"><code>21304df</code></a>
Thanks <a
href="https://github.com/tassioFront "><code>@tassioFront</code></a>! -
feat: throw an error when does not find file</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c3a14747ad
"><code>c3a1474</code></a>
chore: update versions (<a
href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/128 ">#128</a>)</li>
<li><a
href="f760843413
"><code>f760843</code></a>
chore: update packages (<a
href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/129 ">#129</a>)</li>
<li><a
href="21304df03f
"><code>21304df</code></a>
feat: throw an error when no file was found (<a
href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/127 ">#127</a>)</li>
<li>See full diff in <a
href="https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@1.0.6...vite-plugin-static-copy@2.0.0 ">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>
2024-10-11 14:31:08 -04:00
wave-builder[bot]
a1693ade6c
chore: bump package version to 0.8.11
2024-10-11 02:33:13 +00:00
wave-builder[bot]
666f4112b1
chore: bump package version to 0.8.11-beta.1
2024-10-11 00:25:15 +00:00
wave-builder[bot]
da0b8b044e
chore: bump package version to 0.8.11-beta.0
2024-10-10 23:36:06 +00:00
wave-builder[bot]
67a8a59b1b
chore: bump package version to 0.8.10
2024-10-10 04:48:10 +00:00
wave-builder[bot]
2d8cd1cf7c
chore: bump package version to 0.8.10-beta.2
2024-10-10 01:23:07 +00:00
wave-builder[bot]
91a58a265e
chore: bump package version to 0.8.10-beta.1
2024-10-09 23:18:02 +00:00
wave-builder[bot]
ad3166a2c9
chore: bump package version to 0.8.10-beta.0
2024-10-09 20:37:07 +00:00
wave-builder[bot]
9173e51756
chore: bump package version to 0.8.9
2024-10-09 01:55:26 +00:00
wave-builder[bot]
62602de71e
chore: bump package version to 0.8.9-beta.9
2024-10-09 00:13:32 +00:00
wave-builder[bot]
989dd0910f
chore: bump package version to 0.8.9-beta.8
2024-10-08 23:55:27 +00:00
wave-builder[bot]
e0ad873b45
chore: bump package version to 0.8.9-beta.7
2024-10-08 21:46:42 +00:00
wave-builder[bot]
59887f4f0c
chore: bump package version to 0.8.9-beta.6
2024-10-08 21:41:44 +00:00
Evan Simkowitz
d2b2491211
Add markdown alert parsing, fix buffer issue when switching files ( #988 )
...
Adds the GitHub alert syntax parsing to the markdown element, fixes an
issue where the file edit buffer was not getting unset when the file
path changed, continues my crusade on star imports
2024-10-08 09:25:41 -07:00
Evan Simkowitz
0e72d999d2
Fix vulnerable cookie dependency ( #984 )
2024-10-07 16:42:22 -07:00
wave-builder[bot]
080dc2392f
chore: bump package version to 0.8.9-beta.5
2024-10-07 23:13:54 +00:00
wave-builder[bot]
40523a933c
chore: bump package version to 0.8.9-beta.4
2024-10-07 21:38:40 +00:00
wave-builder[bot]
c8ecb3d034
chore: bump package version to 0.8.9-beta.3
2024-10-06 20:41:11 +00:00
wave-builder[bot]
28f189bccd
chore: bump package version to 0.8.9-beta.2
2024-10-06 20:33:10 +00:00
dependabot[bot]
3763f9429f
Bump the electron group with 2 updates ( #959 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps the electron group with 2 updates:
[electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater )
and
[electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder ).
Updates `electron-updater` from 6.3.4 to 6.3.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron-userland/electron-builder/releases ">electron-updater's
releases</a>.</em></p>
<blockquote>
<h2>electron-updater@6.3.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8541 ">#8541</a>
<a
href="b6d6ea993f
"><code>b6d6ea993fd3b368d28786c259bb50486aaac417</code></a>
Thanks <a
href="https://github.com/beyondkmp "><code>@beyondkmp</code></a>! - fix:
Unable to copy file for caching: ENOENT</p>
</li>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8545 ">#8545</a>
<a
href="fc3a78e4e6
"><code>fc3a78e4e61f916058fca9b15fc16f076c3fabd1</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
chore(deps): update devDependencies, including typescript</p>
</li>
<li>
<p>Updated dependencies [<a
href="fc3a78e4e6
"><code>fc3a78e4e61f916058fca9b15fc16f076c3fabd1</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.10</li>
</ul>
</li>
</ul>
<h2>electron-updater@6.3.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8516 ">#8516</a>
<a
href="d1cb6bdbf8
"><code>d1cb6bdb</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
fix(chore): upgrading typescript and fixing compiler errors</p>
</li>
<li>
<p>Updated dependencies [<a
href="d1cb6bdbf8
"><code>d1cb6bdb</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.9</li>
</ul>
</li>
</ul>
<h2>electron-updater@6.3.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8491 ">#8491</a>
<a
href="178a3c40f3
"><code>178a3c40</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! - chore:
migrating to typedoc and updating/improving type+interface
definitions</p>
</li>
<li>
<p>Updated dependencies [<a
href="178a3c40f3
"><code>178a3c40</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.8</li>
</ul>
</li>
</ul>
<h2>electron-updater@6.3.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8486 ">#8486</a>
<a
href="d56cd274b9
"><code>d56cd274</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
fix(deploy): redeploy all packages to sync semver ranges</p>
</li>
<li>
<p>Updated dependencies [<a
href="d56cd274b9
"><code>d56cd274</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.7</li>
</ul>
</li>
</ul>
<h2>electron-updater@6.3.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8437 ">#8437</a>
<a
href="be625e0627
"><code>be625e06</code></a>
Thanks <a
href="https://github.com/juwonjung-hdj "><code>@juwonjung-hdj</code></a>!
- fix: retry renaming update file when EBUSY error occurs due to file
lock</p>
</li>
<li>
<p>Updated dependencies [<a
href="be625e0627
"><code>be625e06</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.6</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md ">electron-updater's
changelog</a>.</em></p>
<blockquote>
<h2>6.3.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8541 ">#8541</a>
<a
href="b6d6ea993f
"><code>b6d6ea993fd3b368d28786c259bb50486aaac417</code></a>
Thanks <a
href="https://github.com/beyondkmp "><code>@beyondkmp</code></a>! - fix:
Unable to copy file for caching: ENOENT</p>
</li>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8545 ">#8545</a>
<a
href="fc3a78e4e6
"><code>fc3a78e4e61f916058fca9b15fc16f076c3fabd1</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
chore(deps): update devDependencies, including typescript</p>
</li>
<li>
<p>Updated dependencies [<a
href="fc3a78e4e6
"><code>fc3a78e4e61f916058fca9b15fc16f076c3fabd1</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.10</li>
</ul>
</li>
</ul>
<h2>6.3.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8516 ">#8516</a>
<a
href="d1cb6bdbf8
"><code>d1cb6bdb</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
fix(chore): upgrading typescript and fixing compiler errors</p>
</li>
<li>
<p>Updated dependencies [<a
href="d1cb6bdbf8
"><code>d1cb6bdb</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.9</li>
</ul>
</li>
</ul>
<h2>6.3.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8491 ">#8491</a>
<a
href="178a3c40f3
"><code>178a3c40</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! - chore:
migrating to typedoc and updating/improving type+interface
definitions</p>
</li>
<li>
<p>Updated dependencies [<a
href="178a3c40f3
"><code>178a3c40</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.8</li>
</ul>
</li>
</ul>
<h2>6.3.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8486 ">#8486</a>
<a
href="d56cd274b9
"><code>d56cd274</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
fix(deploy): redeploy all packages to sync semver ranges</p>
</li>
<li>
<p>Updated dependencies [<a
href="d56cd274b9
"><code>d56cd274</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.7</li>
</ul>
</li>
</ul>
<h2>6.3.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8437 ">#8437</a>
<a
href="be625e0627
"><code>be625e06</code></a>
Thanks <a
href="https://github.com/juwonjung-hdj "><code>@juwonjung-hdj</code></a>!
- fix: retry renaming update file when EBUSY error occurs due to file
lock</p>
</li>
<li>
<p>Updated dependencies [<a
href="be625e0627
"><code>be625e06</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.6</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="899291193a
"><code>8992911</code></a>
chore(deploy): Release v25.1.7 (electron-updater@6.3.9) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8542 ">#8542</a>)</li>
<li><a
href="21dfd73b63
"><code>21dfd73</code></a>
chore(deps): eslint and prettier upgrade to v9 (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8552 ">#8552</a>)</li>
<li><a
href="b6d6ea993f
"><code>b6d6ea9</code></a>
fix(updater): Unable to copy file for caching: ENOENT (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8541 ">#8541</a>)</li>
<li><a
href="2db62725d0
"><code>2db6272</code></a>
chore(deploy): Release v25.1.5 (electron-updater@6.3.8) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8517 ">#8517</a>)</li>
<li><a
href="d1cb6bdbf8
"><code>d1cb6bd</code></a>
chore(deps): update typescript 5.x lockfile (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8516 ">#8516</a>)</li>
<li><a
href="7dceec7eca
"><code>7dceec7</code></a>
chore(deps): update typescript eslint monorepo packages (major semver
bump) (...</li>
<li><a
href="afc6a34f40
"><code>afc6a34</code></a>
chore(deploy): Release v25.1.3 (electron-updater@6.3.7) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8488 ">#8488</a>)</li>
<li><a
href="178a3c40f3
"><code>178a3c4</code></a>
chore(docs): migrating to <code>typedoc</code> and upgrading
<code>mkdocs</code>+<code>material</code> package...</li>
<li><a
href="0dd4616a87
"><code>0dd4616</code></a>
chore(deploy): Release v25.1.2 (electron-updater@6.3.6) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8487 ">#8487</a>)</li>
<li><a
href="d56cd274b9
"><code>d56cd27</code></a>
fix(deploy): redeploy all packages to sync semver ranges (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8486 ">#8486</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.9/packages/electron-updater ">compare
view</a></li>
</ul>
</details>
<br />
Updates `electron-builder` from 25.0.5 to 25.1.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron-userland/electron-builder/releases ">electron-builder's
releases</a>.</em></p>
<blockquote>
<h2>v25.1.7</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: Unable to copy file for caching: ENOENT by <a
href="https://github.com/beyondkmp "><code>@beyondkmp</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8541 ">electron-userland/electron-builder#8541</a></li>
<li>chore(deps): update dependency <code>@changesets/cli</code> to
v2.27.8 by <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8546 ">electron-userland/electron-builder#8546</a></li>
<li>chore(deps): pnpm update devDeps & lock file maintenance by <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8545 ">electron-userland/electron-builder#8545</a></li>
<li>fix: pass in platform to electron-rebuild by <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8537 ">electron-userland/electron-builder#8537</a></li>
<li>chore(deps): eslint and prettier upgrade to v9 by <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8552 ">electron-userland/electron-builder#8552</a></li>
<li>fix: fix the main matcher patterns for
!node_modules/<code>@test/xxxx</code> by <a
href="https://github.com/beyondkmp "><code>@beyondkmp</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8547 ">electron-userland/electron-builder#8547</a></li>
<li>fix: check if the file already starts with a UTF-8 BOM by <a
href="https://github.com/beyondkmp "><code>@beyondkmp</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8551 ">electron-userland/electron-builder#8551</a></li>
<li>chore(deploy): Release by <a
href="https://github.com/github-actions "><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8542 ">electron-userland/electron-builder#8542</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/electron-userland/electron-builder/compare/v25.1.6...electron-builder@25.1.7 ">https://github.com/electron-userland/electron-builder/compare/v25.1.6...electron-builder@25.1.7 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md ">electron-builder's
changelog</a>.</em></p>
<blockquote>
<h2>25.1.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8545 ">#8545</a>
<a
href="fc3a78e4e6
"><code>fc3a78e4e61f916058fca9b15fc16f076c3fabd1</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
chore(deps): update devDependencies, including typescript</p>
</li>
<li>
<p>Updated dependencies [<a
href="2e84f01351
"><code>2e84f01351bcfb8f32df17c17bfeeeebb87a713f</code></a>,
<a
href="fc3a78e4e6
"><code>fc3a78e4e61f916058fca9b15fc16f076c3fabd1</code></a>,
<a
href="57cebf4dd4
"><code>57cebf4dd4c722456245286d2fd795f7a5fc862c</code></a>,
<a
href="7488456309
"><code>7488456309d80b88fbf99fb382752078dc8ddefa</code></a>]:</p>
<ul>
<li>app-builder-lib@25.1.7</li>
<li>dmg-builder@25.1.7</li>
<li>builder-util@25.1.7</li>
<li>builder-util-runtime@9.2.10</li>
</ul>
</li>
</ul>
<h2>25.1.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="cc8c70f7af
"><code>cc8c70f7</code></a>,
<a
href="097eeced3c
"><code>097eeced</code></a>,
<a
href="eaf274d447
"><code>eaf274d4</code></a>]:
<ul>
<li>app-builder-lib@25.1.6</li>
<li>builder-util@25.1.6</li>
<li>dmg-builder@25.1.6</li>
</ul>
</li>
</ul>
<h2>25.1.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="d1cb6bdbf8
"><code>d1cb6bdb</code></a>,
<a
href="62fd74dcfa
"><code>62fd74dc</code></a>]:
<ul>
<li>app-builder-lib@25.1.5</li>
<li>builder-util@25.1.5</li>
<li>builder-util-runtime@9.2.9</li>
<li>dmg-builder@25.1.5</li>
</ul>
</li>
</ul>
<h2>25.1.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="48489d187a
"><code>48489d18</code></a>,
<a
href="4cacee4d63
"><code>4cacee4d</code></a>,
<a
href="59f6cb0194
"><code>59f6cb01</code></a>,
<a
href="4b2f693779
"><code>4b2f6937</code></a>,
<a
href="9ab4ff92c0
"><code>9ab4ff92</code></a>,
<a
href="f146b02f88
"><code>f146b02f</code></a>]:
<ul>
<li>app-builder-lib@25.1.4</li>
<li>builder-util@25.1.4</li>
<li>dmg-builder@25.1.4</li>
</ul>
</li>
</ul>
<h2>25.1.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8491 ">#8491</a>
<a
href="178a3c40f3
"><code>178a3c40</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! - chore:
migrating to typedoc and updating/improving type+interface
definitions</p>
</li>
<li>
<p>Updated dependencies [<a
href="216eaf935d
"><code>216eaf93</code></a>,
<a
href="178a3c40f3
"><code>178a3c40</code></a>,
<a
href="5e21509a3f
"><code>5e21509a</code></a>]:</p>
<ul>
<li>app-builder-lib@25.1.3</li>
<li>builder-util@25.1.3</li>
<li>builder-util-runtime@9.2.8</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="899291193a
"><code>8992911</code></a>
chore(deploy): Release v25.1.7 (electron-updater@6.3.9) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8542 ">#8542</a>)</li>
<li><a
href="8ef226aabf
"><code>8ef226a</code></a>
chore(deploy): Release v25.1.6 (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8532 ">#8532</a>)</li>
<li><a
href="2db62725d0
"><code>2db6272</code></a>
chore(deploy): Release v25.1.5 (electron-updater@6.3.8) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8517 ">#8517</a>)</li>
<li><a
href="59767b0714
"><code>59767b0</code></a>
chore(deploy): Release v25.1.4 (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8496 ">#8496</a>)</li>
<li><a
href="afc6a34f40
"><code>afc6a34</code></a>
chore(deploy): Release v25.1.3 (electron-updater@6.3.7) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8488 ">#8488</a>)</li>
<li><a
href="178a3c40f3
"><code>178a3c4</code></a>
chore(docs): migrating to <code>typedoc</code> and upgrading
<code>mkdocs</code>+<code>material</code> package...</li>
<li><a
href="0dd4616a87
"><code>0dd4616</code></a>
chore(deploy): Release v25.1.2 (electron-updater@6.3.6) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8487 ">#8487</a>)</li>
<li><a
href="d56cd274b9
"><code>d56cd27</code></a>
fix(deploy): redeploy all packages to sync semver ranges (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8486 ">#8486</a>)</li>
<li><a
href="2b5933ab4f
"><code>2b5933a</code></a>
chore(deploy): Release v25.1.0 (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8464 ">#8464</a>)</li>
<li><a
href="ff8059e385
"><code>ff8059e</code></a>
fix: checking extensions for <code>cjs</code> vs <code>mjs</code> while
resolving config (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8482 ">#8482</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron-userland/electron-builder/commits/electron-builder@25.1.7/packages/electron-builder ">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: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2024-10-04 10:36:18 -07:00
dependabot[bot]
421cea92ab
Bump the storybook group with 9 updates ( #958 )
...
Bumps the storybook group with 9 updates:
| Package | From | To |
| --- | --- | --- |
|
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials )
| `8.3.3` | `8.3.5` |
|
[@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions )
| `8.3.3` | `8.3.5` |
|
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links )
| `8.3.3` | `8.3.5` |
|
[@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks )
| `8.3.3` | `8.3.5` |
|
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react )
| `8.3.3` | `8.3.5` |
|
[@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite )
| `8.3.3` | `8.3.5` |
|
[@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test )
| `8.3.3` | `8.3.5` |
|
[@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming )
| `8.3.3` | `8.3.5` |
|
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli )
| `8.3.3` | `8.3.5` |
Updates `@storybook/addon-essentials` from 8.3.3 to 8.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/addon-essentials</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/addon-essentials</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/essentials ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/addon-interactions` from 8.3.3 to 8.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/addon-interactions</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/addon-interactions</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li><a
href="1cf5baca02
"><code>1cf5bac</code></a>
Merge pull request <a
href="https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions/issues/29110 ">#29110</a>
from storybookjs/kasper/fix-ansi-chars</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/interactions ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/addon-links` from 8.3.3 to 8.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/addon-links</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/addon-links</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/links ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/blocks` from 8.3.3 to 8.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/blocks</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/blocks</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/blocks ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/react` from 8.3.3 to 8.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li><a
href="1cf5baca02
"><code>1cf5bac</code></a>
Merge pull request <a
href="https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react/issues/29110 ">#29110</a>
from storybookjs/kasper/fix-ansi-chars</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/renderers/react ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/react-vite` from 8.3.3 to 8.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/react-vite</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/react-vite</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/frameworks/react-vite ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/test` from 8.3.3 to 8.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/test</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md "><code>@storybook/test</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/test ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/theming` from 8.3.3 to 8.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/theming</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/theming ">compare
view</a></li>
</ul>
</details>
<br />
Updates `storybook` from 8.3.3 to 8.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases ">storybook's
releases</a>.</em></p>
<blockquote>
<h2>v8.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md ">storybook's
changelog</a>.</em></p>
<blockquote>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/cli ">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>
2024-10-04 10:33:46 -07:00
dependabot[bot]
ea1b387a9b
Bump the dev-dependencies group with 5 updates ( #957 )
...
Bumps the dev-dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react )
| `18.3.10` | `18.3.11` |
|
[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc )
| `3.7.0` | `3.7.1` |
|
[@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul )
| `2.1.1` | `2.1.2` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )
| `8.7.0` | `8.8.0` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest )
| `2.1.1` | `2.1.2` |
Updates `@types/react` from 18.3.10 to 18.3.11
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@vitejs/plugin-react-swc` from 3.7.0 to 3.7.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-react-swc/releases "><code>@vitejs/plugin-react-swc</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.7.1</h2>
<p>Ignore directive sourcemap error <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/231 ">#231</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md "><code>@vitejs/plugin-react-swc</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.7.1</h2>
<p>Ignore directive sourcemap error <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/231 ">#231</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bc88ecb6f3
"><code>bc88ecb</code></a>
release: v3.7.1</li>
<li><a
href="33d0246aec
"><code>33d0246</code></a>
chore: use isolated declarations for dts (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/232 ">#232</a>)</li>
<li><a
href="bfaf614589
"><code>bfaf614</code></a>
chore(deps): update dependency
<code>@swc/plugin-styled-components</code> to v3 (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/228 ">#228</a>)</li>
<li><a
href="076d18ea58
"><code>076d18e</code></a>
chore(deps): update dependency <code>@swc/plugin-emotion</code> to v4
(<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/227 ">#227</a>)</li>
<li><a
href="8f0c001fd2
"><code>8f0c001</code></a>
fix(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/225 ">#225</a>)</li>
<li><a
href="9ae7fe6eb0
"><code>9ae7fe6</code></a>
fix: ignore directive sourcemap error (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/231 ">#231</a>)</li>
<li><a
href="3029ffb33f
"><code>3029ffb</code></a>
fix(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/209 ">#209</a>)</li>
<li><a
href="df98ee808c
"><code>df98ee8</code></a>
chore(deps): update pnpm to v9 (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/198 ">#198</a>)</li>
<li><a
href="e078012f89
"><code>e078012</code></a>
docs: mention <code>devTarget</code> option in caveats list (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/212 ">#212</a>)</li>
<li><a
href="11f4f68492
"><code>11f4f68</code></a>
ci: use node 20</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite-plugin-react-swc/compare/v3.7.0...v3.7.1 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@vitest/coverage-istanbul` from 2.1.1 to 2.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases "><code>@vitest/coverage-istanbul</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.1.2</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Move <code>Vitest.setServer</code> to post
<code>configureServer</code> hook to enable import analysis for
workspace config loading - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6584 ">vitest-dev/vitest#6584</a>
<a href="https://github.com/vitest-dev/vitest/commit/e7f35214 "><!-- raw
HTML omitted -->(e7f35)<!-- raw HTML omitted --></a></li>
<li><strong>benchmark</strong>:
<ul>
<li>Clear <code>BenchmarkResult.samples</code> array to reduce memory
usage - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> and <a
href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6541 ">vitest-dev/vitest#6541</a>
<a href="https://github.com/vitest-dev/vitest/commit/a6407afc "><!-- raw
HTML omitted -->(a6407)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>browser</strong>:
<ul>
<li>Fix dynamic import inside worker - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6569 ">vitest-dev/vitest#6569</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea2d429b "><!-- raw
HTML omitted -->(ea2d4)<!-- raw HTML omitted --></a></li>
<li>Fix browser mock factory event race condition - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6530 ">vitest-dev/vitest#6530</a>
<a href="https://github.com/vitest-dev/vitest/commit/f131f93b "><!-- raw
HTML omitted -->(f131f)<!-- raw HTML omitted --></a></li>
<li>Serve ui assets as static - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6564 ">vitest-dev/vitest#6564</a>
<a href="https://github.com/vitest-dev/vitest/commit/adcdaee8 "><!-- raw
HTML omitted -->(adcda)<!-- raw HTML omitted --></a></li>
<li>Update solidjs testing library lib - by <a
href="https://github.com/CamilleTeruel "><code>@CamilleTeruel</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6548 ">vitest-dev/vitest#6548</a>
<a href="https://github.com/vitest-dev/vitest/commit/91442dfc "><!-- raw
HTML omitted -->(91442)<!-- raw HTML omitted --></a></li>
<li>Use <code>data:</code> protocol on preview provider file upload -
by <a href="https://github.com/userquin "><code>@userquin</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6501 ">vitest-dev/vitest#6501</a>
<a href="https://github.com/vitest-dev/vitest/commit/e9821f70 "><!-- raw
HTML omitted -->(e9821)<!-- raw HTML omitted --></a></li>
<li>Fix base for client script - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6510 ">vitest-dev/vitest#6510</a>
<a href="https://github.com/vitest-dev/vitest/commit/f952874e "><!-- raw
HTML omitted -->(f9528)<!-- raw HTML omitted --></a></li>
<li>Throw an error if "<code>@vitest/browser/</code>context"
is imported outside of the browser mode - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6570 ">vitest-dev/vitest#6570</a>
<a href="https://github.com/vitest-dev/vitest/commit/383f1791 "><!-- raw
HTML omitted -->(383f1)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Remove empty coverage folder on test failure too - by <a
href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6547 ">vitest-dev/vitest#6547</a>
<a href="https://github.com/vitest-dev/vitest/commit/1371ca6a "><!-- raw
HTML omitted -->(1371c)<!-- raw HTML omitted --></a></li>
<li>Include <code>*.astro</code> by default - by <a
href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6565 ">vitest-dev/vitest#6565</a>
<a href="https://github.com/vitest-dev/vitest/commit/f8ff76a9 "><!-- raw
HTML omitted -->(f8ff7)<!-- raw HTML omitted --></a></li>
<li><code>cleanOnRerun: false</code> to invalidate previous results -
by <a href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6592 ">vitest-dev/vitest#6592</a>
<a href="https://github.com/vitest-dev/vitest/commit/88bde99c "><!-- raw
HTML omitted -->(88bde)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Fix <code>toBeDefined</code> with <code>expect.poll</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6562 ">vitest-dev/vitest#6562</a>
<a href="https://github.com/vitest-dev/vitest/commit/f7da6199 "><!-- raw
HTML omitted -->(f7da6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Mark tests as skipped when <code>beforeAll</code> failed - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6524 ">vitest-dev/vitest#6524</a>
<a href="https://github.com/vitest-dev/vitest/commit/fb79792d "><!-- raw
HTML omitted -->(fb797)<!-- raw HTML omitted --></a></li>
<li>Support fixture parsing of lowered async syntax - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6531 ">vitest-dev/vitest#6531</a>
<a href="https://github.com/vitest-dev/vitest/commit/b553c7d6 "><!-- raw
HTML omitted -->(b553c)<!-- raw HTML omitted --></a></li>
<li>Fix fixture parsing of lowered async syntax for non arrow functions
- by <a href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6575 ">vitest-dev/vitest#6575</a>
<a href="https://github.com/vitest-dev/vitest/commit/3de00ab6 "><!-- raw
HTML omitted -->(3de00)<!-- raw HTML omitted --></a></li>
<li>Guard test hook callback - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6604 ">vitest-dev/vitest#6604</a>
<a href="https://github.com/vitest-dev/vitest/commit/1497134e "><!-- raw
HTML omitted -->(14971)<!-- raw HTML omitted --></a></li>
<li>Run <code>onTestFinished</code> and <code>onTestFailed</code> during
<code>retry</code> and <code>repeats</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6609 ">vitest-dev/vitest#6609</a>
<a href="https://github.com/vitest-dev/vitest/commit/c5e29098 "><!-- raw
HTML omitted -->(c5e29)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>List tests on ui when <code>--standalone</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6577 ">vitest-dev/vitest#6577</a>
<a href="https://github.com/vitest-dev/vitest/commit/d0bf89d3 "><!-- raw
HTML omitted -->(d0bf8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Fix esm false-detection inside comment - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6506 ">vitest-dev/vitest#6506</a>
<a href="https://github.com/vitest-dev/vitest/commit/91f85997 "><!-- raw
HTML omitted -->(91f85)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Install dependencies with the same version when prompted - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6611 ">vitest-dev/vitest#6611</a>
<a href="https://github.com/vitest-dev/vitest/commit/ed8b7c08 "><!-- raw
HTML omitted -->(ed8b7)<!-- raw HTML omitted --></a></li>
<li>Make env.SSR consistent between different pools - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6616 ">vitest-dev/vitest#6616</a>
<a href="https://github.com/vitest-dev/vitest/commit/8a8d3f03 "><!-- raw
HTML omitted -->(8a8d3)<!-- raw HTML omitted --></a></li>
<li>Don't start a websocket server if api is disabled - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6617 ">vitest-dev/vitest#6617</a>
<a href="https://github.com/vitest-dev/vitest/commit/821400b8 "><!-- raw
HTML omitted -->(82140)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>workspace</strong>:
<ul>
<li>Fix glob pattern detection - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6502 ">vitest-dev/vitest#6502</a>
<a href="https://github.com/vitest-dev/vitest/commit/7727ca87 "><!-- raw
HTML omitted -->(7727c)<!-- raw HTML omitted --></a></li>
<li>Ignore DS_Store by default - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6571 ">vitest-dev/vitest#6571</a>
<a href="https://github.com/vitest-dev/vitest/commit/d2a86ff5 "><!-- raw
HTML omitted -->(d2a86)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.1...v2.1.2 ">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0ce26a4c70
"><code>0ce26a4</code></a>
chore: release v2.1.2</li>
<li><a
href="88bde99cda
"><code>88bde99</code></a>
fix(coverage): <code>cleanOnRerun: false</code> to invalidate previous
results (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6592 ">#6592</a>)</li>
<li><a
href="1371ca6a6f
"><code>1371ca6</code></a>
fix(coverage): remove empty coverage folder on test failure too (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6547 ">#6547</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/coverage-istanbul ">compare
view</a></li>
</ul>
</details>
<br />
Updates `typescript-eslint` from 8.7.0 to 8.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases ">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.8.0</h2>
<h2>8.8.0 (2024-09-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] add
checkTypePredicates (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10009 ">#10009</a>)</li>
<li><strong>eslint-plugin:</strong> [await-thenable] check for-await
loop iteree (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10008 ">#10008</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>remove <code>export type *</code> in d.ts to support TS<5.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10070 ">#10070</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression]
should underline template syntax with squiggly lines (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10044 ">#10044</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] max callstack
exceeded when class implements itself (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10040 ">#10040</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] check
contextual type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10042 ">#10042</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow
nested bitwise operations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10037 ">#10037</a>)</li>
<li><strong>type-utils:</strong> check for type parameters on
<code>isBuiltinSymbolLikeRecurser()</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10026 ">#10026</a>)</li>
<li><strong>utils:</strong> update missing type information message (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10043 ">#10043</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred "><code>@auvred</code></a></li>
<li>Josh Goldberg ✨ </li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger "><code>@kirkwaiblinger</code></a></li>
<li>Ronen Amiel</li>
<li>Tarun Chauhan <a
href="https://github.com/tarunrajput "><code>@tarunrajput</code></a></li>
<li>YeonJuan <a
href="https://github.com/yeonjuan "><code>@yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning ">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases ">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md ">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.8.0 (2024-09-30)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning ">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases ">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2055cfbbde
"><code>2055cfb</code></a>
chore(release): publish 8.8.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/typescript-eslint ">compare
view</a></li>
</ul>
</details>
<br />
Updates `vitest` from 2.1.1 to 2.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases ">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.2</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Move <code>Vitest.setServer</code> to post
<code>configureServer</code> hook to enable import analysis for
workspace config loading - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6584 ">vitest-dev/vitest#6584</a>
<a href="https://github.com/vitest-dev/vitest/commit/e7f35214 "><!-- raw
HTML omitted -->(e7f35)<!-- raw HTML omitted --></a></li>
<li><strong>benchmark</strong>:
<ul>
<li>Clear <code>BenchmarkResult.samples</code> array to reduce memory
usage - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> and <a
href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6541 ">vitest-dev/vitest#6541</a>
<a href="https://github.com/vitest-dev/vitest/commit/a6407afc "><!-- raw
HTML omitted -->(a6407)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>browser</strong>:
<ul>
<li>Fix dynamic import inside worker - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6569 ">vitest-dev/vitest#6569</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea2d429b "><!-- raw
HTML omitted -->(ea2d4)<!-- raw HTML omitted --></a></li>
<li>Fix browser mock factory event race condition - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6530 ">vitest-dev/vitest#6530</a>
<a href="https://github.com/vitest-dev/vitest/commit/f131f93b "><!-- raw
HTML omitted -->(f131f)<!-- raw HTML omitted --></a></li>
<li>Serve ui assets as static - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6564 ">vitest-dev/vitest#6564</a>
<a href="https://github.com/vitest-dev/vitest/commit/adcdaee8 "><!-- raw
HTML omitted -->(adcda)<!-- raw HTML omitted --></a></li>
<li>Update solidjs testing library lib - by <a
href="https://github.com/CamilleTeruel "><code>@CamilleTeruel</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6548 ">vitest-dev/vitest#6548</a>
<a href="https://github.com/vitest-dev/vitest/commit/91442dfc "><!-- raw
HTML omitted -->(91442)<!-- raw HTML omitted --></a></li>
<li>Use <code>data:</code> protocol on preview provider file upload -
by <a href="https://github.com/userquin "><code>@userquin</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6501 ">vitest-dev/vitest#6501</a>
<a href="https://github.com/vitest-dev/vitest/commit/e9821f70 "><!-- raw
HTML omitted -->(e9821)<!-- raw HTML omitted --></a></li>
<li>Fix base for client script - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6510 ">vitest-dev/vitest#6510</a>
<a href="https://github.com/vitest-dev/vitest/commit/f952874e "><!-- raw
HTML omitted -->(f9528)<!-- raw HTML omitted --></a></li>
<li>Throw an error if "<code>@vitest/browser/</code>context"
is imported outside of the browser mode - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6570 ">vitest-dev/vitest#6570</a>
<a href="https://github.com/vitest-dev/vitest/commit/383f1791 "><!-- raw
HTML omitted -->(383f1)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Remove empty coverage folder on test failure too - by <a
href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6547 ">vitest-dev/vitest#6547</a>
<a href="https://github.com/vitest-dev/vitest/commit/1371ca6a "><!-- raw
HTML omitted -->(1371c)<!-- raw HTML omitted --></a></li>
<li>Include <code>*.astro</code> by default - by <a
href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6565 ">vitest-dev/vitest#6565</a>
<a href="https://github.com/vitest-dev/vitest/commit/f8ff76a9 "><!-- raw
HTML omitted -->(f8ff7)<!-- raw HTML omitted --></a></li>
<li><code>cleanOnRerun: false</code> to invalidate previous results -
by <a href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6592 ">vitest-dev/vitest#6592</a>
<a href="https://github.com/vitest-dev/vitest/commit/88bde99c "><!-- raw
HTML omitted -->(88bde)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Fix <code>toBeDefined</code> with <code>expect.poll</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6562 ">vitest-dev/vitest#6562</a>
<a href="https://github.com/vitest-dev/vitest/commit/f7da6199 "><!-- raw
HTML omitted -->(f7da6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Mark tests as skipped when <code>beforeAll</code> failed - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6524 ">vitest-dev/vitest#6524</a>
<a href="https://github.com/vitest-dev/vitest/commit/fb79792d "><!-- raw
HTML omitted -->(fb797)<!-- raw HTML omitted --></a></li>
<li>Support fixture parsing of lowered async syntax - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6531 ">vitest-dev/vitest#6531</a>
<a href="https://github.com/vitest-dev/vitest/commit/b553c7d6 "><!-- raw
HTML omitted -->(b553c)<!-- raw HTML omitted --></a></li>
<li>Fix fixture parsing of lowered async syntax for non arrow functions
- by <a href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6575 ">vitest-dev/vitest#6575</a>
<a href="https://github.com/vitest-dev/vitest/commit/3de00ab6 "><!-- raw
HTML omitted -->(3de00)<!-- raw HTML omitted --></a></li>
<li>Guard test hook callback - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6604 ">vitest-dev/vitest#6604</a>
<a href="https://github.com/vitest-dev/vitest/commit/1497134e "><!-- raw
HTML omitted -->(14971)<!-- raw HTML omitted --></a></li>
<li>Run <code>onTestFinished</code> and <code>onTestFailed</code> during
<code>retry</code> and <code>repeats</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6609 ">vitest-dev/vitest#6609</a>
<a href="https://github.com/vitest-dev/vitest/commit/c5e29098 "><!-- raw
HTML omitted -->(c5e29)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>List tests on ui when <code>--standalone</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6577 ">vitest-dev/vitest#6577</a>
<a href="https://github.com/vitest-dev/vitest/commit/d0bf89d3 "><!-- raw
HTML omitted -->(d0bf8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Fix esm false-detection inside comment - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6506 ">vitest-dev/vitest#6506</a>
<a href="https://github.com/vitest-dev/vitest/commit/91f85997 "><!-- raw
HTML omitted -->(91f85)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Install dependencies with the same version when prompted - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6611 ">vitest-dev/vitest#6611</a>
<a href="https://github.com/vitest-dev/vitest/commit/ed8b7c08 "><!-- raw
HTML omitted -->(ed8b7)<!-- raw HTML omitted --></a></li>
<li>Make env.SSR consistent between different pools - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6616 ">vitest-dev/vitest#6616</a>
<a href="https://github.com/vitest-dev/vitest/commit/8a8d3f03 "><!-- raw
HTML omitted -->(8a8d3)<!-- raw HTML omitted --></a></li>
<li>Don't start a websocket server if api is disabled - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6617 ">vitest-dev/vitest#6617</a>
<a href="https://github.com/vitest-dev/vitest/commit/821400b8 "><!-- raw
HTML omitted -->(82140)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>workspace</strong>:
<ul>
<li>Fix glob pattern detection - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6502 ">vitest-dev/vitest#6502</a>
<a href="https://github.com/vitest-dev/vitest/commit/7727ca87 "><!-- raw
HTML omitted -->(7727c)<!-- raw HTML omitted --></a></li>
<li>Ignore DS_Store by default - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6571 ">vitest-dev/vitest#6571</a>
<a href="https://github.com/vitest-dev/vitest/commit/d2a86ff5 "><!-- raw
HTML omitted -->(d2a86)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.1...v2.1.2 ">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0ce26a4c70
"><code>0ce26a4</code></a>
chore: release v2.1.2</li>
<li><a
href="383f179166
"><code>383f179</code></a>
fix(browser): throw an error if
"<code>@vitest/browser/</code>context" is imported
outside...</li>
<li><a
href="821400b8c1
"><code>821400b</code></a>
fix(vitest): don't start a websocket server if api is disabled (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6617 ">#6617</a>)</li>
<li><a
href="8a8d3f0346
"><code>8a8d3f0</code></a>
fix(vitest): make env.SSR consistent between different pools (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6616 ">#6616</a>)</li>
<li><a
href="ed8b7c087a
"><code>ed8b7c0</code></a>
fix(vitest): install dependencies with the same version when prompted
(<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6611 ">#6611</a>)</li>
<li><a
href="d2a86ff57a
"><code>d2a86ff</code></a>
fix(workspace): ignore DS_Store by default (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6571 ">#6571</a>)</li>
<li><a
href="88bde99cda
"><code>88bde99</code></a>
fix(coverage): <code>cleanOnRerun: false</code> to invalidate previous
results (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6592 ">#6592</a>)</li>
<li><a
href="5f757900b5
"><code>5f75790</code></a>
refactor: replace <code>strip-ansi</code> with
<code>stripVTControlCharacters</code> from `node:uti...</li>
<li><a
href="e7f35214c8
"><code>e7f3521</code></a>
fix: move <code>Vitest.setServer</code> to post
<code>configureServer</code> hook to enable import ...</li>
<li><a
href="891d6fe57c
"><code>891d6fe</code></a>
docs: deprecate <code>benchmark.outputFile</code> option (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6591 ">#6591</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/vitest ">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>
2024-10-04 10:33:33 -07:00
wave-builder[bot]
64a440bdda
chore: bump package version to 0.8.9-beta.1
2024-10-04 03:29:47 +00:00
wave-builder[bot]
cee46a6db9
chore: bump package version to 0.8.9-beta.0
2024-10-03 18:04:58 +00:00
wave-builder[bot]
705f0ca30e
chore: bump package version to 0.8.8
2024-10-01 21:57:38 +00:00
wave-builder[bot]
acd0bf3760
chore: bump package version to 0.8.8-beta.4
2024-10-01 21:08:15 +00:00
wave-builder[bot]
27ea6d3447
chore: bump package version to 0.8.8-beta.3
2024-10-01 19:11:16 +00:00
wave-builder[bot]
9173db42e3
chore: bump package version to 0.8.8-beta.2
2024-10-01 05:20:25 +00:00
wave-builder[bot]
23f6ab7c5e
chore: bump package version to 0.8.8-beta.1
2024-10-01 04:48:47 +00:00
wave-builder[bot]
95e129d94e
chore: bump package version to 0.8.8-beta.0
2024-10-01 04:19:51 +00:00
wave-builder[bot]
8cfbd2426b
chore: bump package version to 0.8.7
2024-09-30 22:43:41 +00:00
wave-builder[bot]
f115dcbc62
chore: bump package version to 0.8.7-beta.1
2024-09-30 21:55:59 +00:00