chore(deps-dev): bump the development-dependencies group across 1 directory with 8 updates#25
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…ectory with 8 updates Bumps the development-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.1` | `25.9.2` | | [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260526.1` | `7.0.0-dev.20260608.1` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.52.0` | `0.53.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.67.0` | `1.68.0` | | [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.2` | `1.1.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.22.3` | `4.22.4` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.7` | `4.1.8` | | [vscode-languageserver-types](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/types) | `3.17.5` | `3.18.0` | Updates `@types/node` from 25.9.1 to 25.9.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript/native-preview` from 7.0.0-dev.20260526.1 to 7.0.0-dev.20260608.1 - [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md) - [Commits](https://github.com/microsoft/typescript-go/commits) Updates `oxfmt` from 0.52.0 to 0.53.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.53.0/npm/oxfmt) Updates `oxlint` from 1.67.0 to 1.68.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.68.0/npm/oxlint) Updates `rolldown` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/rolldown/rolldown/releases) - [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md) - [Commits](https://github.com/rolldown/rolldown/commits/v1.1.0/packages/rolldown) Updates `tsx` from 4.22.3 to 4.22.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.22.3...v4.22.4) Updates `vitest` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest) Updates `vscode-languageserver-types` from 3.17.5 to 3.18.0 - [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases) - [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/types/3.18.0/types) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@typescript/native-preview" dependency-version: 7.0.0-dev.20260608.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: oxfmt dependency-version: 0.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: oxlint dependency-version: 1.68.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: rolldown dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: tsx dependency-version: 4.22.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: vitest dependency-version: 4.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: vscode-languageserver-types dependency-version: 3.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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 development-dependencies group with 8 updates in the / directory:
25.9.125.9.27.0.0-dev.20260526.17.0.0-dev.20260608.10.52.00.53.01.67.01.68.01.0.21.1.04.22.34.22.44.1.74.1.83.17.53.18.0Updates
@types/nodefrom 25.9.1 to 25.9.2Commits
Updates
@typescript/native-previewfrom 7.0.0-dev.20260526.1 to 7.0.0-dev.20260608.1Commits
Updates
oxfmtfrom 0.52.0 to 0.53.0Changelog
Sourced from oxfmt's changelog.
Commits
964a758release(apps): oxlint v1.68.0 && oxfmt v0.53.0 (#22883)Updates
oxlintfrom 1.67.0 to 1.68.0Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
Commits
964a758release(apps): oxlint v1.68.0 && oxfmt v0.53.0 (#22883)3f05c5efeat(linter): exposeoverride::exclude_filesoption (#22884)e4b1f46feat(linter/typescript): implementmethod-signature-stylerule (#22679)bc462cafeat(linter/vue): implement no-reserved-component-names rule (#22741)ef9e751feat(linter/vue): implement component-definition-name-casing rule (#22818)d67f51afeat(linter/vue): implement require-prop-type-constructor rule (#22708)8422e8bfeat(linter/jsdoc): implementrequire-yields-descriptionrule (#22805)fe93f97feat(linter/eslint): implementprefer-named-capture-grouprule (#22759)Updates
rolldownfrom 1.0.2 to 1.1.0Release notes
Sourced from rolldown's releases.
... (truncated)
Changelog
Sourced from rolldown's changelog.
... (truncated)
Commits
c462c7crelease: v1.1.0 (#9637)432bac8feat: enableexperimental.lazyBarrelby default (#9632)239ca4cfeat:import.meta.globsupportcaseSensitiveoption (#9594)be8eaccfix(browser): add missing exports and ensure consistency withrolldownpack...93632abchore(deps): update dependency vite-plus to v0.1.24 (#9470)b403112feat: addSOURCEMAP_BROKENwarning for renderChunk hook (#9601)84b7ed1feat: addSOURCEMAP_BROKENwarning for transform hook (#9600)31ad110perf: avoid unnecessary intermediate sourcemaps (#9599)5e05ebafeat(code-splitting): support group-localincludeDependenciesRecursively(#...4265367fix(dev): handle the remaining errors in dev (#9570)Updates
tsxfrom 4.22.3 to 4.22.4Release notes
Sourced from tsx's releases.
Commits
1ce8463fix: resolve CommonJS directory requires inside dependencies (#803)Updates
vitestfrom 4.1.7 to 4.1.8Release notes
Sourced from vitest's releases.
Commits
e61f2ddchore: release v4.1.8e4067b3fix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...Updates
vscode-languageserver-typesfrom 3.17.5 to 3.18.0Release notes
Sourced from vscode-languageserver-types's releases.
... (truncated)
Commits
2cc5bf0Prepare 3.18 releasef5e23e2Add getMessageString function to Diagnostic namespace (#1780)3e8ab80Add 3.17 version check method for Diagnostic (#1779)b21577cMerge next release into main (#1778)c08bcaeUpdate dependencies and improve compatibility (#1775)f168f85Update documentation and fix lint errors (#1770)c54b2fdMerge pull request #1767 from microsoft/dbaeumer/straight-gazelle-plum2cf625fAdd optional MarkupContent support to diagnostics (#1766)0aa488dInline value clarifications85a9202Migrate to ESLint 9 (#1747)Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for vscode-languageserver-types since your current version.
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