Bump the minor-and-patch group across 1 directory with 8 updates#1415
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the minor-and-patch group across 1 directory with 8 updates#1415dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-and-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.107.0` | `1.118.0` | | [@vscode/vsce](https://github.com/Microsoft/vsce) | `3.7.1` | `3.9.1` | | [esbuild](https://github.com/evanw/esbuild) | `0.27.2` | `0.28.0` | | [eslint-plugin-no-only-tests](https://github.com/levibuzolic/eslint-plugin-no-only-tests) | `3.3.0` | `3.4.0` | | [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.26.2` | `10.33.2` | | [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.3` | | [selfsigned](https://github.com/jfromaniello/selfsigned) | `5.4.0` | `5.5.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.50.1` | `8.59.1` | Updates `@types/vscode` from 1.107.0 to 1.118.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode) Updates `@vscode/vsce` from 3.7.1 to 3.9.1 - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](microsoft/vscode-vsce@v3.7.1...v3.9.1) Updates `esbuild` from 0.27.2 to 0.28.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md) - [Commits](evanw/esbuild@v0.27.2...v0.28.0) Updates `eslint-plugin-no-only-tests` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/levibuzolic/eslint-plugin-no-only-tests/releases) - [Changelog](https://github.com/levibuzolic/eslint-plugin-no-only-tests/blob/main/CHANGELOG.md) - [Commits](levibuzolic/eslint-plugin-no-only-tests@v3.3.0...v3.4.0) Updates `pnpm` from 10.26.2 to 10.33.2 - [Release notes](https://github.com/pnpm/pnpm/releases) - [Changelog](https://github.com/pnpm/pnpm/blob/v10.33.2/pnpm/CHANGELOG.md) - [Commits](https://github.com/pnpm/pnpm/commits/v10.33.2/pnpm) Updates `prettier` from 3.7.4 to 3.8.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.3) Updates `selfsigned` from 5.4.0 to 5.5.0 - [Changelog](https://github.com/jfromaniello/selfsigned/blob/master/CHANGELOG.md) - [Commits](jfromaniello/selfsigned@v5.4.0...v5.5.0) Updates `typescript-eslint` from 8.50.1 to 8.59.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/vscode" dependency-version: 1.118.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@vscode/vsce" dependency-version: 3.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: esbuild dependency-version: 0.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-plugin-no-only-tests dependency-version: 3.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pnpm dependency-version: 10.33.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: selfsigned dependency-version: 5.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.59.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... 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 minor-and-patch group with 8 updates in the / directory:
1.107.01.118.03.7.13.9.10.27.20.28.03.3.03.4.010.26.210.33.23.7.43.8.35.4.05.5.08.50.18.59.1Updates
@types/vscodefrom 1.107.0 to 1.118.0Commits
Updates
@vscode/vscefrom 3.7.1 to 3.9.1Release notes
Sourced from @vscode/vsce's releases.
... (truncated)
Commits
98cca9efix: module type mismatch (#1266)9329b35fix: build regressions in 3.8.1 (#1263)165b0f2Add override for serialize-javascript (#1261)7d124abchore: update@azure/identityto 4.13.1 and modernize TypeScript/Node.js conf...cbdd401fix: run npm audit fix to update package-lock.json (#1258)13c5fa8Merge pull request #1255 from microsoft/dependabot/npm_and_yarn/multi-580a7c2f10c6f98dcBump brace-expansion01da009Bump picomatch from 2.3.1 to 2.3.2 (#1253)bb899faMerge pull request #1252 from microsoft/dependabot/npm_and_yarn/yauzl-3.2.13f4fa96Bump yauzl from 2.10.0 to 3.2.1Updates
esbuildfrom 0.27.2 to 0.28.0Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
Commits
6a794dfpublish 0.28.0 to npm64ee0eafix #4435: supportwith { type: text }importsef65aeefix sort order insnapshots_packagejson.txt1a26a8etry to fixtest-old-ts, also shuffle CI tasks556ce6cuse''instead ofnullto omit build hashes8e675a8ci: allow missing binary hashes for tests7067763Reapply "update go 1.25.7 => 1.26.1"39473a9fix #4343: integrity check for binary download2025c9fpublish 0.27.7 to npmc6b586efix typo inMakefilefor@esbuild/win32-x64Updates
eslint-plugin-no-only-testsfrom 3.3.0 to 3.4.0Release notes
Sourced from eslint-plugin-no-only-tests's releases.
Changelog
Sourced from eslint-plugin-no-only-tests's changelog.
... (truncated)
Commits
2279c51Merge pull request #62 from levibuzolic/levi/fix-github-release-actione234e55Use Publish environment for npm released304af4Fix npm release auth435b3a2Merge pull request #61 from levibuzolic/fix-release-script968e9d9Switch release workflow to published eventsa0edb1aMerge pull request #60 from levibuzolic/fix-release-script42ca3d8Remove npm registry auth from publish workflowb7051fcMerge pull request #59 from levibuzolic/fix-release-script36e23a2Update GitHub Actions for npm trusted publishing17f7389Fix release scriptMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-no-only-tests since your current version.
Updates
pnpmfrom 10.26.2 to 10.33.2Release notes
Sourced from pnpm's releases.
... (truncated)
Changelog
Sourced from pnpm's changelog.
... (truncated)
Commits
2a1ffe1chore(release): 10.33.208bf69cfix: prevent fork-bomb during packageManager-driven version switching (#11346)89e3ac5chore(release): 10.33.16315018fix: scope minimatch overrides to their major versione528199fix: update dependenciesa6c24bdfix: defer npm-passthrough commands to main() when packageManager wants pnpm ...be07631chore(release): 10.33.0cb17c44fix(dlx): fix race conditions in parallel dlx calls sharingeaae772chore(release): 10.32.1cda9b1dfix: update dependenciesUpdates
prettierfrom 3.7.4 to 3.8.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
d7108a7Release 3.8.3177f908Prevent trailing comma in SCSSif()function (#18471)1cd4066Release@prettier/plugin-oxc@0.1.4a8700e2Update oxc-parser to v0.125.0752157cFix tests053fd41Bump Prettier dependency to 3.8.2904c636Clean changelog_unreleaseddc1f7fcUpdate dependents countb31557cRelease 3.8.296bbaedSupport Angular v21.2 (#18722)Updates
selfsignedfrom 5.4.0 to 5.5.0Commits
bb4c2a85.5.0fddc893feat: patch global CryptoProvider to use Node.js crypto (#84)a47d039add package-lock backb29a4e1add CI as gh actionUpdates
typescript-eslintfrom 8.50.1 to 8.59.1Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
5245793chore(release): publish 8.59.1ea9ae4fchore(release): publish 8.59.090c2803chore(release): publish 8.58.2b3315fdchore: convert import eslint to import js - followup (#12100)be6b49afix: remove tsbuildinfo cache file from published packages (#12187)5311ed3chore(release): publish 8.58.14933417chore(release): publish 8.58.08cde2d0feat: support TypeScript 6 (#12124)be4d54dchore(release): publish 8.57.2c7c38aachore(release): publish 8.57.1Dependabot 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