Conversation
Bumps the dev-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.58.0` | `1.59.0` | | [turbo](https://github.com/vercel/turborepo) | `2.9.3` | `2.9.5` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.3` | `8.0.7` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.79.0` | `4.81.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.5.2` | | [jsdom](https://github.com/jsdom/jsdom) | `29.0.1` | `29.0.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.2` | `4.1.3` | Updates `oxlint` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.59.0/npm/oxlint) Updates `turbo` from 2.9.3 to 2.9.5 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.9.3...v2.9.5) Updates `vite` from 8.0.3 to 8.0.7 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.7/packages/vite) Updates `wrangler` from 4.79.0 to 4.81.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.81.0/packages/wrangler) Updates `@types/node` from 25.5.0 to 25.5.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `jsdom` from 29.0.1 to 29.0.2 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](jsdom/jsdom@v29.0.1...v29.0.2) Updates `vitest` from 4.1.2 to 4.1.3 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.3/packages/vitest) --- updated-dependencies: - dependency-name: oxlint dependency-version: 1.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: turbo dependency-version: 2.9.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: vite dependency-version: 8.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: wrangler dependency-version: 4.81.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-version: 25.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: jsdom dependency-version: 29.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: vitest dependency-version: 4.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dev-dependencies group with 7 updates:
1.58.01.59.02.9.32.9.58.0.38.0.74.79.04.81.025.5.025.5.229.0.129.0.24.1.24.1.3Updates
oxlintfrom 1.58.0 to 1.59.0Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
Commits
a69e707release(apps): oxlint v1.59.0 && oxfmt v0.44.0 (#21085)dd2df87fix(npm): export package.json for oxlint and oxfmt (#20784)Updates
turbofrom 2.9.3 to 2.9.5Release notes
Sourced from turbo's releases.
... (truncated)
Commits
3d264b1publish 2.9.5 to registryecb1040fix: Suppress telemetry alert when running on Vercel (#12576)f0e18d2release(turborepo): 2.9.5-canary.5 (#12574)1403c9efix: Normalize CRLF line endings in file hashing to match git (#12572)53eb059release(turborepo): 2.9.5-canary.4 (#12571)7830df4perf: Parallelizeboundarieschecking with Rayon and cache DFS traversals (...0387badrelease(turborepo): 2.9.5-canary.3 (#12570)374f7a7perf: Increase remote cache upload chunk size from 8KB to 256KB (#12568)217d486feat: Add circular package dependency detection to boundaries (#12567)8479f02release(turborepo): 2.9.5-canary.2 (#12566)Updates
vitefrom 8.0.3 to 8.0.7Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
fdb2e6frelease: v8.0.75c05b04fix: use sync dns.getDefaultResultOrder instead of dns.promises (#22185)7b3086frelease: v8.0.6af71fb2chore: replace remaining prettier script (#22179)51d3e48feat: update rolldown to 1.0.0-rc.13 (#22097)17a8f9efix(optimize-deps): hoist CJS interop assignment (#22156)d5081c2fix(css): avoid mutating sass error multiple times (#22115)56ec256perf: early return ingetLocalhostAddressIfDiffersFromDNSwhen DNS order is...bdc53abchore(create-vite): remove unnecessary DOM.Iterable (#22168)1a12d4crelease: v8.0.5Updates
wranglerfrom 4.79.0 to 4.81.0Release notes
Sourced from wrangler's releases.
... (truncated)
Commits
36c2c13Version Packages (#13251)fa6d84fBump the workerd-and-workers-types group with 2 updates (#13305)6fa5dfd[wrangler] Use formatConfigSnippet for compatibility_date warning in dev (#13...7d318e1Bump the workerd-and-workers-types group across 1 directory with 2 updates (#...8f0c544MakeargsIgnorePatternforno-unused-varslint rule more strict (#13180)96ee5d4feat: add wrangler email routing commands (#12932)78cbe37During autoconfig filter out Hono when there are 2 detected frameworks (#13193)0de6989Version Packages (#13141)d5bffdeUse today as the compat date instead of relying on the actual workerd compat ...48d83ca[wrangler] Add vpc_networks binding support (#12992)Updates
@types/nodefrom 25.5.0 to 25.5.2Commits
Updates
jsdomfrom 29.0.1 to 29.0.2Release notes
Sourced from jsdom's releases.
Commits
2a1e2cd29.0.24097d66Resolve computed CSS values lazily in CSSStyleDeclarationcf5523fAdd more test cases for nested color-mix with currentColorb33b616Add test that getComputedStyle() works with !important6bf559cAdd test for custom property inheritance in computed styles6817657Fix border shorthand handling470f5c5Consolidate color helpers3db53cbFix background shorthand handlers678e840Remove some longhand property filesd526a07Add regression test for getComputedStyle() livenessUpdates
vitestfrom 4.1.2 to 4.1.3Release notes
Sourced from vitest's releases.
Commits
2dc0d62chore: release v4.1.37827363feat: addexperimental.preParseflag (#10070)691d341fix(snapshot): export custom snapshot matcher helper fromvitest(#10042)59b0e64feat(experimental/snapshot): support custom snapshot matcher (#9973)487990afeat(experimental): supportbrowser.locators.exactoption (#10013)146d4f0fix: add@vitest/coverage-v8and@vitest/coverage-istanbulas optional de...3f5bfa3fix: advance fake timers withexpect.pollinterval (#10022)9dbf477fix(vm): fix external module resolve error with deps optimizer query (#10024)ec20455fix(expect): don't leak "runner" types (#10004)66751c9fix(expect): removeJestExtendError.contextfrom verbose error reporting (#...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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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