Bump the npm-minor-patch group across 1 directory with 16 updates#537
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the npm-minor-patch group across 1 directory with 16 updates#537dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the npm-minor-patch group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@vscode/python-extension](https://github.com/Microsoft/vscode-python) | `1.0.5` | `1.0.6` | | [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.1` | `11.3.3` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.35.0` | `9.39.3` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.42.0` | `8.56.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.42.0` | `8.56.1` | | [@vscode/test-electron](https://github.com/Microsoft/vscode-test) | `2.3.9` | `2.5.2` | | [chai-as-promised](https://github.com/chaijs/chai-as-promised) | `8.0.1` | `8.0.2` | | [glob](https://github.com/isaacs/node-glob) | `13.0.2` | `13.0.6` | | [mocha](https://github.com/mochajs/mocha) | `11.7.2` | `11.7.5` | | [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.8.1` | | [sinon](https://github.com/sinonjs/sinon) | `21.0.0` | `21.0.1` | | [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `17.0.4` | `21.0.0` | | [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.5.2` | `9.5.4` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.42.0` | `8.56.1` | | [webpack](https://github.com/webpack/webpack) | `5.101.3` | `5.105.2` | Updates `@vscode/python-extension` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/Microsoft/vscode-python/releases) - [Changelog](https://github.com/microsoft/vscode-python/blob/main/CHANGELOG.md) - [Commits](microsoft/vscode-python@release/pythonExtensionApi/1.0.5...release/pythonExtensionApi/1.0.6) Updates `fs-extra` from 11.3.1 to 11.3.3 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.1...11.3.3) Updates `@eslint/js` from 9.35.0 to 9.39.3 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.3/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.42.0 to 8.56.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.42.0 to 8.56.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/parser) Updates `@vscode/test-electron` from 2.3.9 to 2.5.2 - [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md) - [Commits](microsoft/vscode-test@v2.3.9...v2.5.2) Updates `chai-as-promised` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/chaijs/chai-as-promised/releases) - [Commits](chaijs/chai-as-promised@v8.0.1...v8.0.2) Updates `glob` from 13.0.2 to 13.0.6 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v13.0.2...v13.0.6) Updates `mocha` from 11.7.2 to 11.7.5 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md) - [Commits](mochajs/mocha@v11.7.2...v11.7.5) Updates `prettier` from 3.5.3 to 3.8.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.3...3.8.1) Updates `sinon` from 21.0.0 to 21.0.1 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v21.0.0...v21.0.1) Updates `@types/sinon` from 17.0.4 to 21.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) Updates `ts-loader` from 9.5.2 to 9.5.4 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](TypeStrong/ts-loader@v9.5.2...v9.5.4) Updates `typescript` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) Updates `typescript-eslint` from 8.42.0 to 8.56.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.56.1/packages/typescript-eslint) Updates `webpack` from 5.101.3 to 5.105.2 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.101.3...v5.105.2) --- updated-dependencies: - dependency-name: "@vscode/python-extension" dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: fs-extra dependency-version: 11.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@eslint/js" dependency-version: 9.39.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.56.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@typescript-eslint/parser" dependency-version: 8.56.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@vscode/test-electron" dependency-version: 2.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: chai-as-promised dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: glob dependency-version: 13.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: mocha dependency-version: 11.7.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: sinon dependency-version: 21.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@types/sinon" dependency-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-minor-patch - dependency-name: ts-loader dependency-version: 9.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: typescript-eslint dependency-version: 8.56.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: webpack dependency-version: 5.105.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-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 npm-minor-patch group with 16 updates in the / directory:
1.0.51.0.611.3.111.3.39.35.09.39.38.42.08.56.18.42.08.56.12.3.92.5.28.0.18.0.213.0.213.0.611.7.211.7.53.5.33.8.121.0.021.0.117.0.421.0.09.5.29.5.45.9.25.9.38.42.08.56.15.101.35.105.2Updates
@vscode/python-extensionfrom 1.0.5 to 1.0.6Release notes
Sourced from
@vscode/python-extension's releases.Commits
fffb30fupdate to node 22 and fix tests (#25379)11fa35dAdd onTerminalShellIntegration:python (#25364)fec1b06Add verbose logging for conda activation commands and service methods (#25365)f3f2293Default Python shell integration to true (#25359)78b5d75bump to 2025.13.0-dev (#25355)3fb2381bump version 2025.12.0 (#25354)6827afbadd workspace folder for debugpy launch.json config (#25338)3a729b4Bump form-data (#25312)4f02725Pompt model to use tool before running any Python command in terminal (#25321)583f2d3bundle envs ext with stable (#25309)Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for
@vscode/python-extensionsince your current version.Updates
fs-extrafrom 11.3.1 to 11.3.3Changelog
Sourced from fs-extra's changelog.
Commits
1de81e911.3.3ddc46f7Fix symlink copy failing when source and dest symlinks point to same target (...5023c22Use macos-15-intel runner (#1061)403e8aa11.3.247f1095Fix UnhandledPromiseRejectionWarning in copy (#1058)Updates
@eslint/jsfrom 9.35.0 to 9.39.3Release notes
Sourced from
@eslint/js's releases.... (truncated)
Commits
9ceef92chore: package.json update for@eslint/jsreleasec43ce24chore: package.json update for@eslint/jsreleasec7ebefcchore: package.json update for@eslint/jsrelease2375a6dchore: package.json update for@eslint/jsrelease9e7fad4chore: add script to auto-generate eslint:recommended configuration (#20208)25d0e33chore: package.json update for@eslint/jsreleaseabee4cachore: package.json update for@eslint/jsrelease90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115)488cba6chore: package.json update for@eslint/jsrelease1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116)Updates
@typescript-eslint/eslint-pluginfrom 8.42.0 to 8.56.1Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
96a04a9chore(release): publish 8.56.1958f390chore(eslint-plugin): add default excludes to vitest (#12067)ffb46eadocs(eslint-plugin): [method-signature-style] clarify autofix impact on type ...8b8b68fchore(release): publish 8.56.068a074ffeat: support ESLint v10 (#12057)c0a359dfix: use parser options from context.languageOptions (#12043)fedfe86chore(release): publish 8.55.08a95834fix(eslint-plugin): [no-useless-default-assignment] reduce param index to ts ...4ba1e72fix(eslint-plugin): [no-useless-default-assignment] report unnecessary defaul...a1f8617feat(utils): deprecate defaultOptions in favor of meta.defaultOptions (#11992)Updates
@typescript-eslint/parserfrom 8.42.0 to 8.56.1Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.... (truncated)
Commits
96a04a9chore(release): publish 8.56.18b8b68fchore(release): publish 8.56.068a074ffeat: support ESLint v10 (#12057)fedfe86chore(release): publish 8.55.0b931f8cchore: use workspace refs for workspace deps (#12018)1f17a79chore: migrate to pnpm (#11248)d423e57chore(release): publish 8.54.09940e53chore(release): publish 8.53.13021edechore(release): publish 8.53.09ddd571chore(release): publish 8.52.0Updates
@vscode/test-electronfrom 2.3.9 to 2.5.2Changelog
Sourced from
@vscode/test-electron's changelog.Commits
143e3c22.5.23b58360fix: installation error on various platforms6a5daf7chore(deps): bump esbuild and vitest (#306)a08bb0echore(deps-dev): bump vite from 5.4.14 to 5.4.17 (#307)d5bfe64chore: move to npm, drop yarn (#305)aa4ac32update pipeline2f99366feat: allow downloading server versions (#304)eff2b632.5.1e960e8dchore: move to npm, drop yarn70040b7Fix for 'Invalid extraction directory' on macOS (#303)Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for
@vscode/test-electronsince your current version.Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
chai-as-promisedfrom 8.0.1 to 8.0.2Release notes
Sourced from chai-as-promised's releases.
Commits
726c0e0chore: support chai 6 (#335)82fdea5chore(deps): update actions/checkout action to v5 (#332)cba53e2chore(deps): update dependencies to v9.33.0 (#331)cde5e95chore(deps): update dependencies to v9.32.0 (#330)d0fa6f2chore(deps): update dependencies (#329)286920dchore(deps): update dependencies (#328)8548518chore(deps): update dependencies (#327)7d4b3a3chore(deps): update dependencies (#326)6aacad2chore(deps): update dependencies (#325)8803cddchore(deps): update dependencies to v9.28.0 (#324)Updates
globfrom 13.0.2 to 13.0.6Commits
e80cb3813.0.69cdbbffrevert tsgo, not ready for test coverage correctness yet89c99bause tsgo compilerb7275d5update deps, expand engines to include node 18942e360update workflows, pull taprc out of package.json4a0d53cupdate tap for mockImport bugfixef94ad2update tap180c2d4update docs37993c8remove stray console.error in test03ae4c213.0.5Updates
mochafrom 11.7.2 to 11.7.5Release notes
Sourced from mocha's releases.
... (truncated)
Changelog
Sourced from mocha's changelog.
Commits
9a6a5dbchore(v11.x): release 11.7.5 (#5523)8b21b38chore: run tests on PRs for and pushes to v11.x (#5525)663fff4chore: setup release-please for v11 (#5522)8d97220Update release-please to include v11.x and use Node ^22d89dbaffix: swallow morerequireerrors from *ts files (#5498)8649f39chore(main): release 11.7.4 (#5473)c2667c3fix: watch mode using chokidar v4 (#5379)7f68e5cchore: remove trailing spaces (#5475)bff9166Docs: migrate remaining legacy wiki pages to main documentation (#5465)c805327chore(main): release 11.7.3 (#5455)Updates
prettierfrom 3.5.3 to 3.8.1Release notes
Sourced from prettier's releases.