waveterm/package.json

125 lines
4.2 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 with 6 updates (#234) Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.8.0` | `9.9.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.1.0` | `22.3.0` | | [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.0` | | [sharp](https://github.com/lovell/sharp) | `0.33.4` | `0.33.5` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.1` | `8.1.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.0` | `5.4.1` | Updates `@eslint/js` from 9.8.0 to 9.9.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.9.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18716">#18716</a>) (Dave)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18759">#18759</a>) (Christian Bromann)</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.9.0 - August 9, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18759">#18759</a>) (Christian Bromann)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18716">#18716</a>) (Dave)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</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.9.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.1.0 to 22.3.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.8.0 to 9.9.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.9.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>) (Dave)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>) (Christian Bromann)</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.9.0 - August 9, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>) (Christian Bromann)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>) (Dave)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/0dd38631b8dd60f93807e9cee1df3e752b86ab51"><code>0dd3863</code></a> 9.9.0</li> <li><a href="https://github.com/eslint/eslint/commit/2e5ba7759ea96506ba152e92a9ff3854b9434ebf"><code>2e5ba77</code></a> Build: changelog update for 9.9.0</li> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.8.0...v9.9.0">compare view</a></li> </ul> </details> <br /> Updates `sharp` from 0.33.4 to 0.33.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's changelog</a>.</em></p> <blockquote> <h3>v0.33.5 - 16th August 2024</h3> <ul> <li> <p>Upgrade to libvips v8.15.3 for upstream bug fixes.</p> </li> <li> <p>Add <code>pageHeight</code> and <code>pages</code> to response of multi-page output. <a href="https://redirect.github.com/lovell/sharp/issues/3411">#3411</a></p> </li> <li> <p>Ensure option to force use of a globally-installed libvips works correctly. <a href="https://redirect.github.com/lovell/sharp/pull/4111">#4111</a> <a href="https://github.com/project0"><code>@​project0</code></a></p> </li> <li> <p>Minimise use of <code>engines</code> property to improve yarn v1 support. <a href="https://redirect.github.com/lovell/sharp/issues/4130">#4130</a></p> </li> <li> <p>Ensure <code>sharp.format.heif</code> includes only AVIF when using prebuilt binaries. <a href="https://redirect.github.com/lovell/sharp/issues/4132">#4132</a></p> </li> <li> <p>Add support to recomb operation for 4x4 matrices. <a href="https://redirect.github.com/lovell/sharp/pull/4147">#4147</a> <a href="https://github.com/ton11797"><code>@​ton11797</code></a></p> </li> <li> <p>Expose PNG text chunks as <code>comments</code> metadata. <a href="https://redirect.github.com/lovell/sharp/pull/4157">#4157</a> <a href="https://github.com/nkeynes"><code>@​nkeynes</code></a></p> </li> <li> <p>Expose optional <code>precision</code> and <code>minAmplitude</code> parameters of <code>blur</code> operation. <a href="https://redirect.github.com/lovell/sharp/pull/4168">#4168</a> <a href="https://redirect.github.com/lovell/sharp/pull/4172">#4172</a> <a href="https://github.com/marcosc90"><code>@​marcosc90</code></a></p> </li> <li> <p>Ensure <code>keepIccProfile</code> avoids colour transformation where possible. <a href="https://redirect.github.com/lovell/sharp/issues/4186">#4186</a></p> </li> <li> <p>TypeScript: <code>chromaSubsampling</code> metadata is optional. <a href="https://redirect.github.com/lovell/sharp/pull/4191">#4191</a> <a href="https://github.com/DavidVaness"><code>@​DavidVaness</code></a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lovell/sharp/commit/fc32e0bd3f9111b80cf078df7b0cfc355695674e"><code>fc32e0b</code></a> Release v0.33.5</li> <li><a href="https://github.com/lovell/sharp/commit/0546e484673830aea104102288afe60a8741c962"><code>0546e48</code></a> Docs: changelog entry for <a href="https://redirect.github.com/lovell/sharp/issues/4191">#4191</a></li> <li><a href="https://github.com/lovell/sharp/commit/ab65b7a0f1b9aa3b351047c0dad538766c4c9f4c"><code>ab65b7a</code></a> TypeScript: chromaSubsampling can be undefined (<a href="https://redirect.github.com/lovell/sharp/issues/4191">#4191</a>)</li> <li><a href="https://github.com/lovell/sharp/commit/2474bd416316eed0f59ccc62d155808debaae76d"><code>2474bd4</code></a> Prerelease v0.33.5-rc.1</li> <li><a href="https://github.com/lovell/sharp/commit/ff2e689d35e9d927170fc7dd9945e4131d5ff950"><code>ff2e689</code></a> Remove yarn v1 specifics from help text</li> <li><a href="https://github.com/lovell/sharp/commit/6327f13717921f75b05b206386412a4c883b54ac"><code>6327f13</code></a> CI: Add yarn v1 to packaging tests</li> <li><a href="https://github.com/lovell/sharp/commit/f1e69a218ec3b2664d867201d123431229fbc4d2"><code>f1e69a2</code></a> Prerelease v0.33.5-rc.0</li> <li><a href="https://github.com/lovell/sharp/commit/3c14dbb21e47211d9a5d131828b39423e9b773cc"><code>3c14dbb</code></a> Minimise use of <code>engines</code> property to improve yarn v1 support</li> <li><a href="https://github.com/lovell/sharp/commit/82cebc31d07c3d6b69b41a5215473c14e087c88f"><code>82cebc3</code></a> Upgrade to libvips v8.15.3 for Linux ARMv6</li> <li><a href="https://github.com/lovell/sharp/commit/ad36fa06053cee0fa3f04974c515dada60f6a565"><code>ad36fa0</code></a> Ensure emnapiInit function is exported</li> <li>Additional commits viewable in <a href="https://github.com/lovell/sharp/compare/v0.33.4...v0.33.5">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.0.1 to 8.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.1.0</h2> <h2>8.1.0 (2024-08-12)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] enable &quot;add await&quot; suggestion if ignoreVoid is true (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9703">#9703</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] check promise any (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8693">#8693</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] check subtype methods against heritage type methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8765">#8765</a>)</li> <li><strong>typescript-eslint:</strong> add JSDoc comments on generated configs (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9672">#9672</a>)</li> <li><strong>typescript-estree:</strong> restrict variable declarator definite/init combinations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9228">#9228</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] typo in test (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9779">#9779</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] skip checking function bodies for AST references (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9738">#9738</a>)</li> <li><strong>eslint-plugin:</strong> [member-ordering] get accessor member name &amp; take into account <code>abstract</code> and decorator (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9775">#9775</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] wrong parenthesis fix output (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9597">#9597</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] clarify message (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9737">#9737</a>)</li> <li><strong>utils:</strong> correct types to align with <code>@​types/eslint</code> v9 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9657">#9657</a>)</li> <li><strong>website:</strong> tsconfig is blank (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9745">#9745</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Aly Thobani</li> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li> <li>James <a href="https://github.com/Zamiell"><code>@​Zamiell</code></a></li> <li>Josh Goldberg ✨</li> <li>Joshua Chen</li> <li>Olivier Zalmanski <a href="https://github.com/OlivierZal"><code>@​OlivierZal</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></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>8.1.0 (2024-08-12)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-eslint:</strong> add JSDoc comments on generated configs</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Aly Thobani</li> <li>Brad Zacher</li> <li>James</li> <li>Josh Goldberg ✨</li> <li>Joshua Chen</li> <li>Olivier Zalmanski</li> <li>YeonJuan</li> <li>Yukihiro Hasegawa</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>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3d78392bc46f1f7186b43a247477183a120c016f"><code>3d78392</code></a> chore(release): publish 8.1.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/90576fa72afd9b11afd8871eba4eead9898fc980"><code>90576fa</code></a> feat(typescript-eslint): add JSDoc comments on generated configs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9672">#9672</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb65883d286a278d71f366a4837e1ef15bb7cd98"><code>fb65883</code></a> chore: set <code>reportUnusedDisableDirectives</code> level to <code>error</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9743">#9743</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.0 to 5.4.1 <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><!-- raw HTML omitted -->5.4.1 (2024-08-15)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>build.modulePreload.resolveDependencies</code> is optimizable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>) (<a href="https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b">e961b31</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16083">#16083</a></li> <li>fix: align CorsOptions.origin type with <code>@​types/cors</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>) (<a href="https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64">1bda847</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17836">#17836</a></li> <li>fix: typings for vite:preloadError (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>) (<a href="https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62">6700594</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17868">#17868</a></li> <li>fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>) (<a href="https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5">e686d74</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17876">#17876</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>) (<a href="https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8">d11711c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17869">#17869</a></li> <li>fix(lightningcss): search for assets with correct base path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>) (<a href="https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031">4e5ce3c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17856">#17856</a></li> <li>fix(worker): handle self reference url worker in dependency for build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>) (<a href="https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8">391bb49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17846">#17846</a></li> <li>chore: fix picocolors import for local dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>) (<a href="https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba">9018255</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17884">#17884</a></li> <li>refactor: remove <code>handleHotUpdate</code> from watch-package-data plugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>) (<a href="https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3">e16bf1f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17865">#17865</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/b44c20cb60b56e626aa6dbec03889812de2549b8"><code>b44c20c</code></a> release: v5.4.1</li> <li><a href="https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8"><code>391bb49</code></a> fix(worker): handle self reference url worker in dependency for build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5"><code>e686d74</code></a> fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba"><code>9018255</code></a> chore: fix picocolors import for local dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64"><code>1bda847</code></a> fix: align CorsOptions.origin type with <code>@​types/cors</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3"><code>e16bf1f</code></a> refactor: remove <code>handleHotUpdate</code> from watch-package-data plugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62"><code>6700594</code></a> fix: typings for vite:preloadError (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8"><code>d11711c</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031"><code>4e5ce3c</code></a> fix(lightningcss): search for assets with correct base path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b"><code>e961b31</code></a> fix: <code>build.modulePreload.resolveDependencies</code> is optimizable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.4.1/packages/vite">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the 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-16 20:31:06 +02:00
"@eslint/js": "^9.9.0",
"@rollup/plugin-node-resolve": "^15.2.3",
Bump the storybook group with 8 updates (#235) 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.8` | `8.2.9` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.2.8` | `8.2.9` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.2.8` | `8.2.9` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.2.8` | `8.2.9` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.8` | `8.2.9` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.8` | `8.2.9` | | [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.2.8` | `8.2.9` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.8` | `8.2.9` | Updates `@storybook/addon-essentials` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/essentials">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-interactions` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/interactions">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-links` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/links">compare view</a></li> </ul> </details> <br /> Updates `@storybook/blocks` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/blocks">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/renderers/react">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react-vite` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/frameworks/react-vite">compare view</a></li> </ul> </details> <br /> Updates `@storybook/test` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/test">compare view</a></li> </ul> </details> <br /> Updates `storybook` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/dbea094ba500e50bf513f6f06d6266971e9e8b60"><code>dbea094</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/28853">#28853</a> from storybookjs/norbert/fix-no-install-bug</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/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-16 20:36:58 +02:00
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/test": "^8.2.9",
"@types/css-tree": "^2",
2024-07-18 06:52:39 +02:00
"@types/electron": "^1.6.10",
Bump the dev-dependencies group with 6 updates (#234) Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.8.0` | `9.9.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.1.0` | `22.3.0` | | [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.0` | | [sharp](https://github.com/lovell/sharp) | `0.33.4` | `0.33.5` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.1` | `8.1.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.0` | `5.4.1` | Updates `@eslint/js` from 9.8.0 to 9.9.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.9.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18716">#18716</a>) (Dave)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18759">#18759</a>) (Christian Bromann)</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.9.0 - August 9, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18759">#18759</a>) (Christian Bromann)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18716">#18716</a>) (Dave)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</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.9.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.1.0 to 22.3.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.8.0 to 9.9.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.9.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>) (Dave)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>) (Christian Bromann)</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.9.0 - August 9, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>) (Christian Bromann)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>) (Dave)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/0dd38631b8dd60f93807e9cee1df3e752b86ab51"><code>0dd3863</code></a> 9.9.0</li> <li><a href="https://github.com/eslint/eslint/commit/2e5ba7759ea96506ba152e92a9ff3854b9434ebf"><code>2e5ba77</code></a> Build: changelog update for 9.9.0</li> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.8.0...v9.9.0">compare view</a></li> </ul> </details> <br /> Updates `sharp` from 0.33.4 to 0.33.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's changelog</a>.</em></p> <blockquote> <h3>v0.33.5 - 16th August 2024</h3> <ul> <li> <p>Upgrade to libvips v8.15.3 for upstream bug fixes.</p> </li> <li> <p>Add <code>pageHeight</code> and <code>pages</code> to response of multi-page output. <a href="https://redirect.github.com/lovell/sharp/issues/3411">#3411</a></p> </li> <li> <p>Ensure option to force use of a globally-installed libvips works correctly. <a href="https://redirect.github.com/lovell/sharp/pull/4111">#4111</a> <a href="https://github.com/project0"><code>@​project0</code></a></p> </li> <li> <p>Minimise use of <code>engines</code> property to improve yarn v1 support. <a href="https://redirect.github.com/lovell/sharp/issues/4130">#4130</a></p> </li> <li> <p>Ensure <code>sharp.format.heif</code> includes only AVIF when using prebuilt binaries. <a href="https://redirect.github.com/lovell/sharp/issues/4132">#4132</a></p> </li> <li> <p>Add support to recomb operation for 4x4 matrices. <a href="https://redirect.github.com/lovell/sharp/pull/4147">#4147</a> <a href="https://github.com/ton11797"><code>@​ton11797</code></a></p> </li> <li> <p>Expose PNG text chunks as <code>comments</code> metadata. <a href="https://redirect.github.com/lovell/sharp/pull/4157">#4157</a> <a href="https://github.com/nkeynes"><code>@​nkeynes</code></a></p> </li> <li> <p>Expose optional <code>precision</code> and <code>minAmplitude</code> parameters of <code>blur</code> operation. <a href="https://redirect.github.com/lovell/sharp/pull/4168">#4168</a> <a href="https://redirect.github.com/lovell/sharp/pull/4172">#4172</a> <a href="https://github.com/marcosc90"><code>@​marcosc90</code></a></p> </li> <li> <p>Ensure <code>keepIccProfile</code> avoids colour transformation where possible. <a href="https://redirect.github.com/lovell/sharp/issues/4186">#4186</a></p> </li> <li> <p>TypeScript: <code>chromaSubsampling</code> metadata is optional. <a href="https://redirect.github.com/lovell/sharp/pull/4191">#4191</a> <a href="https://github.com/DavidVaness"><code>@​DavidVaness</code></a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lovell/sharp/commit/fc32e0bd3f9111b80cf078df7b0cfc355695674e"><code>fc32e0b</code></a> Release v0.33.5</li> <li><a href="https://github.com/lovell/sharp/commit/0546e484673830aea104102288afe60a8741c962"><code>0546e48</code></a> Docs: changelog entry for <a href="https://redirect.github.com/lovell/sharp/issues/4191">#4191</a></li> <li><a href="https://github.com/lovell/sharp/commit/ab65b7a0f1b9aa3b351047c0dad538766c4c9f4c"><code>ab65b7a</code></a> TypeScript: chromaSubsampling can be undefined (<a href="https://redirect.github.com/lovell/sharp/issues/4191">#4191</a>)</li> <li><a href="https://github.com/lovell/sharp/commit/2474bd416316eed0f59ccc62d155808debaae76d"><code>2474bd4</code></a> Prerelease v0.33.5-rc.1</li> <li><a href="https://github.com/lovell/sharp/commit/ff2e689d35e9d927170fc7dd9945e4131d5ff950"><code>ff2e689</code></a> Remove yarn v1 specifics from help text</li> <li><a href="https://github.com/lovell/sharp/commit/6327f13717921f75b05b206386412a4c883b54ac"><code>6327f13</code></a> CI: Add yarn v1 to packaging tests</li> <li><a href="https://github.com/lovell/sharp/commit/f1e69a218ec3b2664d867201d123431229fbc4d2"><code>f1e69a2</code></a> Prerelease v0.33.5-rc.0</li> <li><a href="https://github.com/lovell/sharp/commit/3c14dbb21e47211d9a5d131828b39423e9b773cc"><code>3c14dbb</code></a> Minimise use of <code>engines</code> property to improve yarn v1 support</li> <li><a href="https://github.com/lovell/sharp/commit/82cebc31d07c3d6b69b41a5215473c14e087c88f"><code>82cebc3</code></a> Upgrade to libvips v8.15.3 for Linux ARMv6</li> <li><a href="https://github.com/lovell/sharp/commit/ad36fa06053cee0fa3f04974c515dada60f6a565"><code>ad36fa0</code></a> Ensure emnapiInit function is exported</li> <li>Additional commits viewable in <a href="https://github.com/lovell/sharp/compare/v0.33.4...v0.33.5">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.0.1 to 8.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.1.0</h2> <h2>8.1.0 (2024-08-12)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] enable &quot;add await&quot; suggestion if ignoreVoid is true (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9703">#9703</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] check promise any (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8693">#8693</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] check subtype methods against heritage type methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8765">#8765</a>)</li> <li><strong>typescript-eslint:</strong> add JSDoc comments on generated configs (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9672">#9672</a>)</li> <li><strong>typescript-estree:</strong> restrict variable declarator definite/init combinations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9228">#9228</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] typo in test (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9779">#9779</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] skip checking function bodies for AST references (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9738">#9738</a>)</li> <li><strong>eslint-plugin:</strong> [member-ordering] get accessor member name &amp; take into account <code>abstract</code> and decorator (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9775">#9775</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] wrong parenthesis fix output (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9597">#9597</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] clarify message (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9737">#9737</a>)</li> <li><strong>utils:</strong> correct types to align with <code>@​types/eslint</code> v9 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9657">#9657</a>)</li> <li><strong>website:</strong> tsconfig is blank (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9745">#9745</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Aly Thobani</li> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li> <li>James <a href="https://github.com/Zamiell"><code>@​Zamiell</code></a></li> <li>Josh Goldberg ✨</li> <li>Joshua Chen</li> <li>Olivier Zalmanski <a href="https://github.com/OlivierZal"><code>@​OlivierZal</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></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>8.1.0 (2024-08-12)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-eslint:</strong> add JSDoc comments on generated configs</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Aly Thobani</li> <li>Brad Zacher</li> <li>James</li> <li>Josh Goldberg ✨</li> <li>Joshua Chen</li> <li>Olivier Zalmanski</li> <li>YeonJuan</li> <li>Yukihiro Hasegawa</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>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3d78392bc46f1f7186b43a247477183a120c016f"><code>3d78392</code></a> chore(release): publish 8.1.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/90576fa72afd9b11afd8871eba4eead9898fc980"><code>90576fa</code></a> feat(typescript-eslint): add JSDoc comments on generated configs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9672">#9672</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb65883d286a278d71f366a4837e1ef15bb7cd98"><code>fb65883</code></a> chore: set <code>reportUnusedDisableDirectives</code> level to <code>error</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9743">#9743</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.0 to 5.4.1 <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><!-- raw HTML omitted -->5.4.1 (2024-08-15)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>build.modulePreload.resolveDependencies</code> is optimizable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>) (<a href="https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b">e961b31</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16083">#16083</a></li> <li>fix: align CorsOptions.origin type with <code>@​types/cors</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>) (<a href="https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64">1bda847</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17836">#17836</a></li> <li>fix: typings for vite:preloadError (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>) (<a href="https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62">6700594</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17868">#17868</a></li> <li>fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>) (<a href="https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5">e686d74</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17876">#17876</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>) (<a href="https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8">d11711c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17869">#17869</a></li> <li>fix(lightningcss): search for assets with correct base path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>) (<a href="https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031">4e5ce3c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17856">#17856</a></li> <li>fix(worker): handle self reference url worker in dependency for build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>) (<a href="https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8">391bb49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17846">#17846</a></li> <li>chore: fix picocolors import for local dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>) (<a href="https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba">9018255</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17884">#17884</a></li> <li>refactor: remove <code>handleHotUpdate</code> from watch-package-data plugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>) (<a href="https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3">e16bf1f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17865">#17865</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/b44c20cb60b56e626aa6dbec03889812de2549b8"><code>b44c20c</code></a> release: v5.4.1</li> <li><a href="https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8"><code>391bb49</code></a> fix(worker): handle self reference url worker in dependency for build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5"><code>e686d74</code></a> fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba"><code>9018255</code></a> chore: fix picocolors import for local dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64"><code>1bda847</code></a> fix: align CorsOptions.origin type with <code>@​types/cors</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3"><code>e16bf1f</code></a> refactor: remove <code>handleHotUpdate</code> from watch-package-data plugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62"><code>6700594</code></a> fix: typings for vite:preloadError (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8"><code>d11711c</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031"><code>4e5ce3c</code></a> fix(lightningcss): search for assets with correct base path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b"><code>e961b31</code></a> fix: <code>build.modulePreload.resolveDependencies</code> is optimizable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.4.1/packages/vite">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the 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-16 20:31:06 +02:00
"@types/node": "^22.3.0",
2024-06-26 21:26:27 +02:00
"@types/papaparse": "^5",
"@types/pngjs": "^6.0.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 the electron group with 2 updates (#237) Bumps the electron group with 2 updates: [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) and [electron](https://github.com/electron/electron). Updates `electron-updater` from 6.3.2 to 6.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/releases">electron-updater's releases</a>.</em></p> <blockquote> <h2>electron-updater@6.3.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8400">#8400</a> <a href="https://github.com/electron-userland/electron-builder/commit/9dc0b49aea1d3bb56b42c3b1bdb6001708a34439"><code>9dc0b49a</code></a> Thanks <a href="https://github.com/Ryan432"><code>@​Ryan432</code></a>! - fix: Handle Linux deb auto update installation on applications having spaces in <code>artifactName</code>.</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8393">#8393</a> <a href="https://github.com/electron-userland/electron-builder/commit/8dabf64b8f84975cf4eb016dcd23411ab0d4bf64"><code>8dabf64b</code></a> Thanks <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! - fix: allow custom channel in github provider</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8403">#8403</a> <a href="https://github.com/electron-userland/electron-builder/commit/1c14820b97fad802b300dd93ccd4d6a10a72360f"><code>1c14820b</code></a> Thanks <a href="https://github.com/xyloflake"><code>@​xyloflake</code></a>! - fix: handle spaces for all linux package managers</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md">electron-updater's changelog</a>.</em></p> <blockquote> <h2>6.3.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8400">#8400</a> <a href="https://github.com/electron-userland/electron-builder/commit/9dc0b49aea1d3bb56b42c3b1bdb6001708a34439"><code>9dc0b49a</code></a> Thanks <a href="https://github.com/Ryan432"><code>@​Ryan432</code></a>! - fix: Handle Linux deb auto update installation on applications having spaces in <code>artifactName</code>.</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8393">#8393</a> <a href="https://github.com/electron-userland/electron-builder/commit/8dabf64b8f84975cf4eb016dcd23411ab0d4bf64"><code>8dabf64b</code></a> Thanks <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! - fix: allow custom channel in github provider</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8403">#8403</a> <a href="https://github.com/electron-userland/electron-builder/commit/1c14820b97fad802b300dd93ccd4d6a10a72360f"><code>1c14820b</code></a> Thanks <a href="https://github.com/xyloflake"><code>@​xyloflake</code></a>! - fix: handle spaces for all linux package managers</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron-userland/electron-builder/commit/1dcf6bced4ea59a0df8f92e6219618fa7a39c768"><code>1dcf6bc</code></a> chore(deploy): Release v25.0.4 (electron-updater@6.3.3) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8402">#8402</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/1c14820b97fad802b300dd93ccd4d6a10a72360f"><code>1c14820</code></a> fix: handle spaces in artifact name for all linux platforms instead of only ....</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/8dabf64b8f84975cf4eb016dcd23411ab0d4bf64"><code>8dabf64</code></a> fix: add custom <code>channel</code> in github provider (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8393">#8393</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/9dc0b49aea1d3bb56b42c3b1bdb6001708a34439"><code>9dc0b49</code></a> fix(electron-updater,deb): Handle spaces in application artifact name for deb...</li> <li>See full diff in <a href="https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.3/packages/electron-updater">compare view</a></li> </ul> </details> <br /> Updates `electron` from 31.3.1 to 31.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v31.4.0</h2> <h1>Release Notes for v31.4.0</h1> <h2>Features</h2> <ul> <li>Added a new property <code>prefersReducedTransparency</code> to <code>nativeTheme</code>, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. <a href="https://redirect.github.com/electron/electron/pull/43137">#43137</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43138">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43024">32</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed a crash that could occur in some DevTools extensions containing draggable regions. <a href="https://redirect.github.com/electron/electron/pull/43200">#43200</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43199">32</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>navigator.serial.getPorts()</code> incorrectly returned an empty array in some cases. <a href="https://redirect.github.com/electron/electron/pull/43170">#43170</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43171">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43169">32</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>system-context-menu</code> was not triggered as expected on Windows when using a frameless BrowserWindow. <a href="https://redirect.github.com/electron/electron/pull/43274">#43274</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43275">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43269">32</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where calling <code>window.showInactive</code> on macOS did not actually show the window. <a href="https://redirect.github.com/electron/electron/pull/43102">#43102</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43103">32</a>)<!-- raw HTML omitted --></li> <li>Fixed behavior when entering/exiting fullscreen fails on macOS. <a href="https://redirect.github.com/electron/electron/pull/43154">#43154</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43153">29</a>, <a href="https://redirect.github.com/electron/electron/pull/43151">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43152">32</a>)<!-- raw HTML omitted --></li> <li>Fixed issues with the vibrancy view on macOS. <a href="https://redirect.github.com/electron/electron/pull/43128">#43128</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43127">32</a>)<!-- raw HTML omitted --></li> <li>Fixed several view hierarchy issues related to web contents view on MacOS. <a href="https://redirect.github.com/electron/electron/pull/43096">#43096</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43088">32</a>)<!-- raw HTML omitted --></li> <li>Resolved an issue where <code>desktopCapturer.getSources</code> never fulfilled its promise in some cases. <a href="https://redirect.github.com/electron/electron/pull/43271">#43271</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43273">29</a>, <a href="https://redirect.github.com/electron/electron/pull/43272">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43270">32</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed ffmpeg release on x64 macOS. <a href="https://redirect.github.com/electron/electron/pull/43121">#43121</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43119">29</a>, <a href="https://redirect.github.com/electron/electron/pull/43118">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43120">32</a>)<!-- raw HTML omitted --></li> <li>Security: backported fix for 338248595. <a href="https://redirect.github.com/electron/electron/pull/43140">#43140</a></li> <li>Security: backported fix for CVE-2024-6989. <ul> <li>Security: backported fix for CVE-2024-6991. <a href="https://redirect.github.com/electron/electron/pull/43158">#43158</a></li> </ul> </li> <li>Updated Chromium to 126.0.6478.234. <a href="https://redirect.github.com/electron/electron/pull/43252">#43252</a></li> <li>Updated Node.js to v20.16.0. <a href="https://redirect.github.com/electron/electron/pull/43026">#43026</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/bd70c3a7404326f7711fafc8f0c550b510dbe095"><code>bd70c3a</code></a> refactor: update chrome.scripting extensions api impls (<a href="https://redirect.github.com/electron/electron/issues/43290">#43290</a>)</li> <li><a href="https://github.com/electron/electron/commit/997afe62f262a6f5964fd5194278b4d9efdb245a"><code>997afe6</code></a> chore: remove unused Notification fields icon_path_, has_icon_ (<a href="https://redirect.github.com/electron/electron/issues/43295">#43295</a>)</li> <li><a href="https://github.com/electron/electron/commit/dd1dcad81cb6a6aed8fc0ec2d04cb69bd6a69b21"><code>dd1dcad</code></a> fix: system-context-menu with frameless BrowserWindows (<a href="https://redirect.github.com/electron/electron/issues/43274">#43274</a>)</li> <li><a href="https://github.com/electron/electron/commit/10dd33c16eebe74a23b283e35e719e96e5b6e6e0"><code>10dd33c</code></a> fix: check screen capture permissions in <code>desktopCapturer</code> (<a href="https://redirect.github.com/electron/electron/issues/43271">#43271</a>)</li> <li><a href="https://github.com/electron/electron/commit/c3a7f0001c1cea49c428b2614ef6d7170323a63c"><code>c3a7f00</code></a> fix: accidental handle copying in a range loop (<a href="https://redirect.github.com/electron/electron/issues/43281">#43281</a>)</li> <li><a href="https://github.com/electron/electron/commit/a780a75decdf7bb0d523e9564b213261b6e434cb"><code>a780a75</code></a> build: fix build when <code>enable_pdf_viewer</code> and <code>enable_electron_extensions</code> di...</li> <li><a href="https://github.com/electron/electron/commit/6e69cb0191691ec41aa19ea62238946aaadc95a3"><code>6e69cb0</code></a> chore: bump chromium to 126.0.6478.234 (31-x-y) (<a href="https://redirect.github.com/electron/electron/issues/43252">#43252</a>)</li> <li><a href="https://github.com/electron/electron/commit/520a147244ff40fdd020dfdc3bb02f0d3fa677bd"><code>520a147</code></a> docs: Document ideal iconPath size (<a href="https://redirect.github.com/electron/electron/issues/43241">#43241</a>)</li> <li><a href="https://github.com/electron/electron/commit/36cebb95c6b450b071962cc0d740a02ab77c0c42"><code>36cebb9</code></a> refactor: simplify window <code>moveAbove/moveTop</code> impl on macOS (<a href="https://redirect.github.com/electron/electron/issues/43201">#43201</a>)</li> <li><a href="https://github.com/electron/electron/commit/be842d62677d8b954a3d75836c08115bd1e97515"><code>be842d6</code></a> perf: avoid redundant calls to GetView() (<a href="https://redirect.github.com/electron/electron/issues/43229">#43229</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v31.3.1...v31.4.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-16 20:36:28 +02:00
"electron": "^31.4.0",
"electron-builder": "^24.13.3",
"electron-vite": "^2.3.0",
Bump the dev-dependencies group with 6 updates (#234) Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.8.0` | `9.9.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.1.0` | `22.3.0` | | [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.0` | | [sharp](https://github.com/lovell/sharp) | `0.33.4` | `0.33.5` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.1` | `8.1.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.0` | `5.4.1` | Updates `@eslint/js` from 9.8.0 to 9.9.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.9.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18716">#18716</a>) (Dave)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18759">#18759</a>) (Christian Bromann)</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.9.0 - August 9, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18759">#18759</a>) (Christian Bromann)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18716">#18716</a>) (Dave)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</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.9.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.1.0 to 22.3.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.8.0 to 9.9.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.9.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>) (Dave)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>) (Christian Bromann)</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.9.0 - August 9, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>) (Christian Bromann)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>) (Dave)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/0dd38631b8dd60f93807e9cee1df3e752b86ab51"><code>0dd3863</code></a> 9.9.0</li> <li><a href="https://github.com/eslint/eslint/commit/2e5ba7759ea96506ba152e92a9ff3854b9434ebf"><code>2e5ba77</code></a> Build: changelog update for 9.9.0</li> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.8.0...v9.9.0">compare view</a></li> </ul> </details> <br /> Updates `sharp` from 0.33.4 to 0.33.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's changelog</a>.</em></p> <blockquote> <h3>v0.33.5 - 16th August 2024</h3> <ul> <li> <p>Upgrade to libvips v8.15.3 for upstream bug fixes.</p> </li> <li> <p>Add <code>pageHeight</code> and <code>pages</code> to response of multi-page output. <a href="https://redirect.github.com/lovell/sharp/issues/3411">#3411</a></p> </li> <li> <p>Ensure option to force use of a globally-installed libvips works correctly. <a href="https://redirect.github.com/lovell/sharp/pull/4111">#4111</a> <a href="https://github.com/project0"><code>@​project0</code></a></p> </li> <li> <p>Minimise use of <code>engines</code> property to improve yarn v1 support. <a href="https://redirect.github.com/lovell/sharp/issues/4130">#4130</a></p> </li> <li> <p>Ensure <code>sharp.format.heif</code> includes only AVIF when using prebuilt binaries. <a href="https://redirect.github.com/lovell/sharp/issues/4132">#4132</a></p> </li> <li> <p>Add support to recomb operation for 4x4 matrices. <a href="https://redirect.github.com/lovell/sharp/pull/4147">#4147</a> <a href="https://github.com/ton11797"><code>@​ton11797</code></a></p> </li> <li> <p>Expose PNG text chunks as <code>comments</code> metadata. <a href="https://redirect.github.com/lovell/sharp/pull/4157">#4157</a> <a href="https://github.com/nkeynes"><code>@​nkeynes</code></a></p> </li> <li> <p>Expose optional <code>precision</code> and <code>minAmplitude</code> parameters of <code>blur</code> operation. <a href="https://redirect.github.com/lovell/sharp/pull/4168">#4168</a> <a href="https://redirect.github.com/lovell/sharp/pull/4172">#4172</a> <a href="https://github.com/marcosc90"><code>@​marcosc90</code></a></p> </li> <li> <p>Ensure <code>keepIccProfile</code> avoids colour transformation where possible. <a href="https://redirect.github.com/lovell/sharp/issues/4186">#4186</a></p> </li> <li> <p>TypeScript: <code>chromaSubsampling</code> metadata is optional. <a href="https://redirect.github.com/lovell/sharp/pull/4191">#4191</a> <a href="https://github.com/DavidVaness"><code>@​DavidVaness</code></a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lovell/sharp/commit/fc32e0bd3f9111b80cf078df7b0cfc355695674e"><code>fc32e0b</code></a> Release v0.33.5</li> <li><a href="https://github.com/lovell/sharp/commit/0546e484673830aea104102288afe60a8741c962"><code>0546e48</code></a> Docs: changelog entry for <a href="https://redirect.github.com/lovell/sharp/issues/4191">#4191</a></li> <li><a href="https://github.com/lovell/sharp/commit/ab65b7a0f1b9aa3b351047c0dad538766c4c9f4c"><code>ab65b7a</code></a> TypeScript: chromaSubsampling can be undefined (<a href="https://redirect.github.com/lovell/sharp/issues/4191">#4191</a>)</li> <li><a href="https://github.com/lovell/sharp/commit/2474bd416316eed0f59ccc62d155808debaae76d"><code>2474bd4</code></a> Prerelease v0.33.5-rc.1</li> <li><a href="https://github.com/lovell/sharp/commit/ff2e689d35e9d927170fc7dd9945e4131d5ff950"><code>ff2e689</code></a> Remove yarn v1 specifics from help text</li> <li><a href="https://github.com/lovell/sharp/commit/6327f13717921f75b05b206386412a4c883b54ac"><code>6327f13</code></a> CI: Add yarn v1 to packaging tests</li> <li><a href="https://github.com/lovell/sharp/commit/f1e69a218ec3b2664d867201d123431229fbc4d2"><code>f1e69a2</code></a> Prerelease v0.33.5-rc.0</li> <li><a href="https://github.com/lovell/sharp/commit/3c14dbb21e47211d9a5d131828b39423e9b773cc"><code>3c14dbb</code></a> Minimise use of <code>engines</code> property to improve yarn v1 support</li> <li><a href="https://github.com/lovell/sharp/commit/82cebc31d07c3d6b69b41a5215473c14e087c88f"><code>82cebc3</code></a> Upgrade to libvips v8.15.3 for Linux ARMv6</li> <li><a href="https://github.com/lovell/sharp/commit/ad36fa06053cee0fa3f04974c515dada60f6a565"><code>ad36fa0</code></a> Ensure emnapiInit function is exported</li> <li>Additional commits viewable in <a href="https://github.com/lovell/sharp/compare/v0.33.4...v0.33.5">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.0.1 to 8.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.1.0</h2> <h2>8.1.0 (2024-08-12)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] enable &quot;add await&quot; suggestion if ignoreVoid is true (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9703">#9703</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] check promise any (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8693">#8693</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] check subtype methods against heritage type methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8765">#8765</a>)</li> <li><strong>typescript-eslint:</strong> add JSDoc comments on generated configs (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9672">#9672</a>)</li> <li><strong>typescript-estree:</strong> restrict variable declarator definite/init combinations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9228">#9228</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] typo in test (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9779">#9779</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] skip checking function bodies for AST references (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9738">#9738</a>)</li> <li><strong>eslint-plugin:</strong> [member-ordering] get accessor member name &amp; take into account <code>abstract</code> and decorator (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9775">#9775</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] wrong parenthesis fix output (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9597">#9597</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] clarify message (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9737">#9737</a>)</li> <li><strong>utils:</strong> correct types to align with <code>@​types/eslint</code> v9 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9657">#9657</a>)</li> <li><strong>website:</strong> tsconfig is blank (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9745">#9745</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Aly Thobani</li> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li> <li>James <a href="https://github.com/Zamiell"><code>@​Zamiell</code></a></li> <li>Josh Goldberg ✨</li> <li>Joshua Chen</li> <li>Olivier Zalmanski <a href="https://github.com/OlivierZal"><code>@​OlivierZal</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></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>8.1.0 (2024-08-12)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-eslint:</strong> add JSDoc comments on generated configs</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Aly Thobani</li> <li>Brad Zacher</li> <li>James</li> <li>Josh Goldberg ✨</li> <li>Joshua Chen</li> <li>Olivier Zalmanski</li> <li>YeonJuan</li> <li>Yukihiro Hasegawa</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>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3d78392bc46f1f7186b43a247477183a120c016f"><code>3d78392</code></a> chore(release): publish 8.1.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/90576fa72afd9b11afd8871eba4eead9898fc980"><code>90576fa</code></a> feat(typescript-eslint): add JSDoc comments on generated configs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9672">#9672</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb65883d286a278d71f366a4837e1ef15bb7cd98"><code>fb65883</code></a> chore: set <code>reportUnusedDisableDirectives</code> level to <code>error</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9743">#9743</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.0 to 5.4.1 <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><!-- raw HTML omitted -->5.4.1 (2024-08-15)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>build.modulePreload.resolveDependencies</code> is optimizable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>) (<a href="https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b">e961b31</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16083">#16083</a></li> <li>fix: align CorsOptions.origin type with <code>@​types/cors</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>) (<a href="https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64">1bda847</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17836">#17836</a></li> <li>fix: typings for vite:preloadError (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>) (<a href="https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62">6700594</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17868">#17868</a></li> <li>fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>) (<a href="https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5">e686d74</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17876">#17876</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>) (<a href="https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8">d11711c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17869">#17869</a></li> <li>fix(lightningcss): search for assets with correct base path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>) (<a href="https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031">4e5ce3c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17856">#17856</a></li> <li>fix(worker): handle self reference url worker in dependency for build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>) (<a href="https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8">391bb49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17846">#17846</a></li> <li>chore: fix picocolors import for local dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>) (<a href="https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba">9018255</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17884">#17884</a></li> <li>refactor: remove <code>handleHotUpdate</code> from watch-package-data plugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>) (<a href="https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3">e16bf1f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17865">#17865</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/b44c20cb60b56e626aa6dbec03889812de2549b8"><code>b44c20c</code></a> release: v5.4.1</li> <li><a href="https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8"><code>391bb49</code></a> fix(worker): handle self reference url worker in dependency for build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5"><code>e686d74</code></a> fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba"><code>9018255</code></a> chore: fix picocolors import for local dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64"><code>1bda847</code></a> fix: align CorsOptions.origin type with <code>@​types/cors</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3"><code>e16bf1f</code></a> refactor: remove <code>handleHotUpdate</code> from watch-package-data plugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62"><code>6700594</code></a> fix: typings for vite:preloadError (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8"><code>d11711c</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031"><code>4e5ce3c</code></a> fix(lightningcss): search for assets with correct base path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b"><code>e961b31</code></a> fix: <code>build.modulePreload.resolveDependencies</code> is optimizable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.4.1/packages/vite">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the 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-16 20:31:06 +02:00
"eslint": "^9.9.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",
Bump the storybook group with 8 updates (#235) 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.8` | `8.2.9` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.2.8` | `8.2.9` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.2.8` | `8.2.9` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.2.8` | `8.2.9` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.8` | `8.2.9` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.8` | `8.2.9` | | [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.2.8` | `8.2.9` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.8` | `8.2.9` | Updates `@storybook/addon-essentials` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/essentials">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-interactions` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/interactions">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-links` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/links">compare view</a></li> </ul> </details> <br /> Updates `@storybook/blocks` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/blocks">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/renderers/react">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react-vite` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/frameworks/react-vite">compare view</a></li> </ul> </details> <br /> Updates `@storybook/test` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/test">compare view</a></li> </ul> </details> <br /> Updates `storybook` from 8.2.8 to 8.2.9 <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.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</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.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/dbea094ba500e50bf513f6f06d6266971e9e8b60"><code>dbea094</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/28853">#28853</a> from storybookjs/norbert/fix-no-install-bug</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/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-16 20:36:58 +02:00
"storybook": "^8.2.9",
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 the dev-dependencies group with 6 updates (#234) Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.8.0` | `9.9.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.1.0` | `22.3.0` | | [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.0` | | [sharp](https://github.com/lovell/sharp) | `0.33.4` | `0.33.5` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.1` | `8.1.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.0` | `5.4.1` | Updates `@eslint/js` from 9.8.0 to 9.9.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.9.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18716">#18716</a>) (Dave)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18759">#18759</a>) (Christian Bromann)</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.9.0 - August 9, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18759">#18759</a>) (Christian Bromann)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18716">#18716</a>) (Dave)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</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.9.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.1.0 to 22.3.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.8.0 to 9.9.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.9.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>) (Dave)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>) (Christian Bromann)</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.9.0 - August 9, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>) (Christian Bromann)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>) (Dave)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/0dd38631b8dd60f93807e9cee1df3e752b86ab51"><code>0dd3863</code></a> 9.9.0</li> <li><a href="https://github.com/eslint/eslint/commit/2e5ba7759ea96506ba152e92a9ff3854b9434ebf"><code>2e5ba77</code></a> Build: changelog update for 9.9.0</li> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.8.0...v9.9.0">compare view</a></li> </ul> </details> <br /> Updates `sharp` from 0.33.4 to 0.33.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's changelog</a>.</em></p> <blockquote> <h3>v0.33.5 - 16th August 2024</h3> <ul> <li> <p>Upgrade to libvips v8.15.3 for upstream bug fixes.</p> </li> <li> <p>Add <code>pageHeight</code> and <code>pages</code> to response of multi-page output. <a href="https://redirect.github.com/lovell/sharp/issues/3411">#3411</a></p> </li> <li> <p>Ensure option to force use of a globally-installed libvips works correctly. <a href="https://redirect.github.com/lovell/sharp/pull/4111">#4111</a> <a href="https://github.com/project0"><code>@​project0</code></a></p> </li> <li> <p>Minimise use of <code>engines</code> property to improve yarn v1 support. <a href="https://redirect.github.com/lovell/sharp/issues/4130">#4130</a></p> </li> <li> <p>Ensure <code>sharp.format.heif</code> includes only AVIF when using prebuilt binaries. <a href="https://redirect.github.com/lovell/sharp/issues/4132">#4132</a></p> </li> <li> <p>Add support to recomb operation for 4x4 matrices. <a href="https://redirect.github.com/lovell/sharp/pull/4147">#4147</a> <a href="https://github.com/ton11797"><code>@​ton11797</code></a></p> </li> <li> <p>Expose PNG text chunks as <code>comments</code> metadata. <a href="https://redirect.github.com/lovell/sharp/pull/4157">#4157</a> <a href="https://github.com/nkeynes"><code>@​nkeynes</code></a></p> </li> <li> <p>Expose optional <code>precision</code> and <code>minAmplitude</code> parameters of <code>blur</code> operation. <a href="https://redirect.github.com/lovell/sharp/pull/4168">#4168</a> <a href="https://redirect.github.com/lovell/sharp/pull/4172">#4172</a> <a href="https://github.com/marcosc90"><code>@​marcosc90</code></a></p> </li> <li> <p>Ensure <code>keepIccProfile</code> avoids colour transformation where possible. <a href="https://redirect.github.com/lovell/sharp/issues/4186">#4186</a></p> </li> <li> <p>TypeScript: <code>chromaSubsampling</code> metadata is optional. <a href="https://redirect.github.com/lovell/sharp/pull/4191">#4191</a> <a href="https://github.com/DavidVaness"><code>@​DavidVaness</code></a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lovell/sharp/commit/fc32e0bd3f9111b80cf078df7b0cfc355695674e"><code>fc32e0b</code></a> Release v0.33.5</li> <li><a href="https://github.com/lovell/sharp/commit/0546e484673830aea104102288afe60a8741c962"><code>0546e48</code></a> Docs: changelog entry for <a href="https://redirect.github.com/lovell/sharp/issues/4191">#4191</a></li> <li><a href="https://github.com/lovell/sharp/commit/ab65b7a0f1b9aa3b351047c0dad538766c4c9f4c"><code>ab65b7a</code></a> TypeScript: chromaSubsampling can be undefined (<a href="https://redirect.github.com/lovell/sharp/issues/4191">#4191</a>)</li> <li><a href="https://github.com/lovell/sharp/commit/2474bd416316eed0f59ccc62d155808debaae76d"><code>2474bd4</code></a> Prerelease v0.33.5-rc.1</li> <li><a href="https://github.com/lovell/sharp/commit/ff2e689d35e9d927170fc7dd9945e4131d5ff950"><code>ff2e689</code></a> Remove yarn v1 specifics from help text</li> <li><a href="https://github.com/lovell/sharp/commit/6327f13717921f75b05b206386412a4c883b54ac"><code>6327f13</code></a> CI: Add yarn v1 to packaging tests</li> <li><a href="https://github.com/lovell/sharp/commit/f1e69a218ec3b2664d867201d123431229fbc4d2"><code>f1e69a2</code></a> Prerelease v0.33.5-rc.0</li> <li><a href="https://github.com/lovell/sharp/commit/3c14dbb21e47211d9a5d131828b39423e9b773cc"><code>3c14dbb</code></a> Minimise use of <code>engines</code> property to improve yarn v1 support</li> <li><a href="https://github.com/lovell/sharp/commit/82cebc31d07c3d6b69b41a5215473c14e087c88f"><code>82cebc3</code></a> Upgrade to libvips v8.15.3 for Linux ARMv6</li> <li><a href="https://github.com/lovell/sharp/commit/ad36fa06053cee0fa3f04974c515dada60f6a565"><code>ad36fa0</code></a> Ensure emnapiInit function is exported</li> <li>Additional commits viewable in <a href="https://github.com/lovell/sharp/compare/v0.33.4...v0.33.5">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.0.1 to 8.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.1.0</h2> <h2>8.1.0 (2024-08-12)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] enable &quot;add await&quot; suggestion if ignoreVoid is true (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9703">#9703</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] check promise any (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8693">#8693</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] check subtype methods against heritage type methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8765">#8765</a>)</li> <li><strong>typescript-eslint:</strong> add JSDoc comments on generated configs (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9672">#9672</a>)</li> <li><strong>typescript-estree:</strong> restrict variable declarator definite/init combinations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9228">#9228</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] typo in test (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9779">#9779</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] skip checking function bodies for AST references (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9738">#9738</a>)</li> <li><strong>eslint-plugin:</strong> [member-ordering] get accessor member name &amp; take into account <code>abstract</code> and decorator (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9775">#9775</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] wrong parenthesis fix output (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9597">#9597</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] clarify message (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9737">#9737</a>)</li> <li><strong>utils:</strong> correct types to align with <code>@​types/eslint</code> v9 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9657">#9657</a>)</li> <li><strong>website:</strong> tsconfig is blank (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9745">#9745</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Aly Thobani</li> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li> <li>James <a href="https://github.com/Zamiell"><code>@​Zamiell</code></a></li> <li>Josh Goldberg ✨</li> <li>Joshua Chen</li> <li>Olivier Zalmanski <a href="https://github.com/OlivierZal"><code>@​OlivierZal</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></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>8.1.0 (2024-08-12)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-eslint:</strong> add JSDoc comments on generated configs</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Aly Thobani</li> <li>Brad Zacher</li> <li>James</li> <li>Josh Goldberg ✨</li> <li>Joshua Chen</li> <li>Olivier Zalmanski</li> <li>YeonJuan</li> <li>Yukihiro Hasegawa</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>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3d78392bc46f1f7186b43a247477183a120c016f"><code>3d78392</code></a> chore(release): publish 8.1.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/90576fa72afd9b11afd8871eba4eead9898fc980"><code>90576fa</code></a> feat(typescript-eslint): add JSDoc comments on generated configs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9672">#9672</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb65883d286a278d71f366a4837e1ef15bb7cd98"><code>fb65883</code></a> chore: set <code>reportUnusedDisableDirectives</code> level to <code>error</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9743">#9743</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.0 to 5.4.1 <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><!-- raw HTML omitted -->5.4.1 (2024-08-15)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>build.modulePreload.resolveDependencies</code> is optimizable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>) (<a href="https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b">e961b31</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16083">#16083</a></li> <li>fix: align CorsOptions.origin type with <code>@​types/cors</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>) (<a href="https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64">1bda847</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17836">#17836</a></li> <li>fix: typings for vite:preloadError (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>) (<a href="https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62">6700594</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17868">#17868</a></li> <li>fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>) (<a href="https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5">e686d74</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17876">#17876</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>) (<a href="https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8">d11711c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17869">#17869</a></li> <li>fix(lightningcss): search for assets with correct base path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>) (<a href="https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031">4e5ce3c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17856">#17856</a></li> <li>fix(worker): handle self reference url worker in dependency for build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>) (<a href="https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8">391bb49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17846">#17846</a></li> <li>chore: fix picocolors import for local dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>) (<a href="https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba">9018255</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17884">#17884</a></li> <li>refactor: remove <code>handleHotUpdate</code> from watch-package-data plugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>) (<a href="https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3">e16bf1f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17865">#17865</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/b44c20cb60b56e626aa6dbec03889812de2549b8"><code>b44c20c</code></a> release: v5.4.1</li> <li><a href="https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8"><code>391bb49</code></a> fix(worker): handle self reference url worker in dependency for build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5"><code>e686d74</code></a> fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba"><code>9018255</code></a> chore: fix picocolors import for local dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64"><code>1bda847</code></a> fix: align CorsOptions.origin type with <code>@​types/cors</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3"><code>e16bf1f</code></a> refactor: remove <code>handleHotUpdate</code> from watch-package-data plugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62"><code>6700594</code></a> fix: typings for vite:preloadError (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8"><code>d11711c</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031"><code>4e5ce3c</code></a> fix(lightningcss): search for assets with correct base path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b"><code>e961b31</code></a> fix: <code>build.modulePreload.resolveDependencies</code> is optimizable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.4.1/packages/vite">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the 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-16 20:31:06 +02:00
"typescript-eslint": "^8.1.0",
"vite": "^5.4.1",
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",
Bump the electron group with 2 updates (#237) Bumps the electron group with 2 updates: [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) and [electron](https://github.com/electron/electron). Updates `electron-updater` from 6.3.2 to 6.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/releases">electron-updater's releases</a>.</em></p> <blockquote> <h2>electron-updater@6.3.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8400">#8400</a> <a href="https://github.com/electron-userland/electron-builder/commit/9dc0b49aea1d3bb56b42c3b1bdb6001708a34439"><code>9dc0b49a</code></a> Thanks <a href="https://github.com/Ryan432"><code>@​Ryan432</code></a>! - fix: Handle Linux deb auto update installation on applications having spaces in <code>artifactName</code>.</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8393">#8393</a> <a href="https://github.com/electron-userland/electron-builder/commit/8dabf64b8f84975cf4eb016dcd23411ab0d4bf64"><code>8dabf64b</code></a> Thanks <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! - fix: allow custom channel in github provider</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8403">#8403</a> <a href="https://github.com/electron-userland/electron-builder/commit/1c14820b97fad802b300dd93ccd4d6a10a72360f"><code>1c14820b</code></a> Thanks <a href="https://github.com/xyloflake"><code>@​xyloflake</code></a>! - fix: handle spaces for all linux package managers</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md">electron-updater's changelog</a>.</em></p> <blockquote> <h2>6.3.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8400">#8400</a> <a href="https://github.com/electron-userland/electron-builder/commit/9dc0b49aea1d3bb56b42c3b1bdb6001708a34439"><code>9dc0b49a</code></a> Thanks <a href="https://github.com/Ryan432"><code>@​Ryan432</code></a>! - fix: Handle Linux deb auto update installation on applications having spaces in <code>artifactName</code>.</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8393">#8393</a> <a href="https://github.com/electron-userland/electron-builder/commit/8dabf64b8f84975cf4eb016dcd23411ab0d4bf64"><code>8dabf64b</code></a> Thanks <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! - fix: allow custom channel in github provider</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8403">#8403</a> <a href="https://github.com/electron-userland/electron-builder/commit/1c14820b97fad802b300dd93ccd4d6a10a72360f"><code>1c14820b</code></a> Thanks <a href="https://github.com/xyloflake"><code>@​xyloflake</code></a>! - fix: handle spaces for all linux package managers</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron-userland/electron-builder/commit/1dcf6bced4ea59a0df8f92e6219618fa7a39c768"><code>1dcf6bc</code></a> chore(deploy): Release v25.0.4 (electron-updater@6.3.3) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8402">#8402</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/1c14820b97fad802b300dd93ccd4d6a10a72360f"><code>1c14820</code></a> fix: handle spaces in artifact name for all linux platforms instead of only ....</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/8dabf64b8f84975cf4eb016dcd23411ab0d4bf64"><code>8dabf64</code></a> fix: add custom <code>channel</code> in github provider (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8393">#8393</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/9dc0b49aea1d3bb56b42c3b1bdb6001708a34439"><code>9dc0b49</code></a> fix(electron-updater,deb): Handle spaces in application artifact name for deb...</li> <li>See full diff in <a href="https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.3/packages/electron-updater">compare view</a></li> </ul> </details> <br /> Updates `electron` from 31.3.1 to 31.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v31.4.0</h2> <h1>Release Notes for v31.4.0</h1> <h2>Features</h2> <ul> <li>Added a new property <code>prefersReducedTransparency</code> to <code>nativeTheme</code>, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. <a href="https://redirect.github.com/electron/electron/pull/43137">#43137</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43138">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43024">32</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed a crash that could occur in some DevTools extensions containing draggable regions. <a href="https://redirect.github.com/electron/electron/pull/43200">#43200</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43199">32</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>navigator.serial.getPorts()</code> incorrectly returned an empty array in some cases. <a href="https://redirect.github.com/electron/electron/pull/43170">#43170</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43171">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43169">32</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>system-context-menu</code> was not triggered as expected on Windows when using a frameless BrowserWindow. <a href="https://redirect.github.com/electron/electron/pull/43274">#43274</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43275">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43269">32</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where calling <code>window.showInactive</code> on macOS did not actually show the window. <a href="https://redirect.github.com/electron/electron/pull/43102">#43102</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43103">32</a>)<!-- raw HTML omitted --></li> <li>Fixed behavior when entering/exiting fullscreen fails on macOS. <a href="https://redirect.github.com/electron/electron/pull/43154">#43154</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43153">29</a>, <a href="https://redirect.github.com/electron/electron/pull/43151">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43152">32</a>)<!-- raw HTML omitted --></li> <li>Fixed issues with the vibrancy view on macOS. <a href="https://redirect.github.com/electron/electron/pull/43128">#43128</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43127">32</a>)<!-- raw HTML omitted --></li> <li>Fixed several view hierarchy issues related to web contents view on MacOS. <a href="https://redirect.github.com/electron/electron/pull/43096">#43096</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43088">32</a>)<!-- raw HTML omitted --></li> <li>Resolved an issue where <code>desktopCapturer.getSources</code> never fulfilled its promise in some cases. <a href="https://redirect.github.com/electron/electron/pull/43271">#43271</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43273">29</a>, <a href="https://redirect.github.com/electron/electron/pull/43272">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43270">32</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed ffmpeg release on x64 macOS. <a href="https://redirect.github.com/electron/electron/pull/43121">#43121</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43119">29</a>, <a href="https://redirect.github.com/electron/electron/pull/43118">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43120">32</a>)<!-- raw HTML omitted --></li> <li>Security: backported fix for 338248595. <a href="https://redirect.github.com/electron/electron/pull/43140">#43140</a></li> <li>Security: backported fix for CVE-2024-6989. <ul> <li>Security: backported fix for CVE-2024-6991. <a href="https://redirect.github.com/electron/electron/pull/43158">#43158</a></li> </ul> </li> <li>Updated Chromium to 126.0.6478.234. <a href="https://redirect.github.com/electron/electron/pull/43252">#43252</a></li> <li>Updated Node.js to v20.16.0. <a href="https://redirect.github.com/electron/electron/pull/43026">#43026</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/bd70c3a7404326f7711fafc8f0c550b510dbe095"><code>bd70c3a</code></a> refactor: update chrome.scripting extensions api impls (<a href="https://redirect.github.com/electron/electron/issues/43290">#43290</a>)</li> <li><a href="https://github.com/electron/electron/commit/997afe62f262a6f5964fd5194278b4d9efdb245a"><code>997afe6</code></a> chore: remove unused Notification fields icon_path_, has_icon_ (<a href="https://redirect.github.com/electron/electron/issues/43295">#43295</a>)</li> <li><a href="https://github.com/electron/electron/commit/dd1dcad81cb6a6aed8fc0ec2d04cb69bd6a69b21"><code>dd1dcad</code></a> fix: system-context-menu with frameless BrowserWindows (<a href="https://redirect.github.com/electron/electron/issues/43274">#43274</a>)</li> <li><a href="https://github.com/electron/electron/commit/10dd33c16eebe74a23b283e35e719e96e5b6e6e0"><code>10dd33c</code></a> fix: check screen capture permissions in <code>desktopCapturer</code> (<a href="https://redirect.github.com/electron/electron/issues/43271">#43271</a>)</li> <li><a href="https://github.com/electron/electron/commit/c3a7f0001c1cea49c428b2614ef6d7170323a63c"><code>c3a7f00</code></a> fix: accidental handle copying in a range loop (<a href="https://redirect.github.com/electron/electron/issues/43281">#43281</a>)</li> <li><a href="https://github.com/electron/electron/commit/a780a75decdf7bb0d523e9564b213261b6e434cb"><code>a780a75</code></a> build: fix build when <code>enable_pdf_viewer</code> and <code>enable_electron_extensions</code> di...</li> <li><a href="https://github.com/electron/electron/commit/6e69cb0191691ec41aa19ea62238946aaadc95a3"><code>6e69cb0</code></a> chore: bump chromium to 126.0.6478.234 (31-x-y) (<a href="https://redirect.github.com/electron/electron/issues/43252">#43252</a>)</li> <li><a href="https://github.com/electron/electron/commit/520a147244ff40fdd020dfdc3bb02f0d3fa677bd"><code>520a147</code></a> docs: Document ideal iconPath size (<a href="https://redirect.github.com/electron/electron/issues/43241">#43241</a>)</li> <li><a href="https://github.com/electron/electron/commit/36cebb95c6b450b071962cc0d740a02ab77c0c42"><code>36cebb9</code></a> refactor: simplify window <code>moveAbove/moveTop</code> impl on macOS (<a href="https://redirect.github.com/electron/electron/issues/43201">#43201</a>)</li> <li><a href="https://github.com/electron/electron/commit/be842d62677d8b954a3d75836c08115bd1e97515"><code>be842d6</code></a> perf: avoid redundant calls to GetView() (<a href="https://redirect.github.com/electron/electron/issues/43229">#43229</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v31.3.1...v31.4.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-16 20:36:28 +02:00
"electron-updater": "6.3.3",
"fast-average-color": "^9.4.0",
"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 2 updates (#236) Bumps the prod-dependencies group with 2 updates: [jotai](https://github.com/pmndrs/jotai) and [winston](https://github.com/winstonjs/winston). Updates `jotai` from 2.9.2 to 2.9.3 <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.3</h2> <p>This fixes a regression in an edge case that is introduced in v2.6.4.</p> <h2>What's Changed</h2> <ul> <li>fix(store): derived atom not updating when its value changes if another atom is read it conditionally by <a href="https://github.com/yuneco"><code>@​yuneco</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2700">pmndrs/jotai#2700</a></li> <li>experimental(core): expose unstable_derive by <a href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2652">pmndrs/jotai#2652</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yuneco"><code>@​yuneco</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2700">pmndrs/jotai#2700</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3">https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmndrs/jotai/commit/148d876b281f595e0741b5f279dc48444eb2127e"><code>148d876</code></a> 2.9.3</li> <li><a href="https://github.com/pmndrs/jotai/commit/64012da3c41e84cef63a8a32eae3d4b580e01f7e"><code>64012da</code></a> chore(deps): update dev dependencies (<a href="https://redirect.github.com/pmndrs/jotai/issues/2705">#2705</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/6b915714efa83b4ffd5ef397c1a56beab9a8e046"><code>6b91571</code></a> experimental(core): expose unstable_derive (<a href="https://redirect.github.com/pmndrs/jotai/issues/2652">#2652</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/41158e6ffac36ef013fa7c47f6459ff5ea1aba57"><code>41158e6</code></a> fix(store): derived atom not updating when its value changes if another atom ...</li> <li><a href="https://github.com/pmndrs/jotai/commit/7d4da515040c0743907d283de145d7e81f0d6fef"><code>7d4da51</code></a> chore: update typescript-eslint (<a href="https://redirect.github.com/pmndrs/jotai/issues/2698">#2698</a>)</li> <li>See full diff in <a href="https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3">compare view</a></li> </ul> </details> <br /> Updates `winston` from 3.14.1 to 3.14.2 <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.2</h2> <ul> <li>Move initialization to constructor (<a href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>) 2458ba6</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/51a45515b64f700273c007768c680bc664008d04"><code>51a4551</code></a> 3.14.2</li> <li><a href="https://github.com/winstonjs/winston/commit/2458ba61ab41fac576b8bded3cd3472e05e3c250"><code>2458ba6</code></a> Move initialization to constructor (<a href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>)</li> <li>See full diff in <a href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">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-16 20:34:15 +02:00
"jotai": "^2.9.3",
"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",
"pngjs": "^7.0.0",
2024-06-26 21:26:27 +02:00
"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",
Bump the prod-dependencies group with 2 updates (#236) Bumps the prod-dependencies group with 2 updates: [jotai](https://github.com/pmndrs/jotai) and [winston](https://github.com/winstonjs/winston). Updates `jotai` from 2.9.2 to 2.9.3 <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.3</h2> <p>This fixes a regression in an edge case that is introduced in v2.6.4.</p> <h2>What's Changed</h2> <ul> <li>fix(store): derived atom not updating when its value changes if another atom is read it conditionally by <a href="https://github.com/yuneco"><code>@​yuneco</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2700">pmndrs/jotai#2700</a></li> <li>experimental(core): expose unstable_derive by <a href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2652">pmndrs/jotai#2652</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yuneco"><code>@​yuneco</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2700">pmndrs/jotai#2700</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3">https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmndrs/jotai/commit/148d876b281f595e0741b5f279dc48444eb2127e"><code>148d876</code></a> 2.9.3</li> <li><a href="https://github.com/pmndrs/jotai/commit/64012da3c41e84cef63a8a32eae3d4b580e01f7e"><code>64012da</code></a> chore(deps): update dev dependencies (<a href="https://redirect.github.com/pmndrs/jotai/issues/2705">#2705</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/6b915714efa83b4ffd5ef397c1a56beab9a8e046"><code>6b91571</code></a> experimental(core): expose unstable_derive (<a href="https://redirect.github.com/pmndrs/jotai/issues/2652">#2652</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/41158e6ffac36ef013fa7c47f6459ff5ea1aba57"><code>41158e6</code></a> fix(store): derived atom not updating when its value changes if another atom ...</li> <li><a href="https://github.com/pmndrs/jotai/commit/7d4da515040c0743907d283de145d7e81f0d6fef"><code>7d4da51</code></a> chore: update typescript-eslint (<a href="https://redirect.github.com/pmndrs/jotai/issues/2698">#2698</a>)</li> <li>See full diff in <a href="https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3">compare view</a></li> </ul> </details> <br /> Updates `winston` from 3.14.1 to 3.14.2 <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.2</h2> <ul> <li>Move initialization to constructor (<a href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>) 2458ba6</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/51a45515b64f700273c007768c680bc664008d04"><code>51a4551</code></a> 3.14.2</li> <li><a href="https://github.com/winstonjs/winston/commit/2458ba61ab41fac576b8bded3cd3472e05e3c250"><code>2458ba6</code></a> Move initialization to constructor (<a href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>)</li> <li>See full diff in <a href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">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-16 20:34:15 +02:00
"winston": "^3.14.2"
2024-06-26 21:26:27 +02:00
},
2024-08-13 05:47:41 +02:00
"packageManager": "yarn@4.4.0"
}