Commit Graph

1105 Commits

Author SHA1 Message Date
Evan Simkowitz
e7a510c0d6
Make musl-gcc from scratch (#828) 2024-09-24 19:41:58 -07:00
Evan Simkowitz
84673c945c
Fix send package resolution to resolve Dependabot alert (#827) 2024-09-24 19:39:36 -07:00
wave-builder[bot]
041cb38f2f
chore: bump package version to 0.8.3-beta.0 2024-09-25 02:14:55 +00:00
Evan Simkowitz
b83589f20e
Attempt using musl-gcc instead of Glibc (#826) 2024-09-24 19:14:07 -07:00
Evan Simkowitz
774d5461e1
Update CONTRIBUTING.md (#825) 2024-09-24 18:56:50 -07:00
Evan Simkowitz
7c6a0f3d60
Update CONTRIBUTING.md (#824) 2024-09-24 18:53:12 -07:00
Mike Sawka
be7896bb8f
update contributing link to BUILD.md (#823) 2024-09-24 18:27:23 -07:00
Evan Simkowitz
ccf344d107
Fix path traversal vulnerabilities (#817)
Properly validate expanded paths to ensure they are not attempting path
traversal attacks
2024-09-24 18:24:39 -07:00
Evan Simkowitz
9ede998eab
fix capitalization in readme (#822) 2024-09-24 18:04:41 -07:00
Evan Simkowitz
bfd3c44db0
Update links in readme (#821) 2024-09-24 17:56:25 -07:00
Evan Simkowitz
32bb0b769e
Add log path to build docs (#820) 2024-09-24 17:48:45 -07:00
Evan Simkowitz
6a44f190fa
Updated build instructions (#819) 2024-09-24 17:40:57 -07:00
Evan Simkowitz
47ad232901
Add back the acknowledgements readme, update about modal link (#818) 2024-09-24 16:58:18 -07:00
Evan Simkowitz
a369381c4e
Fix uncontrolled path expression in ExpandHomeDir (#816) 2024-09-24 16:19:59 -07:00
dependabot[bot]
acdc58877f
Bump the prod-dependencies group with 2 updates (#813)
Bumps the prod-dependencies group with 2 updates:
[jotai](https://github.com/pmndrs/jotai) and
[monaco-editor](https://github.com/microsoft/monaco-editor).

Updates `jotai` from 2.9.3 to 2.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pmndrs/jotai/releases">jotai's
releases</a>.</em></p>
<blockquote>
<h2>v2.10.0</h2>
<p>It comes with another significant internal change to address some
edge cases.</p>
<p>Since v2.9.0, we've been working on some internal refactors to
support more edge cases and clean up the code.</p>
<p>Users are encouraged to update to the new versions eventually, but if
you're satisfied with the current situation and prefer to avoid
temporary instability, you can stick with v2.8.4 for now.</p>
<h2>What's Changed</h2>
<ul>
<li>breaking(core): avoid continuable promise in store api by <a
href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2695">pmndrs/jotai#2695</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/sphinxrave"><code>@​sphinxrave</code></a> made
their first contribution in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2653">pmndrs/jotai#2653</a></li>
<li><a href="https://github.com/mxthxngx"><code>@​mxthxngx</code></a>
made their first contribution in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2712">pmndrs/jotai#2712</a></li>
<li><a href="https://github.com/hoangvu12"><code>@​hoangvu12</code></a>
made their first contribution in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2716">pmndrs/jotai#2716</a></li>
<li><a
href="https://github.com/YuHyeonWook"><code>@​YuHyeonWook</code></a>
made their first contribution in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2734">pmndrs/jotai#2734</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pmndrs/jotai/compare/v2.9.3...v2.10.0">https://github.com/pmndrs/jotai/compare/v2.9.3...v2.10.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="609fe758f2"><code>609fe75</code></a>
2.10.0</li>
<li><a
href="09b08a5798"><code>09b08a5</code></a>
chore(deps): update dev dependencies (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2743">#2743</a>)</li>
<li><a
href="e777f46958"><code>e777f46</code></a>
breaking(core): avoid continuable promise in store api (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2695">#2695</a>)</li>
<li><a
href="b4158262d3"><code>b415826</code></a>
feat(docs): update docs for jotai-effect (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2735">#2735</a>)</li>
<li><a
href="9699c17854"><code>9699c17</code></a>
style: removed duplicate width property in CSS files (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2734">#2734</a>)</li>
<li><a
href="a26203efb7"><code>a26203e</code></a>
chore: enable isolatedDeclarations (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2687">#2687</a>)</li>
<li><a
href="ab68d4de44"><code>ab68d4d</code></a>
remove stale-discussions.yml for now</li>
<li><a
href="9b835851a5"><code>9b83585</code></a>
docs(functional): cover sequence (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2729">#2729</a>)</li>
<li><a
href="74b3803a27"><code>74b3803</code></a>
docs: fix variable reference error in
functional-programming-and-jotai.mdx (#...</li>
<li><a
href="34794c0c7c"><code>34794c0</code></a>
Mention connections to functional programming in README and docs (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2726">#2726</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pmndrs/jotai/compare/v2.9.3...v2.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `monaco-editor` from 0.51.0 to 0.52.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/monaco-editor/releases">monaco-editor's
releases</a>.</em></p>
<blockquote>
<h2>v0.52.0</h2>
<h2>Changes:</h2>
<ul>
<li><a
href="https://redirect.github.com/microsoft/monaco-editor/issues/4691">#4691</a>:
Prepare monaco-editor for release 0.52</li>
<li><a
href="https://redirect.github.com/microsoft/monaco-editor/issues/4665">#4665</a>:
Updates nvm to align with vscode nvm file.</li>
<li><a
href="https://redirect.github.com/microsoft/monaco-editor/issues/4652">#4652</a>:
Removing <code>editor.main.nls.js</code></li>
</ul>
<p>This list of changes was <a
href="https://dev.azure.com/monacotools/Monaco/_build/results?buildId=294033&amp;view=logs">auto
generated</a>.</p>
<h2>v0.52.0-rc2</h2>
<h2>Changes:</h2>
<ul>
<li><a
href="https://redirect.github.com/microsoft/monaco-editor/issues/4665">#4665</a>:
Updates nvm to align with vscode nvm file.</li>
<li><a
href="https://redirect.github.com/microsoft/monaco-editor/issues/4652">#4652</a>:
Removing <code>editor.main.nls.js</code></li>
</ul>
<p>This list of changes was <a
href="https://dev.azure.com/monacotools/Monaco/_build/results?buildId=293791&amp;view=logs">auto
generated</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's
changelog</a>.</em></p>
<blockquote>
<h2>[0.52.0]</h2>
<ul>
<li>Comment added inside of <code>IModelContentChangedEvent</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f6dc0eb8fc"><code>f6dc0eb</code></a>
Merge pull request <a
href="https://redirect.github.com/microsoft/monaco-editor/issues/4691">#4691</a>
from microsoft/chubby-cardinal</li>
<li><a
href="53e8e1ce30"><code>53e8e1c</code></a>
adding changelog md change</li>
<li><a
href="7959d5c66e"><code>7959d5c</code></a>
update pacakge.json</li>
<li><a
href="3c7eb57085"><code>3c7eb57</code></a>
undo the package upgrade change</li>
<li><a
href="f262e8f931"><code>f262e8f</code></a>
Defines setInterval/setTimeout on faked globalThis in unit test</li>
<li><a
href="b31d22b9ee"><code>b31d22b</code></a>
Updates nvm to align with vscode nvm file. (<a
href="https://redirect.github.com/microsoft/monaco-editor/issues/4665">#4665</a>)</li>
<li><a
href="b8a83d5356"><code>b8a83d5</code></a>
Merge pull request <a
href="https://redirect.github.com/microsoft/monaco-editor/issues/4652">#4652</a>
from microsoft/annoyed-dragon</li>
<li><a
href="e52ff42729"><code>e52ff42</code></a>
removing <code>editor.main.nls.js</code></li>
<li>See full diff in <a
href="https://github.com/microsoft/monaco-editor/compare/v0.51.0...v0.52.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-09-24 16:01:06 -07:00
dependabot[bot]
dcf6ab5cab
Bump the storybook group with 8 updates (#812)
Bumps the storybook group with 8 updates:

| Package | From | To |
| --- | --- | --- |
|
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials)
| `8.3.0` | `8.3.3` |
|
[@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions)
| `8.3.0` | `8.3.3` |
|
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)
| `8.3.0` | `8.3.3` |
|
[@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks)
| `8.3.0` | `8.3.3` |
|
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react)
| `8.3.0` | `8.3.3` |
|
[@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite)
| `8.3.0` | `8.3.3` |
|
[@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test)
| `8.3.0` | `8.3.3` |
|
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli)
| `8.3.0` | `8.3.3` |

Updates `@storybook/addon-essentials` from 8.3.0 to 8.3.3
<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.3</h2>
<h2>8.3.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>v8.3.2</h2>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>v8.3.1</h2>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</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.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e159e49a50"><code>e159e49</code></a>
Bump version from &quot;8.3.2&quot; to &quot;8.3.3&quot; [skip ci]</li>
<li><a
href="ee03ab04c5"><code>ee03ab0</code></a>
Bump version from &quot;8.3.1&quot; to &quot;8.3.2&quot; [skip ci]</li>
<li><a
href="43accbcf13"><code>43accbc</code></a>
Bump version from &quot;8.3.0&quot; to &quot;8.3.1&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.3/code/addons/essentials">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-interactions` from 8.3.0 to 8.3.3
<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.3</h2>
<h2>8.3.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>v8.3.2</h2>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>v8.3.1</h2>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</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.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e159e49a50"><code>e159e49</code></a>
Bump version from &quot;8.3.2&quot; to &quot;8.3.3&quot; [skip ci]</li>
<li><a
href="ee03ab04c5"><code>ee03ab0</code></a>
Bump version from &quot;8.3.1&quot; to &quot;8.3.2&quot; [skip ci]</li>
<li><a
href="43accbcf13"><code>43accbc</code></a>
Bump version from &quot;8.3.0&quot; to &quot;8.3.1&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.3/code/addons/interactions">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-links` from 8.3.0 to 8.3.3
<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.3</h2>
<h2>8.3.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>v8.3.2</h2>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>v8.3.1</h2>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</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.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e159e49a50"><code>e159e49</code></a>
Bump version from &quot;8.3.2&quot; to &quot;8.3.3&quot; [skip ci]</li>
<li><a
href="ee03ab04c5"><code>ee03ab0</code></a>
Bump version from &quot;8.3.1&quot; to &quot;8.3.2&quot; [skip ci]</li>
<li><a
href="43accbcf13"><code>43accbc</code></a>
Bump version from &quot;8.3.0&quot; to &quot;8.3.1&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.3/code/addons/links">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/blocks` from 8.3.0 to 8.3.3
<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.3</h2>
<h2>8.3.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>v8.3.2</h2>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>v8.3.1</h2>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</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.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e159e49a50"><code>e159e49</code></a>
Bump version from &quot;8.3.2&quot; to &quot;8.3.3&quot; [skip ci]</li>
<li><a
href="ee03ab04c5"><code>ee03ab0</code></a>
Bump version from &quot;8.3.1&quot; to &quot;8.3.2&quot; [skip ci]</li>
<li><a
href="43accbcf13"><code>43accbc</code></a>
Bump version from &quot;8.3.0&quot; to &quot;8.3.1&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.3/code/lib/blocks">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/react` from 8.3.0 to 8.3.3
<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.3</h2>
<h2>8.3.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>v8.3.2</h2>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>v8.3.1</h2>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</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.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e159e49a50"><code>e159e49</code></a>
Bump version from &quot;8.3.2&quot; to &quot;8.3.3&quot; [skip ci]</li>
<li><a
href="ee03ab04c5"><code>ee03ab0</code></a>
Bump version from &quot;8.3.1&quot; to &quot;8.3.2&quot; [skip ci]</li>
<li><a
href="43accbcf13"><code>43accbc</code></a>
Bump version from &quot;8.3.0&quot; to &quot;8.3.1&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.3/code/renderers/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/react-vite` from 8.3.0 to 8.3.3
<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.3</h2>
<h2>8.3.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>v8.3.2</h2>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>v8.3.1</h2>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</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.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e159e49a50"><code>e159e49</code></a>
Bump version from &quot;8.3.2&quot; to &quot;8.3.3&quot; [skip ci]</li>
<li><a
href="10a687cbe1"><code>10a687c</code></a>
Merge pull request <a
href="https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite/issues/29184">#29184</a>
from storybookjs/shilman/28269-downgrade-typescript...</li>
<li><a
href="ee03ab04c5"><code>ee03ab0</code></a>
Bump version from &quot;8.3.1&quot; to &quot;8.3.2&quot; [skip ci]</li>
<li><a
href="43accbcf13"><code>43accbc</code></a>
Bump version from &quot;8.3.0&quot; to &quot;8.3.1&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.3/code/frameworks/react-vite">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/test` from 8.3.0 to 8.3.3
<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.3</h2>
<h2>8.3.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>v8.3.2</h2>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>v8.3.1</h2>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</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.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e159e49a50"><code>e159e49</code></a>
Bump version from &quot;8.3.2&quot; to &quot;8.3.3&quot; [skip ci]</li>
<li><a
href="ee03ab04c5"><code>ee03ab0</code></a>
Bump version from &quot;8.3.1&quot; to &quot;8.3.2&quot; [skip ci]</li>
<li><a
href="43accbcf13"><code>43accbc</code></a>
Bump version from &quot;8.3.0&quot; to &quot;8.3.1&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.3/code/lib/test">compare
view</a></li>
</ul>
</details>
<br />

Updates `storybook` from 8.3.0 to 8.3.3
<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.3</h2>
<h2>8.3.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>v8.3.2</h2>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>v8.3.1</h2>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</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.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>,
thanks <a
href="https://github.com/andrasczeh"><code>@​andrasczeh</code></a>!</li>
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't
passed forward - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
</ul>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not add packageManager field to package.json during
<code>storybook dev</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Core: Do not prebundle better-opn - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>,
thanks <a
href="https://github.com/HoncharenkoZhenya"><code>@​HoncharenkoZhenya</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e159e49a50"><code>e159e49</code></a>
Bump version from &quot;8.3.2&quot; to &quot;8.3.3&quot; [skip ci]</li>
<li><a
href="ee03ab04c5"><code>ee03ab0</code></a>
Bump version from &quot;8.3.1&quot; to &quot;8.3.2&quot; [skip ci]</li>
<li><a
href="43accbcf13"><code>43accbc</code></a>
Bump version from &quot;8.3.0&quot; to &quot;8.3.1&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.3/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-09-24 16:00:55 -07:00
dependabot[bot]
30219ef566
Bump github.com/sashabaranov/go-openai from 1.29.2 to 1.30.3 (#809)
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai)
from 1.29.2 to 1.30.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.30.3</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add ParallelToolCalls to RunRequest by <a
href="https://github.com/kenshin54"><code>@​kenshin54</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/847">sashabaranov/go-openai#847</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kenshin54"><code>@​kenshin54</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/847">sashabaranov/go-openai#847</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.30.2...v1.30.3">https://github.com/sashabaranov/go-openai/compare/v1.30.2...v1.30.3</a></p>
<h2>v1.30.2</h2>
<h2>What's Changed</h2>
<ul>
<li>add max_completions_tokens for o1 series models by <a
href="https://github.com/chococola"><code>@​chococola</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/857">sashabaranov/go-openai#857</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/chococola"><code>@​chococola</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/857">sashabaranov/go-openai#857</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.30.1...v1.30.2">https://github.com/sashabaranov/go-openai/compare/v1.30.1...v1.30.2</a></p>
<h2>v1.30.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: jsonschema integer validation by <a
href="https://github.com/WeiAnAn"><code>@​WeiAnAn</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/852">sashabaranov/go-openai#852</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/WeiAnAn"><code>@​WeiAnAn</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/852">sashabaranov/go-openai#852</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.30.0...v1.30.1">https://github.com/sashabaranov/go-openai/compare/v1.30.0...v1.30.1</a></p>
<h2>v1.30.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Support OpenAI reasoning models by <a
href="https://github.com/abatilo"><code>@​abatilo</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/850">sashabaranov/go-openai#850</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/abatilo"><code>@​abatilo</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/850">sashabaranov/go-openai#850</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.29.2...v1.30.0">https://github.com/sashabaranov/go-openai/compare/v1.29.2...v1.30.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9a4f3a7dbf"><code>9a4f3a7</code></a>
feat: add ParallelToolCalls to RunRequest (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/847">#847</a>)</li>
<li><a
href="9add1c3486"><code>9add1c3</code></a>
add max_completions_tokens for o1 series models (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/857">#857</a>)</li>
<li><a
href="1ec8c24ea7"><code>1ec8c24</code></a>
fix: jsonschema integer validation (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/852">#852</a>)</li>
<li><a
href="a5fb55321b"><code>a5fb553</code></a>
Support OpenAI reasoning models (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/850">#850</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.29.2...v1.30.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.29.2&new-version=1.30.3)](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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-24 15:54:56 -07:00
dependabot[bot]
fe6ca2dc63
Bump the dev-dependencies group with 8 updates (#811)
Bumps the dev-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) |
`9.10.0` | `9.11.1` |
|
[@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve)
| `15.2.3` | `15.3.0` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.5.4` | `22.6.1` |
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
| `18.3.5` | `18.3.9` |
| [eslint](https://github.com/eslint/eslint) | `9.10.0` | `9.11.1` |
|
[prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports)
| `4.0.0` | `4.1.0` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.5.0` | `8.7.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`5.4.6` | `5.4.7` |

Updates `@eslint/js` from 9.10.0 to 9.11.1
<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.11.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="20fd91689f"><code>20fd916</code></a>
fix: add <code>@eslint/core</code>, <code>@types/estree</code>, &amp;
<code>@types/json-schema</code> deps (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18938">#18938</a>)
(Nitin Kumar)</li>
<li><a
href="27383226b8"><code>2738322</code></a>
fix: add missing types for <code>require-atomic-updates</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18937">#18937</a>)
(Kristóf Poduszló)</li>
<li><a
href="d71ff3068c"><code>d71ff30</code></a>
fix: add missing types for <code>object-shorthand</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18935">#18935</a>)
(Kristóf Poduszló)</li>
<li><a
href="561cadc543"><code>561cadc</code></a>
fix: add missing types for <code>no-unsafe-negation</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18932">#18932</a>)
(Kristóf Poduszló)</li>
<li><a
href="8843656f9b"><code>8843656</code></a>
fix: add missing types for <code>no-underscore-dangle</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18931">#18931</a>)
(Kristóf Poduszló)</li>
<li><a
href="92cde5c6da"><code>92cde5c</code></a>
fix: add missing types for <code>no-shadow</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18930">#18930</a>)
(Kristóf Poduszló)</li>
<li><a
href="b3cbe11a92"><code>b3cbe11</code></a>
fix: add missing types for <code>no-sequences</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18929">#18929</a>)
(Kristóf Poduszló)</li>
<li><a
href="976f77f7f6"><code>976f77f</code></a>
fix: add missing types for <code>no-unused-expressions</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18933">#18933</a>)
(Kristóf Poduszló)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="3eff709637"><code>3eff709</code></a>
docs: replace deprecated <code>Linter.FlatConfig</code> type with
<code>Linter.Config</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18941">#18941</a>)
(Carlos Meira)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="df4a859b4c"><code>df4a859</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.1 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18943">#18943</a>)
(Milos Djermanovic)</li>
<li><a
href="36d8095308"><code>36d8095</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
</ul>
<h2>v9.11.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="ec30c7349e"><code>ec30c73</code></a>
feat: add &quot;eslint/universal&quot; to export <code>Linter</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18883">#18883</a>)
(唯然)</li>
<li><a
href="c591da68d4"><code>c591da6</code></a>
feat: Add language to types (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18917">#18917</a>)
(Nicholas C. Zakas)</li>
<li><a
href="492eb8f34e"><code>492eb8f</code></a>
feat: limit the name given to <code>ImportSpecifier</code> in
<code>id-length</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18861">#18861</a>)
(Tanuj Kanti)</li>
<li><a
href="19c685608d"><code>19c6856</code></a>
feat: Add <code>no-useless-constructor</code> suggestion (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18799">#18799</a>)
(Jordan Thomson)</li>
<li><a
href="a48f8c29b5"><code>a48f8c2</code></a>
feat: add type <code>FormatterFunction</code>, update
<code>LoadedFormatter</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18872">#18872</a>)
(Francesco Trotta)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="5e5f39b825"><code>5e5f39b</code></a>
fix: add missing types for <code>no-restricted-exports</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18914">#18914</a>)
(Kristóf Poduszló)</li>
<li><a
href="8f630eb579"><code>8f630eb</code></a>
fix: add missing types for <code>no-param-reassign</code> options (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18906">#18906</a>)
(Kristóf Poduszló)</li>
<li><a
href="d71578124f"><code>d715781</code></a>
fix: add missing types for <code>no-extra-boolean-cast</code> options
(<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18902">#18902</a>)
(Kristóf Poduszló)</li>
<li><a
href="2de5742682"><code>2de5742</code></a>
fix: add missing types for <code>no-misleading-character-class</code>
options (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18905">#18905</a>)
(Kristóf Poduszló)</li>
<li><a
href="c153084250"><code>c153084</code></a>
fix: add missing types for <code>no-implicit-coercion</code> options (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18903">#18903</a>)
(Kristóf Poduszló)</li>
<li><a
href="fa11b2ede6"><code>fa11b2e</code></a>
fix: add missing types for <code>no-empty-function</code> options (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18901">#18901</a>)
(Kristóf Poduszló)</li>
<li><a
href="a0deed122a"><code>a0deed1</code></a>
fix: add missing types for <code>camelcase</code> options (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18897">#18897</a>)
(Kristóf Poduszló)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="e4e5709522"><code>e4e5709</code></a>
docs: correct <code>prefer-object-has-own</code> type definition comment
(<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18924">#18924</a>)
(Nitin Kumar)</li>
<li><a
href="91cbd18c70"><code>91cbd18</code></a>
docs: add unicode abbreviations in no-irregular-whitespace rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18894">#18894</a>)
(Alix Royere)</li>
<li><a
href="59cfc0f1b3"><code>59cfc0f</code></a>
docs: clarify <code>resultsMeta</code> in <code>LoadedFormatter</code>
type (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18881">#18881</a>)
(Milos Djermanovic)</li>
<li><a
href="adcc50dbf1"><code>adcc50d</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="4edac1a325"><code>4edac1a</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="959d360be5"><code>959d360</code></a>
build: Support updates to previous major versions (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18871">#18871</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="ca21a64ed0"><code>ca21a64</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18927">#18927</a>)
(Milos Djermanovic)</li>
<li><a
href="a10f90af35"><code>a10f90a</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="e4e02cc693"><code>e4e02cc</code></a>
refactor: Extract processor logic into ProcessorService (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18818">#18818</a>)
(Nicholas C. Zakas)</li>
<li><a
href="6d4484d9c1"><code>6d4484d</code></a>
chore: updates for v8.57.1 release (Jenkins)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.11.1 - September 23, 2024</p>
<ul>
<li><a
href="df4a859b4c"><code>df4a859</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.1 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18943">#18943</a>)
(Milos Djermanovic)</li>
<li><a
href="36d8095308"><code>36d8095</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="20fd91689f"><code>20fd916</code></a>
fix: add <code>@eslint/core</code>, <code>@types/estree</code>, &amp;
<code>@types/json-schema</code> deps (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18938">#18938</a>)
(Nitin Kumar)</li>
<li><a
href="3eff709637"><code>3eff709</code></a>
docs: replace deprecated <code>Linter.FlatConfig</code> type with
<code>Linter.Config</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18941">#18941</a>)
(Carlos Meira)</li>
<li><a
href="27383226b8"><code>2738322</code></a>
fix: add missing types for <code>require-atomic-updates</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18937">#18937</a>)
(Kristóf Poduszló)</li>
<li><a
href="d71ff3068c"><code>d71ff30</code></a>
fix: add missing types for <code>object-shorthand</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18935">#18935</a>)
(Kristóf Poduszló)</li>
<li><a
href="561cadc543"><code>561cadc</code></a>
fix: add missing types for <code>no-unsafe-negation</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18932">#18932</a>)
(Kristóf Poduszló)</li>
<li><a
href="8843656f9b"><code>8843656</code></a>
fix: add missing types for <code>no-underscore-dangle</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18931">#18931</a>)
(Kristóf Poduszló)</li>
<li><a
href="92cde5c6da"><code>92cde5c</code></a>
fix: add missing types for <code>no-shadow</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18930">#18930</a>)
(Kristóf Poduszló)</li>
<li><a
href="b3cbe11a92"><code>b3cbe11</code></a>
fix: add missing types for <code>no-sequences</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18929">#18929</a>)
(Kristóf Poduszló)</li>
<li><a
href="976f77f7f6"><code>976f77f</code></a>
fix: add missing types for <code>no-unused-expressions</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18933">#18933</a>)
(Kristóf Poduszló)</li>
</ul>
<p>v9.11.0 - September 20, 2024</p>
<ul>
<li><a
href="ca21a64ed0"><code>ca21a64</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18927">#18927</a>)
(Milos Djermanovic)</li>
<li><a
href="a10f90af35"><code>a10f90a</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="5e5f39b825"><code>5e5f39b</code></a>
fix: add missing types for <code>no-restricted-exports</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18914">#18914</a>)
(Kristóf Poduszló)</li>
<li><a
href="e4e5709522"><code>e4e5709</code></a>
docs: correct <code>prefer-object-has-own</code> type definition comment
(<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18924">#18924</a>)
(Nitin Kumar)</li>
<li><a
href="8f630eb579"><code>8f630eb</code></a>
fix: add missing types for <code>no-param-reassign</code> options (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18906">#18906</a>)
(Kristóf Poduszló)</li>
<li><a
href="d71578124f"><code>d715781</code></a>
fix: add missing types for <code>no-extra-boolean-cast</code> options
(<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18902">#18902</a>)
(Kristóf Poduszló)</li>
<li><a
href="e4e02cc693"><code>e4e02cc</code></a>
refactor: Extract processor logic into ProcessorService (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18818">#18818</a>)
(Nicholas C. Zakas)</li>
<li><a
href="ec30c7349e"><code>ec30c73</code></a>
feat: add &quot;eslint/universal&quot; to export <code>Linter</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18883">#18883</a>)
(唯然)</li>
<li><a
href="c591da68d4"><code>c591da6</code></a>
feat: Add language to types (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18917">#18917</a>)
(Nicholas C. Zakas)</li>
<li><a
href="91cbd18c70"><code>91cbd18</code></a>
docs: add unicode abbreviations in no-irregular-whitespace rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18894">#18894</a>)
(Alix Royere)</li>
<li><a
href="959d360be5"><code>959d360</code></a>
build: Support updates to previous major versions (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18871">#18871</a>)
(Milos Djermanovic)</li>
<li><a
href="6d4484d9c1"><code>6d4484d</code></a>
chore: updates for v8.57.1 release (Jenkins)</li>
<li><a
href="492eb8f34e"><code>492eb8f</code></a>
feat: limit the name given to <code>ImportSpecifier</code> in
<code>id-length</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18861">#18861</a>)
(Tanuj Kanti)</li>
<li><a
href="2de5742682"><code>2de5742</code></a>
fix: add missing types for <code>no-misleading-character-class</code>
options (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18905">#18905</a>)
(Kristóf Poduszló)</li>
<li><a
href="c153084250"><code>c153084</code></a>
fix: add missing types for <code>no-implicit-coercion</code> options (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18903">#18903</a>)
(Kristóf Poduszló)</li>
<li><a
href="19c685608d"><code>19c6856</code></a>
feat: Add <code>no-useless-constructor</code> suggestion (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18799">#18799</a>)
(Jordan Thomson)</li>
<li><a
href="fa11b2ede6"><code>fa11b2e</code></a>
fix: add missing types for <code>no-empty-function</code> options (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18901">#18901</a>)
(Kristóf Poduszló)</li>
<li><a
href="a0deed122a"><code>a0deed1</code></a>
fix: add missing types for <code>camelcase</code> options (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18897">#18897</a>)
(Kristóf Poduszló)</li>
<li><a
href="71f37c5bf0"><code>71f37c5</code></a>
refactor: use optional chaining when validating config rules (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18893">#18893</a>)
(lucasrmendonca)</li>
<li><a
href="2c2805f8ee"><code>2c2805f</code></a>
chore: Add PR note to all templates (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18892">#18892</a>)
(Nicholas C. Zakas)</li>
<li><a
href="7b852ce59e"><code>7b852ce</code></a>
refactor: use <code>Directive</code> class from
<code>@eslint/plugin-kit</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18884">#18884</a>)
(Milos Djermanovic)</li>
<li><a
href="a48f8c29b5"><code>a48f8c2</code></a>
feat: add type <code>FormatterFunction</code>, update
<code>LoadedFormatter</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18872">#18872</a>)
(Francesco Trotta)</li>
<li><a
href="d594ddd2cc"><code>d594ddd</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.6.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18863">#18863</a>)
(renovate[bot])</li>
<li><a
href="59cfc0f1b3"><code>59cfc0f</code></a>
docs: clarify <code>resultsMeta</code> in <code>LoadedFormatter</code>
type (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18881">#18881</a>)
(Milos Djermanovic)</li>
<li><a
href="78b2421e28"><code>78b2421</code></a>
chore: Update change.yml (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18882">#18882</a>)
(Nicholas C. Zakas)</li>
<li><a
href="a416f0a270"><code>a416f0a</code></a>
chore: enable <code>$ExpectType</code> comments in .ts files (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18869">#18869</a>)
(Francesco Trotta)</li>
<li><a
href="adcc50dbf1"><code>adcc50d</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="4edac1a325"><code>4edac1a</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
<p>v8.57.1 - September 16, 2024</p>
<ul>
<li><a
href="140ec4569f"><code>140ec45</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/8"><code>@​8</code></a>.57.1 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18913">#18913</a>)
(Milos Djermanovic)</li>
<li><a
href="bcdfc04a69"><code>bcdfc04</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="3f6ce8d6b7"><code>3f6ce8d</code></a>
chore: pin vite-plugin-commonjs@0.10.1 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18910">#18910</a>)
(Milos Djermanovic)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="36d8095308"><code>36d8095</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="a10f90af35"><code>a10f90a</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.11.1/packages/js">compare
view</a></li>
</ul>
</details>
<br />

Updates `@rollup/plugin-node-resolve` from 15.2.3 to 15.3.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md"><code>@​rollup/plugin-node-resolve</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v15.3.0</h2>
<p><em>2024-09-23</em></p>
<h3>Features</h3>
<ul>
<li>feat: allow preferBuiltins to be a function (<a
href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1694">#1694</a>)</li>
</ul>
<h2>v15.2.4</h2>
<p><em>2024-09-22</em></p>
<h3>Updates</h3>
<ul>
<li>chore: remove is-builtin-module (<a
href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1735">#1735</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a8e326d01b"><code>a8e326d</code></a>
chore(release): node-resolve v15.3.0</li>
<li><a
href="032055b9ab"><code>032055b</code></a>
feat(node-resolve): allow preferBuiltins to be a function (<a
href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1694">#1694</a>)</li>
<li><a
href="6d4bb6b8b1"><code>6d4bb6b</code></a>
chore(release): node-resolve v15.2.4</li>
<li><a
href="190aa21155"><code>190aa21</code></a>
chore(node-resolve): remove is-builtin-module (<a
href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1735">#1735</a>)</li>
<li><a
href="dcd8da504a"><code>dcd8da5</code></a>
chore(repo): use <code>@dot/versioner</code> for releases (<a
href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1612">#1612</a>)</li>
<li><a
href="1caee89786"><code>1caee89</code></a>
chore(release): node-resolve v15.2.3</li>
<li>See full diff in <a
href="https://github.com/rollup/plugins/commits/node-resolve-v15.3.0/packages/node-resolve">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/node` from 22.5.4 to 22.6.1
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/react` from 18.3.5 to 18.3.9
<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 `eslint` from 9.10.0 to 9.11.1
<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.11.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="20fd91689f"><code>20fd916</code></a>
fix: add <code>@eslint/core</code>, <code>@types/estree</code>, &amp;
<code>@types/json-schema</code> deps (<a
href="https://redirect.github.com/eslint/eslint/issues/18938">#18938</a>)
(Nitin Kumar)</li>
<li><a
href="27383226b8"><code>2738322</code></a>
fix: add missing types for <code>require-atomic-updates</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18937">#18937</a>)
(Kristóf Poduszló)</li>
<li><a
href="d71ff3068c"><code>d71ff30</code></a>
fix: add missing types for <code>object-shorthand</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18935">#18935</a>)
(Kristóf Poduszló)</li>
<li><a
href="561cadc543"><code>561cadc</code></a>
fix: add missing types for <code>no-unsafe-negation</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18932">#18932</a>)
(Kristóf Poduszló)</li>
<li><a
href="8843656f9b"><code>8843656</code></a>
fix: add missing types for <code>no-underscore-dangle</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18931">#18931</a>)
(Kristóf Poduszló)</li>
<li><a
href="92cde5c6da"><code>92cde5c</code></a>
fix: add missing types for <code>no-shadow</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18930">#18930</a>)
(Kristóf Poduszló)</li>
<li><a
href="b3cbe11a92"><code>b3cbe11</code></a>
fix: add missing types for <code>no-sequences</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18929">#18929</a>)
(Kristóf Poduszló)</li>
<li><a
href="976f77f7f6"><code>976f77f</code></a>
fix: add missing types for <code>no-unused-expressions</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18933">#18933</a>)
(Kristóf Poduszló)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="3eff709637"><code>3eff709</code></a>
docs: replace deprecated <code>Linter.FlatConfig</code> type with
<code>Linter.Config</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18941">#18941</a>)
(Carlos Meira)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="df4a859b4c"><code>df4a859</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18943">#18943</a>)
(Milos Djermanovic)</li>
<li><a
href="36d8095308"><code>36d8095</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
</ul>
<h2>v9.11.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="ec30c7349e"><code>ec30c73</code></a>
feat: add &quot;eslint/universal&quot; to export <code>Linter</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18883">#18883</a>)
(唯然)</li>
<li><a
href="c591da68d4"><code>c591da6</code></a>
feat: Add language to types (<a
href="https://redirect.github.com/eslint/eslint/issues/18917">#18917</a>)
(Nicholas C. Zakas)</li>
<li><a
href="492eb8f34e"><code>492eb8f</code></a>
feat: limit the name given to <code>ImportSpecifier</code> in
<code>id-length</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18861">#18861</a>)
(Tanuj Kanti)</li>
<li><a
href="19c685608d"><code>19c6856</code></a>
feat: Add <code>no-useless-constructor</code> suggestion (<a
href="https://redirect.github.com/eslint/eslint/issues/18799">#18799</a>)
(Jordan Thomson)</li>
<li><a
href="a48f8c29b5"><code>a48f8c2</code></a>
feat: add type <code>FormatterFunction</code>, update
<code>LoadedFormatter</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18872">#18872</a>)
(Francesco Trotta)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="5e5f39b825"><code>5e5f39b</code></a>
fix: add missing types for <code>no-restricted-exports</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18914">#18914</a>)
(Kristóf Poduszló)</li>
<li><a
href="8f630eb579"><code>8f630eb</code></a>
fix: add missing types for <code>no-param-reassign</code> options (<a
href="https://redirect.github.com/eslint/eslint/issues/18906">#18906</a>)
(Kristóf Poduszló)</li>
<li><a
href="d71578124f"><code>d715781</code></a>
fix: add missing types for <code>no-extra-boolean-cast</code> options
(<a
href="https://redirect.github.com/eslint/eslint/issues/18902">#18902</a>)
(Kristóf Poduszló)</li>
<li><a
href="2de5742682"><code>2de5742</code></a>
fix: add missing types for <code>no-misleading-character-class</code>
options (<a
href="https://redirect.github.com/eslint/eslint/issues/18905">#18905</a>)
(Kristóf Poduszló)</li>
<li><a
href="c153084250"><code>c153084</code></a>
fix: add missing types for <code>no-implicit-coercion</code> options (<a
href="https://redirect.github.com/eslint/eslint/issues/18903">#18903</a>)
(Kristóf Poduszló)</li>
<li><a
href="fa11b2ede6"><code>fa11b2e</code></a>
fix: add missing types for <code>no-empty-function</code> options (<a
href="https://redirect.github.com/eslint/eslint/issues/18901">#18901</a>)
(Kristóf Poduszló)</li>
<li><a
href="a0deed122a"><code>a0deed1</code></a>
fix: add missing types for <code>camelcase</code> options (<a
href="https://redirect.github.com/eslint/eslint/issues/18897">#18897</a>)
(Kristóf Poduszló)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="e4e5709522"><code>e4e5709</code></a>
docs: correct <code>prefer-object-has-own</code> type definition comment
(<a
href="https://redirect.github.com/eslint/eslint/issues/18924">#18924</a>)
(Nitin Kumar)</li>
<li><a
href="91cbd18c70"><code>91cbd18</code></a>
docs: add unicode abbreviations in no-irregular-whitespace rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18894">#18894</a>)
(Alix Royere)</li>
<li><a
href="59cfc0f1b3"><code>59cfc0f</code></a>
docs: clarify <code>resultsMeta</code> in <code>LoadedFormatter</code>
type (<a
href="https://redirect.github.com/eslint/eslint/issues/18881">#18881</a>)
(Milos Djermanovic)</li>
<li><a
href="adcc50dbf1"><code>adcc50d</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="4edac1a325"><code>4edac1a</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="959d360be5"><code>959d360</code></a>
build: Support updates to previous major versions (<a
href="https://redirect.github.com/eslint/eslint/issues/18871">#18871</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="ca21a64ed0"><code>ca21a64</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18927">#18927</a>)
(Milos Djermanovic)</li>
<li><a
href="a10f90af35"><code>a10f90a</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="e4e02cc693"><code>e4e02cc</code></a>
refactor: Extract processor logic into ProcessorService (<a
href="https://redirect.github.com/eslint/eslint/issues/18818">#18818</a>)
(Nicholas C. Zakas)</li>
<li><a
href="6d4484d9c1"><code>6d4484d</code></a>
chore: updates for v8.57.1 release (Jenkins)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.11.1 - September 23, 2024</p>
<ul>
<li><a
href="df4a859b4c"><code>df4a859</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18943">#18943</a>)
(Milos Djermanovic)</li>
<li><a
href="36d8095308"><code>36d8095</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="20fd91689f"><code>20fd916</code></a>
fix: add <code>@eslint/core</code>, <code>@types/estree</code>, &amp;
<code>@types/json-schema</code> deps (<a
href="https://redirect.github.com/eslint/eslint/issues/18938">#18938</a>)
(Nitin Kumar)</li>
<li><a
href="3eff709637"><code>3eff709</code></a>
docs: replace deprecated <code>Linter.FlatConfig</code> type with
<code>Linter.Config</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18941">#18941</a>)
(Carlos Meira)</li>
<li><a
href="27383226b8"><code>2738322</code></a>
fix: add missing types for <code>require-atomic-updates</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18937">#18937</a>)
(Kristóf Poduszló)</li>
<li><a
href="d71ff3068c"><code>d71ff30</code></a>
fix: add missing types for <code>object-shorthand</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18935">#18935</a>)
(Kristóf Poduszló)</li>
<li><a
href="561cadc543"><code>561cadc</code></a>
fix: add missing types for <code>no-unsafe-negation</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18932">#18932</a>)
(Kristóf Poduszló)</li>
<li><a
href="8843656f9b"><code>8843656</code></a>
fix: add missing types for <code>no-underscore-dangle</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18931">#18931</a>)
(Kristóf Poduszló)</li>
<li><a
href="92cde5c6da"><code>92cde5c</code></a>
fix: add missing types for <code>no-shadow</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18930">#18930</a>)
(Kristóf Poduszló)</li>
<li><a
href="b3cbe11a92"><code>b3cbe11</code></a>
fix: add missing types for <code>no-sequences</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18929">#18929</a>)
(Kristóf Poduszló)</li>
<li><a
href="976f77f7f6"><code>976f77f</code></a>
fix: add missing types for <code>no-unused-expressions</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18933">#18933</a>)
(Kristóf Poduszló)</li>
</ul>
<p>v9.11.0 - September 20, 2024</p>
<ul>
<li><a
href="ca21a64ed0"><code>ca21a64</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18927">#18927</a>)
(Milos Djermanovic)</li>
<li><a
href="a10f90af35"><code>a10f90a</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="5e5f39b825"><code>5e5f39b</code></a>
fix: add missing types for <code>no-restricted-exports</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18914">#18914</a>)
(Kristóf Poduszló)</li>
<li><a
href="e4e5709522"><code>e4e5709</code></a>
docs: correct <code>prefer-object-has-own</code> type definition comment
(<a
href="https://redirect.github.com/eslint/eslint/issues/18924">#18924</a>)
(Nitin Kumar)</li>
<li><a
href="8f630eb579"><code>8f630eb</code></a>
fix: add missing types for <code>no-param-reassign</code> options (<a
href="https://redirect.github.com/eslint/eslint/issues/18906">#18906</a>)
(Kristóf Poduszló)</li>
<li><a
href="d71578124f"><code>d715781</code></a>
fix: add missing types for <code>no-extra-boolean-cast</code> options
(<a
href="https://redirect.github.com/eslint/eslint/issues/18902">#18902</a>)
(Kristóf Poduszló)</li>
<li><a
href="e4e02cc693"><code>e4e02cc</code></a>
refactor: Extract processor logic into ProcessorService (<a
href="https://redirect.github.com/eslint/eslint/issues/18818">#18818</a>)
(Nicholas C. Zakas)</li>
<li><a
href="ec30c7349e"><code>ec30c73</code></a>
feat: add &quot;eslint/universal&quot; to export <code>Linter</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18883">#18883</a>)
(唯然)</li>
<li><a
href="c591da68d4"><code>c591da6</code></a>
feat: Add language to types (<a
href="https://redirect.github.com/eslint/eslint/issues/18917">#18917</a>)
(Nicholas C. Zakas)</li>
<li><a
href="91cbd18c70"><code>91cbd18</code></a>
docs: add unicode abbreviations in no-irregular-whitespace rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18894">#18894</a>)
(Alix Royere)</li>
<li><a
href="959d360be5"><code>959d360</code></a>
build: Support updates to previous major versions (<a
href="https://redirect.github.com/eslint/eslint/issues/18871">#18871</a>)
(Milos Djermanovic)</li>
<li><a
href="6d4484d9c1"><code>6d4484d</code></a>
chore: updates for v8.57.1 release (Jenkins)</li>
<li><a
href="492eb8f34e"><code>492eb8f</code></a>
feat: limit the name given to <code>ImportSpecifier</code> in
<code>id-length</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18861">#18861</a>)
(Tanuj Kanti)</li>
<li><a
href="2de5742682"><code>2de5742</code></a>
fix: add missing types for <code>no-misleading-character-class</code>
options (<a
href="https://redirect.github.com/eslint/eslint/issues/18905">#18905</a>)
(Kristóf Poduszló)</li>
<li><a
href="c153084250"><code>c153084</code></a>
fix: add missing types for <code>no-implicit-coercion</code> options (<a
href="https://redirect.github.com/eslint/eslint/issues/18903">#18903</a>)
(Kristóf Poduszló)</li>
<li><a
href="19c685608d"><code>19c6856</code></a>
feat: Add <code>no-useless-constructor</code> suggestion (<a
href="https://redirect.github.com/eslint/eslint/issues/18799">#18799</a>)
(Jordan Thomson)</li>
<li><a
href="fa11b2ede6"><code>fa11b2e</code></a>
fix: add missing types for <code>no-empty-function</code> options (<a
href="https://redirect.github.com/eslint/eslint/issues/18901">#18901</a>)
(Kristóf Poduszló)</li>
<li><a
href="a0deed122a"><code>a0deed1</code></a>
fix: add missing types for <code>camelcase</code> options (<a
href="https://redirect.github.com/eslint/eslint/issues/18897">#18897</a>)
(Kristóf Poduszló)</li>
<li><a
href="71f37c5bf0"><code>71f37c5</code></a>
refactor: use optional chaining when validating config rules (<a
href="https://redirect.github.com/eslint/eslint/issues/18893">#18893</a>)
(lucasrmendonca)</li>
<li><a
href="2c2805f8ee"><code>2c2805f</code></a>
chore: Add PR note to all templates (<a
href="https://redirect.github.com/eslint/eslint/issues/18892">#18892</a>)
(Nicholas C. Zakas)</li>
<li><a
href="7b852ce59e"><code>7b852ce</code></a>
refactor: use <code>Directive</code> class from
<code>@eslint/plugin-kit</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18884">#18884</a>)
(Milos Djermanovic)</li>
<li><a
href="a48f8c29b5"><code>a48f8c2</code></a>
feat: add type <code>FormatterFunction</code>, update
<code>LoadedFormatter</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18872">#18872</a>)
(Francesco Trotta)</li>
<li><a
href="d594ddd2cc"><code>d594ddd</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.6.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18863">#18863</a>)
(renovate[bot])</li>
<li><a
href="59cfc0f1b3"><code>59cfc0f</code></a>
docs: clarify <code>resultsMeta</code> in <code>LoadedFormatter</code>
type (<a
href="https://redirect.github.com/eslint/eslint/issues/18881">#18881</a>)
(Milos Djermanovic)</li>
<li><a
href="78b2421e28"><code>78b2421</code></a>
chore: Update change.yml (<a
href="https://redirect.github.com/eslint/eslint/issues/18882">#18882</a>)
(Nicholas C. Zakas)</li>
<li><a
href="a416f0a270"><code>a416f0a</code></a>
chore: enable <code>$ExpectType</code> comments in .ts files (<a
href="https://redirect.github.com/eslint/eslint/issues/18869">#18869</a>)
(Francesco Trotta)</li>
<li><a
href="adcc50dbf1"><code>adcc50d</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="4edac1a325"><code>4edac1a</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
<p>v8.57.1 - September 16, 2024</p>
<ul>
<li><a
href="140ec4569f"><code>140ec45</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/8"><code>@​8</code></a>.57.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18913">#18913</a>)
(Milos Djermanovic)</li>
<li><a
href="bcdfc04a69"><code>bcdfc04</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="3f6ce8d6b7"><code>3f6ce8d</code></a>
chore: pin vite-plugin-commonjs@0.10.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18910">#18910</a>)
(Milos Djermanovic)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="69e94597ca"><code>69e9459</code></a>
9.11.1</li>
<li><a
href="fcdac44498"><code>fcdac44</code></a>
Build: changelog update for 9.11.1</li>
<li><a
href="df4a859b4c"><code>df4a859</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18943">#18943</a>)</li>
<li><a
href="36d8095308"><code>36d8095</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="20fd91689f"><code>20fd916</code></a>
fix: add <code>@eslint/core</code>, <code>@types/estree</code>, &amp;
<code>@types/json-schema</code> deps (<a
href="https://redirect.github.com/eslint/eslint/issues/18938">#18938</a>)</li>
<li><a
href="3eff709637"><code>3eff709</code></a>
docs: replace deprecated <code>Linter.FlatConfig</code> type with
<code>Linter.Config</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18941">#18941</a>)</li>
<li><a
href="27383226b8"><code>2738322</code></a>
fix: add missing types for <code>require-atomic-updates</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18937">#18937</a>)</li>
<li><a
href="d71ff3068c"><code>d71ff30</code></a>
fix: add missing types for <code>object-shorthand</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18935">#18935</a>)</li>
<li><a
href="561cadc543"><code>561cadc</code></a>
fix: add missing types for <code>no-unsafe-negation</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18932">#18932</a>)</li>
<li><a
href="8843656f9b"><code>8843656</code></a>
fix: add missing types for <code>no-underscore-dangle</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18931">#18931</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.10.0...v9.11.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `prettier-plugin-organize-imports` from 4.0.0 to 4.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases">prettier-plugin-organize-imports's
releases</a>.</em></p>
<blockquote>
<h2>4.1.0</h2>
<p>Bumped the peer dependency range for <code>vue-tsc</code> to
<code>^2.1.0</code> because there was a breaking change in its API. If
you're using Vue support, upgrade both packages simultaneously, e.g.
<code>npm i -D prettier-plugin-organize-imports vue-tsc</code>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md">prettier-plugin-organize-imports's
changelog</a>.</em></p>
<blockquote>
<p>Version <code>4.1.0</code> bumps the peer dependency range for
<code>vue-tsc</code> to <code>^2.1.0</code> because there was a breaking
change in its API. If you're using Vue support, upgrade both packages
simultaneously, e.g. <code>npm i -D prettier-plugin-organize-imports
vue-tsc</code>.</p>
<p>Version <code>4.0.0</code> upgrades/replaces the Volar packages used
for Vue support, to use the latest <code>vue-tsc</code> package that's
part of Volar 2. To migrate, you just have to remove
<code>@volar/vue-typescript</code> and if you're using it, also
<code>@volar/vue-language-plugin-pug</code>, and replace it with
<code>vue-tsc</code> and <code>@vue/language-plugin-pug</code>
respectively. There are no breaking changes other than this.</p>
<p>Version <code>3.2.4</code> implements a fix to skip when formatting
ranges (i.e. if the plugin is requested to format a range, it doesn't do
anything because it would lack the full file context).</p>
<p>Version <code>3.2.3</code> updates the readme with instructions for
Prettier 3.</p>
<p>Version <code>3.2.2</code> fixes a performance regression introduced
in <code>3.2.0</code>.</p>
<p>Version <code>3.2.1</code> fixes the implementation of the language
service host's <code>getCurrentDirectory</code> method to return the
directory containing the tsconfig, rather than using
<code>ts.sys.getCurrentDirectory</code> (which returns
<code>process.cwd()</code>). This should prevent issues with resolving
compiler plugins with Volar (which is used for Vue support).</p>
<p>Version <code>3.2.0</code> adds and fixes support for pug templates
in Vue files (via <code>@volar/vue-language-plugin-pug</code>). Please
be aware that you'll need to update your version of the
<code>@volar/vue-typescript</code> peer dependency from <code>0.x</code>
to <code>1.x</code>.</p>
<p>Version <code>3.1.0</code> adds an option to skip destructive code
actions like removing unused imports.</p>
<p>Version <code>3.0.3</code> fixes a performance regression introduced
in <code>3.0.2</code>.</p>
<p>Version <code>3.0.2</code> fixes a regression introduced by adding
some file-system related methods to the language service host (to fix a
bug), which revealed that another method's implementation was
incorrect.</p>
<p>Version <code>3.0.1</code> bumps the
<code>@volar/vue-typescript</code> version to fix more edge cases, e. g.
not removing imports when a component is used via kebab-case naming.
<code>@volar/vue-typescript</code> is now defined as an optional peer
dependency and you'll need to install version <code>0.39</code> or
later. Furthermore a fix has been added that should help support more
module resolution algorithms.</p>
<p>Version <code>3.0.0</code> switches to a different package for Vue
support, which fixes some more issues, e. g. support for setup scripts.
No breaking changes otherwise.</p>
<p>Version <code>2.3.4</code> fixes an issue with Vue v2 files.</p>
<p>Version <code>2.3.3</code> fixes a bug where default imports were
removed erroneously.</p>
<p>Version <code>2.3.1</code> adds debug logs and fixes Vue.js
support.</p>
<p>Version <code>2.2.0</code> adds a compiler options cache to improve
performance.</p>
<p>Version <code>2.1.0</code> adds support for Vue.js (<code>.vue</code>
files).</p>
<p>Version <code>2.0.0</code> adds support for the parsers
<code>babel</code> (i. e. JavaScript) and <code>babel-ts</code> which
are only available since Prettier v2 (and thus the peer dependency has
received a major bump).</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b7c15ad9f5"><code>b7c15ad</code></a>
4.1.0</li>
<li><a
href="2e9c480b72"><code>2e9c480</code></a>
chore: update dev dependencies</li>
<li><a
href="fb7e872d64"><code>fb7e872</code></a>
docs: update changelog</li>
<li><a
href="3fb452e7df"><code>3fb452e</code></a>
feat: support vue-tsc v2.1 (<a
href="https://redirect.github.com/simonhaenisch/prettier-plugin-organize-imports/issues/136">#136</a>)</li>
<li><a
href="4678129bd0"><code>4678129</code></a>
chore(ci): run on node 22</li>
<li><a
href="fa997242e4"><code>fa99724</code></a>
chore(ci): fix run-script invocation</li>
<li><a
href="3ea4a8151f"><code>3ea4a81</code></a>
chore: use tsc to type-check the project</li>
<li><a
href="59c5329c46"><code>59c5329</code></a>
chore(tests): upgrade ava from v3 to v6</li>
<li><a
href="b253038883"><code>b253038</code></a>
fix: drop <code>@vue/language-plugin-pug</code> as peer dependency</li>
<li>See full diff in <a
href="https://github.com/simonhaenisch/prettier-plugin-organize-imports/compare/v4.0.0...v4.1.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.5.0 to 8.7.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.7.0</h2>
<h2>8.7.0 (2024-09-23)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unsafe-call] check calls of
Function (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10010">#10010</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-type-exports] check
<code>export *</code> exports to see if all exported members are types
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10006">#10006</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> properly coerce all types to string
in <code>getStaticMemberAccessValue</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10004">#10004</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] report on imported
deprecated variables (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9987">#9987</a>)</li>
<li><strong>eslint-plugin:</strong> [no-confusing-non-null-assertion]
check !in and !instanceof (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9994">#9994</a>)</li>
<li><strong>types:</strong> add <code>NewExpression</code> as a parent
of <code>SpreadElement</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10024">#10024</a>)</li>
<li><strong>utils:</strong> add missing entries to the RuleListener
selectors list (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9992">#9992</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Brian Donovan <a
href="https://github.com/eventualbuddha"><code>@​eventualbuddha</code></a></li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</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>v8.6.0</h2>
<h2>8.6.0 (2024-09-16)</h2>
<h3>🚀 Features</h3>
<ul>
<li>add <code>allow</code> option for
<code>restrict-template-expressions</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8556">#8556</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] check
switch cases (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9912">#9912</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] check array
predicate return (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9955">#9955</a>)</li>
<li><strong>type-utils:</strong> isNullableType add Void logic (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9937">#9937</a>)</li>
<li><strong>typescript-estree:</strong> disable plugin loading by
default in project service (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9964">#9964</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-deprecated] don't report
recursive types in destructuring assignment twice (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9969">#9969</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] report on deprecated
variables used in destructuring assignment (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9978">#9978</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] report on deprecated
properties with function-like types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9977">#9977</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] properly
reflect multiple negations in message (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9940">#9940</a>)</li>
<li><strong>typescript-estree:</strong> don't throw on missing
tsconfig.json by default in project service (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9989">#9989</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></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.7.0 (2024-09-23)</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>
<h2>8.6.0 (2024-09-16)</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="b88ea33f34"><code>b88ea33</code></a>
chore(release): publish 8.7.0</li>
<li><a
href="343710e0b6"><code>343710e</code></a>
chore(release): publish 8.6.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 5.4.6 to 5.4.7
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.7 (2024-09-20)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: treat config file as ESM in Deno (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>)
(<a
href="b5908a24ba">b5908a2</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18158">#18158</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a403e73d18"><code>a403e73</code></a>
release: v5.4.7</li>
<li><a
href="b5908a24ba"><code>b5908a2</code></a>
fix: treat config file as ESM in Deno (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>)</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v5.4.7/packages/vite">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignor...

_Description has been truncated_

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-24 15:54:23 -07:00
dependabot[bot]
64a2595ea6
Bump electron from 32.1.0 to 32.1.2 in the electron group (#814)
Bumps the electron group with 1 update:
[electron](https://github.com/electron/electron).

Updates `electron` from 32.1.0 to 32.1.2
<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.1.2</h2>
<h1>Release Notes for v32.1.2</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed an issue where clicking the eyedropper icon did nothing
instead of opening an eyedropper for color selection as expected. <a
href="https://redirect.github.com/electron/electron/pull/43786">#43786</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43700">33</a>)<!--
raw HTML omitted --></li>
<li>Third time isn't always a charm. Fixed the native macOS Screen Share
picker invocation triggering a test Chromium green screen. <a
href="https://redirect.github.com/electron/electron/pull/43809">#43809</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43810">33</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>electron v32.1.1</h2>
<h1>Release Notes for v32.1.1</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed an issue when dragging to resize when using Window Controls
Overlay on Linux. <a
href="https://redirect.github.com/electron/electron/pull/43743">#43743</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43744">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>WebContentsView</code>s did not show
correctly in some circumstances on macOS after being added as child
views. <a
href="https://redirect.github.com/electron/electron/pull/43698">#43698</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43697">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43696">33</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Updated Chromium to 128.0.6613.137. <a
href="https://redirect.github.com/electron/electron/pull/43683">#43683</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8ac9d16162"><code>8ac9d16</code></a>
fix: third time screen sharing on macOS (<a
href="https://redirect.github.com/electron/electron/issues/43809">#43809</a>)</li>
<li><a
href="2bc8797fed"><code>2bc8797</code></a>
refactor: NotificationPresenter::Create() returns a
std::unique_ptr&lt;&gt; (<a
href="https://redirect.github.com/electron/electron/issues/43806">#43806</a>)</li>
<li><a
href="08579bdcd5"><code>08579bd</code></a>
chore: fix compile issue about ambiguous error of multiple methods named
'hig...</li>
<li><a
href="bd9e00968b"><code>bd9e009</code></a>
refactor: remove use of deprecated API
<code>BuildServiceInstanceFor()</code> (32-x-y) (...</li>
<li><a
href="0f11dd958f"><code>0f11dd9</code></a>
build: compile Node.js with C++20 support (32-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/43785">#43785</a>)</li>
<li><a
href="8b49ba1084"><code>8b49ba1</code></a>
fix: EyeDropper working in devtools (32-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/43786">#43786</a>)</li>
<li><a
href="9c88da38f2"><code>9c88da3</code></a>
build: let darwin/mas run concurrently (<a
href="https://redirect.github.com/electron/electron/issues/43791">#43791</a>)</li>
<li><a
href="8ab4d240d8"><code>8ab4d24</code></a>
chore: bump chromium to 128.0.6613.162 (32-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/43768">#43768</a>)</li>
<li><a
href="95ae0aa8a4"><code>95ae0aa</code></a>
build: split darwin/mas macOS publish jobs (<a
href="https://redirect.github.com/electron/electron/issues/43766">#43766</a>)</li>
<li><a
href="ca3234064f"><code>ca32340</code></a>
build: improve logging on http errors during release process (<a
href="https://redirect.github.com/electron/electron/issues/43762">#43762</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v32.1.0...v32.1.2">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.0&new-version=32.1.2)](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-09-24 15:54:04 -07:00
dependabot[bot]
9c66a7c1b7
Bump rollup from 4.21.0 to 4.22.4 (#810)
Bumps [rollup](https://github.com/rollup/rollup) from 4.21.0 to 4.22.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/releases">rollup's
releases</a>.</em></p>
<blockquote>
<h2>v4.22.4</h2>
<h2>4.22.4</h2>
<p><em>2024-09-21</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Fix a vulnerability in generated code that affects IIFE, UMD and CJS
bundles when run in a browser context (<a
href="https://redirect.github.com/rollup/rollup/issues/5671">#5671</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5670">#5670</a>:
refactor: Use object.prototype to check for reserved properties (<a
href="https://github.com/YuHyeonWook"><code>@​YuHyeonWook</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5671">#5671</a>:
Fix DOM Clobbering CVE (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
<h2>v4.22.3</h2>
<h2>4.22.3</h2>
<p><em>2024-09-21</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure that mutations in modules without side effects are observed
while properly handling transitive dependencies (<a
href="https://redirect.github.com/rollup/rollup/issues/5669">#5669</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5669">#5669</a>:
Ensure impure dependencies of pure modules are added (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
<h2>v4.22.2</h2>
<h2>4.22.2</h2>
<p><em>2024-09-20</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Revert fix for side effect free modules until other issues are
investigated (<a
href="https://redirect.github.com/rollup/rollup/issues/5667">#5667</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5667">#5667</a>:
Partially revert <a
href="https://redirect.github.com/rollup/rollup/issues/5658">#5658</a>
and re-apply <a
href="https://redirect.github.com/rollup/rollup/issues/5644">#5644</a>
(<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
<h2>v4.22.1</h2>
<h2>4.22.1</h2>
<p><em>2024-09-20</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Revert <a
href="https://redirect.github.com/rollup/rollup/issues/5644">#5644</a>
&quot;stable chunk hashes&quot; while issues are being investigated</li>
</ul>
<h3>Pull Requests</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's
changelog</a>.</em></p>
<blockquote>
<h2>4.22.4</h2>
<p><em>2024-09-21</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Fix a vulnerability in generated code that affects IIFE, UMD and CJS
bundles when run in a browser context (<a
href="https://redirect.github.com/rollup/rollup/issues/5671">#5671</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5670">#5670</a>:
refactor: Use object.prototype to check for reserved properties (<a
href="https://github.com/YuHyeonWook"><code>@​YuHyeonWook</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5671">#5671</a>:
Fix DOM Clobbering CVE (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
<h2>4.22.3</h2>
<p><em>2024-09-21</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure that mutations in modules without side effects are observed
while properly handling transitive dependencies (<a
href="https://redirect.github.com/rollup/rollup/issues/5669">#5669</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5669">#5669</a>:
Ensure impure dependencies of pure modules are added (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
<h2>4.22.2</h2>
<p><em>2024-09-20</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Revert fix for side effect free modules until other issues are
investigated (<a
href="https://redirect.github.com/rollup/rollup/issues/5667">#5667</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5667">#5667</a>:
Partially revert <a
href="https://redirect.github.com/rollup/rollup/issues/5658">#5658</a>
and re-apply <a
href="https://redirect.github.com/rollup/rollup/issues/5644">#5644</a>
(<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
<h2>4.22.1</h2>
<p><em>2024-09-20</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Revert <a
href="https://redirect.github.com/rollup/rollup/issues/5644">#5644</a>
&quot;stable chunk hashes&quot; while issues are being investigated</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5663">#5663</a>:
chore(deps): update dependency inquirer to v11 (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5664">#5664</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5665">#5665</a>:
fix: type in CI file (<a
href="https://github.com/YuHyeonWook"><code>@​YuHyeonWook</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="79c0aba353"><code>79c0aba</code></a>
4.22.4</li>
<li><a
href="e2552c9e95"><code>e2552c9</code></a>
Fix DOM Clobbering CVE (<a
href="https://redirect.github.com/rollup/rollup/issues/5671">#5671</a>)</li>
<li><a
href="10ab90ea61"><code>10ab90e</code></a>
refactor: Use object.prototype to check for reserved properties (<a
href="https://redirect.github.com/rollup/rollup/issues/5670">#5670</a>)</li>
<li><a
href="e1cba8e84a"><code>e1cba8e</code></a>
4.22.3</li>
<li><a
href="59cec3e867"><code>59cec3e</code></a>
Ensure impure dependencies of pure modules are added (<a
href="https://redirect.github.com/rollup/rollup/issues/5669">#5669</a>)</li>
<li><a
href="b86ffd776c"><code>b86ffd7</code></a>
4.22.2</li>
<li><a
href="d5ff63de9e"><code>d5ff63d</code></a>
Partially revert <a
href="https://redirect.github.com/rollup/rollup/issues/5658">#5658</a>
and re-apply <a
href="https://redirect.github.com/rollup/rollup/issues/5644">#5644</a>
(<a
href="https://redirect.github.com/rollup/rollup/issues/5667">#5667</a>)</li>
<li><a
href="0a821d9318"><code>0a821d9</code></a>
Create SECURITY.md</li>
<li><a
href="76e962daca"><code>76e962d</code></a>
4.22.1</li>
<li><a
href="68c23da882"><code>68c23da</code></a>
Partially revert <a
href="https://redirect.github.com/rollup/rollup/issues/5644">#5644</a></li>
<li>Additional commits viewable in <a
href="https://github.com/rollup/rollup/compare/v4.21.0...v4.22.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=4.21.0&new-version=4.22.4)](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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/wavetermdev/waveterm/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-24 15:53:29 -07:00
Mike Sawka
001076fd80
update outdated contributing links (#815) 2024-09-24 15:48:02 -07:00
wave-builder[bot]
72068f6fbc
chore: bump package version to 0.8.2 2024-09-24 22:02:18 +00:00
wave-builder[bot]
3025c8eb25
chore: bump package version to 0.8.2-beta.1 2024-09-24 20:35:53 +00:00
Evan Simkowitz
bc4385370e
remove netcgo tag 2024-09-24 10:57:17 -07:00
wave-builder[bot]
1e87a98218
chore: bump package version to 0.8.2-beta.0 2024-09-24 17:47:02 +00:00
Evan Simkowitz
2f8890144d
remove static linking for linux 2024-09-24 10:45:57 -07:00
wave-builder[bot]
63e487f6e9
chore: bump package version to 0.8.1 2024-09-24 05:41:55 +00:00
sawka
31d73ef976 beta.1 2024-09-23 20:48:27 -07:00
sawka
91a85e06c8 make no-telemetry request async 2024-09-23 20:47:39 -07:00
sawka
3ea8f45284 v0.8.1.beta.1 2024-09-23 19:03:24 -07:00
Sylvie Crowe
4ff247d2f2
Directory View Parent Directory Button (#805)
Add a button in the directory view to easily navigate to the parent of
the current directory.
2024-09-23 19:02:17 -07:00
Sylvie Crowe
7708db7060
Docs Site Link (#804)
Add a link to the docs site in the help block.
2024-09-23 18:58:46 -07:00
Evan Simkowitz
4907552379
Fix number parsing for MetaSettingsType (#806)
json.Unmarshal parses all numbers to float64, which breaks any integer
settings values. This PR changes MetaSettingsType.UnmarshalJSON to use
json.Decoder, which is capable of parsing into a meta-type json.Number,
which can be interpreted as a float or an integer. It also properly
handles pointer types.
2024-09-23 18:51:30 -07:00
sawka
96ad70ffdd log clientid 2024-09-23 13:59:55 -07:00
Mike Sawka
62cc9d8a6b
telemetry fix, log no-telemetry (#802) 2024-09-23 13:33:39 -07:00
wave-builder[bot]
de08cc8340
chore: bump package version to 0.8.0 2024-09-20 21:11:56 +00:00
wave-builder[bot]
190a53662c
chore: bump package version to 0.8.0-beta.15 2024-09-20 20:49:55 +00:00
Evan Simkowitz
b19bef2ffb
remove vscode storybook task, move to taskfile 2024-09-20 13:39:06 -07:00
Evan Simkowitz
af38ebab54
typo in last pr 2024-09-20 13:31:12 -07:00
Evan Simkowitz
38f07ae3f9
Dismiss update banner after 10s on error (#800) 2024-09-20 13:29:37 -07:00
wave-builder[bot]
8423334cde
chore: bump package version to 0.8.0-beta.14 2024-09-20 19:51:59 +00:00
Sylvie Crowe
bc057876a1
Powershell Execution Policy (#798)
Bypasses the Execution Policy for setting the script that adds wsh to
the path.
2024-09-20 12:48:29 -07:00
Mike Sawka
d344fd9b6d
fix cpu plot timing issue (#799) 2024-09-20 12:47:10 -07:00
Mike Sawka
31414a7536
don't open files when stating directory (#797) 2024-09-20 12:25:46 -07:00
Mike Sawka
e281cebb56
tips update (add to starter layout) (#796) 2024-09-20 12:17:49 -07:00
Mike Sawka
65c446e4a1
wash meta.url through url search (#795) 2024-09-20 11:34:04 -07:00
Mike Sawka
047513bf3a
default url, default search, open in external browser (#794) 2024-09-20 11:24:37 -07:00
Evan Simkowitz
78f838439a
prevent running this workflow on unprotected branches 2024-09-20 09:58:35 -07:00
wave-builder[bot]
470dfb19b7
chore: bump package version to 0.8.0-beta.13 2024-09-20 16:51:52 +00:00
sawka
ade5bc01b3 bump version to 0.8.0-beta.12 2024-09-19 22:14:53 -07:00