Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dev-deps group with 5 updates (#23)
Bumps the dev-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@playwright/test](https://github.com/microsoft/playwright) | `1.45.0` | `1.45.1` | | [globals](https://github.com/sindresorhus/globals) | `15.7.0` | `15.8.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` | `5.5.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.0-alpha.37` | `8.0.0-alpha.39` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.2` | `5.3.3` | Updates `@playwright/test` from 1.45.0 to 1.45.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases"><code>@playwright/test</code>'s releases</a>.</em></p> <blockquote> <h2>v1.45.1</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/issues/31473">microsoft/playwright#31473</a> - [REGRESSION]: Playwright raises an error ENOENT: no such file or directory, open 'test-results/.playwright-artifacts-0/hash.zip' with Electron <a href="https://redirect.github.com/microsoft/playwright/issues/31442">microsoft/playwright#31442</a> - [REGRESSION]: Locators of elements changing from/to hidden have operations hanging when using <code>--disable-web-security</code> <a href="https://redirect.github.com/microsoft/playwright/issues/31431">microsoft/playwright#31431</a> - [REGRESSION]: NewTab doesn't work properly with Chrome with <code>--disable-web-security</code> <a href="https://redirect.github.com/microsoft/playwright/issues/31425">microsoft/playwright#31425</a> - [REGRESSION]: beforeEach hooks are not skipped when describe condition depends on fixtures <a href="https://redirect.github.com/microsoft/playwright/issues/31491">microsoft/playwright#31491</a> - [REGRESSION]: <code>@playwright/experimental-ct-react</code> doesn't work with VSCode extension and PNPM</p> <h2>Browser Versions</h2> <ul> <li>Chromium 127.0.6533.5</li> <li>Mozilla Firefox 127.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 126</li> <li>Microsoft Edge 126</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/e8989f83d9801cdaadc3803b5341c601c9593947"><code>e8989f8</code></a> chore: mark v1.45.1 (<a href="https://redirect.github.com/microsoft/playwright/issues/31516">#31516</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/1d94caa1038a6b317ac645bfc14df0ac5cc51191"><code>1d94caa</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31496">#31496</a>): docs(release-notes): fix .NET snippets</li> <li><a href="https://github.com/microsoft/playwright/commit/5be51684fbc5c3f4926c30e5bb53b18f5b5312db"><code>5be5168</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31504">#31504</a>): fix(ct): export package.json</li> <li><a href="https://github.com/microsoft/playwright/commit/0fe7a102f3123d3f80dc40a06c9a6d5050cee84a"><code>0fe7a10</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31437">#31437</a>): fix(electron): tracing with <code>@playwright/test</code></li> <li><a href="https://github.com/microsoft/playwright/commit/4ec4ccf7f39c17979a9deb4b08879bc423131c56"><code>4ec4ccf</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31401">#31401</a>): chore: .NET generator fixes</li> <li><a href="https://github.com/microsoft/playwright/commit/3b4d32e7319c65442ebf3ac9a17936e6f74fae98"><code>3b4d32e</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31458">#31458</a>): fix(utility): create utility world when web security is ...</li> <li><a href="https://github.com/microsoft/playwright/commit/4ccaef69be16ae6ab7bb63772bd023b92548316b"><code>4ccaef6</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31426">#31426</a>): fix(runner): do not run beforeEach hooks upon skip modifier</li> <li>See full diff in <a href="https://github.com/microsoft/playwright/compare/v1.45.0...v1.45.1">compare view</a></li> </ul> </details> <br /> Updates `globals` from 15.7.0 to 15.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/globals/releases">globals's releases</a>.</em></p> <blockquote> <h2>v15.8.0</h2> <ul> <li>Add <code>es2025</code> globals (Same as <code>es2021</code>) (<a href="https://redirect.github.com/sindresorhus/globals/issues/256">#256</a>) 2ef342a</li> </ul> <p><a href="https://github.com/sindresorhus/globals/compare/v15.7.0...v15.8.0">https://github.com/sindresorhus/globals/compare/v15.7.0...v15.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/globals/commit/f6b39781bad9a1884427137b3f20fe93cef8df34"><code>f6b3978</code></a> 15.8.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/2ef342a5cf05630b01f8aebf126c62a69efa6623"><code>2ef342a</code></a> Add <code>es2025</code> globals (Same as <code>es2021</code>) (<a href="https://redirect.github.com/sindresorhus/globals/issues/256">#256</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/globals/compare/v15.7.0...v15.8.0">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.2 to 5.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.5.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.3 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/f0e992167440686f948965e5441a918b34251886"><code>f0e9921</code></a> Bump version to 5.5.3 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/738bd605dfab2102cad7a8702ceae1ed2f55fbec"><code>738bd60</code></a> Cherry-pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58966">#58966</a> to release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/59002">#59002</a>)</li> <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.0.0-alpha.37 to 8.0.0-alpha.39 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.2 to 5.3.3 <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.3.3 (2024-07-03)<!-- raw HTML omitted --></h2> <ul> <li>fix: lazily evaluate __vite__mapDeps files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17602">#17602</a>) (<a href="https://github.com/vitejs/vite/commit/dafff4a">dafff4a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17602">#17602</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17590">#17590</a>) (<a href="https://github.com/vitejs/vite/commit/012490c">012490c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17590">#17590</a></li> <li>fix(lib): remove pure CSS dynamic import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17601">#17601</a>) (<a href="https://github.com/vitejs/vite/commit/055f1c1">055f1c1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17601">#17601</a></li> <li>fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17563">#17563</a>) (<a href="https://github.com/vitejs/vite/commit/14c3d49">14c3d49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17563">#17563</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/22b299429599834bf1855b53264a28ae5ff8f888"><code>22b2994</code></a> release: v5.3.3</li> <li><a href="https://github.com/vitejs/vite/commit/012490ca8682e2b560737cb54dbb465ab4f36471"><code>012490c</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17590">#17590</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/14c3d49303e4db459728c43b2d3a7c2aff8cd383"><code>14c3d49</code></a> fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin op...</li> <li><a href="https://github.com/vitejs/vite/commit/055f1c16e55b527543e7af0e65e820b245b12d2e"><code>055f1c1</code></a> fix(lib): remove pure CSS dynamic import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17601">#17601</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/dafff4ae6eabf22b7f08a582f3663eb8a08bfc32"><code>dafff4a</code></a> fix: lazily evaluate __vite__mapDeps files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17602">#17602</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.3.3/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>
- Loading branch information