Mike Sawka
66164ac15e
term shiftenternewline config for claude code Shift+Enter support ( #2285 )
2025-08-22 14:08:48 -07:00
Mike Sawka
a05e1c9387
add v0.11.4 release notes ( #2268 )
2025-08-19 17:38:43 -07:00
Mike Sawka
7a19b9473c
fix linting errors, fix electron vite popping up index.html, docs typescript errors, etc. ( #2265 )
2025-08-19 15:50:25 -07:00
Mike Sawka
462a1b68eb
fix gpt-5, and newer openai models that require maxcompletiontokens. ( #2264 )
2025-08-19 13:30:11 -07:00
Mike Sawka
559ed2ea5a
update to electron v37 ( #2260 )
2025-08-19 10:19:15 -07:00
Mike Sawka
dd90b49a21
update js deps ( #2255 )
2025-08-15 09:36:54 -07:00
Damien Storm
17fb1567e9
docs: add OSC-7 working-directory tracking documentation ( #2211 )
...
## Background & Motivation
After installing Wave Terminal, new tabs and splits always started in my
home folder instead of the current project directory, contrary to
expectations from other terminals I've used. For context, I use `bash`
for my shell.
The existing documentation did not provide guidance about the required
OSC 7 setup, so I had to dig into GitHub issues and source code to
discover that Wave relies on a terminal escape sequence to track the
shell’s working directory. This confusion represents a barrier for
first-time users.
## Description
This PR introduces a new documentation page—**Tracking Your Shell’s
Working Directory**—which:
1. Explains **why** Wave uses the OSC 7 escape sequence to keep its
internal `cmd:cwd` metadata in sync with your shell.
2. Provides copy-and-paste snippets to **enable** OSC 7 in **Bash**,
**Zsh**, and **Fish**.
3. Details **verification steps** in the Wave UI to confirm correct CWD
tracking.
By making this enhancement, users can:
- Open new tabs or split panes with their current working directory.
- Avoid the `ERRCWD invalid cwd` errors in some shell configurations.
- Spend less time troubleshooting and more time working.
## Changes
- **Added** `docs/docs/track-cwd.mdx` (new page to enable OSC 7).
- **Updated** `docs/docs/index.mdx` (linked the new page under **Other
References**).
## Related Issues
- <https://github.com/wavetermdev/waveterm/issues/1130 > — New tabs
should inherit the CWD.
- <https://github.com/wavetermdev/waveterm/issues/2057 > — Split panes
always start in home directory.
## Testing & Review
1. **Local build**
```bash
cd waveterm
yarn
task docsite
```
- Confirm the new “Tracking Your Shell’s Working Directory” page appears
in the sidebar.
- Verify the instructions and code samples render correctly.
2. **Content review**
- Are the shell snippets accurate?
- Is the enable → verify flow clear and complete?
---
_I have followed the [contributing
guidelines](https://github.com/wavetermdev/waveterm/blob/main/CONTRIBUTING.md )
and used a conventional commit message._
2025-08-14 22:47:23 -07:00
Mike Sawka
c7c7db5815
quick release notes for v0.11.3 ( #2150 )
2025-05-02 11:18:42 -07:00
Mike Sawka
49bc6d3087
quick v0.11.1 release notes ( #2040 )
2025-03-01 22:07:40 -08:00
Sylvie Crowe
b8baea5dde
AWS S3 Docs ( #2008 )
...
This change updates the connections documentation with info about AWS S3
Connections.
2025-02-21 12:19:44 -08:00
Sylvie Crowe
9b4ca0fb30
File Operations Documentation ( #2005 )
...
Add docs for directory preview drag and drop to copy
Modify docs for the file operations to reflect new changes
2025-02-21 12:13:52 -08:00
Mike Sawka
217ab4a2e3
new telemetry docs ( #1999 )
2025-02-19 15:18:42 -08:00
Mike Sawka
e126463029
keyboard chord support, split up/down/left/right, and clear block ( #1957 )
2025-02-14 13:25:25 -08:00
dependabot[bot]
53e51674f4
Bump the prod-dependencies-patch group with 3 updates ( #1966 )
2025-02-14 10:17:48 -08:00
Mike Sawka
539559c603
launcher block ( #1948 )
2025-02-11 21:58:03 -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
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> & <code>device.type</code> by
guessing from <code>device.model</code></li>
<li>Browser naming adjustments:
<ul>
<li><code>Google Chrome</code> => <code>Chrome</code></li>
<li><code>Microsoft Edge</code> => <code>Edge</code></li>
<li><code>Android WebView</code> => <code>Chrome WebView</code></li>
<li><code>HeadlessChrome</code> => <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> & <code>device.type</code> by
guessing from <code>device.model</code></li>
<li>Browser naming adjustments:
<ul>
<li><code>Google Chrome</code> => <code>Chrome</code></li>
<li><code>Microsoft Edge</code> => <code>Edge</code></li>
<li><code>Android WebView</code> => <code>Chrome WebView</code></li>
<li><code>HeadlessChrome</code> => <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 & 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
Mike Sawka
d7a9006f13
new tevents analytics framework ( #1894 )
2025-02-03 15:32:44 -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 "release" 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 "release" 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 "release" 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]
2916e01561
Bump the dev-dependencies-patch group with 2 updates ( #1886 )
...
Bumps the dev-dependencies-patch group with 2 updates:
[remark-preset-lint-consistent](https://github.com/remarkjs/remark-lint )
and
[remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint ).
Updates `remark-preset-lint-consistent` from 6.0.0 to 6.0.1
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/remarkjs/remark-lint/commits ">compare
view</a></li>
</ul>
</details>
<br />
Updates `remark-preset-lint-recommended` from 7.0.0 to 7.0.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="750541e2fb "><code>750541e</code></a>
Publish a patch version for all packages</li>
<li><a
href="b40fe0f43e "><code>b40fe0f</code></a>
Change <code>master</code> in links</li>
<li><a
href="48a53935e5 "><code>48a5393</code></a>
maximum-line-length: 2.0.1</li>
<li><a
href="2e3683a5cb "><code>2e3683a</code></a>
Update dev-dependencies</li>
<li><a
href="048f1dbca7 "><code>048f1db</code></a>
maximum-line-length: fix <code>whitelist</code></li>
<li><a
href="1e314a86e6 "><code>1e314a8</code></a>
no-shell-dollars: 2.0.1</li>
<li><a
href="cffce16d31 "><code>cffce16</code></a>
remark-lint-unordered-list-marker-style: fix typos (<a
href="https://redirect.github.com/remarkjs/remark-lint/issues/235 ">#235</a>)</li>
<li><a
href="dc4f092be0 "><code>dc4f092</code></a>
Ignore whitespace only lines too</li>
<li><a
href="3c896b35b0 "><code>3c896b3</code></a>
Update dev-dependencies</li>
<li><a
href="7c04e5d4d0 "><code>7c04e5d</code></a>
Fix missing check on one-line code-blocks</li>
<li>Additional commits viewable in <a
href="https://github.com/remarkjs/remark-lint/compare/7.0.0...7.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-01-31 10:43:30 -08:00
Evan Simkowitz
e5e9507b30
Remove unnecessary code block at bottom of wsh doc ( #1867 )
2025-01-28 19:48:38 -08:00
Evan Simkowitz
1bcbed0bd7
Add code highlighting to docsite ( #1866 )
2025-01-28 19:38:43 -08:00
Evan Simkowitz
50c3710d4b
Update WSH command reference docs ( #1865 )
...
Fix formatting errors, update `wsh file` docs
2025-01-28 19:27:02 -08:00
Mike Sawka
5450fd8269
roadmap updates, and 1 other doc change ( #1859 )
2025-01-27 16:02:30 -08:00
dependabot[bot]
4c7899d2de
Bump the prod-dependencies-patch group with 4 updates ( #1829 )
...
Bumps the prod-dependencies-patch group with 4 updates:
[@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table ),
[monaco-editor](https://github.com/microsoft/monaco-editor ),
[react-markdown](https://github.com/remarkjs/react-markdown ) and
[prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer ).
Updates `@tanstack/react-table` from 8.20.5 to 8.20.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/table/releases "><code>@tanstack/react-table</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.20.6</h2>
<p>Version 8.20.6 - 12/13/24, 2:34 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>JSX namespace from React (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5830 ">#5830</a>)
(cbcea6a) by Bill Collins</li>
</ul>
<h3>Chore</h3>
<ul>
<li>update <code>@tanstack/config</code> to v0.13.0 (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5731 ">#5731</a>)
(2db4061) by Lachlan Collins</li>
</ul>
<h3>Docs</h3>
<ul>
<li>Updated some incomplete docs (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5741 ">#5741</a>)
(6b4d616) by M Hamid</li>
<li>Fix label typo in config.json (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5712 ">#5712</a>)
(7fe650d) by Petter Juterud Barhaugen</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@tanstack/react-table</code><a
href="https://github.com/8 "><code>@8</code></a>.20.6</li>
<li><code>@tanstack/react-table-devtools</code><a
href="https://github.com/8 "><code>@8</code></a>.20.6</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a92ce6a15b "><code>a92ce6a</code></a>
release: v8.20.6</li>
<li><a
href="cbcea6aa50 "><code>cbcea6a</code></a>
fix: JSX namespace from React (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5830 ">#5830</a>)</li>
<li>See full diff in <a
href="https://github.com/TanStack/table/commits/v8.20.6/packages/react-table ">compare
view</a></li>
</ul>
</details>
<br />
Updates `monaco-editor` from 0.52.0 to 0.52.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/monaco-editor/releases ">monaco-editor's
releases</a>.</em></p>
<blockquote>
<h2>v0.52.2</h2>
<h2>Changes:</h2>
<ul>
<li><a
href="https://redirect.github.com/microsoft/monaco-editor/issues/4777 ">#4777</a>:
0.52.2</li>
<li><a
href="https://redirect.github.com/microsoft/monaco-editor/issues/4774 ">#4774</a>:
Updates changelog</li>
</ul>
<p>This list of changes was <a
href="https://dev.azure.com/monacotools/Monaco/_build/results?buildId=309119&view=logs ">auto
generated</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md ">monaco-editor's
changelog</a>.</em></p>
<blockquote>
<h1>Monaco Editor Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="404545bded "><code>404545b</code></a>
Merge pull request <a
href="https://redirect.github.com/microsoft/monaco-editor/issues/4777 ">#4777</a>
from microsoft/hediet/b/embarrassing-rooster</li>
<li><a
href="478c9fd322 "><code>478c9fd</code></a>
0.52.2</li>
<li><a
href="95530e51db "><code>95530e5</code></a>
Merge pull request <a
href="https://redirect.github.com/microsoft/monaco-editor/issues/4774 ">#4774</a>
from microsoft/hediet/b/subjective-galliform</li>
<li><a
href="cdcb548662 "><code>cdcb548</code></a>
Updates changelog</li>
<li><a
href="f2c9a45d3e "><code>f2c9a45</code></a>
Security release</li>
<li>See full diff in <a
href="https://github.com/microsoft/monaco-editor/compare/v0.52.0...v0.52.2 ">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~microsoft1es ">microsoft1es</a>, a new
releaser for monaco-editor since your current version.</p>
</details>
<br />
Updates `react-markdown` from 9.0.1 to 9.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remarkjs/react-markdown/releases ">react-markdown's
releases</a>.</em></p>
<blockquote>
<h2>9.0.3</h2>
<p>(same as 9.0.2 but now with d.ts files)</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remarkjs/react-markdown/compare/9.0.2...9.0.3 ">https://github.com/remarkjs/react-markdown/compare/9.0.2...9.0.3 </a></p>
<h2>9.0.2</h2>
<h4>Types</h4>
<ul>
<li>b151a90 Fix types for React 19
by <a
href="https://github.com/remcohaszing "><code>@remcohaszing</code></a>
in <a
href="https://redirect.github.com/remarkjs/react-markdown/pull/879 ">remarkjs/react-markdown#879</a></li>
<li>6962af7 Add declaration maps</li>
<li>aa5933b Refactor to use <code>@import</code> to import types
by <a
href="https://github.com/remcohaszing "><code>@remcohaszing</code></a>
in <a
href="https://redirect.github.com/remarkjs/react-markdown/pull/836 ">remarkjs/react-markdown#836</a></li>
</ul>
<h4>Miscellaneous</h4>
<ul>
<li>9eb589e Fix typo in changelog
by <a
href="https://github.com/NicholasWilsonDEV "><code>@NicholasWilsonDEV</code></a>
in <a
href="https://redirect.github.com/remarkjs/react-markdown/pull/874 ">remarkjs/react-markdown#874</a></li>
<li>515bf19 Fix typo
by <a href="https://github.com/deep-lyra "><code>@deep-lyra</code></a>
in <a
href="https://redirect.github.com/remarkjs/react-markdown/pull/868 ">remarkjs/react-markdown#868</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remarkjs/react-markdown/compare/9.0.1...9.0.2 ">https://github.com/remarkjs/react-markdown/compare/9.0.1...9.0.2 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="aed001070a "><code>aed0010</code></a>
9.0.3</li>
<li><a
href="40c097eb6f "><code>40c097e</code></a>
9.0.2</li>
<li><a
href="2c6ffe8f93 "><code>2c6ffe8</code></a>
Refactor <code>.gitignore</code></li>
<li><a
href="b664ac4459 "><code>b664ac4</code></a>
Update Actions</li>
<li><a
href="e68655127b "><code>e686551</code></a>
Update dev-dependencies</li>
<li><a
href="b151a9028f "><code>b151a90</code></a>
Fix types for React 19</li>
<li><a
href="27d3949b31 "><code>27d3949</code></a>
Separate all typedefs into their own JSDoc blocks (<a
href="https://redirect.github.com/remarkjs/react-markdown/issues/878 ">#878</a>)</li>
<li><a
href="9eb589e828 "><code>9eb589e</code></a>
Fix typo in changelog</li>
<li><a
href="515bf190a0 "><code>515bf19</code></a>
Fix typo</li>
<li><a
href="a7ca8edfd6 "><code>a7ca8ed</code></a>
Refactor <code>.editorconfig</code></li>
<li>Additional commits viewable in <a
href="https://github.com/remarkjs/react-markdown/compare/9.0.1...9.0.3 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `prism-react-renderer` from 2.4.0 to 2.4.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/FormidableLabs/prism-react-renderer/releases ">prism-react-renderer's
releases</a>.</em></p>
<blockquote>
<h2>prism-react-renderer@2.4.1</h2>
<p>This release enables support for React Server Components 🚀 </p>
<h2>What's Changed</h2>
<ul>
<li>Remove theme dictionary hook by <a
href="https://github.com/nlkluth "><code>@nlkluth</code></a> in <a
href="https://redirect.github.com/FormidableLabs/prism-react-renderer/pull/252 ">FormidableLabs/prism-react-renderer#252</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/nlkluth "><code>@nlkluth</code></a> made
their first contribution in <a
href="https://redirect.github.com/FormidableLabs/prism-react-renderer/pull/252 ">FormidableLabs/prism-react-renderer#252</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/FormidableLabs/prism-react-renderer/compare/prism-react-renderer@2.4.0...prism-react-renderer@2.4.1 ">https://github.com/FormidableLabs/prism-react-renderer/compare/prism-react-renderer@2.4.0...prism-react-renderer@2.4.1 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="67c7fbc1cd "><code>67c7fbc</code></a>
Merge pull request <a
href="https://redirect.github.com/FormidableLabs/prism-react-renderer/issues/253 ">#253</a>
from FormidableLabs/changeset-release/master</li>
<li><a
href="e9dfae6a29 "><code>e9dfae6</code></a>
Version Packages</li>
<li><a
href="53c411c5b9 "><code>53c411c</code></a>
Merge pull request <a
href="https://redirect.github.com/FormidableLabs/prism-react-renderer/issues/252 ">#252</a>
from FormidableLabs/remove-theme-dictionary-hook</li>
<li><a
href="3cfe2397c9 "><code>3cfe239</code></a>
changelog</li>
<li><a
href="db43793737 "><code>db43793</code></a>
rm useref</li>
<li><a
href="9a6e47b039 "><code>9a6e47b</code></a>
refactor: rm useThemeDictionary</li>
<li>See full diff in <a
href="https://github.com/FormidableLabs/prism-react-renderer/compare/prism-react-renderer@2.4.0...prism-react-renderer@2.4.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-01-27 11:18:01 -08:00
dependabot[bot]
44e67d5569
Bump the dev-dependencies-patch group with 6 updates ( #1828 )
...
Bumps the dev-dependencies-patch group with 6 updates:
| Package | From | To |
| --- | --- | --- |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )
| `22.10.7` | `22.10.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.3` | `3.0.4` |
|
[prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc )
| `1.3.0` | `1.3.2` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest )
| `3.0.3` | `3.0.4` |
|
[@mdx-js/typescript-plugin](https://github.com/mdx-js/mdx-analyzer/tree/HEAD/packages/typescript-plugin )
| `0.0.6` | `0.0.8` |
Updates `@types/node` from 22.10.7 to 22.10.10
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@types/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.3 to 3.0.4
<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.4</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Filter projects eagerly during config resolution - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> and
<a href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7313 ">vitest-dev/vitest#7313</a>
<a href="https://github.com/vitest-dev/vitest/commit/dff4406d "><!-- raw
HTML omitted -->(dff44)<!-- raw HTML omitted --></a></li>
<li>Apply <code>development|production</code> condition on Vites 6 by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> and <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/7301 ">#7301</a>)
<a
href="ef1464fc7b "><!--
raw HTML omitted -->(ef146)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Restrict served files from
<code>/__screenshot-error</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7340 ">vitest-dev/vitest#7340</a>
<a href="https://github.com/vitest-dev/vitest/commit/ed9aeba2 "><!-- raw
HTML omitted -->(ed9ae)<!-- raw HTML omitted --></a></li>
<li><strong>deps</strong>: Update all non-major dependencies - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7297 ">vitest-dev/vitest#7297</a>
<a href="https://github.com/vitest-dev/vitest/commit/38ea8eae "><!-- raw
HTML omitted -->(38ea8)<!-- raw HTML omitted --></a></li>
<li><strong>runner</strong>: Timeout long sync hook - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7289 ">vitest-dev/vitest#7289</a>
<a href="https://github.com/vitest-dev/vitest/commit/c60ee27c "><!-- raw
HTML omitted -->(c60ee)<!-- raw HTML omitted --></a></li>
<li><strong>typechecking</strong>: Support typechecking parsing with
Vite 6 - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7335 ">vitest-dev/vitest#7335</a>
<a href="https://github.com/vitest-dev/vitest/commit/bff70be9 "><!-- raw
HTML omitted -->(bff70)<!-- raw HTML omitted --></a></li>
<li><strong>types</strong>: Fix public types - by <a
href="https://github.com/mrginglymus "><code>@mrginglymus</code></a> and
<a href="https://github.com/sheremet-va "><code>@sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7328 ">vitest-dev/vitest#7328</a>
<a href="https://github.com/vitest-dev/vitest/commit/ce6af70c "><!-- raw
HTML omitted -->(ce6af)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v3.0.3...v3.0.4 ">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9e40437582 "><code>9e40437</code></a>
chore: release v3.0.4</li>
<li><a
href="38ea8eaef8 "><code>38ea8ea</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/7297 ">#7297</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/coverage-istanbul ">compare
view</a></li>
</ul>
</details>
<br />
Updates `prettier-plugin-jsdoc` from 1.3.0 to 1.3.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="571d0c9c2a "><code>571d0c9</code></a>
v1.3.2</li>
<li><a
href="1f648da14a "><code>1f648da</code></a>
chore(release): 1.3.1</li>
<li><a
href="ffafd40cde "><code>ffafd40</code></a>
fix: add package manager</li>
<li><a
href="4e8bc801dc "><code>4e8bc80</code></a>
Ensure parity between blockquote formats (<a
href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/231 ">#231</a>)</li>
<li><a
href="45296caabf "><code>45296ca</code></a>
Fixed duplication of "Default is ..." in documentation
comments. (<a
href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/236 ">#236</a>)</li>
<li><a
href="7a884b6d51 "><code>7a884b6</code></a>
fix: provide correct types path in conditional exports (<a
href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/222 ">#222</a>)</li>
<li>See full diff in <a
href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.3.0...v1.3.2 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `vitest` from 3.0.3 to 3.0.4
<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.4</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Filter projects eagerly during config resolution - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> and
<a href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7313 ">vitest-dev/vitest#7313</a>
<a href="https://github.com/vitest-dev/vitest/commit/dff4406d "><!-- raw
HTML omitted -->(dff44)<!-- raw HTML omitted --></a></li>
<li>Apply <code>development|production</code> condition on Vites 6 by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> and <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7301 ">#7301</a>)
<a
href="ef1464fc7b "><!--
raw HTML omitted -->(ef146)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Restrict served files from
<code>/__screenshot-error</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7340 ">vitest-dev/vitest#7340</a>
<a href="https://github.com/vitest-dev/vitest/commit/ed9aeba2 "><!-- raw
HTML omitted -->(ed9ae)<!-- raw HTML omitted --></a></li>
<li><strong>deps</strong>: Update all non-major dependencies - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7297 ">vitest-dev/vitest#7297</a>
<a href="https://github.com/vitest-dev/vitest/commit/38ea8eae "><!-- raw
HTML omitted -->(38ea8)<!-- raw HTML omitted --></a></li>
<li><strong>runner</strong>: Timeout long sync hook - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7289 ">vitest-dev/vitest#7289</a>
<a href="https://github.com/vitest-dev/vitest/commit/c60ee27c "><!-- raw
HTML omitted -->(c60ee)<!-- raw HTML omitted --></a></li>
<li><strong>typechecking</strong>: Support typechecking parsing with
Vite 6 - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7335 ">vitest-dev/vitest#7335</a>
<a href="https://github.com/vitest-dev/vitest/commit/bff70be9 "><!-- raw
HTML omitted -->(bff70)<!-- raw HTML omitted --></a></li>
<li><strong>types</strong>: Fix public types - by <a
href="https://github.com/mrginglymus "><code>@mrginglymus</code></a> and
<a href="https://github.com/sheremet-va "><code>@sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7328 ">vitest-dev/vitest#7328</a>
<a href="https://github.com/vitest-dev/vitest/commit/ce6af70c "><!-- raw
HTML omitted -->(ce6af)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v3.0.3...v3.0.4 ">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9e40437582 "><code>9e40437</code></a>
chore: release v3.0.4</li>
<li><a
href="ef1464fc7b "><code>ef1464f</code></a>
fix: apply <code>development|production</code> condition on Vite 6 (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7301 ">#7301</a>)</li>
<li><a
href="38ea8eaef8 "><code>38ea8ea</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7297 ">#7297</a>)</li>
<li><a
href="dff4406d9c "><code>dff4406</code></a>
fix: filter projects eagerly during config resolution (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7313 ">#7313</a>)</li>
<li><a
href="ce6af70c00 "><code>ce6af70</code></a>
fix(types): fix public types (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7328 ">#7328</a>)</li>
<li><a
href="bff70be978 "><code>bff70be</code></a>
fix(typechecking): support typechecking parsing with Vite 6 (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7335 ">#7335</a>)</li>
<li><a
href="a8d123cb33 "><code>a8d123c</code></a>
chore(deps): update eslint packages (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7086 ">#7086</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/vitest ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@mdx-js/typescript-plugin` from 0.0.6 to 0.0.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mdx-js/mdx-analyzer/releases "><code>@mdx-js/typescript-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@mdx-js/typescript-plugin</code><a
href="https://github.com/0 "><code>@0</code></a>.0.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="4aca67fd6e "><code>4aca67f</code></a>]:
<ul>
<li><code>@mdx-js/language-service</code><a
href="https://github.com/0 "><code>@0</code></a>.6.2</li>
</ul>
</li>
</ul>
<h2><code>@mdx-js/typescript-plugin</code><a
href="https://github.com/0 "><code>@0</code></a>.0.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="b2e970609b "><code>b2e9706</code></a>]:
<ul>
<li><code>@mdx-js/language-service</code><a
href="https://github.com/0 "><code>@0</code></a>.6.1</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mdx-js/mdx-analyzer/blob/main/packages/typescript-plugin/CHANGELOG.md "><code>@mdx-js/typescript-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.0.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="4aca67fd6e "><code>4aca67f</code></a>]:
<ul>
<li><code>@mdx-js/language-service</code><a
href="https://github.com/0 "><code>@0</code></a>.6.2</li>
</ul>
</li>
</ul>
<h2>0.0.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="b2e970609b "><code>b2e9706</code></a>]:
<ul>
<li><code>@mdx-js/language-service</code><a
href="https://github.com/0 "><code>@0</code></a>.6.1</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="89920f33d0 "><code>89920f3</code></a>
Version Packages (<a
href="https://github.com/mdx-js/mdx-analyzer/tree/HEAD/packages/typescript-plugin/issues/489 ">#489</a>)</li>
<li><a
href="b2a56a58db "><code>b2a56a5</code></a>
Version Packages (<a
href="https://github.com/mdx-js/mdx-analyzer/tree/HEAD/packages/typescript-plugin/issues/487 ">#487</a>)</li>
<li>See full diff in <a
href="https://github.com/mdx-js/mdx-analyzer/commits/@mdx-js/typescript-plugin@0.0.8/packages/typescript-plugin ">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-27 11:17:40 -08:00
Sylvie Crowe
5d22dd5c54
docs: add more features to release notes ( #1849 )
2025-01-24 16:05:05 -08:00
Mike Sawka
7b366c93b0
fix markdown padding ( #1848 )
2025-01-24 15:56:49 -08:00
Mike Sawka
c1dd0c99d9
first draft of release notes ( #1847 )
2025-01-24 15:43:26 -08:00
Sylvie Crowe
ef0c5f0e7b
docs: add cmd:env and scripts to connections docs ( #1845 )
...
This explains how to use cmd:env to set environment variables and how to
use the different forms of `cmd:initscript` to run initialization scripts on
connections.
2025-01-24 15:15:22 -08:00
Sylvie Crowe
3c7f4d2060
Connections Docs Updates ( #1836 )
...
Lists new connections features and clarifies information including:
- new options for `~/.ssh/config`
- new options for `connections.json`
- a troubleshooting section with info on how to obtain logs and debug
- a troubleshooting section with known limitations
- a list of injected environment variables
2025-01-24 14:17:28 -08:00
Mike Sawka
4035974a17
update some formatting, add 'default widgets' and remote shell widgets section for custom widgets doc ( #1837 )
2025-01-24 13:21:03 -08:00
Evan Simkowitz
bce4b6c863
Update preset background example name ( #1819 )
2025-01-23 16:28:22 -08:00
Evan Simkowitz
8bf90c0a4d
Update windows transparency compat link in config ( #1817 )
2025-01-23 14:10:31 -08:00
Evan Simkowitz
a0c6694665
Add icons to cards in docsite, adjust md padding ( #1816 )
2025-01-23 13:54:14 -08:00
Evan Simkowitz
ab99c786e5
Add sharp-solid font to docsite ( #1813 )
2025-01-23 12:23:24 -08:00
Evan Simkowitz
d76f092fb7
Unpin docusaurus-og commit ( #1811 )
...
Too annoying to keep updating the commit, instead I've locked down the
main branch for the docusaurus-og fork.
2025-01-23 00:23:05 -08:00
Mike Sawka
84d4191a9d
ctrl-shift state fix + add new keybindings to docs ( #1792 )
2025-01-22 09:53:18 -08:00
Evan Simkowitz
2155ec327d
Upgrade Docusaurus and dev dependencies ( #1787 )
...
This removes another blocker to full React 19 support, among other
things. It also adds the new `@docusaurus/plugin-svgr` plugin, which is
now required to load SVG assets.
The last blocker to React 19 is `@monaco-editor/react`, which has added
support in its release candidate for 4.7.0 and will hopefully release to
stable soon.
2025-01-21 13:43:05 -08:00
Evan Simkowitz
5ee1f4bbe9
Fix typo in tabs doc ( #1780 )
2025-01-20 17:20:30 -08:00
Evan Simkowitz
900f4a3ff7
Add tab bar instructions to docsite ( #1779 )
...
Adds instructions for using the tab bar, moves tab layout docs to new
location with redirect, adds instructions for magnifying a block, cleans
up intro text.
2025-01-20 15:29:23 -08:00
Evan Simkowitz
1ded7bdd74
Update packageManager to Yarn 4.6.0 ( #1729 )
...
Also removes separate package manager declaration in docs package.json
2025-01-14 14:02:37 -08:00
Sylvie Crowe
a3cbcc5a77
Widget Config Magnify ( #1689 )
...
Introduces a configuration option to widgets to allow them to magnify on
startup.
2025-01-08 15:02:55 -08:00
Mike Sawka
55f03730bc
add term:allowbracketedpaste, default false ( #1688 )
2025-01-07 10:55:26 -08:00
Evan Simkowitz
99910f389f
Update roadmap progress ( #1670 )
...
also adds links to readme and docsite
2025-01-02 08:51:04 -08:00
Mohammed Zaid R Nadaf
a1f26ba455
window-dimensions and zoom crash fixed ( #1652 )
...
fixed issue #1613 partially,
added window:dimensions as a setting which gives the user to define
dimensions.
fixed the zoom in and out logic to prevent the app from crashing.
Had issues with getting setting zoomfactor in emain-tabview.ts. will fix
it
2024-12-30 07:57:59 -08:00
Evan Simkowitz
cb2cd72cd4
add aliases for electron:dev, electron:start, and docsite:start tasks ( #1651 )
2024-12-29 10:05:17 -08:00
Evan Simkowitz
93b9432f99
Add support for Google AI models ( #1612 )
2024-12-27 14:52:38 -05:00