waveterm/package.json

123 lines
4.1 KiB
JSON
Raw Normal View History

{
2024-06-26 21:26:27 +02:00
"name": "thenextwave",
"author": {
"name": "Command Line Inc",
"email": "info@commandline.dev"
},
"productName": "TheNextWave",
"description": "An Open-Source, AI-Native, Terminal Built for Seamless Workflows",
"license": "Apache-2.0",
2024-08-09 03:24:54 +02:00
"version": "0.1.8",
"homepage": "https://waveterm.dev",
"build": {
"appId": "dev.commandline.thenextwave"
},
"private": true,
2024-06-26 21:26:27 +02:00
"main": "./dist/main/index.js",
"type": "module",
"scripts": {
"dev": "electron-vite dev",
"start": "electron-vite preview",
"build:dev": "electron-vite build --mode development",
"build:prod": "electron-vite build --mode production",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"coverage": "vitest run --coverage",
"test": "vitest",
"postinstall": "electron-builder install-app-deps"
2024-06-26 21:26:27 +02:00
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
Bump the dev-dependencies group across 1 directory with 4 updates (#169) Bumps the dev-dependencies group with 4 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.7.0 to 9.8.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.8.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e"><code>13d0bd3</code></a> feat: Add and use SourceCode#getLoc/getRange (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18703">#18703</a>) (Nicholas C. Zakas)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ab0ff2755d6950d7e7fb92944771c1c30f933e02"><code>ab0ff27</code></a> fix: Throw error when invalid flags passed (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18705">#18705</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/70dc80337328338f3811040e3f1a1bd5674ecbd2"><code>70dc803</code></a> fix: <code>basePath</code> directory can never be ignored (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18711">#18711</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/282df1aef3c3e62f2617c6c2944944510f287a07"><code>282df1a</code></a> docs: Add system theme option (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18617">#18617</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/53b1ff047948e36682fade502c949f4e371e53cd"><code>53b1ff0</code></a> docs: Debug config docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18698">#18698</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a7016a50d88011f279d52b9355a5662e561c414c"><code>a7016a5</code></a> docs: fix search input stylings (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18682">#18682</a>) (Amaresh S M)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/45144243f3b5762bd8e19e41749a7d330a723ada"><code>4514424</code></a> build: Enable JSON linting (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18681">#18681</a>) (Nicholas C. Zakas)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/deee4480def929cfa7f5b75f315d84f23eaba592"><code>deee448</code></a> chore: upgrade to <code>@eslint/js@9.8.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18720">#18720</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/8e1a627a6784380ca7e7670e336bbe9630da2da1"><code>8e1a627</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18700">#18700</a>) (renovate[bot])</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.8.0 - July 26, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/deee4480def929cfa7f5b75f315d84f23eaba592"><code>deee448</code></a> chore: upgrade to <code>@eslint/js@9.8.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18720">#18720</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/8e1a627a6784380ca7e7670e336bbe9630da2da1"><code>8e1a627</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18700">#18700</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e"><code>13d0bd3</code></a> feat: Add and use SourceCode#getLoc/getRange (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18703">#18703</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/282df1aef3c3e62f2617c6c2944944510f287a07"><code>282df1a</code></a> docs: Add system theme option (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18617">#18617</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/ab0ff2755d6950d7e7fb92944771c1c30f933e02"><code>ab0ff27</code></a> fix: Throw error when invalid flags passed (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18705">#18705</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/70dc80337328338f3811040e3f1a1bd5674ecbd2"><code>70dc803</code></a> fix: <code>basePath</code> directory can never be ignored (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18711">#18711</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/53b1ff047948e36682fade502c949f4e371e53cd"><code>53b1ff0</code></a> docs: Debug config docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18698">#18698</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/45144243f3b5762bd8e19e41749a7d330a723ada"><code>4514424</code></a> build: Enable JSON linting (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18681">#18681</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a7016a50d88011f279d52b9355a5662e561c414c"><code>a7016a5</code></a> docs: fix search input stylings (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18682">#18682</a>) (Amaresh S M)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/25700517a118141936b0b5a18bb51ad04a4869a8"><code>2570051</code></a> chore: package.json revert <code>@​eslint/js</code> version to 9.7.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18719">#18719</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d73b203210c320dd641444359cef09060ffa7459"><code>d73b203</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.8.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 20.14.12 to 22.0.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.7.0 to 9.8.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.8.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e"><code>13d0bd3</code></a> feat: Add and use SourceCode#getLoc/getRange (<a href="https://redirect.github.com/eslint/eslint/issues/18703">#18703</a>) (Nicholas C. Zakas)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ab0ff2755d6950d7e7fb92944771c1c30f933e02"><code>ab0ff27</code></a> fix: Throw error when invalid flags passed (<a href="https://redirect.github.com/eslint/eslint/issues/18705">#18705</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/70dc80337328338f3811040e3f1a1bd5674ecbd2"><code>70dc803</code></a> fix: <code>basePath</code> directory can never be ignored (<a href="https://redirect.github.com/eslint/eslint/issues/18711">#18711</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/282df1aef3c3e62f2617c6c2944944510f287a07"><code>282df1a</code></a> docs: Add system theme option (<a href="https://redirect.github.com/eslint/eslint/issues/18617">#18617</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/53b1ff047948e36682fade502c949f4e371e53cd"><code>53b1ff0</code></a> docs: Debug config docs (<a href="https://redirect.github.com/eslint/eslint/issues/18698">#18698</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a7016a50d88011f279d52b9355a5662e561c414c"><code>a7016a5</code></a> docs: fix search input stylings (<a href="https://redirect.github.com/eslint/eslint/issues/18682">#18682</a>) (Amaresh S M)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/45144243f3b5762bd8e19e41749a7d330a723ada"><code>4514424</code></a> build: Enable JSON linting (<a href="https://redirect.github.com/eslint/eslint/issues/18681">#18681</a>) (Nicholas C. Zakas)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/deee4480def929cfa7f5b75f315d84f23eaba592"><code>deee448</code></a> chore: upgrade to <code>@eslint/js@9.8.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18720">#18720</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/8e1a627a6784380ca7e7670e336bbe9630da2da1"><code>8e1a627</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18700">#18700</a>) (renovate[bot])</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.8.0 - July 26, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/deee4480def929cfa7f5b75f315d84f23eaba592"><code>deee448</code></a> chore: upgrade to <code>@eslint/js@9.8.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18720">#18720</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/8e1a627a6784380ca7e7670e336bbe9630da2da1"><code>8e1a627</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18700">#18700</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e"><code>13d0bd3</code></a> feat: Add and use SourceCode#getLoc/getRange (<a href="https://redirect.github.com/eslint/eslint/issues/18703">#18703</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/282df1aef3c3e62f2617c6c2944944510f287a07"><code>282df1a</code></a> docs: Add system theme option (<a href="https://redirect.github.com/eslint/eslint/issues/18617">#18617</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/ab0ff2755d6950d7e7fb92944771c1c30f933e02"><code>ab0ff27</code></a> fix: Throw error when invalid flags passed (<a href="https://redirect.github.com/eslint/eslint/issues/18705">#18705</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/70dc80337328338f3811040e3f1a1bd5674ecbd2"><code>70dc803</code></a> fix: <code>basePath</code> directory can never be ignored (<a href="https://redirect.github.com/eslint/eslint/issues/18711">#18711</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/53b1ff047948e36682fade502c949f4e371e53cd"><code>53b1ff0</code></a> docs: Debug config docs (<a href="https://redirect.github.com/eslint/eslint/issues/18698">#18698</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/45144243f3b5762bd8e19e41749a7d330a723ada"><code>4514424</code></a> build: Enable JSON linting (<a href="https://redirect.github.com/eslint/eslint/issues/18681">#18681</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a7016a50d88011f279d52b9355a5662e561c414c"><code>a7016a5</code></a> docs: fix search input stylings (<a href="https://redirect.github.com/eslint/eslint/issues/18682">#18682</a>) (Amaresh S M)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/63881dc11299aba1d0960747c199a4cf48d6b9c8"><code>63881dc</code></a> 9.8.0</li> <li><a href="https://github.com/eslint/eslint/commit/de36d1d286ca4147e0b1ec3e6a3a6a873dd728eb"><code>de36d1d</code></a> Build: changelog update for 9.8.0</li> <li><a href="https://github.com/eslint/eslint/commit/deee4480def929cfa7f5b75f315d84f23eaba592"><code>deee448</code></a> chore: upgrade to <code>@eslint/js@9.8.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18720">#18720</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/25700517a118141936b0b5a18bb51ad04a4869a8"><code>2570051</code></a> chore: package.json revert <code>@​eslint/js</code> version to 9.7.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18719">#18719</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d73b203210c320dd641444359cef09060ffa7459"><code>d73b203</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/8e1a627a6784380ca7e7670e336bbe9630da2da1"><code>8e1a627</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18700">#18700</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e"><code>13d0bd3</code></a> feat: Add and use SourceCode#getLoc/getRange (<a href="https://redirect.github.com/eslint/eslint/issues/18703">#18703</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/282df1aef3c3e62f2617c6c2944944510f287a07"><code>282df1a</code></a> docs: Add system theme option (<a href="https://redirect.github.com/eslint/eslint/issues/18617">#18617</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ab0ff2755d6950d7e7fb92944771c1c30f933e02"><code>ab0ff27</code></a> fix: Throw error when invalid flags passed (<a href="https://redirect.github.com/eslint/eslint/issues/18705">#18705</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.7.0...v9.8.0">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 7.17.0 to 7.18.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>v7.18.0</h2> <h2>7.18.0 (2024-07-29)</h2> <h3>🚀 Features</h3> <ul> <li><strong>types:</strong> update ECMA versions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9634">#9634</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9660">#9660</a>)</li> <li><strong>eslint-plugin:</strong> [unbound-method] report on destructuring in function parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8952">#8952</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] shouldn't report on error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9600">#9600</a>)</li> <li><strong>eslint-plugin:</strong> [strict-boolean-expressions] support branded booleans (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9297">#9297</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li> <li>Oliver Salzburg</li> <li>Vinccool96</li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</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>7.18.0 (2024-07-29)</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="https://github.com/typescript-eslint/typescript-eslint/commit/35cf3d2b2b9611c3812b120c461d863c7881ac04"><code>35cf3d2</code></a> chore(release): publish 7.18.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.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>
2024-07-30 00:01:40 +02:00
"@eslint/js": "^9.8.0",
Bump the storybook group with 8 updates (#212) Bumps the storybook group with 8 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.2.7` | `8.2.8` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.2.7` | `8.2.8` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.2.7` | `8.2.8` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.2.7` | `8.2.8` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.7` | `8.2.8` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.7` | `8.2.8` | | [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.2.7` | `8.2.8` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.7` | `8.2.8` | Updates `@storybook/addon-essentials` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-essentials</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-essentials</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/addons/essentials">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-interactions` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-interactions</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-interactions</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/addons/interactions">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-links` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-links</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-links</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/addons/links">compare view</a></li> </ul> </details> <br /> Updates `@storybook/blocks` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/blocks</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/blocks</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/lib/blocks">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/renderers/react">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react-vite` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react-vite</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react-vite</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/frameworks/react-vite">compare view</a></li> </ul> </details> <br /> Updates `@storybook/test` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/test</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/test</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/lib/test">compare view</a></li> </ul> </details> <br /> Updates `storybook` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases">storybook's releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/lib/cli">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 18:44:09 +02:00
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/blocks": "^8.2.8",
"@storybook/react": "^8.2.8",
"@storybook/react-vite": "^8.2.8",
"@storybook/test": "^8.2.8",
"@types/css-tree": "^2",
2024-07-18 06:52:39 +02:00
"@types/electron": "^1.6.10",
"@types/node": "^22.1.0",
2024-06-26 21:26:27 +02:00
"@types/papaparse": "^5",
"@types/react": "^18.3.3",
"@types/shell-quote": "^1",
"@types/sprintf-js": "^1",
2024-06-26 21:26:27 +02:00
"@types/throttle-debounce": "^5",
2024-07-03 23:32:55 +02:00
"@types/tinycolor2": "^1",
"@types/uuid": "^10.0.0",
2024-07-19 00:16:49 +02:00
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-istanbul": "^2.0.5",
Bump electron from 31.3.0 to 31.3.1 in the electron group (#176) Bumps the electron group with 1 update: [electron](https://github.com/electron/electron). Updates `electron` from 31.3.0 to 31.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v31.3.1</h2> <h1>Release Notes for v31.3.1</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue where calling <code>desktopCapturer.getSources</code> on macOS running 14.4 or later would make non-resizable windows resizable. <a href="https://redirect.github.com/electron/electron/pull/43044">#43044</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43045">32</a>)<!-- raw HTML omitted --></li> <li>Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. <a href="https://redirect.github.com/electron/electron/pull/43071">#43071</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43072">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43070">32</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed a potential crash when removing notifications on Windows. <a href="https://redirect.github.com/electron/electron/pull/43061">#43061</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43059">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43060">32</a>)<!-- raw HTML omitted --></li> <li>Updated Chromium to 126.0.6478.185. <a href="https://redirect.github.com/electron/electron/pull/43027">#43027</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/6322c329bf2b746fe2199247a641a1af05a37630"><code>6322c32</code></a> fix: always terminate active Node Streams (<a href="https://redirect.github.com/electron/electron/issues/43071">#43071</a>)</li> <li><a href="https://github.com/electron/electron/commit/b6e19c5a45791cd294939c704340773c25954af9"><code>b6e19c5</code></a> chore: avoid crash while notification removal (<a href="https://redirect.github.com/electron/electron/issues/43061">#43061</a>)</li> <li><a href="https://github.com/electron/electron/commit/871136bf91d46a2440223ad69a7630b649e611ea"><code>871136b</code></a> refactor: move safe_storage functions into anonymous namespace (<a href="https://redirect.github.com/electron/electron/issues/43051">#43051</a>)</li> <li><a href="https://github.com/electron/electron/commit/94381733ff022cb772fc48cb3b53d38f1fd45cd0"><code>9438173</code></a> fix: File System API permissions should reset on WebContents destruction (<a href="https://redirect.github.com/electron/electron/issues/43">#43</a>...</li> <li><a href="https://github.com/electron/electron/commit/ca9027bc38fe5563408b00e4e453cd86c89a2600"><code>ca9027b</code></a> chore: bump chromium to 126.0.6478.185 (31-x-y) (<a href="https://redirect.github.com/electron/electron/issues/43027">#43027</a>)</li> <li><a href="https://github.com/electron/electron/commit/139abe73a132b4e08db98e2d03f4fe79589e352e"><code>139abe7</code></a> fix: desktopCapturer breaks BrowserWindow resizable on macOS (<a href="https://redirect.github.com/electron/electron/issues/43044">#43044</a>)</li> <li><a href="https://github.com/electron/electron/commit/097a3e90240ecec3f852b8222d9fd6a496ffa933"><code>097a3e9</code></a> chore: use v8::Local&lt;&gt;, not v8::Handle&lt;&gt; (<a href="https://redirect.github.com/electron/electron/issues/43037">#43037</a>)</li> <li>See full diff in <a href="https://github.com/electron/electron/compare/v31.3.0...v31.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=31.3.0&new-version=31.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 18:08:07 +02:00
"electron": "^31.3.1",
"electron-builder": "^24.13.3",
"electron-vite": "^2.3.0",
Bump the dev-dependencies group across 1 directory with 4 updates (#169) Bumps the dev-dependencies group with 4 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.7.0 to 9.8.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.8.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e"><code>13d0bd3</code></a> feat: Add and use SourceCode#getLoc/getRange (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18703">#18703</a>) (Nicholas C. Zakas)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ab0ff2755d6950d7e7fb92944771c1c30f933e02"><code>ab0ff27</code></a> fix: Throw error when invalid flags passed (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18705">#18705</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/70dc80337328338f3811040e3f1a1bd5674ecbd2"><code>70dc803</code></a> fix: <code>basePath</code> directory can never be ignored (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18711">#18711</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/282df1aef3c3e62f2617c6c2944944510f287a07"><code>282df1a</code></a> docs: Add system theme option (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18617">#18617</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/53b1ff047948e36682fade502c949f4e371e53cd"><code>53b1ff0</code></a> docs: Debug config docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18698">#18698</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a7016a50d88011f279d52b9355a5662e561c414c"><code>a7016a5</code></a> docs: fix search input stylings (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18682">#18682</a>) (Amaresh S M)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/45144243f3b5762bd8e19e41749a7d330a723ada"><code>4514424</code></a> build: Enable JSON linting (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18681">#18681</a>) (Nicholas C. Zakas)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/deee4480def929cfa7f5b75f315d84f23eaba592"><code>deee448</code></a> chore: upgrade to <code>@eslint/js@9.8.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18720">#18720</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/8e1a627a6784380ca7e7670e336bbe9630da2da1"><code>8e1a627</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18700">#18700</a>) (renovate[bot])</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.8.0 - July 26, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/deee4480def929cfa7f5b75f315d84f23eaba592"><code>deee448</code></a> chore: upgrade to <code>@eslint/js@9.8.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18720">#18720</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/8e1a627a6784380ca7e7670e336bbe9630da2da1"><code>8e1a627</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18700">#18700</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e"><code>13d0bd3</code></a> feat: Add and use SourceCode#getLoc/getRange (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18703">#18703</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/282df1aef3c3e62f2617c6c2944944510f287a07"><code>282df1a</code></a> docs: Add system theme option (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18617">#18617</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/ab0ff2755d6950d7e7fb92944771c1c30f933e02"><code>ab0ff27</code></a> fix: Throw error when invalid flags passed (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18705">#18705</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/70dc80337328338f3811040e3f1a1bd5674ecbd2"><code>70dc803</code></a> fix: <code>basePath</code> directory can never be ignored (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18711">#18711</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/53b1ff047948e36682fade502c949f4e371e53cd"><code>53b1ff0</code></a> docs: Debug config docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18698">#18698</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/45144243f3b5762bd8e19e41749a7d330a723ada"><code>4514424</code></a> build: Enable JSON linting (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18681">#18681</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a7016a50d88011f279d52b9355a5662e561c414c"><code>a7016a5</code></a> docs: fix search input stylings (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18682">#18682</a>) (Amaresh S M)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/25700517a118141936b0b5a18bb51ad04a4869a8"><code>2570051</code></a> chore: package.json revert <code>@​eslint/js</code> version to 9.7.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18719">#18719</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d73b203210c320dd641444359cef09060ffa7459"><code>d73b203</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.8.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 20.14.12 to 22.0.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.7.0 to 9.8.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.8.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e"><code>13d0bd3</code></a> feat: Add and use SourceCode#getLoc/getRange (<a href="https://redirect.github.com/eslint/eslint/issues/18703">#18703</a>) (Nicholas C. Zakas)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ab0ff2755d6950d7e7fb92944771c1c30f933e02"><code>ab0ff27</code></a> fix: Throw error when invalid flags passed (<a href="https://redirect.github.com/eslint/eslint/issues/18705">#18705</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/70dc80337328338f3811040e3f1a1bd5674ecbd2"><code>70dc803</code></a> fix: <code>basePath</code> directory can never be ignored (<a href="https://redirect.github.com/eslint/eslint/issues/18711">#18711</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/282df1aef3c3e62f2617c6c2944944510f287a07"><code>282df1a</code></a> docs: Add system theme option (<a href="https://redirect.github.com/eslint/eslint/issues/18617">#18617</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/53b1ff047948e36682fade502c949f4e371e53cd"><code>53b1ff0</code></a> docs: Debug config docs (<a href="https://redirect.github.com/eslint/eslint/issues/18698">#18698</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a7016a50d88011f279d52b9355a5662e561c414c"><code>a7016a5</code></a> docs: fix search input stylings (<a href="https://redirect.github.com/eslint/eslint/issues/18682">#18682</a>) (Amaresh S M)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/45144243f3b5762bd8e19e41749a7d330a723ada"><code>4514424</code></a> build: Enable JSON linting (<a href="https://redirect.github.com/eslint/eslint/issues/18681">#18681</a>) (Nicholas C. Zakas)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/deee4480def929cfa7f5b75f315d84f23eaba592"><code>deee448</code></a> chore: upgrade to <code>@eslint/js@9.8.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18720">#18720</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/8e1a627a6784380ca7e7670e336bbe9630da2da1"><code>8e1a627</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18700">#18700</a>) (renovate[bot])</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.8.0 - July 26, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/deee4480def929cfa7f5b75f315d84f23eaba592"><code>deee448</code></a> chore: upgrade to <code>@eslint/js@9.8.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18720">#18720</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/8e1a627a6784380ca7e7670e336bbe9630da2da1"><code>8e1a627</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18700">#18700</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e"><code>13d0bd3</code></a> feat: Add and use SourceCode#getLoc/getRange (<a href="https://redirect.github.com/eslint/eslint/issues/18703">#18703</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/282df1aef3c3e62f2617c6c2944944510f287a07"><code>282df1a</code></a> docs: Add system theme option (<a href="https://redirect.github.com/eslint/eslint/issues/18617">#18617</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/ab0ff2755d6950d7e7fb92944771c1c30f933e02"><code>ab0ff27</code></a> fix: Throw error when invalid flags passed (<a href="https://redirect.github.com/eslint/eslint/issues/18705">#18705</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/70dc80337328338f3811040e3f1a1bd5674ecbd2"><code>70dc803</code></a> fix: <code>basePath</code> directory can never be ignored (<a href="https://redirect.github.com/eslint/eslint/issues/18711">#18711</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/53b1ff047948e36682fade502c949f4e371e53cd"><code>53b1ff0</code></a> docs: Debug config docs (<a href="https://redirect.github.com/eslint/eslint/issues/18698">#18698</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/45144243f3b5762bd8e19e41749a7d330a723ada"><code>4514424</code></a> build: Enable JSON linting (<a href="https://redirect.github.com/eslint/eslint/issues/18681">#18681</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a7016a50d88011f279d52b9355a5662e561c414c"><code>a7016a5</code></a> docs: fix search input stylings (<a href="https://redirect.github.com/eslint/eslint/issues/18682">#18682</a>) (Amaresh S M)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/63881dc11299aba1d0960747c199a4cf48d6b9c8"><code>63881dc</code></a> 9.8.0</li> <li><a href="https://github.com/eslint/eslint/commit/de36d1d286ca4147e0b1ec3e6a3a6a873dd728eb"><code>de36d1d</code></a> Build: changelog update for 9.8.0</li> <li><a href="https://github.com/eslint/eslint/commit/deee4480def929cfa7f5b75f315d84f23eaba592"><code>deee448</code></a> chore: upgrade to <code>@eslint/js@9.8.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18720">#18720</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/25700517a118141936b0b5a18bb51ad04a4869a8"><code>2570051</code></a> chore: package.json revert <code>@​eslint/js</code> version to 9.7.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18719">#18719</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d73b203210c320dd641444359cef09060ffa7459"><code>d73b203</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/8e1a627a6784380ca7e7670e336bbe9630da2da1"><code>8e1a627</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18700">#18700</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e"><code>13d0bd3</code></a> feat: Add and use SourceCode#getLoc/getRange (<a href="https://redirect.github.com/eslint/eslint/issues/18703">#18703</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/282df1aef3c3e62f2617c6c2944944510f287a07"><code>282df1a</code></a> docs: Add system theme option (<a href="https://redirect.github.com/eslint/eslint/issues/18617">#18617</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ab0ff2755d6950d7e7fb92944771c1c30f933e02"><code>ab0ff27</code></a> fix: Throw error when invalid flags passed (<a href="https://redirect.github.com/eslint/eslint/issues/18705">#18705</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.7.0...v9.8.0">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 7.17.0 to 7.18.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>v7.18.0</h2> <h2>7.18.0 (2024-07-29)</h2> <h3>🚀 Features</h3> <ul> <li><strong>types:</strong> update ECMA versions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9634">#9634</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9660">#9660</a>)</li> <li><strong>eslint-plugin:</strong> [unbound-method] report on destructuring in function parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8952">#8952</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] shouldn't report on error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9600">#9600</a>)</li> <li><strong>eslint-plugin:</strong> [strict-boolean-expressions] support branded booleans (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9297">#9297</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li> <li>Oliver Salzburg</li> <li>Vinccool96</li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</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>7.18.0 (2024-07-29)</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="https://github.com/typescript-eslint/typescript-eslint/commit/35cf3d2b2b9611c3812b120c461d863c7881ac04"><code>35cf3d2</code></a> chore(release): publish 7.18.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.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>
2024-07-30 00:01:40 +02:00
"eslint": "^9.8.0",
2024-06-26 21:26:27 +02:00
"eslint-config-prettier": "^9.1.0",
"less": "^4.2.0",
"prettier": "^3.3.3",
2024-06-26 21:26:27 +02:00
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-organize-imports": "^4.0.0",
2024-07-19 00:16:49 +02:00
"rollup-plugin-flow": "^1.1.1",
"sharp": "^0.33.4",
Bump the storybook group with 8 updates (#212) Bumps the storybook group with 8 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.2.7` | `8.2.8` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.2.7` | `8.2.8` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.2.7` | `8.2.8` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.2.7` | `8.2.8` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.7` | `8.2.8` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.7` | `8.2.8` | | [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.2.7` | `8.2.8` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.7` | `8.2.8` | Updates `@storybook/addon-essentials` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-essentials</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-essentials</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/addons/essentials">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-interactions` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-interactions</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-interactions</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/addons/interactions">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-links` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-links</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-links</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/addons/links">compare view</a></li> </ul> </details> <br /> Updates `@storybook/blocks` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/blocks</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/blocks</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/lib/blocks">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/renderers/react">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react-vite` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react-vite</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react-vite</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/frameworks/react-vite">compare view</a></li> </ul> </details> <br /> Updates `@storybook/test` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/test</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/test</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/lib/test">compare view</a></li> </ul> </details> <br /> Updates `storybook` from 8.2.7 to 8.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases">storybook's releases</a>.</em></p> <blockquote> <h2>v8.2.8</h2> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's changelog</a>.</em></p> <blockquote> <h2>8.2.8</h2> <ul> <li>CLI: Parse more Yarn Berry errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Fix: Invariant failed: Expected package.json#version to be defined in the &quot;undefined&quot; package - <a href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>, thanks <a href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/2faeae23c0d6eaf398baa61937fde38e779429c0"><code>2faeae2</code></a> Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/lib/cli">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 18:44:09 +02:00
"storybook": "^8.2.8",
2024-06-26 21:26:27 +02:00
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
Bump the dev-dependencies group with 3 updates (#211) Bumps the dev-dependencies group with 3 updates: [tsx](https://github.com/privatenumber/tsx), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths). Updates `tsx` from 4.16.5 to 4.17.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.17.0</h2> <h1><a href="https://github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0">4.17.0</a> (2024-08-08)</h1> <h3>Features</h3> <ul> <li>upgrade esbuild to 0.23 (<a href="https://redirect.github.com/privatenumber/tsx/issues/615">#615</a>) (<a href="https://github.com/privatenumber/tsx/commit/bd83d3bf59e39767ec64eec86fe5b48a8e50b991">bd83d3b</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.17.0"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/bd83d3bf59e39767ec64eec86fe5b48a8e50b991"><code>bd83d3b</code></a> feat: upgrade esbuild to 0.23 (<a href="https://redirect.github.com/privatenumber/tsx/issues/615">#615</a>)</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.5 to 5.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>create-vite@5.4.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.4.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2>5.4.0 (2024-08-07)</h2> <ul> <li>fix(build): windows platform build output path error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17818">#17818</a>) (<a href="https://github.com/vitejs/vite/commit/6ae0615416762dd1b89393316308cf8edf115c34">6ae0615</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17818">#17818</a></li> <li>fix(deps): update launch-editor to consume fix for windows paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17828">#17828</a>) (<a href="https://github.com/vitejs/vite/commit/cf2f90d4b9f9b16b8009b0f9d0d9f7e71e98c54d">cf2f90d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17828">#17828</a></li> <li>fix(ssr): fix <code>global</code> variable name conflict (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17809">#17809</a>) (<a href="https://github.com/vitejs/vite/commit/6aa220607b4f5457c1ef9ff68d75885a9abbdaf6">6aa2206</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17809">#17809</a></li> <li>fix(worker): fix <code>importScripts</code> injection breaking iife code (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17827">#17827</a>) (<a href="https://github.com/vitejs/vite/commit/bb4ba9f448da01782f585369f80c4517da087000">bb4ba9f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17827">#17827</a></li> <li>chore: bump typescript-eslint to v8 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17624">#17624</a>) (<a href="https://github.com/vitejs/vite/commit/d1891fda026d27f53409dec97e156a59da609196">d1891fd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17624">#17624</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17820">#17820</a>) (<a href="https://github.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a">bb2f8bb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17820">#17820</a></li> <li>perf(ssr): do a single-pass over AST with node cache arrays (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17812">#17812</a>) (<a href="https://github.com/vitejs/vite/commit/81327eb980c308474a586a9cb9c0c5fff10eba34">81327eb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17812">#17812</a></li> </ul> <h2>5.4.0-beta.1 (2024-08-01)</h2> <ul> <li>fix: handle encoded base paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17577">#17577</a>) (<a href="https://github.com/vitejs/vite/commit/720447ee725046323387f661341d44e2ad390f41">720447e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17577">#17577</a></li> <li>fix: opt-in server.fs.cachedChecks (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17807">#17807</a>) (<a href="https://github.com/vitejs/vite/commit/4de659c351589b83a83a7a42f3da5b071a625662">4de659c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17807">#17807</a></li> <li>feat(css): support sass compiler api and sass-embedded package (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17754">#17754</a>) (<a href="https://github.com/vitejs/vite/commit/1025bb6d8f21c0cb9fe72405d42e0f91bb3f1d8e">1025bb6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17754">#17754</a></li> </ul> <h2>5.4.0-beta.0 (2024-07-30)</h2> <ul> <li>fix: specify own Node version as target when bundling config files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17307">#17307</a>) (<a href="https://github.com/vitejs/vite/commit/bbf001f0ecb4e9b826bbeb75b91d39f20aab3142">bbf001f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17307">#17307</a></li> <li>fix(build): handle invalid JSON in import.meta.env (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17648">#17648</a>) (<a href="https://github.com/vitejs/vite/commit/659b7206930d660779ad504beef89744fb97d339">659b720</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17648">#17648</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17780">#17780</a>) (<a href="https://github.com/vitejs/vite/commit/e408542748edebd93dba07f21e3fd107725cadca">e408542</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17780">#17780</a></li> <li>fix(mergeConfig): don't recreate server.hmr.server instance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17763">#17763</a>) (<a href="https://github.com/vitejs/vite/commit/5c55b291cf1d41664b0e949acf41d70c956659da">5c55b29</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17763">#17763</a></li> <li>feat(css): support sass modern api (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17728">#17728</a>) (<a href="https://github.com/vitejs/vite/commit/73a3de01d2baaeefeabfa46c28fb49550643b23a">73a3de0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17728">#17728</a></li> <li>feat(types): support custom VitePreloadErrorEvent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17615">#17615</a>) (<a href="https://github.com/vitejs/vite/commit/116e37acf1a9ce808bc7a7f3a1439ab749c168e3">116e37a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17615">#17615</a></li> <li>perf: improve regex performance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17789">#17789</a>) (<a href="https://github.com/vitejs/vite/commit/952bae3efcbd871fc3df5b1947060de7ebdafa36">952bae3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17789">#17789</a></li> <li>chore: minor config.logger refactor (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17770">#17770</a>) (<a href="https://github.com/vitejs/vite/commit/b947fdcc9d0db51ee6ac64d9712e8f04077280a7">b947fdc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17770">#17770</a></li> <li>chore: update eslint config (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17788">#17788</a>) (<a href="https://github.com/vitejs/vite/commit/796eef3af1291facc47b5273f83b0ef16d6d76b7">796eef3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17788">#17788</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/7c06ef07f835308b1ff2de3df02d201a8dbfb3b6"><code>7c06ef0</code></a> refactor(optimizer): use early continues (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a8e2f6fafcf106ccc0d5a46972e66c2bf73155e3"><code>a8e2f6f</code></a> fix(client): uniform variable <code>location</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6c106622812480d2bb134f8ed8efa84e2eb942c4"><code>6c10662</code></a> chore(deps): update dependency eslint to v9 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bf123f2c6242424a3648cf9234281fd9ff44e3d5"><code>bf123f2</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ec16a5efc04d8ab50301d184c20e7bd0c8d8f6a2"><code>ec16a5e</code></a> chore: fix some comments (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/c608e6ac740509c2e68a6928d84676878a998dd0"><code>c608e6a</code></a> release: v5.3.1</li> <li><a href="https://github.com/vitejs/vite/commit/6ced135c6fc9367f8d4f8207666e208f90547af5"><code>6ced135</code></a> fix(build): preload treeshaking ignore equal (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17480">#17480</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d355568e8d2dbc30b94b7d7680943f7db713ddc4"><code>d355568</code></a> fix(build): handle preload treeshaking for braces (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17479">#17479</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1f09344b57b253c0435290de1d6e147c8c9b50d5"><code>1f09344</code></a> chore: consolidate changelog for 5.3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17476">#17476</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3e2707122033a5be074d88dbeb244526dee85bb9"><code>3e27071</code></a> fix(build): handle preload treeshaking for commas (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17472">#17472</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vite-tsconfig-paths` from 4.3.2 to 5.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aleclarson/vite-tsconfig-paths/releases">vite-tsconfig-paths's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <p>This package is now ESM only in order to align with Vite: <a href="https://vitejs.dev/guide/migration#deprecate-cjs-node-api">https://vitejs.dev/guide/migration#deprecate-cjs-node-api</a></p> <p>If your project is using CommonJS, you can rename your Vite config to use the <code>.mjs</code> or <code>.mts</code> extension (depending on whether you use TypeScript or not). If you're not using Vite v5.0.0+, you may want to pin your dependency to v4 of this plugin.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/c2b0b4ca111cf01453dbf7fe80fdc49e5526c46e"><code>c2b0b4c</code></a> 5.0.1</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/ae80736bf5e2029900c0518416681e006b1b56ca"><code>ae80736</code></a> chore(fix): restore &quot;main&quot; and &quot;types&quot; fields in package.json</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/29093ed6c869741f1e7e5241fdfedc2d1d44d5a2"><code>29093ed</code></a> 5.0.0</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/66d478e8e66f72dd3c41ef3a53febe27955445f4"><code>66d478e</code></a> chore: update readme notice</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/5ff0d6abbae3f98276f4460b34478e02d7ef98a2"><code>5ff0d6a</code></a> chore: drop CJS build (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/151">#151</a>)</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/03ffe4a60afd40066cdbd0048dce853084e2e4a2"><code>03ffe4a</code></a> chore: update readme announcement</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/fc2da504bfec1ed6ae5caad3d65efa7a9b1bbb20"><code>fc2da50</code></a> chore: update lockfiles</li> <li>See full diff in <a href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.2...v5.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>
2024-08-09 18:44:32 +02:00
"tsx": "^4.17.0",
"typescript": "^5.5.4",
Bump typescript-eslint from 8.0.0 to 8.0.1 in the dev-dependencies group across 1 directory (#198) Bumps the dev-dependencies group with 1 update in the / directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript-eslint` from 8.0.0 to 8.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.0.1</h2> <h2>8.0.1 (2024-08-05)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unused-vars] ignore imports used only as types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9694">#9694</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Jake Bailey <a href="https://github.com/jakebailey"><code>@​jakebailey</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.0.1 (2024-08-05)</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="https://github.com/typescript-eslint/typescript-eslint/commit/e05c2e5d510219e4d9cfaef8b8d908bbf5be5d3c"><code>e05c2e5</code></a> chore(release): publish 8.0.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript-eslint&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=8.0.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-06 00:26:44 +02:00
"typescript-eslint": "^8.0.1",
Bump the dev-dependencies group with 3 updates (#211) Bumps the dev-dependencies group with 3 updates: [tsx](https://github.com/privatenumber/tsx), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths). Updates `tsx` from 4.16.5 to 4.17.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.17.0</h2> <h1><a href="https://github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0">4.17.0</a> (2024-08-08)</h1> <h3>Features</h3> <ul> <li>upgrade esbuild to 0.23 (<a href="https://redirect.github.com/privatenumber/tsx/issues/615">#615</a>) (<a href="https://github.com/privatenumber/tsx/commit/bd83d3bf59e39767ec64eec86fe5b48a8e50b991">bd83d3b</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.17.0"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/bd83d3bf59e39767ec64eec86fe5b48a8e50b991"><code>bd83d3b</code></a> feat: upgrade esbuild to 0.23 (<a href="https://redirect.github.com/privatenumber/tsx/issues/615">#615</a>)</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.5 to 5.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>create-vite@5.4.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.4.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2>5.4.0 (2024-08-07)</h2> <ul> <li>fix(build): windows platform build output path error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17818">#17818</a>) (<a href="https://github.com/vitejs/vite/commit/6ae0615416762dd1b89393316308cf8edf115c34">6ae0615</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17818">#17818</a></li> <li>fix(deps): update launch-editor to consume fix for windows paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17828">#17828</a>) (<a href="https://github.com/vitejs/vite/commit/cf2f90d4b9f9b16b8009b0f9d0d9f7e71e98c54d">cf2f90d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17828">#17828</a></li> <li>fix(ssr): fix <code>global</code> variable name conflict (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17809">#17809</a>) (<a href="https://github.com/vitejs/vite/commit/6aa220607b4f5457c1ef9ff68d75885a9abbdaf6">6aa2206</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17809">#17809</a></li> <li>fix(worker): fix <code>importScripts</code> injection breaking iife code (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17827">#17827</a>) (<a href="https://github.com/vitejs/vite/commit/bb4ba9f448da01782f585369f80c4517da087000">bb4ba9f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17827">#17827</a></li> <li>chore: bump typescript-eslint to v8 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17624">#17624</a>) (<a href="https://github.com/vitejs/vite/commit/d1891fda026d27f53409dec97e156a59da609196">d1891fd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17624">#17624</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17820">#17820</a>) (<a href="https://github.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a">bb2f8bb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17820">#17820</a></li> <li>perf(ssr): do a single-pass over AST with node cache arrays (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17812">#17812</a>) (<a href="https://github.com/vitejs/vite/commit/81327eb980c308474a586a9cb9c0c5fff10eba34">81327eb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17812">#17812</a></li> </ul> <h2>5.4.0-beta.1 (2024-08-01)</h2> <ul> <li>fix: handle encoded base paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17577">#17577</a>) (<a href="https://github.com/vitejs/vite/commit/720447ee725046323387f661341d44e2ad390f41">720447e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17577">#17577</a></li> <li>fix: opt-in server.fs.cachedChecks (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17807">#17807</a>) (<a href="https://github.com/vitejs/vite/commit/4de659c351589b83a83a7a42f3da5b071a625662">4de659c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17807">#17807</a></li> <li>feat(css): support sass compiler api and sass-embedded package (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17754">#17754</a>) (<a href="https://github.com/vitejs/vite/commit/1025bb6d8f21c0cb9fe72405d42e0f91bb3f1d8e">1025bb6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17754">#17754</a></li> </ul> <h2>5.4.0-beta.0 (2024-07-30)</h2> <ul> <li>fix: specify own Node version as target when bundling config files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17307">#17307</a>) (<a href="https://github.com/vitejs/vite/commit/bbf001f0ecb4e9b826bbeb75b91d39f20aab3142">bbf001f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17307">#17307</a></li> <li>fix(build): handle invalid JSON in import.meta.env (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17648">#17648</a>) (<a href="https://github.com/vitejs/vite/commit/659b7206930d660779ad504beef89744fb97d339">659b720</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17648">#17648</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17780">#17780</a>) (<a href="https://github.com/vitejs/vite/commit/e408542748edebd93dba07f21e3fd107725cadca">e408542</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17780">#17780</a></li> <li>fix(mergeConfig): don't recreate server.hmr.server instance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17763">#17763</a>) (<a href="https://github.com/vitejs/vite/commit/5c55b291cf1d41664b0e949acf41d70c956659da">5c55b29</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17763">#17763</a></li> <li>feat(css): support sass modern api (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17728">#17728</a>) (<a href="https://github.com/vitejs/vite/commit/73a3de01d2baaeefeabfa46c28fb49550643b23a">73a3de0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17728">#17728</a></li> <li>feat(types): support custom VitePreloadErrorEvent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17615">#17615</a>) (<a href="https://github.com/vitejs/vite/commit/116e37acf1a9ce808bc7a7f3a1439ab749c168e3">116e37a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17615">#17615</a></li> <li>perf: improve regex performance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17789">#17789</a>) (<a href="https://github.com/vitejs/vite/commit/952bae3efcbd871fc3df5b1947060de7ebdafa36">952bae3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17789">#17789</a></li> <li>chore: minor config.logger refactor (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17770">#17770</a>) (<a href="https://github.com/vitejs/vite/commit/b947fdcc9d0db51ee6ac64d9712e8f04077280a7">b947fdc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17770">#17770</a></li> <li>chore: update eslint config (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17788">#17788</a>) (<a href="https://github.com/vitejs/vite/commit/796eef3af1291facc47b5273f83b0ef16d6d76b7">796eef3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17788">#17788</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/7c06ef07f835308b1ff2de3df02d201a8dbfb3b6"><code>7c06ef0</code></a> refactor(optimizer): use early continues (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a8e2f6fafcf106ccc0d5a46972e66c2bf73155e3"><code>a8e2f6f</code></a> fix(client): uniform variable <code>location</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6c106622812480d2bb134f8ed8efa84e2eb942c4"><code>6c10662</code></a> chore(deps): update dependency eslint to v9 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bf123f2c6242424a3648cf9234281fd9ff44e3d5"><code>bf123f2</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ec16a5efc04d8ab50301d184c20e7bd0c8d8f6a2"><code>ec16a5e</code></a> chore: fix some comments (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/c608e6ac740509c2e68a6928d84676878a998dd0"><code>c608e6a</code></a> release: v5.3.1</li> <li><a href="https://github.com/vitejs/vite/commit/6ced135c6fc9367f8d4f8207666e208f90547af5"><code>6ced135</code></a> fix(build): preload treeshaking ignore equal (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17480">#17480</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d355568e8d2dbc30b94b7d7680943f7db713ddc4"><code>d355568</code></a> fix(build): handle preload treeshaking for braces (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17479">#17479</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1f09344b57b253c0435290de1d6e147c8c9b50d5"><code>1f09344</code></a> chore: consolidate changelog for 5.3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17476">#17476</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3e2707122033a5be074d88dbeb244526dee85bb9"><code>3e27071</code></a> fix(build): handle preload treeshaking for commas (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17472">#17472</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vite-tsconfig-paths` from 4.3.2 to 5.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aleclarson/vite-tsconfig-paths/releases">vite-tsconfig-paths's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <p>This package is now ESM only in order to align with Vite: <a href="https://vitejs.dev/guide/migration#deprecate-cjs-node-api">https://vitejs.dev/guide/migration#deprecate-cjs-node-api</a></p> <p>If your project is using CommonJS, you can rename your Vite config to use the <code>.mjs</code> or <code>.mts</code> extension (depending on whether you use TypeScript or not). If you're not using Vite v5.0.0+, you may want to pin your dependency to v4 of this plugin.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/c2b0b4ca111cf01453dbf7fe80fdc49e5526c46e"><code>c2b0b4c</code></a> 5.0.1</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/ae80736bf5e2029900c0518416681e006b1b56ca"><code>ae80736</code></a> chore(fix): restore &quot;main&quot; and &quot;types&quot; fields in package.json</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/29093ed6c869741f1e7e5241fdfedc2d1d44d5a2"><code>29093ed</code></a> 5.0.0</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/66d478e8e66f72dd3c41ef3a53febe27955445f4"><code>66d478e</code></a> chore: update readme notice</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/5ff0d6abbae3f98276f4460b34478e02d7ef98a2"><code>5ff0d6a</code></a> chore: drop CJS build (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/151">#151</a>)</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/03ffe4a60afd40066cdbd0048dce853084e2e4a2"><code>03ffe4a</code></a> chore: update readme announcement</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/fc2da504bfec1ed6ae5caad3d65efa7a9b1bbb20"><code>fc2da50</code></a> chore: update lockfiles</li> <li>See full diff in <a href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.2...v5.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>
2024-08-09 18:44:32 +02:00
"vite": "^5.4.0",
2024-07-19 00:16:49 +02:00
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-static-copy": "^1.0.6",
"vite-plugin-svgr": "^4.2.0",
Bump the dev-dependencies group with 3 updates (#211) Bumps the dev-dependencies group with 3 updates: [tsx](https://github.com/privatenumber/tsx), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths). Updates `tsx` from 4.16.5 to 4.17.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.17.0</h2> <h1><a href="https://github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0">4.17.0</a> (2024-08-08)</h1> <h3>Features</h3> <ul> <li>upgrade esbuild to 0.23 (<a href="https://redirect.github.com/privatenumber/tsx/issues/615">#615</a>) (<a href="https://github.com/privatenumber/tsx/commit/bd83d3bf59e39767ec64eec86fe5b48a8e50b991">bd83d3b</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.17.0"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/bd83d3bf59e39767ec64eec86fe5b48a8e50b991"><code>bd83d3b</code></a> feat: upgrade esbuild to 0.23 (<a href="https://redirect.github.com/privatenumber/tsx/issues/615">#615</a>)</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.5 to 5.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>create-vite@5.4.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.4.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2>5.4.0 (2024-08-07)</h2> <ul> <li>fix(build): windows platform build output path error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17818">#17818</a>) (<a href="https://github.com/vitejs/vite/commit/6ae0615416762dd1b89393316308cf8edf115c34">6ae0615</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17818">#17818</a></li> <li>fix(deps): update launch-editor to consume fix for windows paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17828">#17828</a>) (<a href="https://github.com/vitejs/vite/commit/cf2f90d4b9f9b16b8009b0f9d0d9f7e71e98c54d">cf2f90d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17828">#17828</a></li> <li>fix(ssr): fix <code>global</code> variable name conflict (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17809">#17809</a>) (<a href="https://github.com/vitejs/vite/commit/6aa220607b4f5457c1ef9ff68d75885a9abbdaf6">6aa2206</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17809">#17809</a></li> <li>fix(worker): fix <code>importScripts</code> injection breaking iife code (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17827">#17827</a>) (<a href="https://github.com/vitejs/vite/commit/bb4ba9f448da01782f585369f80c4517da087000">bb4ba9f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17827">#17827</a></li> <li>chore: bump typescript-eslint to v8 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17624">#17624</a>) (<a href="https://github.com/vitejs/vite/commit/d1891fda026d27f53409dec97e156a59da609196">d1891fd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17624">#17624</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17820">#17820</a>) (<a href="https://github.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a">bb2f8bb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17820">#17820</a></li> <li>perf(ssr): do a single-pass over AST with node cache arrays (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17812">#17812</a>) (<a href="https://github.com/vitejs/vite/commit/81327eb980c308474a586a9cb9c0c5fff10eba34">81327eb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17812">#17812</a></li> </ul> <h2>5.4.0-beta.1 (2024-08-01)</h2> <ul> <li>fix: handle encoded base paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17577">#17577</a>) (<a href="https://github.com/vitejs/vite/commit/720447ee725046323387f661341d44e2ad390f41">720447e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17577">#17577</a></li> <li>fix: opt-in server.fs.cachedChecks (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17807">#17807</a>) (<a href="https://github.com/vitejs/vite/commit/4de659c351589b83a83a7a42f3da5b071a625662">4de659c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17807">#17807</a></li> <li>feat(css): support sass compiler api and sass-embedded package (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17754">#17754</a>) (<a href="https://github.com/vitejs/vite/commit/1025bb6d8f21c0cb9fe72405d42e0f91bb3f1d8e">1025bb6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17754">#17754</a></li> </ul> <h2>5.4.0-beta.0 (2024-07-30)</h2> <ul> <li>fix: specify own Node version as target when bundling config files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17307">#17307</a>) (<a href="https://github.com/vitejs/vite/commit/bbf001f0ecb4e9b826bbeb75b91d39f20aab3142">bbf001f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17307">#17307</a></li> <li>fix(build): handle invalid JSON in import.meta.env (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17648">#17648</a>) (<a href="https://github.com/vitejs/vite/commit/659b7206930d660779ad504beef89744fb97d339">659b720</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17648">#17648</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17780">#17780</a>) (<a href="https://github.com/vitejs/vite/commit/e408542748edebd93dba07f21e3fd107725cadca">e408542</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17780">#17780</a></li> <li>fix(mergeConfig): don't recreate server.hmr.server instance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17763">#17763</a>) (<a href="https://github.com/vitejs/vite/commit/5c55b291cf1d41664b0e949acf41d70c956659da">5c55b29</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17763">#17763</a></li> <li>feat(css): support sass modern api (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17728">#17728</a>) (<a href="https://github.com/vitejs/vite/commit/73a3de01d2baaeefeabfa46c28fb49550643b23a">73a3de0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17728">#17728</a></li> <li>feat(types): support custom VitePreloadErrorEvent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17615">#17615</a>) (<a href="https://github.com/vitejs/vite/commit/116e37acf1a9ce808bc7a7f3a1439ab749c168e3">116e37a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17615">#17615</a></li> <li>perf: improve regex performance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17789">#17789</a>) (<a href="https://github.com/vitejs/vite/commit/952bae3efcbd871fc3df5b1947060de7ebdafa36">952bae3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17789">#17789</a></li> <li>chore: minor config.logger refactor (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17770">#17770</a>) (<a href="https://github.com/vitejs/vite/commit/b947fdcc9d0db51ee6ac64d9712e8f04077280a7">b947fdc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17770">#17770</a></li> <li>chore: update eslint config (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17788">#17788</a>) (<a href="https://github.com/vitejs/vite/commit/796eef3af1291facc47b5273f83b0ef16d6d76b7">796eef3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17788">#17788</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/7c06ef07f835308b1ff2de3df02d201a8dbfb3b6"><code>7c06ef0</code></a> refactor(optimizer): use early continues (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a8e2f6fafcf106ccc0d5a46972e66c2bf73155e3"><code>a8e2f6f</code></a> fix(client): uniform variable <code>location</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6c106622812480d2bb134f8ed8efa84e2eb942c4"><code>6c10662</code></a> chore(deps): update dependency eslint to v9 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bf123f2c6242424a3648cf9234281fd9ff44e3d5"><code>bf123f2</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ec16a5efc04d8ab50301d184c20e7bd0c8d8f6a2"><code>ec16a5e</code></a> chore: fix some comments (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/c608e6ac740509c2e68a6928d84676878a998dd0"><code>c608e6a</code></a> release: v5.3.1</li> <li><a href="https://github.com/vitejs/vite/commit/6ced135c6fc9367f8d4f8207666e208f90547af5"><code>6ced135</code></a> fix(build): preload treeshaking ignore equal (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17480">#17480</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d355568e8d2dbc30b94b7d7680943f7db713ddc4"><code>d355568</code></a> fix(build): handle preload treeshaking for braces (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17479">#17479</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1f09344b57b253c0435290de1d6e147c8c9b50d5"><code>1f09344</code></a> chore: consolidate changelog for 5.3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17476">#17476</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3e2707122033a5be074d88dbeb244526dee85bb9"><code>3e27071</code></a> fix(build): handle preload treeshaking for commas (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17472">#17472</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vite-tsconfig-paths` from 4.3.2 to 5.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aleclarson/vite-tsconfig-paths/releases">vite-tsconfig-paths's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <p>This package is now ESM only in order to align with Vite: <a href="https://vitejs.dev/guide/migration#deprecate-cjs-node-api">https://vitejs.dev/guide/migration#deprecate-cjs-node-api</a></p> <p>If your project is using CommonJS, you can rename your Vite config to use the <code>.mjs</code> or <code>.mts</code> extension (depending on whether you use TypeScript or not). If you're not using Vite v5.0.0+, you may want to pin your dependency to v4 of this plugin.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/c2b0b4ca111cf01453dbf7fe80fdc49e5526c46e"><code>c2b0b4c</code></a> 5.0.1</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/ae80736bf5e2029900c0518416681e006b1b56ca"><code>ae80736</code></a> chore(fix): restore &quot;main&quot; and &quot;types&quot; fields in package.json</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/29093ed6c869741f1e7e5241fdfedc2d1d44d5a2"><code>29093ed</code></a> 5.0.0</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/66d478e8e66f72dd3c41ef3a53febe27955445f4"><code>66d478e</code></a> chore: update readme notice</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/5ff0d6abbae3f98276f4460b34478e02d7ef98a2"><code>5ff0d6a</code></a> chore: drop CJS build (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/151">#151</a>)</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/03ffe4a60afd40066cdbd0048dce853084e2e4a2"><code>03ffe4a</code></a> chore: update readme announcement</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/fc2da504bfec1ed6ae5caad3d65efa7a9b1bbb20"><code>fc2da50</code></a> chore: update lockfiles</li> <li>See full diff in <a href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.2...v5.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>
2024-08-09 18:44:32 +02:00
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
2024-06-26 21:26:27 +02:00
},
"dependencies": {
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
Bump the prod-dependencies group with 4 updates (#213) [//]: # (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 prod-dependencies group with 4 updates: [@observablehq/plot](https://github.com/observablehq/plot), [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table), [jotai](https://github.com/pmndrs/jotai) and [winston](https://github.com/winstonjs/winston). Updates `@observablehq/plot` from 0.6.15 to 0.6.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/observablehq/plot/releases"><code>@​observablehq/plot</code>'s releases</a>.</em></p> <blockquote> <h2>v0.6.16</h2> <p>Please see the <a href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md#0616">0.6.16 release notes</a> for examples and more!</p> <h2>New features</h2> <ul> <li>Add the <a href="https://observablehq.com/plot/marks/waffle">waffle mark</a> 🧇 for comparing countable quantities. <a href="https://redirect.github.com/observablehq/plot/issues/2029">#2029</a> <a href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a></li> <li>Add support for GeoJSON data and GeoJSON property shorthand to all marks. <a href="https://redirect.github.com/observablehq/plot/issues/2092">#2092</a> <a href="https://redirect.github.com/observablehq/plot/issues/1745">#1745</a> <a href="https://redirect.github.com/observablehq/plot/issues/1172">#1172</a></li> <li>Add support for the <strong>tip</strong> option to the <a href="https://observablehq.com/plot/marks/geo">geo mark</a> (via an implicit <a href="https://observablehq.com/plot/transforms/centroid">centroid transform</a>). <a href="https://redirect.github.com/observablehq/plot/issues/2088">#2088</a> <a href="https://redirect.github.com/observablehq/plot/issues/2087">#2087</a> <a href="https://redirect.github.com/observablehq/plot/issues/2085">#2085</a> <a href="https://redirect.github.com/observablehq/plot/issues/1743">#1743</a></li> <li>Add support for Apache Arrow as native data, allowing channel shorthand. <a href="https://redirect.github.com/observablehq/plot/issues/191">#191</a> <a href="https://redirect.github.com/observablehq/plot/issues/2030">#2030</a> <a href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a> <a href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a></li> <li>Add per-side and per-corner <a href="https://observablehq.com/plot/features/marks#rounded-corners">rounding options</a> (<strong>r</strong>, <strong>rx1</strong>, <strong>ry1</strong>, <em>etc.</em>) to <a href="https://observablehq.com/plot/marks/rect">rect</a>-like marks. <a href="https://redirect.github.com/observablehq/plot/issues/2099">#2099</a> <a href="https://redirect.github.com/observablehq/plot/issues/2054">#2054</a></li> <li>Add <strong>className</strong> mark option. Thanks, <a href="https://github.com/RLesser"><code>@​RLesser</code></a>! <a href="https://redirect.github.com/observablehq/plot/issues/1098">#1098</a></li> <li>Add <a href="https://observablehq.com/plot/marks/difference#differenceX">differenceX</a> and <a href="https://observablehq.com/plot/transforms/shift#shiftY">shiftY</a>. <a href="https://redirect.github.com/observablehq/plot/issues/1922">#1922</a></li> </ul> <h2>Bug fixes and other improvements</h2> <ul> <li>Change the <a href="https://observablehq.com/plot/marks/tip">tip mark</a> to ignore channels of literal color values. <a href="https://redirect.github.com/observablehq/plot/issues/2091">#2091</a> <a href="https://redirect.github.com/observablehq/plot/issues/2090">#2090</a></li> <li>Optimize clip path rendering. <a href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a></li> <li>Fix <a href="https://observablehq.com/plot/features/markers">marker options</a> on <a href="https://observablehq.com/plot/marks/line">lines</a> with variable aesthetics. <a href="https://redirect.github.com/observablehq/plot/issues/2094">#2094</a> <a href="https://redirect.github.com/observablehq/plot/issues/2093">#2093</a></li> <li>Fix the default plot height when a <strong>projection</strong> <strong>domain</strong> is set. <a href="https://redirect.github.com/observablehq/plot/issues/2102">#2102</a> <a href="https://redirect.github.com/observablehq/plot/issues/2063">#2063</a></li> <li>Fix the default plot height when the ordinal <em>y</em> scale domain is empty. <a href="https://redirect.github.com/observablehq/plot/issues/1864">#1864</a> <a href="https://redirect.github.com/observablehq/plot/issues/1856">#1856</a></li> <li>Fix the <a href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a> with the pointer transform. <a href="https://redirect.github.com/observablehq/plot/issues/1622">#1622</a> <a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li> <li>Fix the <a href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a> with non-exclusive facets. <a href="https://redirect.github.com/observablehq/plot/issues/1858">#1858</a> <a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li> <li>Fix detection of date columns with Apache Arrow data. <a href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a></li> </ul> <h2>New contributors</h2> <ul> <li><a href="https://github.com/RLesser"><code>@​RLesser</code></a> made their first contribution in <a href="https://redirect.github.com/observablehq/plot/pull/1098">observablehq/plot#1098</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md"><code>@​observablehq/plot</code>'s changelog</a>.</em></p> <blockquote> <h2>0.6.16</h2> <p><a href="https://github.com/observablehq/plot/releases/tag/v0.6.16">Released August 6, 2024.</a></p> <p>The new <a href="https://observablehq.com/plot/marks/waffle">waffle mark</a> 🧇 displays a quantity (or quantitative extent) for a given category; unlike a <a href="https://observablehq.com/plot/marks/bar">bar</a>, a waffle is subdivided into cells that allow easier counting, making waffles useful for reading and comparing exact quantities. Plot’s waffle mark is highly configurable: it supports stacking, positive and negative values, rounded corners, partial cells for fractional counts, automatic row or column size determination (with optional override), and more!</p> <p><a href="https://observablehq.com/plot/marks/waffle"><!-- raw HTML omitted --></a></p> <pre lang="js"><code>Plot.plot({ fx: {interval: 10}, color: {legend: true}, marks: [Plot.waffleY(olympians, Plot.groupZ({y: &quot;count&quot;}, {fill: &quot;sex&quot;, sort: &quot;sex&quot;, fx: &quot;weight&quot;, unit: 10}))] }) </code></pre> <p>All marks now support GeoJSON data and GeoJSON property shorthand, making it easier to work with GeoJSON. For example, below the data <code>counties</code> is a GeoJSON FeatureCollection, and <code>unemployment</code> refers to a property on each feature; the <strong>fill</strong> option is thus shorthand for <code>(d) =&gt; d.properties.unemployment</code>. The <a href="https://observablehq.com/plot/marks/geo">geo mark</a> now also supports the <strong>tip</strong> option (via an implicit <a href="https://observablehq.com/plot/transforms/centroid">centroid transform</a>), making it easier to use Plot’s <a href="https://observablehq.com/plot/interactions/pointer">interactive tooltips</a>.</p> <p><a href="https://observablehq.com/plot/marks/geo"><!-- raw HTML omitted --></a></p> <pre lang="js"><code>Plot.plot({ projection: &quot;albers-usa&quot;, color: { type: &quot;quantile&quot;, n: 9, scheme: &quot;blues&quot;, label: &quot;Unemployment (%)&quot;, legend: true }, marks: [ Plot.geo(counties, { fill: &quot;unemployment&quot;, title: (d) =&gt; `${d.properties.name} ${d.properties.unemployment}%`, tip: true }) ] }) </code></pre> <p>All marks now also support column name channel shorthand when using Apache Arrow tables as data, and we’ve added detection of Arrow date-type columns. (Arrow represents temporal data using BigInt rather than Date.)</p> <pre lang="js"><code>Plot.dot(gistemp, {x: &quot;Date&quot;, y: &quot;Anomaly&quot;}).plot() // gistemp is an Arrow Table! </code></pre> <p>The rect-like marks (<a href="https://observablehq.com/plot/marks/rect">rect</a>, <a href="https://observablehq.com/plot/marks/bar">bar</a>, <a href="https://observablehq.com/plot/marks/cell">cell</a>, and <a href="https://observablehq.com/plot/marks/frame">frame</a>) now support individual rounding options for each side (<strong>rx1</strong>, <strong>ry1</strong>, <em>etc.</em>) and corner (<strong>rx1y1</strong>, <strong>rx2y1</strong>, <em>etc.</em>). This allows you to round just the top side of rects. You can even use a negative corner radius on the bottom side for seamless stacking, as in the histogram of Olympic athletes below.</p> <p><a href="https://observablehq.com/plot/marks/rect"><!-- raw HTML omitted --></a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/observablehq/plot/commit/4324fa0a6f5edd316e8448b96e70ccff7d93db9a"><code>4324fa0</code></a> implement cloneNode</li> <li><a href="https://github.com/observablehq/plot/commit/547872857936f2442fa8ba19fed9a46d58a3e9e7"><code>5478728</code></a> 0.6.16 (<a href="https://redirect.github.com/observablehq/plot/issues/2122">#2122</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/9ea2e2765006519c2e6d64fd144782a441236302"><code>9ea2e27</code></a> waffle multiple option (<a href="https://redirect.github.com/observablehq/plot/issues/2121">#2121</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/67736b12919a607be0d0b910844eac3cfa6c3f60"><code>67736b1</code></a> document arrow support (<a href="https://redirect.github.com/observablehq/plot/issues/2120">#2120</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/0f884a2900cfe910b05250266ff325dd314f0d5c"><code>0f884a2</code></a> support Apache Arrow as a normalized data representation (<a href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/c911b1a7a60e3e88b9e8a3b16af9ae54b24c7044"><code>c911b1a</code></a> stable clip paths (<a href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/699e2d69ff28b63944ab88d2b95af855d9ad3804"><code>699e2d6</code></a> waffle mark 🧇 (<a href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/7fdbbabf7fdf6f68105d62dc5883fc2ad541c8a0"><code>7fdbbab</code></a> fix <a href="https://redirect.github.com/observablehq/plot/issues/2117">#2117</a>; delete obsolete sentence</li> <li><a href="https://github.com/observablehq/plot/commit/a576ab3afdf1128115424cd9e7ddd87916be5399"><code>a576ab3</code></a> Voronoi initializer (for pointer interactions) (<a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/6f0fe3fae6a43364692dd05a245883e211caa128"><code>6f0fe3f</code></a> Getting Started in Node.js (<a href="https://redirect.github.com/observablehq/plot/issues/2116">#2116</a>)</li> <li>Additional commits viewable in <a href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">compare view</a></li> </ul> </details> <br /> Updates `@tanstack/react-table` from 8.19.3 to 8.20.1 <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.1</h2> <p>Version 8.20.1 - 8/3/24, 10:29 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>id building was not consistent when using deep accessorKey (4754) (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5430">#5430</a>) (84cf73a) by Roman Kozodoi</li> </ul> <h3>Docs</h3> <ul> <li>fix link to row-models doc in guide/tables.md (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5467">#5467</a>) (55da0c3) by <a href="https://github.com/0ctothorp"><code>@​0ctothorp</code></a></li> <li>Update columns.md (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5666">#5666</a>) (a8d1971) by squidjam</li> </ul> <h2>Packages</h2> <ul> <li><code>@​tanstack/table-core</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/angular-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/lit-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/qwik-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/react-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/solid-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/svelte-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/vue-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/react-table-devtools</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> </ul> <h2>v8.20.0</h2> <p>Version 8.20.0 - 8/3/24, 9:32 PM</p> <h2>Changes</h2> <h3>Feat</h3> <ul> <li>add support for reactivity in Vue-adapter (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5687">#5687</a>) (ab8e318) by <a href="https://github.com/OlaAlsaker"><code>@​OlaAlsaker</code></a></li> </ul> <h3>Docs</h3> <ul> <li>fixed wrong path (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5693">#5693</a>) (f8a018d) by Hannes</li> </ul> <h2>Packages</h2> <ul> <li><code>@​tanstack/vue-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.0</li> </ul> <h2>v8.19.4</h2> <p>Version 8.19.4 - 8/3/24, 8:50 PM</p> <h2>Changes</h2> <h3>Fix</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/table/commit/9370c9e31a9b052ffe607803c9c160ed9b64d90b"><code>9370c9e</code></a> release: v8.20.1</li> <li><a href="https://github.com/TanStack/table/commit/f269a590354c4b25f10b2056ef6e4ad57ee4a1c8"><code>f269a59</code></a> release: v8.19.4</li> <li>See full diff in <a href="https://github.com/TanStack/table/commits/v8.20.1/packages/react-table">compare view</a></li> </ul> </details> <br /> Updates `jotai` from 2.9.1 to 2.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmndrs/jotai/releases">jotai's releases</a>.</em></p> <blockquote> <h2>v2.9.2</h2> <p>A small improvement in atomFamily for edge use cases.</p> <h2>What's Changed</h2> <ul> <li>feat(utils): atomFamily supports getParams and unstable_listen api by <a href="https://github.com/dmaskasky"><code>@​dmaskasky</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2685">pmndrs/jotai#2685</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/junkboy0315"><code>@​junkboy0315</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2694">pmndrs/jotai#2694</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmndrs/jotai/commit/20e0cde354c77dd7a9aee7bee4f54f83ea56ebb4"><code>20e0cde</code></a> 2.9.2</li> <li><a href="https://github.com/pmndrs/jotai/commit/785d14a35427d4fe3b08d735bd018f315bdefa57"><code>785d14a</code></a> update dev dependencies (<a href="https://redirect.github.com/pmndrs/jotai/issues/2696">#2696</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/b4565cbb970409c10522b0df71bc3a7fbe726f3d"><code>b4565cb</code></a> feat(utils): atomFamily supports getParams and unstable_listen api (<a href="https://redirect.github.com/pmndrs/jotai/issues/2685">#2685</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/9228a8892ff16886a7bf1be661448a885c1cca65"><code>9228a88</code></a> docs: remove redundant parentheses (<a href="https://redirect.github.com/pmndrs/jotai/issues/2694">#2694</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/c76b2242d0ebfd2dab2a47333c24fea20e0b76ff"><code>c76b224</code></a> docs: (jotai-tanstack-query) remove wonka as a peer dependency (<a href="https://redirect.github.com/pmndrs/jotai/issues/2693">#2693</a>)</li> <li>See full diff in <a href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">compare view</a></li> </ul> </details> <br /> Updates `winston` from 3.13.1 to 3.14.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/winstonjs/winston/releases">winston's releases</a>.</em></p> <blockquote> <h2>v3.14.1</h2> <ul> <li>Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>) e82752f</li> <li>Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>) 4ff0538</li> <li>Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>) 62acaad</li> <li>Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>) b2b79af</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1">https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1</a></p> <h2>v3.14.0</h2> <ul> <li>Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>) b2098fd</li> <li>Set _rotate false on emit &amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;rotate&amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>; false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>) 1719275</li> <li>Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>) d2859f3</li> <li>Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>) 71e4bb1</li> <li>fix: readme (<a href="https://redirect.github.com/winstonjs/winston/issues/2488">#2488</a>) 0cb8c7c</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0">https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/b270c4ee8ad8dd7098cf45d64cdab4489512dc8d"><code>b270c4e</code></a> 3.14.1</li> <li><a href="https://github.com/winstonjs/winston/commit/e82752fc7f4850ffb7814a41f75ee463e5ea48ab"><code>e82752f</code></a> Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/4ff0538e111f0513d1cf08041a768dcb336eff0e"><code>4ff0538</code></a> Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/62acaad26c03e2fe71cfa741cc7bac89df1cf765"><code>62acaad</code></a> Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/b2b79af23999052c171b914710a5001cba4d9590"><code>b2b79af</code></a> Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/c4a15ec02394b6b1e7376fe2979cf1efa6a849f0"><code>c4a15ec</code></a> 3.14.0</li> <li><a href="https://github.com/winstonjs/winston/commit/b2098fd9c05c1bda5e931da53c81c709b56b7dbf"><code>b2098fd</code></a> Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/17192754733c40d261d76b690d84d4d2608c05f1"><code>1719275</code></a> Set _rotate false on emit 'rotate' false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/d2859f3d31784769a99d3be2a3227792942a6f37"><code>d2859f3</code></a> Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/71e4bb165451599b1785d05ebf3a47b36a5744d3"><code>71e4bb1</code></a> Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>)</li> <li>Additional commits viewable in <a href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.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>
2024-08-09 18:46:58 +02:00
"@observablehq/plot": "^0.6.16",
Bump @react-hook/resize-observer from 2.0.1 to 2.0.2 in the prod-dependencies group (#179) Bumps the prod-dependencies group with 1 update: [@react-hook/resize-observer](https://github.com/jaredLunde/react-hook). Updates `@react-hook/resize-observer` from 2.0.1 to 2.0.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/jaredLunde/react-hook/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@react-hook/resize-observer&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 23:52:34 +02:00
"@react-hook/resize-observer": "^2.0.2",
2024-06-26 21:26:27 +02:00
"@table-nav/core": "^0.0.7",
"@table-nav/react": "^0.0.7",
Bump the prod-dependencies group with 4 updates (#213) [//]: # (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 prod-dependencies group with 4 updates: [@observablehq/plot](https://github.com/observablehq/plot), [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table), [jotai](https://github.com/pmndrs/jotai) and [winston](https://github.com/winstonjs/winston). Updates `@observablehq/plot` from 0.6.15 to 0.6.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/observablehq/plot/releases"><code>@​observablehq/plot</code>'s releases</a>.</em></p> <blockquote> <h2>v0.6.16</h2> <p>Please see the <a href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md#0616">0.6.16 release notes</a> for examples and more!</p> <h2>New features</h2> <ul> <li>Add the <a href="https://observablehq.com/plot/marks/waffle">waffle mark</a> 🧇 for comparing countable quantities. <a href="https://redirect.github.com/observablehq/plot/issues/2029">#2029</a> <a href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a></li> <li>Add support for GeoJSON data and GeoJSON property shorthand to all marks. <a href="https://redirect.github.com/observablehq/plot/issues/2092">#2092</a> <a href="https://redirect.github.com/observablehq/plot/issues/1745">#1745</a> <a href="https://redirect.github.com/observablehq/plot/issues/1172">#1172</a></li> <li>Add support for the <strong>tip</strong> option to the <a href="https://observablehq.com/plot/marks/geo">geo mark</a> (via an implicit <a href="https://observablehq.com/plot/transforms/centroid">centroid transform</a>). <a href="https://redirect.github.com/observablehq/plot/issues/2088">#2088</a> <a href="https://redirect.github.com/observablehq/plot/issues/2087">#2087</a> <a href="https://redirect.github.com/observablehq/plot/issues/2085">#2085</a> <a href="https://redirect.github.com/observablehq/plot/issues/1743">#1743</a></li> <li>Add support for Apache Arrow as native data, allowing channel shorthand. <a href="https://redirect.github.com/observablehq/plot/issues/191">#191</a> <a href="https://redirect.github.com/observablehq/plot/issues/2030">#2030</a> <a href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a> <a href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a></li> <li>Add per-side and per-corner <a href="https://observablehq.com/plot/features/marks#rounded-corners">rounding options</a> (<strong>r</strong>, <strong>rx1</strong>, <strong>ry1</strong>, <em>etc.</em>) to <a href="https://observablehq.com/plot/marks/rect">rect</a>-like marks. <a href="https://redirect.github.com/observablehq/plot/issues/2099">#2099</a> <a href="https://redirect.github.com/observablehq/plot/issues/2054">#2054</a></li> <li>Add <strong>className</strong> mark option. Thanks, <a href="https://github.com/RLesser"><code>@​RLesser</code></a>! <a href="https://redirect.github.com/observablehq/plot/issues/1098">#1098</a></li> <li>Add <a href="https://observablehq.com/plot/marks/difference#differenceX">differenceX</a> and <a href="https://observablehq.com/plot/transforms/shift#shiftY">shiftY</a>. <a href="https://redirect.github.com/observablehq/plot/issues/1922">#1922</a></li> </ul> <h2>Bug fixes and other improvements</h2> <ul> <li>Change the <a href="https://observablehq.com/plot/marks/tip">tip mark</a> to ignore channels of literal color values. <a href="https://redirect.github.com/observablehq/plot/issues/2091">#2091</a> <a href="https://redirect.github.com/observablehq/plot/issues/2090">#2090</a></li> <li>Optimize clip path rendering. <a href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a></li> <li>Fix <a href="https://observablehq.com/plot/features/markers">marker options</a> on <a href="https://observablehq.com/plot/marks/line">lines</a> with variable aesthetics. <a href="https://redirect.github.com/observablehq/plot/issues/2094">#2094</a> <a href="https://redirect.github.com/observablehq/plot/issues/2093">#2093</a></li> <li>Fix the default plot height when a <strong>projection</strong> <strong>domain</strong> is set. <a href="https://redirect.github.com/observablehq/plot/issues/2102">#2102</a> <a href="https://redirect.github.com/observablehq/plot/issues/2063">#2063</a></li> <li>Fix the default plot height when the ordinal <em>y</em> scale domain is empty. <a href="https://redirect.github.com/observablehq/plot/issues/1864">#1864</a> <a href="https://redirect.github.com/observablehq/plot/issues/1856">#1856</a></li> <li>Fix the <a href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a> with the pointer transform. <a href="https://redirect.github.com/observablehq/plot/issues/1622">#1622</a> <a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li> <li>Fix the <a href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a> with non-exclusive facets. <a href="https://redirect.github.com/observablehq/plot/issues/1858">#1858</a> <a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li> <li>Fix detection of date columns with Apache Arrow data. <a href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a></li> </ul> <h2>New contributors</h2> <ul> <li><a href="https://github.com/RLesser"><code>@​RLesser</code></a> made their first contribution in <a href="https://redirect.github.com/observablehq/plot/pull/1098">observablehq/plot#1098</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md"><code>@​observablehq/plot</code>'s changelog</a>.</em></p> <blockquote> <h2>0.6.16</h2> <p><a href="https://github.com/observablehq/plot/releases/tag/v0.6.16">Released August 6, 2024.</a></p> <p>The new <a href="https://observablehq.com/plot/marks/waffle">waffle mark</a> 🧇 displays a quantity (or quantitative extent) for a given category; unlike a <a href="https://observablehq.com/plot/marks/bar">bar</a>, a waffle is subdivided into cells that allow easier counting, making waffles useful for reading and comparing exact quantities. Plot’s waffle mark is highly configurable: it supports stacking, positive and negative values, rounded corners, partial cells for fractional counts, automatic row or column size determination (with optional override), and more!</p> <p><a href="https://observablehq.com/plot/marks/waffle"><!-- raw HTML omitted --></a></p> <pre lang="js"><code>Plot.plot({ fx: {interval: 10}, color: {legend: true}, marks: [Plot.waffleY(olympians, Plot.groupZ({y: &quot;count&quot;}, {fill: &quot;sex&quot;, sort: &quot;sex&quot;, fx: &quot;weight&quot;, unit: 10}))] }) </code></pre> <p>All marks now support GeoJSON data and GeoJSON property shorthand, making it easier to work with GeoJSON. For example, below the data <code>counties</code> is a GeoJSON FeatureCollection, and <code>unemployment</code> refers to a property on each feature; the <strong>fill</strong> option is thus shorthand for <code>(d) =&gt; d.properties.unemployment</code>. The <a href="https://observablehq.com/plot/marks/geo">geo mark</a> now also supports the <strong>tip</strong> option (via an implicit <a href="https://observablehq.com/plot/transforms/centroid">centroid transform</a>), making it easier to use Plot’s <a href="https://observablehq.com/plot/interactions/pointer">interactive tooltips</a>.</p> <p><a href="https://observablehq.com/plot/marks/geo"><!-- raw HTML omitted --></a></p> <pre lang="js"><code>Plot.plot({ projection: &quot;albers-usa&quot;, color: { type: &quot;quantile&quot;, n: 9, scheme: &quot;blues&quot;, label: &quot;Unemployment (%)&quot;, legend: true }, marks: [ Plot.geo(counties, { fill: &quot;unemployment&quot;, title: (d) =&gt; `${d.properties.name} ${d.properties.unemployment}%`, tip: true }) ] }) </code></pre> <p>All marks now also support column name channel shorthand when using Apache Arrow tables as data, and we’ve added detection of Arrow date-type columns. (Arrow represents temporal data using BigInt rather than Date.)</p> <pre lang="js"><code>Plot.dot(gistemp, {x: &quot;Date&quot;, y: &quot;Anomaly&quot;}).plot() // gistemp is an Arrow Table! </code></pre> <p>The rect-like marks (<a href="https://observablehq.com/plot/marks/rect">rect</a>, <a href="https://observablehq.com/plot/marks/bar">bar</a>, <a href="https://observablehq.com/plot/marks/cell">cell</a>, and <a href="https://observablehq.com/plot/marks/frame">frame</a>) now support individual rounding options for each side (<strong>rx1</strong>, <strong>ry1</strong>, <em>etc.</em>) and corner (<strong>rx1y1</strong>, <strong>rx2y1</strong>, <em>etc.</em>). This allows you to round just the top side of rects. You can even use a negative corner radius on the bottom side for seamless stacking, as in the histogram of Olympic athletes below.</p> <p><a href="https://observablehq.com/plot/marks/rect"><!-- raw HTML omitted --></a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/observablehq/plot/commit/4324fa0a6f5edd316e8448b96e70ccff7d93db9a"><code>4324fa0</code></a> implement cloneNode</li> <li><a href="https://github.com/observablehq/plot/commit/547872857936f2442fa8ba19fed9a46d58a3e9e7"><code>5478728</code></a> 0.6.16 (<a href="https://redirect.github.com/observablehq/plot/issues/2122">#2122</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/9ea2e2765006519c2e6d64fd144782a441236302"><code>9ea2e27</code></a> waffle multiple option (<a href="https://redirect.github.com/observablehq/plot/issues/2121">#2121</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/67736b12919a607be0d0b910844eac3cfa6c3f60"><code>67736b1</code></a> document arrow support (<a href="https://redirect.github.com/observablehq/plot/issues/2120">#2120</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/0f884a2900cfe910b05250266ff325dd314f0d5c"><code>0f884a2</code></a> support Apache Arrow as a normalized data representation (<a href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/c911b1a7a60e3e88b9e8a3b16af9ae54b24c7044"><code>c911b1a</code></a> stable clip paths (<a href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/699e2d69ff28b63944ab88d2b95af855d9ad3804"><code>699e2d6</code></a> waffle mark 🧇 (<a href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/7fdbbabf7fdf6f68105d62dc5883fc2ad541c8a0"><code>7fdbbab</code></a> fix <a href="https://redirect.github.com/observablehq/plot/issues/2117">#2117</a>; delete obsolete sentence</li> <li><a href="https://github.com/observablehq/plot/commit/a576ab3afdf1128115424cd9e7ddd87916be5399"><code>a576ab3</code></a> Voronoi initializer (for pointer interactions) (<a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/6f0fe3fae6a43364692dd05a245883e211caa128"><code>6f0fe3f</code></a> Getting Started in Node.js (<a href="https://redirect.github.com/observablehq/plot/issues/2116">#2116</a>)</li> <li>Additional commits viewable in <a href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">compare view</a></li> </ul> </details> <br /> Updates `@tanstack/react-table` from 8.19.3 to 8.20.1 <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.1</h2> <p>Version 8.20.1 - 8/3/24, 10:29 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>id building was not consistent when using deep accessorKey (4754) (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5430">#5430</a>) (84cf73a) by Roman Kozodoi</li> </ul> <h3>Docs</h3> <ul> <li>fix link to row-models doc in guide/tables.md (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5467">#5467</a>) (55da0c3) by <a href="https://github.com/0ctothorp"><code>@​0ctothorp</code></a></li> <li>Update columns.md (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5666">#5666</a>) (a8d1971) by squidjam</li> </ul> <h2>Packages</h2> <ul> <li><code>@​tanstack/table-core</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/angular-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/lit-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/qwik-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/react-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/solid-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/svelte-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/vue-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/react-table-devtools</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> </ul> <h2>v8.20.0</h2> <p>Version 8.20.0 - 8/3/24, 9:32 PM</p> <h2>Changes</h2> <h3>Feat</h3> <ul> <li>add support for reactivity in Vue-adapter (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5687">#5687</a>) (ab8e318) by <a href="https://github.com/OlaAlsaker"><code>@​OlaAlsaker</code></a></li> </ul> <h3>Docs</h3> <ul> <li>fixed wrong path (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5693">#5693</a>) (f8a018d) by Hannes</li> </ul> <h2>Packages</h2> <ul> <li><code>@​tanstack/vue-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.0</li> </ul> <h2>v8.19.4</h2> <p>Version 8.19.4 - 8/3/24, 8:50 PM</p> <h2>Changes</h2> <h3>Fix</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/table/commit/9370c9e31a9b052ffe607803c9c160ed9b64d90b"><code>9370c9e</code></a> release: v8.20.1</li> <li><a href="https://github.com/TanStack/table/commit/f269a590354c4b25f10b2056ef6e4ad57ee4a1c8"><code>f269a59</code></a> release: v8.19.4</li> <li>See full diff in <a href="https://github.com/TanStack/table/commits/v8.20.1/packages/react-table">compare view</a></li> </ul> </details> <br /> Updates `jotai` from 2.9.1 to 2.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmndrs/jotai/releases">jotai's releases</a>.</em></p> <blockquote> <h2>v2.9.2</h2> <p>A small improvement in atomFamily for edge use cases.</p> <h2>What's Changed</h2> <ul> <li>feat(utils): atomFamily supports getParams and unstable_listen api by <a href="https://github.com/dmaskasky"><code>@​dmaskasky</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2685">pmndrs/jotai#2685</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/junkboy0315"><code>@​junkboy0315</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2694">pmndrs/jotai#2694</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmndrs/jotai/commit/20e0cde354c77dd7a9aee7bee4f54f83ea56ebb4"><code>20e0cde</code></a> 2.9.2</li> <li><a href="https://github.com/pmndrs/jotai/commit/785d14a35427d4fe3b08d735bd018f315bdefa57"><code>785d14a</code></a> update dev dependencies (<a href="https://redirect.github.com/pmndrs/jotai/issues/2696">#2696</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/b4565cbb970409c10522b0df71bc3a7fbe726f3d"><code>b4565cb</code></a> feat(utils): atomFamily supports getParams and unstable_listen api (<a href="https://redirect.github.com/pmndrs/jotai/issues/2685">#2685</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/9228a8892ff16886a7bf1be661448a885c1cca65"><code>9228a88</code></a> docs: remove redundant parentheses (<a href="https://redirect.github.com/pmndrs/jotai/issues/2694">#2694</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/c76b2242d0ebfd2dab2a47333c24fea20e0b76ff"><code>c76b224</code></a> docs: (jotai-tanstack-query) remove wonka as a peer dependency (<a href="https://redirect.github.com/pmndrs/jotai/issues/2693">#2693</a>)</li> <li>See full diff in <a href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">compare view</a></li> </ul> </details> <br /> Updates `winston` from 3.13.1 to 3.14.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/winstonjs/winston/releases">winston's releases</a>.</em></p> <blockquote> <h2>v3.14.1</h2> <ul> <li>Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>) e82752f</li> <li>Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>) 4ff0538</li> <li>Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>) 62acaad</li> <li>Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>) b2b79af</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1">https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1</a></p> <h2>v3.14.0</h2> <ul> <li>Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>) b2098fd</li> <li>Set _rotate false on emit &amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;rotate&amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>; false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>) 1719275</li> <li>Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>) d2859f3</li> <li>Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>) 71e4bb1</li> <li>fix: readme (<a href="https://redirect.github.com/winstonjs/winston/issues/2488">#2488</a>) 0cb8c7c</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0">https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/b270c4ee8ad8dd7098cf45d64cdab4489512dc8d"><code>b270c4e</code></a> 3.14.1</li> <li><a href="https://github.com/winstonjs/winston/commit/e82752fc7f4850ffb7814a41f75ee463e5ea48ab"><code>e82752f</code></a> Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/4ff0538e111f0513d1cf08041a768dcb336eff0e"><code>4ff0538</code></a> Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/62acaad26c03e2fe71cfa741cc7bac89df1cf765"><code>62acaad</code></a> Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/b2b79af23999052c171b914710a5001cba4d9590"><code>b2b79af</code></a> Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/c4a15ec02394b6b1e7376fe2979cf1efa6a849f0"><code>c4a15ec</code></a> 3.14.0</li> <li><a href="https://github.com/winstonjs/winston/commit/b2098fd9c05c1bda5e931da53c81c709b56b7dbf"><code>b2098fd</code></a> Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/17192754733c40d261d76b690d84d4d2608c05f1"><code>1719275</code></a> Set _rotate false on emit 'rotate' false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/d2859f3d31784769a99d3be2a3227792942a6f37"><code>d2859f3</code></a> Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/71e4bb165451599b1785d05ebf3a47b36a5744d3"><code>71e4bb1</code></a> Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>)</li> <li>Additional commits viewable in <a href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.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>
2024-08-09 18:46:58 +02:00
"@tanstack/react-table": "^8.20.1",
"@types/color": "^3.0.6",
2024-06-26 21:26:27 +02:00
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-serialize": "^0.13.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
2024-06-26 21:26:27 +02:00
"@xterm/xterm": "^5.5.0",
"base64-js": "^1.5.1",
"clsx": "^2.1.1",
"color": "^4.2.3",
"css-tree": "^2.3.1",
"dayjs": "^1.11.12",
"electron-updater": "6.3.2",
"htl": "^0.3.1",
2024-06-26 21:26:27 +02:00
"html-to-image": "^1.11.11",
"immer": "^10.1.1",
Bump the prod-dependencies group with 4 updates (#213) [//]: # (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 prod-dependencies group with 4 updates: [@observablehq/plot](https://github.com/observablehq/plot), [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table), [jotai](https://github.com/pmndrs/jotai) and [winston](https://github.com/winstonjs/winston). Updates `@observablehq/plot` from 0.6.15 to 0.6.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/observablehq/plot/releases"><code>@​observablehq/plot</code>'s releases</a>.</em></p> <blockquote> <h2>v0.6.16</h2> <p>Please see the <a href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md#0616">0.6.16 release notes</a> for examples and more!</p> <h2>New features</h2> <ul> <li>Add the <a href="https://observablehq.com/plot/marks/waffle">waffle mark</a> 🧇 for comparing countable quantities. <a href="https://redirect.github.com/observablehq/plot/issues/2029">#2029</a> <a href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a></li> <li>Add support for GeoJSON data and GeoJSON property shorthand to all marks. <a href="https://redirect.github.com/observablehq/plot/issues/2092">#2092</a> <a href="https://redirect.github.com/observablehq/plot/issues/1745">#1745</a> <a href="https://redirect.github.com/observablehq/plot/issues/1172">#1172</a></li> <li>Add support for the <strong>tip</strong> option to the <a href="https://observablehq.com/plot/marks/geo">geo mark</a> (via an implicit <a href="https://observablehq.com/plot/transforms/centroid">centroid transform</a>). <a href="https://redirect.github.com/observablehq/plot/issues/2088">#2088</a> <a href="https://redirect.github.com/observablehq/plot/issues/2087">#2087</a> <a href="https://redirect.github.com/observablehq/plot/issues/2085">#2085</a> <a href="https://redirect.github.com/observablehq/plot/issues/1743">#1743</a></li> <li>Add support for Apache Arrow as native data, allowing channel shorthand. <a href="https://redirect.github.com/observablehq/plot/issues/191">#191</a> <a href="https://redirect.github.com/observablehq/plot/issues/2030">#2030</a> <a href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a> <a href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a></li> <li>Add per-side and per-corner <a href="https://observablehq.com/plot/features/marks#rounded-corners">rounding options</a> (<strong>r</strong>, <strong>rx1</strong>, <strong>ry1</strong>, <em>etc.</em>) to <a href="https://observablehq.com/plot/marks/rect">rect</a>-like marks. <a href="https://redirect.github.com/observablehq/plot/issues/2099">#2099</a> <a href="https://redirect.github.com/observablehq/plot/issues/2054">#2054</a></li> <li>Add <strong>className</strong> mark option. Thanks, <a href="https://github.com/RLesser"><code>@​RLesser</code></a>! <a href="https://redirect.github.com/observablehq/plot/issues/1098">#1098</a></li> <li>Add <a href="https://observablehq.com/plot/marks/difference#differenceX">differenceX</a> and <a href="https://observablehq.com/plot/transforms/shift#shiftY">shiftY</a>. <a href="https://redirect.github.com/observablehq/plot/issues/1922">#1922</a></li> </ul> <h2>Bug fixes and other improvements</h2> <ul> <li>Change the <a href="https://observablehq.com/plot/marks/tip">tip mark</a> to ignore channels of literal color values. <a href="https://redirect.github.com/observablehq/plot/issues/2091">#2091</a> <a href="https://redirect.github.com/observablehq/plot/issues/2090">#2090</a></li> <li>Optimize clip path rendering. <a href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a></li> <li>Fix <a href="https://observablehq.com/plot/features/markers">marker options</a> on <a href="https://observablehq.com/plot/marks/line">lines</a> with variable aesthetics. <a href="https://redirect.github.com/observablehq/plot/issues/2094">#2094</a> <a href="https://redirect.github.com/observablehq/plot/issues/2093">#2093</a></li> <li>Fix the default plot height when a <strong>projection</strong> <strong>domain</strong> is set. <a href="https://redirect.github.com/observablehq/plot/issues/2102">#2102</a> <a href="https://redirect.github.com/observablehq/plot/issues/2063">#2063</a></li> <li>Fix the default plot height when the ordinal <em>y</em> scale domain is empty. <a href="https://redirect.github.com/observablehq/plot/issues/1864">#1864</a> <a href="https://redirect.github.com/observablehq/plot/issues/1856">#1856</a></li> <li>Fix the <a href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a> with the pointer transform. <a href="https://redirect.github.com/observablehq/plot/issues/1622">#1622</a> <a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li> <li>Fix the <a href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a> with non-exclusive facets. <a href="https://redirect.github.com/observablehq/plot/issues/1858">#1858</a> <a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li> <li>Fix detection of date columns with Apache Arrow data. <a href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a></li> </ul> <h2>New contributors</h2> <ul> <li><a href="https://github.com/RLesser"><code>@​RLesser</code></a> made their first contribution in <a href="https://redirect.github.com/observablehq/plot/pull/1098">observablehq/plot#1098</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md"><code>@​observablehq/plot</code>'s changelog</a>.</em></p> <blockquote> <h2>0.6.16</h2> <p><a href="https://github.com/observablehq/plot/releases/tag/v0.6.16">Released August 6, 2024.</a></p> <p>The new <a href="https://observablehq.com/plot/marks/waffle">waffle mark</a> 🧇 displays a quantity (or quantitative extent) for a given category; unlike a <a href="https://observablehq.com/plot/marks/bar">bar</a>, a waffle is subdivided into cells that allow easier counting, making waffles useful for reading and comparing exact quantities. Plot’s waffle mark is highly configurable: it supports stacking, positive and negative values, rounded corners, partial cells for fractional counts, automatic row or column size determination (with optional override), and more!</p> <p><a href="https://observablehq.com/plot/marks/waffle"><!-- raw HTML omitted --></a></p> <pre lang="js"><code>Plot.plot({ fx: {interval: 10}, color: {legend: true}, marks: [Plot.waffleY(olympians, Plot.groupZ({y: &quot;count&quot;}, {fill: &quot;sex&quot;, sort: &quot;sex&quot;, fx: &quot;weight&quot;, unit: 10}))] }) </code></pre> <p>All marks now support GeoJSON data and GeoJSON property shorthand, making it easier to work with GeoJSON. For example, below the data <code>counties</code> is a GeoJSON FeatureCollection, and <code>unemployment</code> refers to a property on each feature; the <strong>fill</strong> option is thus shorthand for <code>(d) =&gt; d.properties.unemployment</code>. The <a href="https://observablehq.com/plot/marks/geo">geo mark</a> now also supports the <strong>tip</strong> option (via an implicit <a href="https://observablehq.com/plot/transforms/centroid">centroid transform</a>), making it easier to use Plot’s <a href="https://observablehq.com/plot/interactions/pointer">interactive tooltips</a>.</p> <p><a href="https://observablehq.com/plot/marks/geo"><!-- raw HTML omitted --></a></p> <pre lang="js"><code>Plot.plot({ projection: &quot;albers-usa&quot;, color: { type: &quot;quantile&quot;, n: 9, scheme: &quot;blues&quot;, label: &quot;Unemployment (%)&quot;, legend: true }, marks: [ Plot.geo(counties, { fill: &quot;unemployment&quot;, title: (d) =&gt; `${d.properties.name} ${d.properties.unemployment}%`, tip: true }) ] }) </code></pre> <p>All marks now also support column name channel shorthand when using Apache Arrow tables as data, and we’ve added detection of Arrow date-type columns. (Arrow represents temporal data using BigInt rather than Date.)</p> <pre lang="js"><code>Plot.dot(gistemp, {x: &quot;Date&quot;, y: &quot;Anomaly&quot;}).plot() // gistemp is an Arrow Table! </code></pre> <p>The rect-like marks (<a href="https://observablehq.com/plot/marks/rect">rect</a>, <a href="https://observablehq.com/plot/marks/bar">bar</a>, <a href="https://observablehq.com/plot/marks/cell">cell</a>, and <a href="https://observablehq.com/plot/marks/frame">frame</a>) now support individual rounding options for each side (<strong>rx1</strong>, <strong>ry1</strong>, <em>etc.</em>) and corner (<strong>rx1y1</strong>, <strong>rx2y1</strong>, <em>etc.</em>). This allows you to round just the top side of rects. You can even use a negative corner radius on the bottom side for seamless stacking, as in the histogram of Olympic athletes below.</p> <p><a href="https://observablehq.com/plot/marks/rect"><!-- raw HTML omitted --></a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/observablehq/plot/commit/4324fa0a6f5edd316e8448b96e70ccff7d93db9a"><code>4324fa0</code></a> implement cloneNode</li> <li><a href="https://github.com/observablehq/plot/commit/547872857936f2442fa8ba19fed9a46d58a3e9e7"><code>5478728</code></a> 0.6.16 (<a href="https://redirect.github.com/observablehq/plot/issues/2122">#2122</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/9ea2e2765006519c2e6d64fd144782a441236302"><code>9ea2e27</code></a> waffle multiple option (<a href="https://redirect.github.com/observablehq/plot/issues/2121">#2121</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/67736b12919a607be0d0b910844eac3cfa6c3f60"><code>67736b1</code></a> document arrow support (<a href="https://redirect.github.com/observablehq/plot/issues/2120">#2120</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/0f884a2900cfe910b05250266ff325dd314f0d5c"><code>0f884a2</code></a> support Apache Arrow as a normalized data representation (<a href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/c911b1a7a60e3e88b9e8a3b16af9ae54b24c7044"><code>c911b1a</code></a> stable clip paths (<a href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/699e2d69ff28b63944ab88d2b95af855d9ad3804"><code>699e2d6</code></a> waffle mark 🧇 (<a href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/7fdbbabf7fdf6f68105d62dc5883fc2ad541c8a0"><code>7fdbbab</code></a> fix <a href="https://redirect.github.com/observablehq/plot/issues/2117">#2117</a>; delete obsolete sentence</li> <li><a href="https://github.com/observablehq/plot/commit/a576ab3afdf1128115424cd9e7ddd87916be5399"><code>a576ab3</code></a> Voronoi initializer (for pointer interactions) (<a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/6f0fe3fae6a43364692dd05a245883e211caa128"><code>6f0fe3f</code></a> Getting Started in Node.js (<a href="https://redirect.github.com/observablehq/plot/issues/2116">#2116</a>)</li> <li>Additional commits viewable in <a href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">compare view</a></li> </ul> </details> <br /> Updates `@tanstack/react-table` from 8.19.3 to 8.20.1 <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.1</h2> <p>Version 8.20.1 - 8/3/24, 10:29 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>id building was not consistent when using deep accessorKey (4754) (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5430">#5430</a>) (84cf73a) by Roman Kozodoi</li> </ul> <h3>Docs</h3> <ul> <li>fix link to row-models doc in guide/tables.md (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5467">#5467</a>) (55da0c3) by <a href="https://github.com/0ctothorp"><code>@​0ctothorp</code></a></li> <li>Update columns.md (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5666">#5666</a>) (a8d1971) by squidjam</li> </ul> <h2>Packages</h2> <ul> <li><code>@​tanstack/table-core</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/angular-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/lit-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/qwik-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/react-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/solid-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/svelte-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/vue-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/react-table-devtools</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> </ul> <h2>v8.20.0</h2> <p>Version 8.20.0 - 8/3/24, 9:32 PM</p> <h2>Changes</h2> <h3>Feat</h3> <ul> <li>add support for reactivity in Vue-adapter (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5687">#5687</a>) (ab8e318) by <a href="https://github.com/OlaAlsaker"><code>@​OlaAlsaker</code></a></li> </ul> <h3>Docs</h3> <ul> <li>fixed wrong path (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5693">#5693</a>) (f8a018d) by Hannes</li> </ul> <h2>Packages</h2> <ul> <li><code>@​tanstack/vue-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.0</li> </ul> <h2>v8.19.4</h2> <p>Version 8.19.4 - 8/3/24, 8:50 PM</p> <h2>Changes</h2> <h3>Fix</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/table/commit/9370c9e31a9b052ffe607803c9c160ed9b64d90b"><code>9370c9e</code></a> release: v8.20.1</li> <li><a href="https://github.com/TanStack/table/commit/f269a590354c4b25f10b2056ef6e4ad57ee4a1c8"><code>f269a59</code></a> release: v8.19.4</li> <li>See full diff in <a href="https://github.com/TanStack/table/commits/v8.20.1/packages/react-table">compare view</a></li> </ul> </details> <br /> Updates `jotai` from 2.9.1 to 2.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmndrs/jotai/releases">jotai's releases</a>.</em></p> <blockquote> <h2>v2.9.2</h2> <p>A small improvement in atomFamily for edge use cases.</p> <h2>What's Changed</h2> <ul> <li>feat(utils): atomFamily supports getParams and unstable_listen api by <a href="https://github.com/dmaskasky"><code>@​dmaskasky</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2685">pmndrs/jotai#2685</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/junkboy0315"><code>@​junkboy0315</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2694">pmndrs/jotai#2694</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmndrs/jotai/commit/20e0cde354c77dd7a9aee7bee4f54f83ea56ebb4"><code>20e0cde</code></a> 2.9.2</li> <li><a href="https://github.com/pmndrs/jotai/commit/785d14a35427d4fe3b08d735bd018f315bdefa57"><code>785d14a</code></a> update dev dependencies (<a href="https://redirect.github.com/pmndrs/jotai/issues/2696">#2696</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/b4565cbb970409c10522b0df71bc3a7fbe726f3d"><code>b4565cb</code></a> feat(utils): atomFamily supports getParams and unstable_listen api (<a href="https://redirect.github.com/pmndrs/jotai/issues/2685">#2685</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/9228a8892ff16886a7bf1be661448a885c1cca65"><code>9228a88</code></a> docs: remove redundant parentheses (<a href="https://redirect.github.com/pmndrs/jotai/issues/2694">#2694</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/c76b2242d0ebfd2dab2a47333c24fea20e0b76ff"><code>c76b224</code></a> docs: (jotai-tanstack-query) remove wonka as a peer dependency (<a href="https://redirect.github.com/pmndrs/jotai/issues/2693">#2693</a>)</li> <li>See full diff in <a href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">compare view</a></li> </ul> </details> <br /> Updates `winston` from 3.13.1 to 3.14.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/winstonjs/winston/releases">winston's releases</a>.</em></p> <blockquote> <h2>v3.14.1</h2> <ul> <li>Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>) e82752f</li> <li>Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>) 4ff0538</li> <li>Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>) 62acaad</li> <li>Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>) b2b79af</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1">https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1</a></p> <h2>v3.14.0</h2> <ul> <li>Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>) b2098fd</li> <li>Set _rotate false on emit &amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;rotate&amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>; false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>) 1719275</li> <li>Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>) d2859f3</li> <li>Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>) 71e4bb1</li> <li>fix: readme (<a href="https://redirect.github.com/winstonjs/winston/issues/2488">#2488</a>) 0cb8c7c</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0">https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/b270c4ee8ad8dd7098cf45d64cdab4489512dc8d"><code>b270c4e</code></a> 3.14.1</li> <li><a href="https://github.com/winstonjs/winston/commit/e82752fc7f4850ffb7814a41f75ee463e5ea48ab"><code>e82752f</code></a> Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/4ff0538e111f0513d1cf08041a768dcb336eff0e"><code>4ff0538</code></a> Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/62acaad26c03e2fe71cfa741cc7bac89df1cf765"><code>62acaad</code></a> Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/b2b79af23999052c171b914710a5001cba4d9590"><code>b2b79af</code></a> Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/c4a15ec02394b6b1e7376fe2979cf1efa6a849f0"><code>c4a15ec</code></a> 3.14.0</li> <li><a href="https://github.com/winstonjs/winston/commit/b2098fd9c05c1bda5e931da53c81c709b56b7dbf"><code>b2098fd</code></a> Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/17192754733c40d261d76b690d84d4d2608c05f1"><code>1719275</code></a> Set _rotate false on emit 'rotate' false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/d2859f3d31784769a99d3be2a3227792942a6f37"><code>d2859f3</code></a> Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/71e4bb165451599b1785d05ebf3a47b36a5744d3"><code>71e4bb1</code></a> Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>)</li> <li>Additional commits viewable in <a href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.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>
2024-08-09 18:46:58 +02:00
"jotai": "^2.9.2",
"monaco-editor": "^0.50.0",
Bump overlayscrollbars from 2.9.2 to 2.10.0 in the prod-dependencies group (#175) Bumps the prod-dependencies group with 1 update: [overlayscrollbars](https://github.com/KingSora/OverlayScrollbars/tree/HEAD/packages/overlayscrollbars). Updates `overlayscrollbars` from 2.9.2 to 2.10.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/KingSora/OverlayScrollbars/blob/master/packages/overlayscrollbars/CHANGELOG.md">overlayscrollbars's changelog</a>.</em></p> <blockquote> <h2>2.10.0</h2> <h3>Features</h3> <ul> <li>The option <code>scrollbars.clickScroll</code> now supports the value <code>'instant'</code>. The <code>ClickScrollPlugin</code> is not required for it to work. <a href="https://redirect.github.com/KingSora/OverlayScrollbars/issues/645">#645</a></li> </ul> <h3>Improvements</h3> <ul> <li>Rewrite <code>clickScroll</code> animation for better performance and to support in and out easing for a smoother animation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/KingSora/OverlayScrollbars/commits/v2.10.0/packages/overlayscrollbars">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=overlayscrollbars&package-manager=npm_and_yarn&previous-version=2.9.2&new-version=2.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 18:08:20 +02:00
"overlayscrollbars": "^2.10.0",
2024-07-03 23:32:55 +02:00
"overlayscrollbars-react": "^0.5.6",
2024-06-26 21:26:27 +02:00
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-frame-component": "^5.2.7",
"react-gauge-chart": "^0.5.1",
"react-markdown": "^9.0.1",
2024-07-03 23:32:55 +02:00
"rehype-raw": "^7.0.0",
2024-06-26 21:26:27 +02:00
"remark-gfm": "^4.0.0",
"rxjs": "^7.8.1",
"shell-quote": "^1.8.1",
"sprintf-js": "^1.1.3",
"throttle-debounce": "^5.0.2",
2024-07-03 23:32:55 +02:00
"tinycolor2": "^1.6.0",
2024-06-26 21:26:27 +02:00
"use-device-pixel-ratio": "^1.1.2",
"uuid": "^10.0.0",
Bump the prod-dependencies group with 4 updates (#213) [//]: # (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 prod-dependencies group with 4 updates: [@observablehq/plot](https://github.com/observablehq/plot), [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table), [jotai](https://github.com/pmndrs/jotai) and [winston](https://github.com/winstonjs/winston). Updates `@observablehq/plot` from 0.6.15 to 0.6.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/observablehq/plot/releases"><code>@​observablehq/plot</code>'s releases</a>.</em></p> <blockquote> <h2>v0.6.16</h2> <p>Please see the <a href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md#0616">0.6.16 release notes</a> for examples and more!</p> <h2>New features</h2> <ul> <li>Add the <a href="https://observablehq.com/plot/marks/waffle">waffle mark</a> 🧇 for comparing countable quantities. <a href="https://redirect.github.com/observablehq/plot/issues/2029">#2029</a> <a href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a></li> <li>Add support for GeoJSON data and GeoJSON property shorthand to all marks. <a href="https://redirect.github.com/observablehq/plot/issues/2092">#2092</a> <a href="https://redirect.github.com/observablehq/plot/issues/1745">#1745</a> <a href="https://redirect.github.com/observablehq/plot/issues/1172">#1172</a></li> <li>Add support for the <strong>tip</strong> option to the <a href="https://observablehq.com/plot/marks/geo">geo mark</a> (via an implicit <a href="https://observablehq.com/plot/transforms/centroid">centroid transform</a>). <a href="https://redirect.github.com/observablehq/plot/issues/2088">#2088</a> <a href="https://redirect.github.com/observablehq/plot/issues/2087">#2087</a> <a href="https://redirect.github.com/observablehq/plot/issues/2085">#2085</a> <a href="https://redirect.github.com/observablehq/plot/issues/1743">#1743</a></li> <li>Add support for Apache Arrow as native data, allowing channel shorthand. <a href="https://redirect.github.com/observablehq/plot/issues/191">#191</a> <a href="https://redirect.github.com/observablehq/plot/issues/2030">#2030</a> <a href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a> <a href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a></li> <li>Add per-side and per-corner <a href="https://observablehq.com/plot/features/marks#rounded-corners">rounding options</a> (<strong>r</strong>, <strong>rx1</strong>, <strong>ry1</strong>, <em>etc.</em>) to <a href="https://observablehq.com/plot/marks/rect">rect</a>-like marks. <a href="https://redirect.github.com/observablehq/plot/issues/2099">#2099</a> <a href="https://redirect.github.com/observablehq/plot/issues/2054">#2054</a></li> <li>Add <strong>className</strong> mark option. Thanks, <a href="https://github.com/RLesser"><code>@​RLesser</code></a>! <a href="https://redirect.github.com/observablehq/plot/issues/1098">#1098</a></li> <li>Add <a href="https://observablehq.com/plot/marks/difference#differenceX">differenceX</a> and <a href="https://observablehq.com/plot/transforms/shift#shiftY">shiftY</a>. <a href="https://redirect.github.com/observablehq/plot/issues/1922">#1922</a></li> </ul> <h2>Bug fixes and other improvements</h2> <ul> <li>Change the <a href="https://observablehq.com/plot/marks/tip">tip mark</a> to ignore channels of literal color values. <a href="https://redirect.github.com/observablehq/plot/issues/2091">#2091</a> <a href="https://redirect.github.com/observablehq/plot/issues/2090">#2090</a></li> <li>Optimize clip path rendering. <a href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a></li> <li>Fix <a href="https://observablehq.com/plot/features/markers">marker options</a> on <a href="https://observablehq.com/plot/marks/line">lines</a> with variable aesthetics. <a href="https://redirect.github.com/observablehq/plot/issues/2094">#2094</a> <a href="https://redirect.github.com/observablehq/plot/issues/2093">#2093</a></li> <li>Fix the default plot height when a <strong>projection</strong> <strong>domain</strong> is set. <a href="https://redirect.github.com/observablehq/plot/issues/2102">#2102</a> <a href="https://redirect.github.com/observablehq/plot/issues/2063">#2063</a></li> <li>Fix the default plot height when the ordinal <em>y</em> scale domain is empty. <a href="https://redirect.github.com/observablehq/plot/issues/1864">#1864</a> <a href="https://redirect.github.com/observablehq/plot/issues/1856">#1856</a></li> <li>Fix the <a href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a> with the pointer transform. <a href="https://redirect.github.com/observablehq/plot/issues/1622">#1622</a> <a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li> <li>Fix the <a href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a> with non-exclusive facets. <a href="https://redirect.github.com/observablehq/plot/issues/1858">#1858</a> <a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li> <li>Fix detection of date columns with Apache Arrow data. <a href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a></li> </ul> <h2>New contributors</h2> <ul> <li><a href="https://github.com/RLesser"><code>@​RLesser</code></a> made their first contribution in <a href="https://redirect.github.com/observablehq/plot/pull/1098">observablehq/plot#1098</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md"><code>@​observablehq/plot</code>'s changelog</a>.</em></p> <blockquote> <h2>0.6.16</h2> <p><a href="https://github.com/observablehq/plot/releases/tag/v0.6.16">Released August 6, 2024.</a></p> <p>The new <a href="https://observablehq.com/plot/marks/waffle">waffle mark</a> 🧇 displays a quantity (or quantitative extent) for a given category; unlike a <a href="https://observablehq.com/plot/marks/bar">bar</a>, a waffle is subdivided into cells that allow easier counting, making waffles useful for reading and comparing exact quantities. Plot’s waffle mark is highly configurable: it supports stacking, positive and negative values, rounded corners, partial cells for fractional counts, automatic row or column size determination (with optional override), and more!</p> <p><a href="https://observablehq.com/plot/marks/waffle"><!-- raw HTML omitted --></a></p> <pre lang="js"><code>Plot.plot({ fx: {interval: 10}, color: {legend: true}, marks: [Plot.waffleY(olympians, Plot.groupZ({y: &quot;count&quot;}, {fill: &quot;sex&quot;, sort: &quot;sex&quot;, fx: &quot;weight&quot;, unit: 10}))] }) </code></pre> <p>All marks now support GeoJSON data and GeoJSON property shorthand, making it easier to work with GeoJSON. For example, below the data <code>counties</code> is a GeoJSON FeatureCollection, and <code>unemployment</code> refers to a property on each feature; the <strong>fill</strong> option is thus shorthand for <code>(d) =&gt; d.properties.unemployment</code>. The <a href="https://observablehq.com/plot/marks/geo">geo mark</a> now also supports the <strong>tip</strong> option (via an implicit <a href="https://observablehq.com/plot/transforms/centroid">centroid transform</a>), making it easier to use Plot’s <a href="https://observablehq.com/plot/interactions/pointer">interactive tooltips</a>.</p> <p><a href="https://observablehq.com/plot/marks/geo"><!-- raw HTML omitted --></a></p> <pre lang="js"><code>Plot.plot({ projection: &quot;albers-usa&quot;, color: { type: &quot;quantile&quot;, n: 9, scheme: &quot;blues&quot;, label: &quot;Unemployment (%)&quot;, legend: true }, marks: [ Plot.geo(counties, { fill: &quot;unemployment&quot;, title: (d) =&gt; `${d.properties.name} ${d.properties.unemployment}%`, tip: true }) ] }) </code></pre> <p>All marks now also support column name channel shorthand when using Apache Arrow tables as data, and we’ve added detection of Arrow date-type columns. (Arrow represents temporal data using BigInt rather than Date.)</p> <pre lang="js"><code>Plot.dot(gistemp, {x: &quot;Date&quot;, y: &quot;Anomaly&quot;}).plot() // gistemp is an Arrow Table! </code></pre> <p>The rect-like marks (<a href="https://observablehq.com/plot/marks/rect">rect</a>, <a href="https://observablehq.com/plot/marks/bar">bar</a>, <a href="https://observablehq.com/plot/marks/cell">cell</a>, and <a href="https://observablehq.com/plot/marks/frame">frame</a>) now support individual rounding options for each side (<strong>rx1</strong>, <strong>ry1</strong>, <em>etc.</em>) and corner (<strong>rx1y1</strong>, <strong>rx2y1</strong>, <em>etc.</em>). This allows you to round just the top side of rects. You can even use a negative corner radius on the bottom side for seamless stacking, as in the histogram of Olympic athletes below.</p> <p><a href="https://observablehq.com/plot/marks/rect"><!-- raw HTML omitted --></a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/observablehq/plot/commit/4324fa0a6f5edd316e8448b96e70ccff7d93db9a"><code>4324fa0</code></a> implement cloneNode</li> <li><a href="https://github.com/observablehq/plot/commit/547872857936f2442fa8ba19fed9a46d58a3e9e7"><code>5478728</code></a> 0.6.16 (<a href="https://redirect.github.com/observablehq/plot/issues/2122">#2122</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/9ea2e2765006519c2e6d64fd144782a441236302"><code>9ea2e27</code></a> waffle multiple option (<a href="https://redirect.github.com/observablehq/plot/issues/2121">#2121</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/67736b12919a607be0d0b910844eac3cfa6c3f60"><code>67736b1</code></a> document arrow support (<a href="https://redirect.github.com/observablehq/plot/issues/2120">#2120</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/0f884a2900cfe910b05250266ff325dd314f0d5c"><code>0f884a2</code></a> support Apache Arrow as a normalized data representation (<a href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/c911b1a7a60e3e88b9e8a3b16af9ae54b24c7044"><code>c911b1a</code></a> stable clip paths (<a href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/699e2d69ff28b63944ab88d2b95af855d9ad3804"><code>699e2d6</code></a> waffle mark 🧇 (<a href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/7fdbbabf7fdf6f68105d62dc5883fc2ad541c8a0"><code>7fdbbab</code></a> fix <a href="https://redirect.github.com/observablehq/plot/issues/2117">#2117</a>; delete obsolete sentence</li> <li><a href="https://github.com/observablehq/plot/commit/a576ab3afdf1128115424cd9e7ddd87916be5399"><code>a576ab3</code></a> Voronoi initializer (for pointer interactions) (<a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/6f0fe3fae6a43364692dd05a245883e211caa128"><code>6f0fe3f</code></a> Getting Started in Node.js (<a href="https://redirect.github.com/observablehq/plot/issues/2116">#2116</a>)</li> <li>Additional commits viewable in <a href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">compare view</a></li> </ul> </details> <br /> Updates `@tanstack/react-table` from 8.19.3 to 8.20.1 <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.1</h2> <p>Version 8.20.1 - 8/3/24, 10:29 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>id building was not consistent when using deep accessorKey (4754) (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5430">#5430</a>) (84cf73a) by Roman Kozodoi</li> </ul> <h3>Docs</h3> <ul> <li>fix link to row-models doc in guide/tables.md (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5467">#5467</a>) (55da0c3) by <a href="https://github.com/0ctothorp"><code>@​0ctothorp</code></a></li> <li>Update columns.md (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5666">#5666</a>) (a8d1971) by squidjam</li> </ul> <h2>Packages</h2> <ul> <li><code>@​tanstack/table-core</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/angular-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/lit-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/qwik-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/react-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/solid-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/svelte-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/vue-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/react-table-devtools</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> </ul> <h2>v8.20.0</h2> <p>Version 8.20.0 - 8/3/24, 9:32 PM</p> <h2>Changes</h2> <h3>Feat</h3> <ul> <li>add support for reactivity in Vue-adapter (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5687">#5687</a>) (ab8e318) by <a href="https://github.com/OlaAlsaker"><code>@​OlaAlsaker</code></a></li> </ul> <h3>Docs</h3> <ul> <li>fixed wrong path (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5693">#5693</a>) (f8a018d) by Hannes</li> </ul> <h2>Packages</h2> <ul> <li><code>@​tanstack/vue-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.0</li> </ul> <h2>v8.19.4</h2> <p>Version 8.19.4 - 8/3/24, 8:50 PM</p> <h2>Changes</h2> <h3>Fix</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/table/commit/9370c9e31a9b052ffe607803c9c160ed9b64d90b"><code>9370c9e</code></a> release: v8.20.1</li> <li><a href="https://github.com/TanStack/table/commit/f269a590354c4b25f10b2056ef6e4ad57ee4a1c8"><code>f269a59</code></a> release: v8.19.4</li> <li>See full diff in <a href="https://github.com/TanStack/table/commits/v8.20.1/packages/react-table">compare view</a></li> </ul> </details> <br /> Updates `jotai` from 2.9.1 to 2.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmndrs/jotai/releases">jotai's releases</a>.</em></p> <blockquote> <h2>v2.9.2</h2> <p>A small improvement in atomFamily for edge use cases.</p> <h2>What's Changed</h2> <ul> <li>feat(utils): atomFamily supports getParams and unstable_listen api by <a href="https://github.com/dmaskasky"><code>@​dmaskasky</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2685">pmndrs/jotai#2685</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/junkboy0315"><code>@​junkboy0315</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2694">pmndrs/jotai#2694</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmndrs/jotai/commit/20e0cde354c77dd7a9aee7bee4f54f83ea56ebb4"><code>20e0cde</code></a> 2.9.2</li> <li><a href="https://github.com/pmndrs/jotai/commit/785d14a35427d4fe3b08d735bd018f315bdefa57"><code>785d14a</code></a> update dev dependencies (<a href="https://redirect.github.com/pmndrs/jotai/issues/2696">#2696</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/b4565cbb970409c10522b0df71bc3a7fbe726f3d"><code>b4565cb</code></a> feat(utils): atomFamily supports getParams and unstable_listen api (<a href="https://redirect.github.com/pmndrs/jotai/issues/2685">#2685</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/9228a8892ff16886a7bf1be661448a885c1cca65"><code>9228a88</code></a> docs: remove redundant parentheses (<a href="https://redirect.github.com/pmndrs/jotai/issues/2694">#2694</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/c76b2242d0ebfd2dab2a47333c24fea20e0b76ff"><code>c76b224</code></a> docs: (jotai-tanstack-query) remove wonka as a peer dependency (<a href="https://redirect.github.com/pmndrs/jotai/issues/2693">#2693</a>)</li> <li>See full diff in <a href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">compare view</a></li> </ul> </details> <br /> Updates `winston` from 3.13.1 to 3.14.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/winstonjs/winston/releases">winston's releases</a>.</em></p> <blockquote> <h2>v3.14.1</h2> <ul> <li>Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>) e82752f</li> <li>Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>) 4ff0538</li> <li>Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>) 62acaad</li> <li>Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>) b2b79af</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1">https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1</a></p> <h2>v3.14.0</h2> <ul> <li>Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>) b2098fd</li> <li>Set _rotate false on emit &amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;rotate&amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>; false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>) 1719275</li> <li>Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>) d2859f3</li> <li>Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>) 71e4bb1</li> <li>fix: readme (<a href="https://redirect.github.com/winstonjs/winston/issues/2488">#2488</a>) 0cb8c7c</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0">https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/b270c4ee8ad8dd7098cf45d64cdab4489512dc8d"><code>b270c4e</code></a> 3.14.1</li> <li><a href="https://github.com/winstonjs/winston/commit/e82752fc7f4850ffb7814a41f75ee463e5ea48ab"><code>e82752f</code></a> Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/4ff0538e111f0513d1cf08041a768dcb336eff0e"><code>4ff0538</code></a> Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/62acaad26c03e2fe71cfa741cc7bac89df1cf765"><code>62acaad</code></a> Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/b2b79af23999052c171b914710a5001cba4d9590"><code>b2b79af</code></a> Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/c4a15ec02394b6b1e7376fe2979cf1efa6a849f0"><code>c4a15ec</code></a> 3.14.0</li> <li><a href="https://github.com/winstonjs/winston/commit/b2098fd9c05c1bda5e931da53c81c709b56b7dbf"><code>b2098fd</code></a> Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/17192754733c40d261d76b690d84d4d2608c05f1"><code>1719275</code></a> Set _rotate false on emit 'rotate' false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/d2859f3d31784769a99d3be2a3227792942a6f37"><code>d2859f3</code></a> Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/71e4bb165451599b1785d05ebf3a47b36a5744d3"><code>71e4bb1</code></a> Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>)</li> <li>Additional commits viewable in <a href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.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>
2024-08-09 18:46:58 +02:00
"winston": "^3.14.1"
2024-06-26 21:26:27 +02:00
},
2024-07-03 23:36:38 +02:00
"packageManager": "yarn@4.3.1"
}