Commit Graph

1882 Commits

Author SHA1 Message Date
Sylvie Crowe
36bf4af5c9
feat: add a --new option to ssh command (#1946)
This feature adds a -n or --new flag to the wsh ssh command which allows
the connection to open in a new block.
2025-02-11 13:37:38 -08:00
Evan Simkowitz
16aa9a276a
Update esbuild and other dev dependencies (#1950)
Resolves a security advisory
2025-02-11 12:45:16 -08:00
Sylvie Crowe
4ca775c225
feat: add a wsh launch command (#1947)
This creates a new command `wsh launch` that will launch a widget that
has been defined in the widgets.json file.
2025-02-11 11:43:28 -08:00
Mike Sawka
d36bd388e4
new replace, split-horizontal, and split-vertical layout actions... hook up cmd-d and cmd-shift-d... (#1931)
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2025-02-10 16:32:23 -08:00
Mike Sawka
f0927879fd
quick refactor on viewmodels and components to make them more uniform (#1945) 2025-02-10 16:26:12 -08:00
Evan Simkowitz
b4aeb80ae3
Add panic handler to sendrpcmessage to catch channel errors (#1938) 2025-02-10 15:54:14 -08:00
Sylvie Crowe
2b060ebc98
File Drag and Drop Overwrite Prompt (#1932)
If a file drag and drop file fails because the file already exists, this
adds a popup to allow the operation to be retried with the overwrite
flag set. Additionally, it will make a similar dismissible popup to
cover other copy errors.
2025-02-10 15:21:52 -08:00
Evan Simkowitz
8d1e649b7c
Remove redundant tailwind postcss package (#1935)
We don't need both the postcss and Vite plugins
2025-02-10 11:40:52 -08:00
Evan Simkowitz
4f6dc435c1
Add basic Zed workspace configs (#1942) 2025-02-09 15:00:46 -08:00
Evan Simkowitz
cb15268fe6
Remove unnecessary workspace logs (#1936) 2025-02-09 13:52:24 -08:00
Evan Simkowitz
2b519eb91e
Update OS detection in docsite (#1940) 2025-02-08 23:58:43 -08:00
dependabot[bot]
c00156c439
Bump the prod-dependencies-patch group with 4 updates (#1923)
Bumps the prod-dependencies-patch group with 4 updates:
[@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react),
[recharts](https://github.com/recharts/recharts),
[rehype-highlight](https://github.com/rehypejs/rehype-highlight) and
[ua-parser-js](https://github.com/faisalman/ua-parser-js).

Updates `@floating-ui/react` from 0.27.3 to 0.27.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/releases"><code>@​floating-ui/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​floating-ui/react</code><a
href="https://github.com/0"><code>@​0</code></a>.27.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): use parent's orientation when
opening/closing nested menus, correctly supporting grid submenus</li>
<li>fix(FloatingList): avoid race condition between
registering/unregistering nodes and setting indices</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@​floating-ui/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.27.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): use parent's orientation when
opening/closing nested menus, correctly supporting grid submenus</li>
<li>fix(FloatingList): avoid race condition between
registering/unregistering nodes and setting indices</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c2e35904d6"><code>c2e3590</code></a>
chore: version packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3220">#3220</a>)</li>
<li><a
href="f0e61e20cd"><code>f0e61e2</code></a>
fix(useListNavigation): use parent's orientation when opening/closing
nested ...</li>
<li><a
href="d8e4768ccf"><code>d8e4768</code></a>
fix(FloatingList): prevent race condition between registering nodes and
setti...</li>
<li>See full diff in <a
href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.27.4/packages/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `recharts` from 2.15.0 to 2.15.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/recharts/recharts/releases">recharts's
releases</a>.</em></p>
<blockquote>
<h2>v2.15.1</h2>
<h2>What's Changed</h2>
<p>Quick patch release, nothing crazy going on here.</p>
<p>In the meantime please help us test recharts 3.0 alpha <a
href="https://redirect.github.com/recharts/recharts/issues/5445">recharts/recharts#5445</a>
🚀</p>
<h4>Fix</h4>
<ul>
<li><code>Legend - Typescript</code>: add <code>dataKey</code> type to
legend formatter props by <a
href="https://github.com/lucasassisrosa"><code>@​lucasassisrosa</code></a>
in <a
href="https://redirect.github.com/recharts/recharts/pull/5511">recharts/recharts#5511</a>.
Fixes <a
href="https://redirect.github.com/recharts/recharts/issues/5508">recharts/recharts#5508</a></li>
</ul>
<h4>Chore</h4>
<ul>
<li>Make sure <code>react-smooth</code> version is up to date in
package.json for R19 support by <a
href="https://github.com/acomanescu"><code>@​acomanescu</code></a> in <a
href="https://redirect.github.com/recharts/recharts/pull/5422">recharts/recharts#5422</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/acomanescu"><code>@​acomanescu</code></a> made
their first contribution in <a
href="https://redirect.github.com/recharts/recharts/pull/5422">recharts/recharts#5422</a></li>
<li><a
href="https://github.com/lucasassisrosa"><code>@​lucasassisrosa</code></a>
made their first contribution in <a
href="https://redirect.github.com/recharts/recharts/pull/5511">recharts/recharts#5511</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/recharts/recharts/compare/v2.15.0...v2.15.1">https://github.com/recharts/recharts/compare/v2.15.0...v2.15.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3ecaab0e88"><code>3ecaab0</code></a>
2.15.1</li>
<li><a
href="786cda6f02"><code>786cda6</code></a>
feat: Add the dataKey type to legend formatter props (<a
href="https://redirect.github.com/recharts/recharts/issues/5511">#5511</a>)</li>
<li><a
href="a3cf0247f9"><code>a3cf024</code></a>
chore: update react-smooth version to support React 19 (<a
href="https://redirect.github.com/recharts/recharts/issues/5422">#5422</a>)</li>
<li>See full diff in <a
href="https://github.com/recharts/recharts/compare/v2.15.0...v2.15.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `rehype-highlight` from 7.0.1 to 7.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rehypejs/rehype-highlight/releases">rehype-highlight's
releases</a>.</em></p>
<blockquote>
<h2>7.0.2</h2>
<h4>Fix</h4>
<ul>
<li>5c3b277 Fix multiple <code>code</code>s in a <code>pre</code></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rehypejs/rehype-highlight/compare/7.0.1...7.0.2">https://github.com/rehypejs/rehype-highlight/compare/7.0.1...7.0.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="86a5e9b1a5"><code>86a5e9b</code></a>
7.0.2</li>
<li><a
href="ff5d9df3ca"><code>ff5d9df</code></a>
Refactor tests</li>
<li><a
href="5c3b27763d"><code>5c3b277</code></a>
Fix multiple <code>code</code>s in a <code>pre</code></li>
<li><a
href="093fed2853"><code>093fed2</code></a>
Refactor example</li>
<li><a
href="62755288fa"><code>6275528</code></a>
Refactor <code>package.json</code></li>
<li><a
href="6a63f71624"><code>6a63f71</code></a>
Update tests for changes in <code>lowlight</code></li>
<li><a
href="36727b6df4"><code>36727b6</code></a>
Update dev-dependencies</li>
<li><a
href="241ced97b2"><code>241ced9</code></a>
Update Actions</li>
<li>See full diff in <a
href="https://github.com/rehypejs/rehype-highlight/compare/7.0.1...7.0.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `ua-parser-js` from 2.0.0 to 2.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/faisalman/ua-parser-js/releases">ua-parser-js's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.1</h2>
<h2>Version 2.0.1</h2>
<ul>
<li>Add new browser: Ladybird, Daum</li>
<li>Add new device: Apple HomePod</li>
<li>Add new device vendor: HMD</li>
<li>Add new OS: Ubuntu Touch, Windows IoT</li>
<li>Improve CPU detection: ARM, x86</li>
<li>Improve device detection: Lenovo, Nokia, Nvidia, Xiaomi
<ul>
<li>Tablet: Google, Honor, Huawei, Infinix, Nokia, OnePlus, Xiaomi</li>
<li>Wearable: Asus, Google, LG, Motorola, OnePlus, Oppo, Samsung,
Sony</li>
<li>Smart-TV: Xiaomi, unidentified vendors</li>
<li>Improve detection for unknown VR devices</li>
<li>Improve device model detection for Generic devices</li>
</ul>
</li>
<li>Improve OS detection: Linux, Symbian</li>
<li>Improve TypeScript definitions for Headers</li>
<li>Improve <code>withClientHints()</code>:
<ul>
<li><code>engine.version</code> also get updated</li>
<li>Infer <code>device.vendor</code> &amp; <code>device.type</code> by
guessing from <code>device.model</code></li>
<li>Browser naming adjustments:
<ul>
<li><code>Google Chrome</code> =&gt; <code>Chrome</code></li>
<li><code>Microsoft Edge</code> =&gt; <code>Edge</code></li>
<li><code>Android WebView</code> =&gt; <code>Chrome WebView</code></li>
<li><code>HeadlessChrome</code> =&gt; <code>Chrome Headless</code></li>
</ul>
</li>
</ul>
</li>
<li><code>enums</code> submodule:
<ul>
<li>Add TypeScript definitions</li>
</ul>
</li>
<li><code>extensions</code> submodule:
<ul>
<li>Add new list:
<ul>
<li><code>Vehicles</code>: BYD, Rivian, Volvo</li>
</ul>
</li>
<li>Add new Fetcher: Bluesky</li>
<li>Add new Library: Apache-HttpClient, go-http-client, got, GuzzleHttp,
Java-http-client, libwww-perl, lua-resty-http, Needle, OkHttp,
node-fetch, PHP-SOAP, PostmanRuntime, superagent</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/faisalman/ua-parser-js/blob/master/CHANGELOG.md">ua-parser-js's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.0.1</h2>
<ul>
<li>Add new browser: Ladybird, Daum</li>
<li>Add new device: Apple HomePod</li>
<li>Add new device vendor: HMD</li>
<li>Add new OS: Ubuntu Touch, Windows IoT</li>
<li>Improve CPU detection: ARM, x86</li>
<li>Improve device detection: Lenovo, Nokia, Nvidia, Xiaomi
<ul>
<li>Tablet: Google, Honor, Huawei, Infinix, Nokia, OnePlus, Xiaomi</li>
<li>Wearable: Asus, Google, LG, Motorola, OnePlus, Oppo, Samsung,
Sony</li>
<li>Smart-TV: Xiaomi, unidentified vendors</li>
<li>Improve detection for unknown VR devices</li>
<li>Improve device model detection for Generic devices</li>
</ul>
</li>
<li>Improve OS detection: Linux, Symbian</li>
<li>Improve TypeScript definitions for Headers</li>
<li>Improve <code>withClientHints()</code>:
<ul>
<li><code>engine.version</code> also get updated</li>
<li>Infer <code>device.vendor</code> &amp; <code>device.type</code> by
guessing from <code>device.model</code></li>
<li>Browser naming adjustments:
<ul>
<li><code>Google Chrome</code> =&gt; <code>Chrome</code></li>
<li><code>Microsoft Edge</code> =&gt; <code>Edge</code></li>
<li><code>Android WebView</code> =&gt; <code>Chrome WebView</code></li>
<li><code>HeadlessChrome</code> =&gt; <code>Chrome Headless</code></li>
</ul>
</li>
</ul>
</li>
<li><code>enums</code> submodule:
<ul>
<li>Add TypeScript definitions</li>
</ul>
</li>
<li><code>extensions</code> submodule:
<ul>
<li>Add new list:
<ul>
<li><code>Vehicles</code>: BYD, Rivian, Volvo</li>
</ul>
</li>
<li>Add new Fetcher: Bluesky</li>
<li>Add new Library: Apache-HttpClient, go-http-client, got, GuzzleHttp,
Java-http-client, libwww-perl, lua-resty-http, Needle, OkHttp,
node-fetch, PHP-SOAP, PostmanRuntime, superagent</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="51dce55e65"><code>51dce55</code></a>
Bump version <code>2.0.1</code></li>
<li><a
href="3ca23193dd"><code>3ca2319</code></a>
Improve OS detection: fix Linux arch mistakenly detected as version</li>
<li><a
href="9e64f34e72"><code>9e64f34</code></a>
Improve CPU detection: x86</li>
<li><a
href="10ab810568"><code>10ab810</code></a>
Improve detection for Nokia device &amp; Symbian OS</li>
<li><a
href="e8a301265a"><code>e8a3012</code></a>
[extensions] Create a new list for <code>Vehicles</code> user-agent:
Volvo, Rivian, BYD</li>
<li><a
href="20e874085b"><code>20e8740</code></a>
Improve device detection for unknown VR device</li>
<li><a
href="852520fafe"><code>852520f</code></a>
Also provide minified .mjs files of main module in /dist</li>
<li><a
href="6c6ff97e0c"><code>6c6ff97</code></a>
Improve device detection for Generic device: capture its device model
instead...</li>
<li><a
href="93552e0172"><code>93552e0</code></a>
Improve CPU detection: ARM</li>
<li><a
href="13d069f1c4"><code>13d069f</code></a>
Improve device detection for unidentified SmartTV vendors</li>
<li>Additional commits viewable in <a
href="https://github.com/faisalman/ua-parser-js/compare/2.0.0...2.0.1">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>
2025-02-07 16:14:30 -08:00
dependabot[bot]
d29a8dc588
Bump github.com/sashabaranov/go-openai from 1.36.1 to 1.37.0 (#1915)
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai)
from 1.36.1 to 1.37.0.
<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.37.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Simplify tests with T.TempDir by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/929">sashabaranov/go-openai#929</a></li>
<li>Chat Completion API: add ReasoningEffort and new o1 models by <a
href="https://github.com/trevorcreech"><code>@​trevorcreech</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/928">sashabaranov/go-openai#928</a></li>
<li>Make &quot;Content&quot; field in &quot;ChatCompletionMessage&quot;
omitempty by <a
href="https://github.com/saileshd1402"><code>@​saileshd1402</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/926">sashabaranov/go-openai#926</a></li>
<li>Add support for O3-mini by <a
href="https://github.com/rorymalcolm"><code>@​rorymalcolm</code></a> in
<a
href="https://redirect.github.com/sashabaranov/go-openai/pull/930">sashabaranov/go-openai#930</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/alexandear"><code>@​alexandear</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/929">sashabaranov/go-openai#929</a></li>
<li><a
href="https://github.com/trevorcreech"><code>@​trevorcreech</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/928">sashabaranov/go-openai#928</a></li>
<li><a
href="https://github.com/saileshd1402"><code>@​saileshd1402</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/926">sashabaranov/go-openai#926</a></li>
<li><a
href="https://github.com/rorymalcolm"><code>@​rorymalcolm</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/930">sashabaranov/go-openai#930</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.36.1...v1.37.0">https://github.com/sashabaranov/go-openai/compare/v1.36.1...v1.37.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2054db016c"><code>2054db0</code></a>
Add support for O3-mini (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/930">#930</a>)</li>
<li><a
href="45aa99607b"><code>45aa996</code></a>
Make &quot;Content&quot; field in &quot;ChatCompletionMessage&quot;
omitempty (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/926">#926</a>)</li>
<li><a
href="9823a8bbbd"><code>9823a8b</code></a>
Chat Completion API: add ReasoningEffort and new o1 models (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/928">#928</a>)</li>
<li><a
href="7a2915a37d"><code>7a2915a</code></a>
Simplify tests with T.TempDir (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/929">#929</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.36.1...v1.37.0">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.36.1&new-version=1.37.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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>
2025-02-07 16:13:16 -08:00
dependabot[bot]
3c546be11f
Bump github.com/shirou/gopsutil/v4 from 4.24.12 to 4.25.1 (#1919)
Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from
4.24.12 to 4.25.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.25.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Other Changes</h3>
<ul>
<li>chore: explicit revive rules by <a
href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1778">shirou/gopsutil#1778</a></li>
<li>chore: call actions/checkout before actions/setup-go to benefit from
native cache by <a
href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1779">shirou/gopsutil#1779</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1">https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="90e59961ca"><code>90e5996</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1780">#1780</a>
from shirou/dependabot/github_actions/actions/setup-...</li>
<li><a
href="ee3a3d85a7"><code>ee3a3d8</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1772">#1772</a>
from shirou/dependabot/github_actions/actions/upload...</li>
<li><a
href="a1359d4e1a"><code>a1359d4</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1773">#1773</a>
from shirou/dependabot/go_modules/github.com/ebiteng...</li>
<li><a
href="8d6af6c6ed"><code>8d6af6c</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1775">#1775</a>
from shirou/dependabot/github_actions/advanced-secur...</li>
<li><a
href="e826c61f60"><code>e826c61</code></a>
chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0</li>
<li><a
href="e7e2e9e4a8"><code>e7e2e9e</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1779">#1779</a>
from mmorel-35/remove-actions-cache</li>
<li><a
href="644c48a15a"><code>644c48a</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1778">#1778</a>
from mmorel-35/golangci-lint/revive</li>
<li><a
href="99d68e2160"><code>99d68e2</code></a>
chore: call actions/checkout before actions/setup-go to benefit from
native c...</li>
<li><a
href="d1977251f9"><code>d197725</code></a>
chore: explicit revive rules</li>
<li><a
href="c8110d7c08"><code>c8110d7</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1777">#1777</a>
from shirou/dependabot/github_actions/golangci/golan...</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.24.12&new-version=4.25.1)](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>
2025-02-07 16:12:50 -08:00
dependabot[bot]
e4959f8901
Bump golang.org/x/sys from 0.29.0 to 0.30.0 (#1917)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.29.0 to
0.30.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="863b3c4ac4"><code>863b3c4</code></a>
unix: update glibc to 2.41</li>
<li><a
href="4d4692e1b0"><code>4d4692e</code></a>
unix: add Auxv</li>
<li><a
href="b215a1c6fc"><code>b215a1c</code></a>
unix: update to Linux kernel 6.13</li>
<li><a
href="c75621413d"><code>c756214</code></a>
cpu: add support for AVX-VNNI and IFMA detection</li>
<li><a
href="1c14dcadc3"><code>1c14dca</code></a>
unix: add GetPeerUcred and UcredGet for solaris</li>
<li>See full diff in <a
href="https://github.com/golang/sys/compare/v0.29.0...v0.30.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.29.0&new-version=0.30.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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>
2025-02-07 16:12:35 -08:00
Mike Sawka
a73381296d
web bookmarks (#1930) 2025-02-07 16:11:40 -08:00
Sylvie Crowe
3e0712c55e
feat: add schema for widgets.json (#1929) 2025-02-07 15:39:57 -08:00
Sylvie Crowe
43a7451e8f
feat: add ai presets schema (#1928) 2025-02-07 14:56:11 -08:00
Sylvie Crowe
8b262445d5
feat: print test text when the test fails (#1927)
Adds the following changes to copy tests:
- print the body of the test if the test fails
- add a count of how many tests passed out of the total
- remove the -r flag from the tests
2025-02-07 14:45:47 -08:00
Sylvie Crowe
134a1f1ab8
Embedded Structs in Code Generation (#1909)
This allows code generation to properly embed structs when embedded in
the original types. It affects the generation of `gotypes.d.ts` and
`metaconsts.go`.

Additionally, the `AiSettingsType` has been split off and embedded into
the original `SettingsType` to make schema generation easier.
2025-02-07 13:13:47 -08:00
dependabot[bot]
6139feeaef
Bump the dev-dependencies-patch group with 7 updates (#1921)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps the dev-dependencies-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
|
[@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss)
| `4.0.0` | `4.0.4` |
|
[@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite)
| `4.0.3` | `4.0.4` |
|
[@types/css-tree](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/css-tree)
| `2.3.9` | `2.3.10` |
|
[@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws)
| `8.5.13` | `8.5.14` |
|
[@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul)
| `3.0.4` | `3.0.5` |
| [semver](https://github.com/npm/node-semver) | `7.7.0` | `7.7.1` |
|
[tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss)
| `4.0.3` | `4.0.4` |

Updates `@tailwindcss/postcss` from 4.0.0 to 4.0.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases"><code>@​tailwindcss/postcss</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.0.4</h2>
<h3>Fixed</h3>
<ul>
<li>Fix a crash when setting JS theme values to <code>null</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16210">#16210</a>)</li>
<li>Ensure escaped underscores in CSS variables in arbitrary values are
properly unescaped (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16206">#16206</a>)</li>
<li>Ensure that the <code>containers</code> JS theme key is added to the
<code>--container-*</code> namespace (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16169">#16169</a>)</li>
<li>Ensure theme <code>@keyframes</code> are generated even if an
<code>--animation-*</code> variable spans multiple lines (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16237">#16237</a>)</li>
<li>Vite: Skip parsing stylesheets with the <code>?commonjs-proxy</code>
flag (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16238">#16238</a>)</li>
<li>Fix <code>order-first</code> and <code>order-last</code> for Firefox
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16266">#16266</a>)</li>
<li>Fix support for older instruction sets on Linux x64 builds of the
standalone CLI (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16244">#16244</a>)</li>
<li>Ensure <code>NODE_PATH</code> is respected when resolving JavaScript
and CSS files (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16274">#16274</a>)</li>
<li>Ensure Node addons are packaged correctly with FreeBSD builds (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16277">#16277</a>)</li>
<li>Fix an issue where <code>@variant</code> inside a referenced
stylesheet could cause a stack overflow (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16300">#16300</a>)</li>
</ul>
<h2>v4.0.3</h2>
<h3>Fixed</h3>
<ul>
<li>Fix incorrect removal of <code>@import url();</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16144">#16144</a>)</li>
</ul>
<h2>v4.0.2</h2>
<h3>Fixed</h3>
<ul>
<li>Only generate positive <code>grid-cols-*</code> and
<code>grid-rows-*</code> utilities (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16020">#16020</a>)</li>
<li>Ensure escaped theme variables are handled correctly (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16064">#16064</a>)</li>
<li>Ensure we process Tailwind CSS features when only using
<code>@reference</code> or <code>@variant</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16057">#16057</a>)</li>
<li>Refactor gradient implementation to work around <a
href="https://redirect.github.com/prettier/prettier/issues/17058">prettier/prettier#17058</a>
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16072">#16072</a>)</li>
<li>Vite: Ensure hot-reloading works with SolidStart setups (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16052">#16052</a>)</li>
<li>Vite: Fix a crash when starting the development server in SolidStart
setups (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16052">#16052</a>)</li>
<li>Vite: Don't rebase URLs that appear to be aliases (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16078">#16078</a>)</li>
<li>Vite: Transform <code>&lt;style&gt;</code> blocks in HTML files (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16069">#16069</a>)</li>
<li>Prevent camel-casing CSS custom properties added by JavaScript
plugins (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16103">#16103</a>)</li>
<li>Do not emit <code>@keyframes</code> in <code>@theme reference</code>
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16120">#16120</a>)</li>
<li>Discard invalid declarations when parsing CSS (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16093">#16093</a>)</li>
<li>Do not emit empty CSS rules and at-rules (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16121">#16121</a>)</li>
<li>Handle <code>@variant</code> when at the top-level of a stylesheet
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16129">#16129</a>)</li>
</ul>
<h2>v4.0.1</h2>
<h3>Added</h3>
<ul>
<li>Include <code>:open</code> pseudo-class in existing
<code>open</code> variant (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15349">#15349</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Remove invalid <code>min-w/h-none</code> utilities (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15845">#15845</a>)</li>
<li>Discard CSS variable shorthand utilities that don't use valid CSS
variables (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15738">#15738</a>)</li>
<li>Ensure font-size utilities with <code>none</code> modifier have a
line-height set e.g. <code>text-sm/none</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15921">#15921</a>)</li>
<li>Ensure font-size utilities with unknown modifier don't generate CSS
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15921">#15921</a>)</li>
<li>Don’t suggest font weight utilities more than once (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15857">#15857</a>)</li>
<li>Suggest container query variants (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15857">#15857</a>)</li>
<li>Disable bare value suggestions when not using the
<code>--spacing</code> variable (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15857">#15857</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md"><code>@​tailwindcss/postcss</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[4.0.4] - 2025-02-06</h2>
<h3>Fixed</h3>
<ul>
<li>Fix a crash when setting JS theme values to <code>null</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16210">#16210</a>)</li>
<li>Ensure escaped underscores in CSS variables in arbitrary values are
properly unescaped (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16206">#16206</a>)</li>
<li>Ensure that the <code>containers</code> JS theme key is added to the
<code>--container-*</code> namespace (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16169">#16169</a>)</li>
<li>Ensure theme <code>@keyframes</code> are generated even if an
<code>--animation-*</code> variable spans multiple lines (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16237">#16237</a>)</li>
<li>Vite: Skip parsing stylesheets with the <code>?commonjs-proxy</code>
flag (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16238">#16238</a>)</li>
<li>Fix <code>order-first</code> and <code>order-last</code> for Firefox
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16266">#16266</a>)</li>
<li>Fix support for older instruction sets on Linux x64 builds of the
standalone CLI (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16244">#16244</a>)</li>
<li>Ensure <code>NODE_PATH</code> is respected when resolving JavaScript
and CSS files (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16274">#16274</a>)</li>
<li>Ensure Node addons are packaged correctly with FreeBSD builds (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16277">#16277</a>)</li>
<li>Fix an issue where <code>@variant</code> inside a referenced
stylesheet could cause a stack overflow (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16300">#16300</a>)</li>
</ul>
<h2>[4.0.3] - 2025-02-01</h2>
<h3>Fixed</h3>
<ul>
<li>Fix incorrect removal of <code>@import url();</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16144">#16144</a>)</li>
</ul>
<h2>[4.0.2] - 2025-01-31</h2>
<h3>Fixed</h3>
<ul>
<li>Only generate positive <code>grid-cols-*</code> and
<code>grid-rows-*</code> utilities (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16020">#16020</a>)</li>
<li>Ensure escaped theme variables are handled correctly (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16064">#16064</a>)</li>
<li>Ensure we process Tailwind CSS features when only using
<code>@reference</code> or <code>@variant</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16057">#16057</a>)</li>
<li>Refactor gradient implementation to work around <a
href="https://redirect.github.com/prettier/prettier/issues/17058">prettier/prettier#17058</a>
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16072">#16072</a>)</li>
<li>Vite: Ensure hot-reloading works with SolidStart setups (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16052">#16052</a>)</li>
<li>Vite: Fix a crash when starting the development server in SolidStart
setups (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16052">#16052</a>)</li>
<li>Vite: Don't rebase URLs that appear to be aliases (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16078">#16078</a>)</li>
<li>Vite: Transform <code>&lt;style&gt;</code> blocks in HTML files (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16069">#16069</a>)</li>
<li>Prevent camel-casing CSS custom properties added by JavaScript
plugins (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16103">#16103</a>)</li>
<li>Do not emit <code>@keyframes</code> in <code>@theme reference</code>
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16120">#16120</a>)</li>
<li>Discard invalid declarations when parsing CSS (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16093">#16093</a>)</li>
<li>Do not emit empty CSS rules and at-rules (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16121">#16121</a>)</li>
<li>Handle <code>@variant</code> when at the top-level of a stylesheet
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16129">#16129</a>)</li>
</ul>
<h2>[4.0.1] - 2025-01-29</h2>
<h3>Added</h3>
<ul>
<li>Include <code>:open</code> pseudo-class in existing
<code>open</code> variant (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15349">#15349</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Remove invalid <code>min-w/h-none</code> utilities (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15845">#15845</a>)</li>
<li>Discard CSS variable shorthand utilities that don't use valid CSS
variables (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15738">#15738</a>)</li>
<li>Ensure font-size utilities with <code>none</code> modifier have a
line-height set e.g. <code>text-sm/none</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15921">#15921</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="83fdf373aa"><code>83fdf37</code></a>
Prepare v4.0.4 (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/16302">#16302</a>)</li>
<li><a
href="b7c3f50143"><code>b7c3f50</code></a>
Prepare v4.0.3 (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/16146">#16146</a>)</li>
<li><a
href="50bafce756"><code>50bafce</code></a>
Prepare for v4.0.2 release (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/16131">#16131</a>)</li>
<li><a
href="0d5e2be312"><code>0d5e2be</code></a>
Ensure we process Tailwind CSS features when using
<code>@reference</code> (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/16057">#16057</a>)</li>
<li><a
href="06552092bd"><code>0655209</code></a>
Prepare v4.0.1 release (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/16018">#16018</a>)</li>
<li><a
href="9fef2bde50"><code>9fef2bd</code></a>
Add <code>:host</code> rule to <code>@theme</code> layer (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/15975">#15975</a>)</li>
<li>See full diff in <a
href="https://github.com/tailwindlabs/tailwindcss/commits/v4.0.4/packages/@tailwindcss-postcss">compare
view</a></li>
</ul>
</details>
<br />

Updates `@tailwindcss/vite` from 4.0.3 to 4.0.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases"><code>@​tailwindcss/vite</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.0.4</h2>
<h3>Fixed</h3>
<ul>
<li>Fix a crash when setting JS theme values to <code>null</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16210">#16210</a>)</li>
<li>Ensure escaped underscores in CSS variables in arbitrary values are
properly unescaped (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16206">#16206</a>)</li>
<li>Ensure that the <code>containers</code> JS theme key is added to the
<code>--container-*</code> namespace (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16169">#16169</a>)</li>
<li>Ensure theme <code>@keyframes</code> are generated even if an
<code>--animation-*</code> variable spans multiple lines (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16237">#16237</a>)</li>
<li>Vite: Skip parsing stylesheets with the <code>?commonjs-proxy</code>
flag (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16238">#16238</a>)</li>
<li>Fix <code>order-first</code> and <code>order-last</code> for Firefox
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16266">#16266</a>)</li>
<li>Fix support for older instruction sets on Linux x64 builds of the
standalone CLI (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16244">#16244</a>)</li>
<li>Ensure <code>NODE_PATH</code> is respected when resolving JavaScript
and CSS files (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16274">#16274</a>)</li>
<li>Ensure Node addons are packaged correctly with FreeBSD builds (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16277">#16277</a>)</li>
<li>Fix an issue where <code>@variant</code> inside a referenced
stylesheet could cause a stack overflow (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16300">#16300</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md"><code>@​tailwindcss/vite</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[4.0.4] - 2025-02-06</h2>
<h3>Fixed</h3>
<ul>
<li>Fix a crash when setting JS theme values to <code>null</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16210">#16210</a>)</li>
<li>Ensure escaped underscores in CSS variables in arbitrary values are
properly unescaped (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16206">#16206</a>)</li>
<li>Ensure that the <code>containers</code> JS theme key is added to the
<code>--container-*</code> namespace (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16169">#16169</a>)</li>
<li>Ensure theme <code>@keyframes</code> are generated even if an
<code>--animation-*</code> variable spans multiple lines (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16237">#16237</a>)</li>
<li>Vite: Skip parsing stylesheets with the <code>?commonjs-proxy</code>
flag (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16238">#16238</a>)</li>
<li>Fix <code>order-first</code> and <code>order-last</code> for Firefox
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16266">#16266</a>)</li>
<li>Fix support for older instruction sets on Linux x64 builds of the
standalone CLI (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16244">#16244</a>)</li>
<li>Ensure <code>NODE_PATH</code> is respected when resolving JavaScript
and CSS files (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16274">#16274</a>)</li>
<li>Ensure Node addons are packaged correctly with FreeBSD builds (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16277">#16277</a>)</li>
<li>Fix an issue where <code>@variant</code> inside a referenced
stylesheet could cause a stack overflow (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16300">#16300</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="83fdf373aa"><code>83fdf37</code></a>
Prepare v4.0.4 (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite/issues/16302">#16302</a>)</li>
<li><a
href="e1a85ac260"><code>e1a85ac</code></a>
Vite: Skip parsing stylesheets with the <code>?commonjs-proxy</code>
flag (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite/issues/16238">#16238</a>)</li>
<li>See full diff in <a
href="https://github.com/tailwindlabs/tailwindcss/commits/v4.0.4/packages/@tailwindcss-vite">compare
view</a></li>
</ul>
</details>
<br />

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

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

Updates `@vitest/coverage-istanbul` from 3.0.4 to 3.0.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-istanbul</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.0.5</h2>
<p>This release includes security patches for:</p>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/security/advisories/GHSA-9crc-q9x8-hgqq">Remote
Code Execution when accessing a malicious website while Vitest API
server is listening | CVE-2025-24964</a></li>
</ul>
<h3>🚀 Features</h3>
<ul>
<li><strong>ui</strong>: Insert message &quot;no tests found&quot; in ui
- by <a
href="https://github.com/DevJoaoLopes"><code>@​DevJoaoLopes</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7366">vitest-dev/vitest#7366</a>
<a href="https://github.com/vitest-dev/vitest/commit/92da490bd"><!-- raw
HTML omitted -->(92da4)<!-- raw HTML omitted --></a></li>
</ul>
<h3>🐞 Bug Fixes</h3>
<ul>
<li>Validate websocket request - by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7317">vitest-dev/vitest#7317</a>
<a href="https://github.com/vitest-dev/vitest/commit/191ef9e34"><!-- raw
HTML omitted -->(191ef)<!-- raw HTML omitted --></a></li>
<li>Don't toggle cli cursor on non-TTY - by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7336">vitest-dev/vitest#7336</a>
<a href="https://github.com/vitest-dev/vitest/commit/3c8050e69"><!-- raw
HTML omitted -->(3c805)<!-- raw HTML omitted --></a></li>
<li><strong>vite-node</strong>: Differentiate file url with hash and
query - by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7365">vitest-dev/vitest#7365</a>
<a href="https://github.com/vitest-dev/vitest/commit/926ca9546"><!-- raw
HTML omitted -->(926ca)<!-- raw HTML omitted --></a></li>
</ul>
<h5><a
href="https://github.com/vitest-dev/vitest/compare/v3.0.4...v3.0.5">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="115466265d"><code>1154662</code></a>
chore: release v3.0.5</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/coverage-istanbul">compare
view</a></li>
</ul>
</details>
<br />

Updates `semver` from 7.7.0 to 7.7.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/npm/node-semver/releases">semver's
releases</a>.</em></p>
<blockquote>
<h2>v7.7.1</h2>
<h2><a
href="https://github.com/npm/node-semver/compare/v7.7.0...v7.7.1">7.7.1</a>
(2025-02-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="af761c05bd"><code>af761c0</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/764">#764</a>
inc: fully capture prerelease identifier (<a
href="https://redirect.github.com/npm/node-semver/issues/764">#764</a>)
(<a
href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/npm/node-semver/blob/main/CHANGELOG.md">semver's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/npm/node-semver/compare/v7.7.0...v7.7.1">7.7.1</a>
(2025-02-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="af761c05bd"><code>af761c0</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/764">#764</a>
inc: fully capture prerelease identifier (<a
href="https://redirect.github.com/npm/node-semver/issues/764">#764</a>)
(<a
href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="30c438bb46"><code>30c438b</code></a>
chore: release 7.7.1 (<a
href="https://redirect.github.com/npm/node-semver/issues/765">#765</a>)</li>
<li><a
href="af761c05bd"><code>af761c0</code></a>
fix(inc): fully capture prerelease identifier (<a
href="https://redirect.github.com/npm/node-semver/issues/764">#764</a>)</li>
<li>See full diff in <a
href="https://github.com/npm/node-semver/compare/v7.7.0...v7.7.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `tailwindcss` from 4.0.3 to 4.0.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.4</h2>
<h3>Fixed</h3>
<ul>
<li>Fix a crash when setting JS theme values to <code>null</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16210">#16210</a>)</li>
<li>Ensure escaped underscores in CSS variables in arbitrary values are
properly unescaped (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16206">#16206</a>)</li>
<li>Ensure that the <code>containers</code> JS theme key is added to the
<code>--container-*</code> namespace (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16169">#16169</a>)</li>
<li>Ensure theme <code>@keyframes</code> are generated even if an
<code>--animation-*</code> variable spans multiple lines (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16237">#16237</a>)</li>
<li>Vite: Skip parsing stylesheets with the <code>?commonjs-proxy</code>
flag (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16238">#16238</a>)</li>
<li>Fix <code>order-first</code> and <code>order-last</code> for Firefox
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16266">#16266</a>)</li>
<li>Fix support for older instruction sets on Linux x64 builds of the
standalone CLI (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16244">#16244</a>)</li>
<li>Ensure <code>NODE_PATH</code> is respected when resolving JavaScript
and CSS files (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16274">#16274</a>)</li>
<li>Ensure Node addons are packaged correctly with FreeBSD builds (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16277">#16277</a>)</li>
<li>Fix an issue where <code>@variant</code> inside a referenced
stylesheet could cause a stack overflow (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16300">#16300</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md">tailwindcss's
changelog</a>.</em></p>
<blockquote>
<h2>[4.0.4] - 2025-02-06</h2>
<h3>Fixed</h3>
<ul>
<li>Fix a crash when setting JS theme values to <code>null</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16210">#16210</a>)</li>
<li>Ensure escaped underscores in CSS variables in arbitrary values are
properly unescaped (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16206">#16206</a>)</li>
<li>Ensure that the <code>containers</code> JS theme key is added to the
<code>--container-*</code> namespace (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16169">#16169</a>)</li>
<li>Ensure theme <code>@keyframes</code> are generated even if an
<code>--animation-*</code> variable spans multiple lines (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16237">#16237</a>)</li>
<li>Vite: Skip parsing stylesheets with the <code>?commonjs-proxy</code>
flag (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16238">#16238</a>)</li>
<li>Fix <code>order-first</code> and <code>order-last</code> for Firefox
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16266">#16266</a>)</li>
<li>Fix support for older instruction sets on Linux x64 builds of the
standalone CLI (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16244">#16244</a>)</li>
<li>Ensure <code>NODE_PATH</code> is respected when resolving JavaScript
and CSS files (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16274">#16274</a>)</li>
<li>Ensure Node addons are packaged correctly with FreeBSD builds (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16277">#16277</a>)</li>
<li>Fix an issue where <code>@variant</code> inside a referenced
stylesheet could cause a stack overflow (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16300">#16300</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="83fdf373aa"><code>83fdf37</code></a>
Prepare v4.0.4 (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16302">#16302</a>)</li>
<li><a
href="144581d3e4"><code>144581d</code></a>
Properly skip over nodes when using <code>replaceNode</code> (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16300">#16300</a>)</li>
<li><a
href="d566dbdef6"><code>d566dbd</code></a>
Improve performance of rebuilds (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16283">#16283</a>)</li>
<li><a
href="82d486adb5"><code>82d486a</code></a>
Fix <code>order-first</code> and <code>order-last</code> for Firefox (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16266">#16266</a>)</li>
<li><a
href="3b61277e7a"><code>3b61277</code></a>
Don't crash when setting JS theme value to <code>null</code> (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16210">#16210</a>)</li>
<li><a
href="9fd6766308"><code>9fd6766</code></a>
Ensure first argument to <code>var(…)</code> still unescapes
<code>\_</code> (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16206">#16206</a>)</li>
<li><a
href="06dfa399e6"><code>06dfa39</code></a>
Ensure we always emit <code>@keyframes</code> correctly (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16237">#16237</a>)</li>
<li><a
href="ac202ffd50"><code>ac202ff</code></a>
Update upgrade CLI to handle <code>containers</code> config correctly
(<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16169">#16169</a>)</li>
<li>See full diff in <a
href="https://github.com/tailwindlabs/tailwindcss/commits/v4.0.4/packages/tailwindcss">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>
2025-02-07 10:18:45 -08:00
dependabot[bot]
6e66c448f0
Bump google.golang.org/api from 0.219.0 to 0.220.0 (#1918) 2025-02-07 10:11:33 -08:00
dependabot[bot]
d328e08151
Bump github.com/aws/aws-sdk-go-v2/config from 1.29.3 to 1.29.6 (#1920) 2025-02-07 10:11:24 -08:00
dependabot[bot]
133f6ff7ae
Bump the storybook-patch group with 10 updates (#1925) 2025-02-07 10:11:14 -08:00
dependabot[bot]
02c361457c
Bump github.com/aws/aws-sdk-go-v2 from 1.35.0 to 1.36.1 (#1916)
Bumps
[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)
from 1.35.0 to 1.36.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="78fa10aa9e"><code>78fa10a</code></a>
Release 2025-02-05</li>
<li><a
href="2d65d975c2"><code>2d65d97</code></a>
Regenerated Clients</li>
<li><a
href="64e842d430"><code>64e842d</code></a>
Update endpoints model</li>
<li><a
href="f255e31c2c"><code>f255e31</code></a>
Update API model</li>
<li><a
href="68c46490c3"><code>68c4649</code></a>
Track accountID endpoint mode in user-agent (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3000">#3000</a>)</li>
<li><a
href="c45eaac073"><code>c45eaac</code></a>
Release 2025-02-04</li>
<li><a
href="7aecaffb9b"><code>7aecaff</code></a>
Regenerated Clients</li>
<li><a
href="a11e8e137b"><code>a11e8e1</code></a>
Update endpoints model</li>
<li><a
href="91f8178a66"><code>91f8178</code></a>
Update API model</li>
<li><a
href="d59b6584a6"><code>d59b658</code></a>
Release 2025-02-03</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/v1.35.0...v1.36.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2&package-manager=go_modules&previous-version=1.35.0&new-version=1.36.1)](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>
2025-02-07 09:53:40 -08:00
Mike Sawka
392fa508b1
new file typeahead control (#1913) 2025-02-06 18:02:16 -08:00
Sylvie Crowe
e018e7bb44
Drag and Drop File Copy (#1910)
Let's you drag and drop to copy files between preview widgets, even if
they use different connections.

---------

Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2025-02-06 15:31:45 -08:00
Sylvie Crowe
9e79df0684
feat: add tests for local wsh file copy cmd (#1911)
This adds tests for the corner cases of the `wsh file copy` command. At
the moment, these focus on local copies since they are more easily
replicated.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-02-06 15:28:26 -08:00
Mike Sawka
2aa3e4b6e6
fix crazy tab to 'preview' behavior (#1912) 2025-02-06 15:20:52 -08:00
Evan Simkowitz
fba85051aa
Return error for not found with wsh file info (#1907) 2025-02-05 21:35:29 -08:00
Evan Simkowitz
5339c9cc79
Fix WSH copy internal (#1906)
I was dumb and used `os.Rename` for copy on the same WSH remote. This
change makes it a proper copy, with recursion if needed.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-02-05 19:12:00 -08:00
dependabot[bot]
71767df9f5
Bump vitest from 3.0.4 to 3.0.5 (#1902)
Bumps
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
from 3.0.4 to 3.0.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.5</h2>
<p>This release includes security patches for:</p>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/security/advisories/GHSA-9crc-q9x8-hgqq">Remote
Code Execution when accessing a malicious website while Vitest API
server is listening | CVE-2025-24964</a></li>
</ul>
<h3>🚀 Features</h3>
<ul>
<li><strong>ui</strong>: Insert message &quot;no tests found&quot; in ui
- by <a
href="https://github.com/DevJoaoLopes"><code>@​DevJoaoLopes</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7366">vitest-dev/vitest#7366</a>
<a href="https://github.com/vitest-dev/vitest/commit/92da490bd"><!-- raw
HTML omitted -->(92da4)<!-- raw HTML omitted --></a></li>
</ul>
<h3>🐞 Bug Fixes</h3>
<ul>
<li>Validate websocket request - by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7317">vitest-dev/vitest#7317</a>
<a href="https://github.com/vitest-dev/vitest/commit/191ef9e34"><!-- raw
HTML omitted -->(191ef)<!-- raw HTML omitted --></a></li>
<li>Don't toggle cli cursor on non-TTY - by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7336">vitest-dev/vitest#7336</a>
<a href="https://github.com/vitest-dev/vitest/commit/3c8050e69"><!-- raw
HTML omitted -->(3c805)<!-- raw HTML omitted --></a></li>
<li><strong>vite-node</strong>: Differentiate file url with hash and
query - by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7365">vitest-dev/vitest#7365</a>
<a href="https://github.com/vitest-dev/vitest/commit/926ca9546"><!-- raw
HTML omitted -->(926ca)<!-- raw HTML omitted --></a></li>
</ul>
<h5><a
href="https://github.com/vitest-dev/vitest/compare/v3.0.4...v3.0.5">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="115466265d"><code>1154662</code></a>
chore: release v3.0.5</li>
<li><a
href="3c8050e69a"><code>3c8050e</code></a>
fix: don't toggle cli cursor on non-TTY (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7336">#7336</a>)</li>
<li><a
href="191ef9e34c"><code>191ef9e</code></a>
fix: validate websocket request (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7317">#7317</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/vitest">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitest&package-manager=npm_and_yarn&previous-version=3.0.4&new-version=3.0.5)](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>
2025-02-05 18:46:34 -08:00
Mike Sawka
6e2ff6c5fc
add tailwind to wave, support shadcn + donut chart as a POC (#1775) 2025-02-04 17:58:36 -08:00
Mike Sawka
3c5ff51cd0
fix directory scroll into view (#1901) 2025-02-04 17:49:27 -08:00
Sylvie Crowe
affd846388
feat: add connections schema (#1900)
This adds the schema needed for the connections.json file
2025-02-04 15:48:42 -08:00
Sylvie Crowe
6bcf65da56
feat: add read only marker and read only mode (#1899) 2025-02-04 12:11:42 -08:00
Mike Sawka
d7a9006f13
new tevents analytics framework (#1894) 2025-02-03 15:32:44 -08:00
Sylvie Crowe
8febd09c2c
fix: schema build process ignore rmrf error (#1897)
In prod builds, the RMRF step of build:schema is breaking the build.
This ignores the error produced to avoid that.
2025-02-03 15:05:06 -08:00
Myles J.
cca18eefa4
Proposal: Add ability to hide widgets via config (#1864)
👋 Hello, I'm not sure if this warranted an Issue first but it seemed
small enough to just raise a PR. I'm happy to add something to the
documentation as well if you agree with the proposal.

There are some widgets that I'd rather not be displayed in the sidebar -
at the moment these are default widgets for which I cannot see any
existing means of omitting them via configuration. I'm proposing a
`display:hidden` field on the widget settings such that I can configure
the following:

```json
{
    "defwidget@ai": {
        "display:hidden": true
    }
}
```

I'm considering this option to be distinct from any means of outright
"disabling" the widget - that is to say that I've not chosen to filter
the widgets from the configuration because I'm not fully aware of the
project goals. Where for example I imagine that it might be useful to be
able to interact with a widget or it's config via the CLI or shortcut
regardless of visibility?

<img width="1421" alt="example"
src="https://github.com/user-attachments/assets/7cafa942-727d-4140-8940-38b4022f2ef0"
/>
2025-02-03 14:50:18 -08:00
Sylvie Crowe
fc298f2a50
settings schema.json (#1874)
Adds schema.json support to the settings file to provide type hints and
other eventual details. This also adds a system to easily add more
schema files for other type of configurations.
2025-02-03 14:20:50 -08:00
Sylvie Crowe
1a70c83582
feat: add web zoom to help widget (#1893)
The web widget already had a zoom feature, but the help widget did not.
This change ports the zoom feature so it is available on the help widget
as well.
2025-01-31 18:11:38 -08:00
Sylvie Crowe
8cd35c4678
fix: frontend file delete add recursive false (#1892)
There was a recent backend change that update the interface to
FileDeleteCommand. This updated was not reflected in
directorypreview.tsx on the frontend. This updates the frontend to
match.
2025-01-31 16:37:23 -08:00
Sylvie Crowe
750e260174
fix: use correct mimetypes for .pem and .pub (#1891)
This changes the .pem mimetype to application/x-pem-file. It also
changes the .pub mimetype to text/plain. Lastly, it updates
textApplicationMimetypes with this change.
2025-01-31 13:51:07 -08:00
dependabot[bot]
2cae9ba7dd
Bump the prod-dependencies-minor group with 6 updates (#1888)
Bumps the prod-dependencies-minor group with 6 updates:

| Package | From | To |
| --- | --- | --- |
|
[@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react)
| `0.26.28` | `0.27.3` |
| [css-tree](https://github.com/csstree/csstree) | `3.0.1` | `3.1.0` |
| [debug](https://github.com/debug-js/debug) | `4.3.7` | `4.4.0` |
| [papaparse](https://github.com/mholt/PapaParse) | `5.4.1` | `5.5.2` |
| [react-zoom-pan-pinch](https://github.com/prc5/react-zoom-pan-pinch) |
`3.6.1` | `3.7.0` |
| [yaml](https://github.com/eemeli/yaml) | `2.6.1` | `2.7.0` |

Updates `@floating-ui/react` from 0.26.28 to 0.27.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/releases"><code>@​floating-ui/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​floating-ui/react</code><a
href="https://github.com/0"><code>@​0</code></a>.27.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>feat(FloatingFocusManager): accept <code>FloatingRootContext</code>
as the <code>context</code> prop</li>
<li>fix(useListNavigation): check for virtual pointer on
pointerenter</li>
<li>refactor: use jsx runtime</li>
<li>Update dependencies: <code>@floating-ui/utils@0.2.9</code></li>
</ul>
<h2><code>@​floating-ui/react</code><a
href="https://github.com/0"><code>@​0</code></a>.27.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(FloatingFocusManager): prevent stale
<code>inert</code>/<code>aria-hidden</code> attributes from being left
on outside elements</li>
</ul>
<h2><code>@​floating-ui/react</code><a
href="https://github.com/0"><code>@​0</code></a>.27.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(FloatingFocusManager): correctly fallback to container</li>
<li>fix(FloatingFocusManager): check for ancestor floating focus element
during <code>closeOnFocusOut</code></li>
<li>fix(FloatingFocusManager): avoid marking tree ancestor floating
nodes with <code>data-floating-ui-inert</code> when
<code>modal=false</code></li>
</ul>
<h2><code>@​floating-ui/react</code><a
href="https://github.com/0"><code>@​0</code></a>.27.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>chore: deprecate <code>inner</code> and <code>useInnerOffset</code>.
This technique of aligning an inner element to the reference has poor
performance with longer lists, doesn't fit with the middleware paradigm,
doesn't work on touch, and has a better custom alternative using native
<code>onScroll</code> that is encouraged instead.</li>
<li>breaking: drop React 16 support. 17 is the minimum supported
version.</li>
<li>fix(useId): add <code>| undefined</code> return type for React
17</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>feat(FloatingFocusManager): add <code>outsideElementsInert</code>
prop. This enables pointer modality without a backdrop.</li>
<li>perf(useListNavigation): simplify focusing to remove unneeded
asynchronicity</li>
<li>fix(useDismiss): allow native clicks to work with
<code>referencePress</code></li>
<li>fix(useDismiss): read target <code>overflow</code> style for
scrollbar press check. Fixes an issue where outside presses would be
incorrectly prevented if the target element that was pressed appeared
scrollable but was actually not.</li>
<li>fix(FloatingFocusManager): check for 'safe-polygon' reason on return
focus</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@​floating-ui/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.27.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>feat(FloatingFocusManager): accept <code>FloatingRootContext</code>
as the <code>context</code> prop</li>
<li>fix(useListNavigation): check for virtual pointer on
pointerenter</li>
<li>refactor: use jsx runtime</li>
<li>Update dependencies: <code>@floating-ui/utils@0.2.9</code></li>
</ul>
<h2>0.27.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(FloatingFocusManager): prevent stale
<code>inert</code>/<code>aria-hidden</code> attributes from being left
on outside elements</li>
</ul>
<h2>0.27.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(FloatingFocusManager): correctly fallback to container</li>
<li>fix(FloatingFocusManager): check for ancestor floating focus element
during <code>closeOnFocusOut</code></li>
<li>fix(FloatingFocusManager): avoid marking tree ancestor floating
nodes with <code>data-floating-ui-inert</code> when
<code>modal=false</code></li>
</ul>
<h2>0.27.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>chore: deprecate <code>inner</code> and <code>useInnerOffset</code>.
This technique of aligning an inner element to the reference has poor
performance with longer lists, doesn't fit with the middleware paradigm,
doesn't work on touch, and has a better custom alternative using native
<code>onScroll</code> that is encouraged instead.</li>
<li>breaking: drop React 16 support. 17 is the minimum supported
version.</li>
<li>fix(useId): add <code>| undefined</code> return type for React
17</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>feat(FloatingFocusManager): add <code>outsideElementsInert</code>
prop. This enables pointer modality without a backdrop.</li>
<li>perf(useListNavigation): simplify focusing to remove unneeded
asynchronicity</li>
<li>fix(useDismiss): allow native clicks to work with
<code>referencePress</code></li>
<li>fix(useDismiss): read target <code>overflow</code> style for
scrollbar press check. Fixes an issue where outside presses would be
incorrectly prevented if the target element that was pressed appeared
scrollable but was actually not.</li>
<li>fix(FloatingFocusManager): check for 'safe-polygon' reason on return
focus</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b0dfb58949"><code>b0dfb58</code></a>
chore: version packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3187">#3187</a>)</li>
<li><a
href="1fa2c50ae5"><code>1fa2c50</code></a>
chore(eslint): add 'eslint-plugin-prettier', apply 'prettier' rules (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3177">#3177</a>)</li>
<li><a
href="69b5f88840"><code>69b5f88</code></a>
feat(FloatingFocusManager): accept <code>FloatingRootContext</code> (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3182">#3182</a>)</li>
<li><a
href="b6d88be591"><code>b6d88be</code></a>
fix(useListNavigation): check for virtual pointer on pointerenter (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3184">#3184</a>)</li>
<li><a
href="568eab7e1b"><code>568eab7</code></a>
refactor: use jsx runtime (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3186">#3186</a>)</li>
<li><a
href="6a9f758213"><code>6a9f758</code></a>
chore: version packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3165">#3165</a>)</li>
<li><a
href="c9f19ecec2"><code>c9f19ec</code></a>
fix(FloatingFocusManager): prevent stale
<code>inert</code>/<code>aria-hidden</code> attributes fro...</li>
<li><a
href="33bd900c70"><code>33bd900</code></a>
chore: version packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3158">#3158</a>)</li>
<li><a
href="e24b4fbcdb"><code>e24b4fb</code></a>
fix(FloatingFocusManager): avoid marking tree ancestor floating nodes
when `m...</li>
<li><a
href="c728afa590"><code>c728afa</code></a>
fix(FloatingFocusManager): check for floating focus root element (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3159">#3159</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.27.3/packages/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `css-tree` from 3.0.1 to 3.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/csstree/csstree/releases">css-tree's
releases</a>.</em></p>
<blockquote>
<h2>3.1.0</h2>
<ul>
<li>Added support for <a
href="https://drafts.csswg.org/css-values-5/#boolean">boolean expression
multiplier</a> in syntax definition, i.e. <code>&lt;boolean-expr[ test
]&gt;</code> (<a
href="https://redirect.github.com/csstree/csstree/issues/304">#304</a>)</li>
<li>Added <code>source</code>, <code>startOffset</code>,
<code>startLine</code>, and <code>startColumn</code> parameters to
<code>OffsetToLocation</code> constructor, eliminating the need to call
<code>setSource()</code> after creating a new
<code>OffsetToLocation</code> instance</li>
<li>Exposed <code>OffsetToLocation</code> class in the main entry point,
which was previously accessible only via
<code>css-tree/tokenizer</code></li>
<li>Fixed <code>Raw</code> node value consumption by ignoring stop
tokens inside blocks, resolving an issue where <code>Raw</code> value
consumption stopped prematurely. This fix also enables parsing of
functions whose content includes stop characters (e.g., semicolons and
curly braces) within declaration values, aligning with the latest draft
of <a href="https://drafts.csswg.org/css-values-5/">CSS Values and Units
L5</a>.</li>
<li>Fixed <code>TokenStream#balance</code> computation to handle
unmatched brackets correctly. Previously, when encountering a closing
bracket, the <code>TokenStream</code> would prioritize it over unmatched
opening brackets, leading to improper parsing. For example, the parser
would incorrectly consume the declaration value of <code>.a { prop:
([{); }</code> as <code>([{)</code> instead of consuming it until all
opened brackets were closed (<code>([{); }</code>). Now, unmatched
closing brackets are discarded unless they match the most recent opening
bracket on the stack. This change aligns CSSTree with CSS specifications
and browser behavior.</li>
<li>Fixed syntax definition parser to allow a token to be followed by a
multiplier (<a
href="https://redirect.github.com/csstree/csstree/issues/303">#303</a>)</li>
<li>Fixed location for <code>Layer</code> node (<a
href="https://redirect.github.com/csstree/csstree/issues/310">#310</a>)</li>
<li>Bumped <code>mdn/data</code> to 2.12.2</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/csstree/csstree/blob/master/CHANGELOG.md">css-tree's
changelog</a>.</em></p>
<blockquote>
<h2>3.1.0 (December 6, 2024)</h2>
<ul>
<li>Added support for <a
href="https://drafts.csswg.org/css-values-5/#boolean">boolean expression
multiplier</a> in syntax definition, i.e. <code>&lt;boolean-expr[ test
]&gt;</code> (<a
href="https://redirect.github.com/csstree/csstree/issues/304">#304</a>)</li>
<li>Added <code>source</code>, <code>startOffset</code>,
<code>startLine</code>, and <code>startColumn</code> parameters to
<code>OffsetToLocation</code> constructor, eliminating the need to call
<code>setSource()</code> after creating a new
<code>OffsetToLocation</code> instance</li>
<li>Exposed <code>OffsetToLocation</code> class in the main entry point,
which was previously accessible only via
<code>css-tree/tokenizer</code></li>
<li>Fixed <code>Raw</code> node value consumption by ignoring stop
tokens inside blocks, resolving an issue where <code>Raw</code> value
consumption stopped prematurely. This fix also enables parsing of
functions whose content includes stop characters (e.g., semicolons and
curly braces) within declaration values, aligning with the latest draft
of CSS Values and Units Module Level 5.</li>
<li>Fixed <code>TokenStream#balance</code> computation to handle
unmatched brackets correctly. Previously, when encountering a closing
bracket, the <code>TokenStream</code> would prioritize it over unmatched
opening brackets, leading to improper parsing. For example, the parser
would incorrectly consume the declaration value of <code>.a { prop:
([{); }</code> as <code>([{)</code> instead of consuming it until all
opened brackets were closed (<code>([{); }</code>). Now, unmatched
closing brackets are discarded unless they match the most recent opening
bracket on the stack. This change aligns CSSTree with CSS specifications
and browser behavior.</li>
<li>Fixed syntax definition parser to allow a token to be followed by a
multiplier (<a
href="https://redirect.github.com/csstree/csstree/issues/303">#303</a>)</li>
<li>Fixed location for <code>Layer</code> node (<a
href="https://redirect.github.com/csstree/csstree/issues/310">#310</a>)</li>
<li>Bumped <code>mdn/data</code> to 2.12.2</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="354254f785"><code>354254f</code></a>
3.1.0</li>
<li><a
href="3e0b93b054"><code>3e0b93b</code></a>
Fix <code>TokenStream#balance</code> computation and</li>
<li><a
href="6b24dcc26d"><code>6b24dcc</code></a>
Fix npm audit warning</li>
<li><a
href="758ccf774f"><code>758ccf7</code></a>
Fix location of &lt;layer-name&gt; (<a
href="https://redirect.github.com/csstree/csstree/issues/310">#310</a>)</li>
<li><a
href="7cfec03270"><code>7cfec03</code></a>
Bump esbuild to ^0.24.0</li>
<li><a
href="eab1c8e781"><code>eab1c8e</code></a>
Add <code>source</code>, <code>startOffset</code>,
<code>startLine</code>, and <code>startColumn</code> parameters to
`Of...</li>
<li><a
href="ab29676545"><code>ab29676</code></a>
Expose OffsetToLocation in main entry point</li>
<li><a
href="0afee3d889"><code>0afee3d</code></a>
Update mdn-data to v2.12.2 (<a
href="https://redirect.github.com/csstree/csstree/issues/306">#306</a>)</li>
<li><a
href="2c95a514f4"><code>2c95a51</code></a>
Add lexer can check at-rules syntax</li>
<li><a
href="511bed50f1"><code>511bed5</code></a>
Rename &lt;boolean[]&gt; into &lt;boolean-expr[]&gt; (fixes <a
href="https://redirect.github.com/csstree/csstree/issues/307">#307</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/csstree/csstree/compare/v3.0.1...v3.1.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `debug` from 4.3.7 to 4.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/debug-js/debug/releases">debug's
releases</a>.</em></p>
<blockquote>
<h2>4.4.0</h2>
<p>Fixes (hopefully) the inefficient regex warnings in
<code>.enable()</code>.</p>
<p>Minor version as this is invariably going to break certain users who
misuse the <code>.enable()</code> API and expected it to work with
regexes, which was never supported nor documented. That's on you, sorry
- that functionality won't be added back.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/debug-js/debug/compare/4.3.7...4.4.0">https://github.com/debug-js/debug/compare/4.3.7...4.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7e3814cc60"><code>7e3814c</code></a>
4.4.0</li>
<li><a
href="d2d6bf0bab"><code>d2d6bf0</code></a>
fix inefficient .enable() regex and .enabled() test</li>
<li>See full diff in <a
href="https://github.com/debug-js/debug/compare/4.3.7...4.4.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `papaparse` from 5.4.1 to 5.5.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/mholt/PapaParse/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `react-zoom-pan-pinch` from 3.6.1 to 3.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prc5/react-zoom-pan-pinch/releases">react-zoom-pan-pinch's
releases</a>.</em></p>
<blockquote>
<h2>v3.7.0</h2>
<h1><a
href="https://github.com/prc5/react-zoom-pan-pinch/compare/v3.6.1...v3.7.0">3.7.0</a>
(2025-01-31)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>🐛 lint (<a
href="ab348dc961">ab348dc</a>)</li>
<li>Fixed auto align to bounds bugs (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/486">#486</a>)
(<a
href="3643a47a2e">3643a47</a>)</li>
<li>Fixes blurry images on safari. (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/497">#497</a>)
(<a
href="5cf057b077">5cf057b</a>)</li>
<li>zoom does not work when pinching on mobile (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/499">#499</a>)
(<a
href="d770efb17c">d770efb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>Support auto align to bounds on resize (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/485">#485</a>)
(<a
href="800beb1f3f">800beb1</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="68616a3a02"><code>68616a3</code></a>
test: 💍 resize observer polyfill</li>
<li><a
href="ab348dc961"><code>ab348dc</code></a>
fix: 🐛 lint</li>
<li><a
href="d770efb17c"><code>d770efb</code></a>
fix: zoom does not work when pinching on mobile (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/499">#499</a>)</li>
<li><a
href="5cf057b077"><code>5cf057b</code></a>
fix: Fixes blurry images on safari. (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/497">#497</a>)</li>
<li><a
href="3643a47a2e"><code>3643a47</code></a>
fix: Fixed auto align to bounds bugs (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/486">#486</a>)</li>
<li><a
href="800beb1f3f"><code>800beb1</code></a>
feat: Support auto align to bounds on resize (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/485">#485</a>)</li>
<li>See full diff in <a
href="https://github.com/prc5/react-zoom-pan-pinch/compare/v3.6.1...v3.7.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `yaml` from 2.6.1 to 2.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eemeli/yaml/releases">yaml's
releases</a>.</em></p>
<blockquote>
<h2>v2.7.0</h2>
<p>The library is now available on JSR as <a
href="https://jsr.io/@eemeli/yaml"><code>@​eemeli/yaml</code></a> and on
deno.land/x as <a href="https://deno.land/x/yaml">yaml</a>. In addition
to Node.js and browsers, it should work in Deno, Bun, and Cloudflare
Workers.</p>
<ul>
<li>Use .ts extension in all relative imports (<a
href="https://redirect.github.com/eemeli/yaml/issues/591">#591</a>)</li>
<li>Ignore newline after block seq indicator as space before value (<a
href="https://redirect.github.com/eemeli/yaml/issues/590">#590</a>)</li>
<li>Require Node.js 14.18 or later (was 14.6) (<a
href="https://redirect.github.com/eemeli/yaml/issues/598">#598</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8f512b526a"><code>8f512b5</code></a>
2.7.0</li>
<li><a
href="8a7569afff"><code>8a7569a</code></a>
ci: Add jsr.jsonc &amp; jsr-publish workflow</li>
<li><a
href="8ef085fa87"><code>8ef085f</code></a>
docs: Fix API docs links</li>
<li><a
href="374c19cfdc"><code>374c19c</code></a>
style: Really use explicit imports for process.env and Buffer</li>
<li><a
href="1ab037d646"><code>1ab037d</code></a>
style: Include explicit type declarations on all public APIs</li>
<li><a
href="4354c4233d"><code>4354c42</code></a>
style: Use explicit imports for process.env and Buffer</li>
<li><a
href="2c55723ab9"><code>2c55723</code></a>
Merge pull request <a
href="https://redirect.github.com/eemeli/yaml/issues/591">#591</a> from
eemeli/import-ts</li>
<li><a
href="ab240c17d3"><code>ab240c1</code></a>
fix: Drop .ts extension from import &amp; export paths in .d.ts
files</li>
<li><a
href="c4c49f9e95"><code>c4c49f9</code></a>
fix: Use separate rather than inline type keyword for TS
compatibility</li>
<li><a
href="3bec004db4"><code>3bec004</code></a>
ci: Add deno smoke test</li>
<li>Additional commits viewable in <a
href="https://github.com/eemeli/yaml/compare/v2.6.1...v2.7.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>
2025-01-31 13:50:36 -08:00
dependabot[bot]
c6dffbab20
Bump the dev-dependencies-minor group with 5 updates (#1887)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps the dev-dependencies-minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) |
`9.18.0` | `9.19.0` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.10.10` | `22.12.0` |
| [eslint](https://github.com/eslint/eslint) | `9.18.0` | `9.19.0` |
| [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.0` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.21.0` | `8.22.0` |

Updates `@eslint/js` from 9.18.0 to 9.19.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases"><code>@​eslint/js</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.19.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="1637b8e87d"><code>1637b8e</code></a>
feat: add <code>--report-unused-inline-configs</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19201">#19201</a>)
(Josh Goldberg )</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="aae67172ab"><code>aae6717</code></a>
fix: sync rule type header comments automatically (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19276">#19276</a>)
(Francesco Trotta)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="cfea9abe0e"><code>cfea9ab</code></a>
docs: Clarify overrideConfig option (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19370">#19370</a>)
(Nicholas C. Zakas)</li>
<li><a
href="2b84f666cd"><code>2b84f66</code></a>
docs: Update README (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19362">#19362</a>)
(Nicholas C. Zakas)</li>
<li><a
href="044f93cbbe"><code>044f93c</code></a>
docs: clarify frozen rule description (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19351">#19351</a>)
(Pavel)</li>
<li><a
href="797ee7c0d6"><code>797ee7c</code></a>
docs: fix Bluesky links (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19368">#19368</a>)
(Milos Djermanovic)</li>
<li><a
href="81a9c0ebc3"><code>81a9c0e</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="093fb3d402"><code>093fb3d</code></a>
docs: replace <code>var</code> with <code>let</code> and
<code>const</code> in rule examples (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19365">#19365</a>)
(Tanuj Kanti)</li>
<li><a
href="417de32985"><code>417de32</code></a>
docs: replace var with const in rule examples (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19352">#19352</a>)
(jj)</li>
<li><a
href="17f2aaec16"><code>17f2aae</code></a>
docs: update getting-started config to match default generated config
(<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19308">#19308</a>)
(0xDev)</li>
<li><a
href="8a0a5a8851"><code>8a0a5a8</code></a>
docs: better <code>global ignores</code> instruction (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19297">#19297</a>)
(Jacopo Marrone)</li>
<li><a
href="6671a2cd8c"><code>6671a2c</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="e39d3f22ff"><code>e39d3f2</code></a>
docs: fix divider for rule category (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19264">#19264</a>)
(Tanuj Kanti)</li>
<li><a
href="e0cf53f80a"><code>e0cf53f</code></a>
docs: fix search result box position for small screens (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19328">#19328</a>)
(Tanuj Kanti)</li>
<li><a
href="f92a6803a1"><code>f92a680</code></a>
docs: replace var with let or const in rule examples (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19331">#19331</a>)
(Ravi Teja Kolla)</li>
<li><a
href="b04b84bc17"><code>b04b84b</code></a>
docs: revert accidental changes in TS config files docs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19336">#19336</a>)
(Francesco Trotta)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="9b9cb05848"><code>9b9cb05</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.19.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19371">#19371</a>)
(Milos Djermanovic)</li>
<li><a
href="58560e70bb"><code>58560e7</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="2089707091"><code>2089707</code></a>
test: fix failing test in Node.js v22.13.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19345">#19345</a>)
(Francesco Trotta)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md"><code>@​eslint/js</code>'s
changelog</a>.</em></p>
<blockquote>
<p>v9.19.0 - January 24, 2025</p>
<ul>
<li><a
href="9b9cb05848"><code>9b9cb05</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.19.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19371">#19371</a>)
(Milos Djermanovic)</li>
<li><a
href="58560e70bb"><code>58560e7</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="cfea9abe0e"><code>cfea9ab</code></a>
docs: Clarify overrideConfig option (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19370">#19370</a>)
(Nicholas C. Zakas)</li>
<li><a
href="2b84f666cd"><code>2b84f66</code></a>
docs: Update README (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19362">#19362</a>)
(Nicholas C. Zakas)</li>
<li><a
href="044f93cbbe"><code>044f93c</code></a>
docs: clarify frozen rule description (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19351">#19351</a>)
(Pavel)</li>
<li><a
href="797ee7c0d6"><code>797ee7c</code></a>
docs: fix Bluesky links (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19368">#19368</a>)
(Milos Djermanovic)</li>
<li><a
href="81a9c0ebc3"><code>81a9c0e</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="093fb3d402"><code>093fb3d</code></a>
docs: replace <code>var</code> with <code>let</code> and
<code>const</code> in rule examples (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19365">#19365</a>)
(Tanuj Kanti)</li>
<li><a
href="417de32985"><code>417de32</code></a>
docs: replace var with const in rule examples (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19352">#19352</a>)
(jj)</li>
<li><a
href="17f2aaec16"><code>17f2aae</code></a>
docs: update getting-started config to match default generated config
(<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19308">#19308</a>)
(0xDev)</li>
<li><a
href="aae67172ab"><code>aae6717</code></a>
fix: sync rule type header comments automatically (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19276">#19276</a>)
(Francesco Trotta)</li>
<li><a
href="8a0a5a8851"><code>8a0a5a8</code></a>
docs: better <code>global ignores</code> instruction (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19297">#19297</a>)
(Jacopo Marrone)</li>
<li><a
href="2089707091"><code>2089707</code></a>
test: fix failing test in Node.js v22.13.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19345">#19345</a>)
(Francesco Trotta)</li>
<li><a
href="6671a2cd8c"><code>6671a2c</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="1637b8e87d"><code>1637b8e</code></a>
feat: add <code>--report-unused-inline-configs</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19201">#19201</a>)
(Josh Goldberg )</li>
<li><a
href="e39d3f22ff"><code>e39d3f2</code></a>
docs: fix divider for rule category (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19264">#19264</a>)
(Tanuj Kanti)</li>
<li><a
href="e0cf53f80a"><code>e0cf53f</code></a>
docs: fix search result box position for small screens (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19328">#19328</a>)
(Tanuj Kanti)</li>
<li><a
href="f92a6803a1"><code>f92a680</code></a>
docs: replace var with let or const in rule examples (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19331">#19331</a>)
(Ravi Teja Kolla)</li>
<li><a
href="b04b84bc17"><code>b04b84b</code></a>
docs: revert accidental changes in TS config files docs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19336">#19336</a>)
(Francesco Trotta)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="58560e70bb"><code>58560e7</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.19.0/packages/js">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/node` from 22.10.10 to 22.12.0
<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 `eslint` from 9.18.0 to 9.19.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases">eslint's
releases</a>.</em></p>
<blockquote>
<h2>v9.19.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="1637b8e87d"><code>1637b8e</code></a>
feat: add <code>--report-unused-inline-configs</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19201">#19201</a>)
(Josh Goldberg )</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="aae67172ab"><code>aae6717</code></a>
fix: sync rule type header comments automatically (<a
href="https://redirect.github.com/eslint/eslint/issues/19276">#19276</a>)
(Francesco Trotta)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="cfea9abe0e"><code>cfea9ab</code></a>
docs: Clarify overrideConfig option (<a
href="https://redirect.github.com/eslint/eslint/issues/19370">#19370</a>)
(Nicholas C. Zakas)</li>
<li><a
href="2b84f666cd"><code>2b84f66</code></a>
docs: Update README (<a
href="https://redirect.github.com/eslint/eslint/issues/19362">#19362</a>)
(Nicholas C. Zakas)</li>
<li><a
href="044f93cbbe"><code>044f93c</code></a>
docs: clarify frozen rule description (<a
href="https://redirect.github.com/eslint/eslint/issues/19351">#19351</a>)
(Pavel)</li>
<li><a
href="797ee7c0d6"><code>797ee7c</code></a>
docs: fix Bluesky links (<a
href="https://redirect.github.com/eslint/eslint/issues/19368">#19368</a>)
(Milos Djermanovic)</li>
<li><a
href="81a9c0ebc3"><code>81a9c0e</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="093fb3d402"><code>093fb3d</code></a>
docs: replace <code>var</code> with <code>let</code> and
<code>const</code> in rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/19365">#19365</a>)
(Tanuj Kanti)</li>
<li><a
href="417de32985"><code>417de32</code></a>
docs: replace var with const in rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/19352">#19352</a>)
(jj)</li>
<li><a
href="17f2aaec16"><code>17f2aae</code></a>
docs: update getting-started config to match default generated config
(<a
href="https://redirect.github.com/eslint/eslint/issues/19308">#19308</a>)
(0xDev)</li>
<li><a
href="8a0a5a8851"><code>8a0a5a8</code></a>
docs: better <code>global ignores</code> instruction (<a
href="https://redirect.github.com/eslint/eslint/issues/19297">#19297</a>)
(Jacopo Marrone)</li>
<li><a
href="6671a2cd8c"><code>6671a2c</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="e39d3f22ff"><code>e39d3f2</code></a>
docs: fix divider for rule category (<a
href="https://redirect.github.com/eslint/eslint/issues/19264">#19264</a>)
(Tanuj Kanti)</li>
<li><a
href="e0cf53f80a"><code>e0cf53f</code></a>
docs: fix search result box position for small screens (<a
href="https://redirect.github.com/eslint/eslint/issues/19328">#19328</a>)
(Tanuj Kanti)</li>
<li><a
href="f92a6803a1"><code>f92a680</code></a>
docs: replace var with let or const in rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/19331">#19331</a>)
(Ravi Teja Kolla)</li>
<li><a
href="b04b84bc17"><code>b04b84b</code></a>
docs: revert accidental changes in TS config files docs (<a
href="https://redirect.github.com/eslint/eslint/issues/19336">#19336</a>)
(Francesco Trotta)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="9b9cb05848"><code>9b9cb05</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.19.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19371">#19371</a>)
(Milos Djermanovic)</li>
<li><a
href="58560e70bb"><code>58560e7</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="2089707091"><code>2089707</code></a>
test: fix failing test in Node.js v22.13.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19345">#19345</a>)
(Francesco Trotta)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's
changelog</a>.</em></p>
<blockquote>
<p>v9.19.0 - January 24, 2025</p>
<ul>
<li><a
href="9b9cb05848"><code>9b9cb05</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.19.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19371">#19371</a>)
(Milos Djermanovic)</li>
<li><a
href="58560e70bb"><code>58560e7</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="cfea9abe0e"><code>cfea9ab</code></a>
docs: Clarify overrideConfig option (<a
href="https://redirect.github.com/eslint/eslint/issues/19370">#19370</a>)
(Nicholas C. Zakas)</li>
<li><a
href="2b84f666cd"><code>2b84f66</code></a>
docs: Update README (<a
href="https://redirect.github.com/eslint/eslint/issues/19362">#19362</a>)
(Nicholas C. Zakas)</li>
<li><a
href="044f93cbbe"><code>044f93c</code></a>
docs: clarify frozen rule description (<a
href="https://redirect.github.com/eslint/eslint/issues/19351">#19351</a>)
(Pavel)</li>
<li><a
href="797ee7c0d6"><code>797ee7c</code></a>
docs: fix Bluesky links (<a
href="https://redirect.github.com/eslint/eslint/issues/19368">#19368</a>)
(Milos Djermanovic)</li>
<li><a
href="81a9c0ebc3"><code>81a9c0e</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="093fb3d402"><code>093fb3d</code></a>
docs: replace <code>var</code> with <code>let</code> and
<code>const</code> in rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/19365">#19365</a>)
(Tanuj Kanti)</li>
<li><a
href="417de32985"><code>417de32</code></a>
docs: replace var with const in rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/19352">#19352</a>)
(jj)</li>
<li><a
href="17f2aaec16"><code>17f2aae</code></a>
docs: update getting-started config to match default generated config
(<a
href="https://redirect.github.com/eslint/eslint/issues/19308">#19308</a>)
(0xDev)</li>
<li><a
href="aae67172ab"><code>aae6717</code></a>
fix: sync rule type header comments automatically (<a
href="https://redirect.github.com/eslint/eslint/issues/19276">#19276</a>)
(Francesco Trotta)</li>
<li><a
href="8a0a5a8851"><code>8a0a5a8</code></a>
docs: better <code>global ignores</code> instruction (<a
href="https://redirect.github.com/eslint/eslint/issues/19297">#19297</a>)
(Jacopo Marrone)</li>
<li><a
href="2089707091"><code>2089707</code></a>
test: fix failing test in Node.js v22.13.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19345">#19345</a>)
(Francesco Trotta)</li>
<li><a
href="6671a2cd8c"><code>6671a2c</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="1637b8e87d"><code>1637b8e</code></a>
feat: add <code>--report-unused-inline-configs</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19201">#19201</a>)
(Josh Goldberg )</li>
<li><a
href="e39d3f22ff"><code>e39d3f2</code></a>
docs: fix divider for rule category (<a
href="https://redirect.github.com/eslint/eslint/issues/19264">#19264</a>)
(Tanuj Kanti)</li>
<li><a
href="e0cf53f80a"><code>e0cf53f</code></a>
docs: fix search result box position for small screens (<a
href="https://redirect.github.com/eslint/eslint/issues/19328">#19328</a>)
(Tanuj Kanti)</li>
<li><a
href="f92a6803a1"><code>f92a680</code></a>
docs: replace var with let or const in rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/19331">#19331</a>)
(Ravi Teja Kolla)</li>
<li><a
href="b04b84bc17"><code>b04b84b</code></a>
docs: revert accidental changes in TS config files docs (<a
href="https://redirect.github.com/eslint/eslint/issues/19336">#19336</a>)
(Francesco Trotta)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="208e0b199f"><code>208e0b1</code></a>
9.19.0</li>
<li><a
href="196dfdace6"><code>196dfda</code></a>
Build: changelog update for 9.19.0</li>
<li><a
href="9b9cb05848"><code>9b9cb05</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.19.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19371">#19371</a>)</li>
<li><a
href="58560e70bb"><code>58560e7</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="cfea9abe0e"><code>cfea9ab</code></a>
docs: Clarify overrideConfig option (<a
href="https://redirect.github.com/eslint/eslint/issues/19370">#19370</a>)</li>
<li><a
href="2b84f666cd"><code>2b84f66</code></a>
docs: Update README (<a
href="https://redirect.github.com/eslint/eslint/issues/19362">#19362</a>)</li>
<li><a
href="044f93cbbe"><code>044f93c</code></a>
docs: clarify frozen rule description (<a
href="https://redirect.github.com/eslint/eslint/issues/19351">#19351</a>)</li>
<li><a
href="797ee7c0d6"><code>797ee7c</code></a>
docs: fix Bluesky links (<a
href="https://redirect.github.com/eslint/eslint/issues/19368">#19368</a>)</li>
<li><a
href="81a9c0ebc3"><code>81a9c0e</code></a>
docs: Update README</li>
<li><a
href="093fb3d402"><code>093fb3d</code></a>
docs: replace <code>var</code> with <code>let</code> and
<code>const</code> in rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/19365">#19365</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.18.0...v9.19.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `semver` from 7.6.3 to 7.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/npm/node-semver/releases">semver's
releases</a>.</em></p>
<blockquote>
<h2>v7.7.0</h2>
<h2><a
href="https://github.com/npm/node-semver/compare/v7.6.3...v7.7.0">7.7.0</a>
(2025-01-29)</h2>
<h3>Features</h3>
<ul>
<li><a
href="0864b3ce79"><code>0864b3c</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/753">#753</a>
add &quot;release&quot; inc type (<a
href="https://redirect.github.com/npm/node-semver/issues/753">#753</a>)
(<a href="https://github.com/mbtools"><code>@​mbtools</code></a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="d588e37828"><code>d588e37</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/755">#755</a>
diff: fix prerelease to stable version diff logic (<a
href="https://redirect.github.com/npm/node-semver/issues/755">#755</a>)
(<a
href="https://github.com/eminberkayd"><code>@​eminberkayd</code></a>,
berkay.daglar)</li>
<li><a
href="8a34bdecc7"><code>8a34bde</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/754">#754</a>
add identifier validation to <code>inc()</code> (<a
href="https://redirect.github.com/npm/node-semver/issues/754">#754</a>)
(<a href="https://github.com/mbtools"><code>@​mbtools</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a
href="67e54785a0"><code>67e5478</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/756">#756</a>
readme: added missing period for consistency (<a
href="https://redirect.github.com/npm/node-semver/issues/756">#756</a>)
(<a
href="https://github.com/shaymolcho"><code>@​shaymolcho</code></a>)</li>
<li><a
href="868d4bbe3d"><code>868d4bb</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/749">#749</a>
clarify comment about obsolete prefixes (<a
href="https://redirect.github.com/npm/node-semver/issues/749">#749</a>)
(<a href="https://github.com/mbtools"><code>@​mbtools</code></a>, <a
href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a
href="145c554b8c"><code>145c554</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/741">#741</a>
bump <code>@​npmcli/eslint-config</code> from 4.0.5 to 5.0.0 (<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
<li><a
href="753e02b9d0"><code>753e02b</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/747">#747</a>
bump <code>@​npmcli/template-oss</code> from 4.23.3 to 4.23.4 (<a
href="https://redirect.github.com/npm/node-semver/issues/747">#747</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot],
<a
href="https://github.com/npm-cli-bot"><code>@​npm-cli-bot</code></a>)</li>
<li><a
href="0b812d5fb5"><code>0b812d5</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/744">#744</a>
postinstall for dependabot template-oss PR (<a
href="https://github.com/hashtagchris"><code>@​hashtagchris</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/npm/node-semver/blob/main/CHANGELOG.md">semver's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/npm/node-semver/compare/v7.6.3...v7.7.0">7.7.0</a>
(2025-01-29)</h2>
<h3>Features</h3>
<ul>
<li><a
href="0864b3ce79"><code>0864b3c</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/753">#753</a>
add &quot;release&quot; inc type (<a
href="https://redirect.github.com/npm/node-semver/issues/753">#753</a>)
(<a href="https://github.com/mbtools"><code>@​mbtools</code></a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="d588e37828"><code>d588e37</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/755">#755</a>
diff: fix prerelease to stable version diff logic (<a
href="https://redirect.github.com/npm/node-semver/issues/755">#755</a>)
(<a
href="https://github.com/eminberkayd"><code>@​eminberkayd</code></a>,
berkay.daglar)</li>
<li><a
href="8a34bdecc7"><code>8a34bde</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/754">#754</a>
add identifier validation to <code>inc()</code> (<a
href="https://redirect.github.com/npm/node-semver/issues/754">#754</a>)
(<a href="https://github.com/mbtools"><code>@​mbtools</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a
href="67e54785a0"><code>67e5478</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/756">#756</a>
readme: added missing period for consistency (<a
href="https://redirect.github.com/npm/node-semver/issues/756">#756</a>)
(<a
href="https://github.com/shaymolcho"><code>@​shaymolcho</code></a>)</li>
<li><a
href="868d4bbe3d"><code>868d4bb</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/749">#749</a>
clarify comment about obsolete prefixes (<a
href="https://redirect.github.com/npm/node-semver/issues/749">#749</a>)
(<a href="https://github.com/mbtools"><code>@​mbtools</code></a>, <a
href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a
href="145c554b8c"><code>145c554</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/741">#741</a>
bump <code>@​npmcli/eslint-config</code> from 4.0.5 to 5.0.0 (<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
<li><a
href="753e02b9d0"><code>753e02b</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/747">#747</a>
bump <code>@​npmcli/template-oss</code> from 4.23.3 to 4.23.4 (<a
href="https://redirect.github.com/npm/node-semver/issues/747">#747</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot],
<a
href="https://github.com/npm-cli-bot"><code>@​npm-cli-bot</code></a>)</li>
<li><a
href="0b812d5fb5"><code>0b812d5</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/744">#744</a>
postinstall for dependabot template-oss PR (<a
href="https://github.com/hashtagchris"><code>@​hashtagchris</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2cfcbb5021"><code>2cfcbb5</code></a>
chore: release 7.7.0 (<a
href="https://redirect.github.com/npm/node-semver/issues/750">#750</a>)</li>
<li><a
href="d588e37828"><code>d588e37</code></a>
fix(diff): fix prerelease to stable version diff logic (<a
href="https://redirect.github.com/npm/node-semver/issues/755">#755</a>)</li>
<li><a
href="753e02b9d0"><code>753e02b</code></a>
chore: bump <code>@​npmcli/template-oss</code> from 4.23.3 to 4.23.4 (<a
href="https://redirect.github.com/npm/node-semver/issues/747">#747</a>)</li>
<li><a
href="8a34bdecc7"><code>8a34bde</code></a>
fix: add identifier validation to <code>inc()</code> (<a
href="https://redirect.github.com/npm/node-semver/issues/754">#754</a>)</li>
<li><a
href="0864b3ce79"><code>0864b3c</code></a>
feat: add &quot;release&quot; inc type (<a
href="https://redirect.github.com/npm/node-semver/issues/753">#753</a>)</li>
<li><a
href="67e54785a0"><code>67e5478</code></a>
docs(readme): added missing period for consistency (<a
href="https://redirect.github.com/npm/node-semver/issues/756">#756</a>)</li>
<li><a
href="868d4bbe3d"><code>868d4bb</code></a>
docs: clarify comment about obsolete prefixes (<a
href="https://redirect.github.com/npm/node-semver/issues/749">#749</a>)</li>
<li><a
href="145c554b8c"><code>145c554</code></a>
chore: bump <code>@​npmcli/eslint-config</code> from 4.0.5 to 5.0.0</li>
<li><a
href="0b812d5fb5"><code>0b812d5</code></a>
chore: postinstall for dependabot template-oss PR</li>
<li><a
href="6502a15af3"><code>6502a15</code></a>
chore: bump <code>@​npmcli/template-oss</code> from 4.23.1 to
4.23.3</li>
<li>Additional commits viewable in <a
href="https://github.com/npm/node-semver/compare/v7.6.3...v7.7.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.21.0 to 8.22.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.22.0</h2>
<h2>8.22.0 (2025-01-27)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>parser:</strong> add standalone isolatedDeclarations option
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10499">#10499</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] doesn't
report on ternary but on equivalent || (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10517">#10517</a>)</li>
<li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents]
handle nested types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10638">#10638</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] don't report
unnecessarily on valid ways of using module augmentation (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10616">#10616</a>)</li>
<li><strong>eslint-plugin:</strong> [no-extraneous-class] handle
accessor keyword (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10678">#10678</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-readonly] autofixer doesn't
add type to property that is mutated in the constructor (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10552">#10552</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression]
handle template literal type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10612">#10612</a>)</li>
<li><strong>type-utils:</strong> support matching intersection types in
<code>TypeOrValueSpecifier</code> with a <code>PackageSpecifier</code>
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10667">#10667</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Josh Goldberg </li>
<li>mdm317</li>
<li>Olivier Zalmanski <a
href="https://github.com/OlivierZal"><code>@​OlivierZal</code></a></li>
<li>Ronen Amiel</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.22.0 (2025-01-27)</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="94e809808a"><code>94e8098</code></a>
chore(release): publish 8.22.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/typescript-eslint">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>
2025-01-31 10:50:16 -08:00
dependabot[bot]
70e501a904
Bump github.com/golang-migrate/migrate/v4 from 4.18.1 to 4.18.2 (#1884)
Bumps
[github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate)
from 4.18.1 to 4.18.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/golang-migrate/migrate/releases">github.com/golang-migrate/migrate/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.18.2</h2>
<h2>Changelog</h2>
<ul>
<li>e145cde Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1</li>
<li>e22d012 Don't output sensitive information on error</li>
<li>e5a152b Drop support for Azure SQL Edge</li>
<li>12c619e Fix CI (<a
href="https://redirect.github.com/golang-migrate/migrate/issues/1222">#1222</a>)</li>
<li>bc06922 Update dktest from v0.4.3 to v0.4.4</li>
<li>7651c8a linter fixes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d477553dcd"><code>d477553</code></a>
Merge pull request <a
href="https://redirect.github.com/golang-migrate/migrate/issues/1195">#1195</a>
from golang-migrate/dependabot/go_modules/github.com...</li>
<li><a
href="e145cded4a"><code>e145cde</code></a>
Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1</li>
<li><a
href="7651c8a37e"><code>7651c8a</code></a>
linter fixes</li>
<li><a
href="e5a152b9f6"><code>e5a152b</code></a>
Drop support for Azure SQL Edge</li>
<li><a
href="12c619ee47"><code>12c619e</code></a>
Fix CI (<a
href="https://redirect.github.com/golang-migrate/migrate/issues/1222">#1222</a>)</li>
<li><a
href="bc06922b4d"><code>bc06922</code></a>
Update dktest from v0.4.3 to v0.4.4</li>
<li><a
href="c378583d78"><code>c378583</code></a>
Merge pull request <a
href="https://redirect.github.com/golang-migrate/migrate/issues/1162">#1162</a>
from rselbach/rselbach/no-sensitive-info</li>
<li><a
href="e22d0128cc"><code>e22d012</code></a>
Don't output sensitive information on error</li>
<li>See full diff in <a
href="https://github.com/golang-migrate/migrate/compare/v4.18.1...v4.18.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golang-migrate/migrate/v4&package-manager=go_modules&previous-version=4.18.1&new-version=4.18.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 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>
2025-01-31 10:49:47 -08:00
dependabot[bot]
1a73ca963b
Bump github.com/skeema/knownhosts from 1.3.0 to 1.3.1 (#1882)
Bumps
[github.com/skeema/knownhosts](https://github.com/skeema/knownhosts)
from 1.3.0 to 1.3.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="93146c84bc"><code>93146c8</code></a>
update dependency golang.org/x/crypto to v0.25.0</li>
<li><a
href="0f2fe42f5c"><code>0f2fe42</code></a>
go.mod: update golang.org/x dependencies</li>
<li>See full diff in <a
href="https://github.com/skeema/knownhosts/compare/v1.3.0...v1.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/skeema/knownhosts&package-manager=go_modules&previous-version=1.3.0&new-version=1.3.1)](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>
2025-01-31 10:49:10 -08:00
dependabot[bot]
6928cc2acd
Bump github.com/aws/aws-sdk-go-v2/config from 1.29.1 to 1.29.3 (#1883)
Bumps
[github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2)
from 1.29.1 to 1.29.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c7c68659ce"><code>c7c6865</code></a>
Release 2025-01-30</li>
<li><a
href="70f736c5dc"><code>70f736c</code></a>
Regenerated Clients</li>
<li><a
href="28731c2bde"><code>28731c2</code></a>
Update endpoints model</li>
<li><a
href="3505e4b255"><code>3505e4b</code></a>
Update API model</li>
<li><a
href="0b4f6362bb"><code>0b4f636</code></a>
don't sign transfer-encoding header (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2991">#2991</a>)</li>
<li><a
href="b820c5731d"><code>b820c57</code></a>
Release 2025-01-29</li>
<li><a
href="40ddb76e61"><code>40ddb76</code></a>
Regenerated Clients</li>
<li><a
href="2b4adae0bf"><code>2b4adae</code></a>
Update API model</li>
<li><a
href="78c2be4ca0"><code>78c2be4</code></a>
Revert &quot;beta: feature/s3/transfermanager (S3 transfer manager v2)
(<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2988">#2988</a>)&quot;</li>
<li><a
href="5c9d67c15e"><code>5c9d67c</code></a>
beta: feature/s3/transfermanager (S3 transfer manager v2) (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2988">#2988</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.1...config/v1.29.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/config&package-manager=go_modules&previous-version=1.29.1&new-version=1.29.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>
2025-01-31 10:48:59 -08:00
dependabot[bot]
291b70af30
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.74.1 to 1.75.1 (#1885)
Bumps
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
from 1.74.1 to 1.75.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c7c68659ce"><code>c7c6865</code></a>
Release 2025-01-30</li>
<li><a
href="70f736c5dc"><code>70f736c</code></a>
Regenerated Clients</li>
<li><a
href="28731c2bde"><code>28731c2</code></a>
Update endpoints model</li>
<li><a
href="3505e4b255"><code>3505e4b</code></a>
Update API model</li>
<li><a
href="0b4f6362bb"><code>0b4f636</code></a>
don't sign transfer-encoding header (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2991">#2991</a>)</li>
<li><a
href="b820c5731d"><code>b820c57</code></a>
Release 2025-01-29</li>
<li><a
href="40ddb76e61"><code>40ddb76</code></a>
Regenerated Clients</li>
<li><a
href="2b4adae0bf"><code>2b4adae</code></a>
Update API model</li>
<li><a
href="78c2be4ca0"><code>78c2be4</code></a>
Revert &quot;beta: feature/s3/transfermanager (S3 transfer manager v2)
(<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2988">#2988</a>)&quot;</li>
<li><a
href="5c9d67c15e"><code>5c9d67c</code></a>
beta: feature/s3/transfermanager (S3 transfer manager v2) (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2988">#2988</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.74.1...service/s3/v1.75.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.74.1&new-version=1.75.1)](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>
2025-01-31 10:44:05 -08:00
dependabot[bot]
7ac3418d3b
Bump google.golang.org/api from 0.218.0 to 0.219.0 (#1881)
Bumps
[google.golang.org/api](https://github.com/googleapis/google-api-go-client)
from 0.218.0 to 0.219.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's
releases</a>.</em></p>
<blockquote>
<h2>v0.219.0</h2>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.218.0...v0.219.0">0.219.0</a>
(2025-01-28)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2976">#2976</a>)
(<a
href="76ccae7efe">76ccae7</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2979">#2979</a>)
(<a
href="2ec3e56ec9">2ec3e56</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2980">#2980</a>)
(<a
href="b5187e53b1">b5187e5</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2982">#2982</a>)
(<a
href="d0e0254d3e">d0e0254</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2984">#2984</a>)
(<a
href="44a1c65215">44a1c65</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2985">#2985</a>)
(<a
href="4e0515ad90">4e0515a</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><strong>option:</strong> Add warning about externally-provided
credentials (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2978">#2978</a>)
(<a
href="45c35138b7">45c3513</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.218.0...v0.219.0">0.219.0</a>
(2025-01-28)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2976">#2976</a>)
(<a
href="76ccae7efe">76ccae7</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2979">#2979</a>)
(<a
href="2ec3e56ec9">2ec3e56</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2980">#2980</a>)
(<a
href="b5187e53b1">b5187e5</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2982">#2982</a>)
(<a
href="d0e0254d3e">d0e0254</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2984">#2984</a>)
(<a
href="44a1c65215">44a1c65</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2985">#2985</a>)
(<a
href="4e0515ad90">4e0515a</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><strong>option:</strong> Add warning about externally-provided
credentials (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2978">#2978</a>)
(<a
href="45c35138b7">45c3513</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a4ae12334e"><code>a4ae123</code></a>
chore(main): release 0.219.0 (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2977">#2977</a>)</li>
<li><a
href="4e0515ad90"><code>4e0515a</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2985">#2985</a>)</li>
<li><a
href="bd2d03c33e"><code>bd2d03c</code></a>
chore(all): update all (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2983">#2983</a>)</li>
<li><a
href="44a1c65215"><code>44a1c65</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2984">#2984</a>)</li>
<li><a
href="d0e0254d3e"><code>d0e0254</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2982">#2982</a>)</li>
<li><a
href="b5187e53b1"><code>b5187e5</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2980">#2980</a>)</li>
<li><a
href="2ec3e56ec9"><code>2ec3e56</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2979">#2979</a>)</li>
<li><a
href="45c35138b7"><code>45c3513</code></a>
docs(option): add warning about externally-provided credentials (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2978">#2978</a>)</li>
<li><a
href="76ccae7efe"><code>76ccae7</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2976">#2976</a>)</li>
<li>See full diff in <a
href="https://github.com/googleapis/google-api-go-client/compare/v0.218.0...v0.219.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.218.0&new-version=0.219.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

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