-
Notifications
You must be signed in to change notification settings - Fork 188
Bump the development-dependencies group across 1 directory with 8 updates #1912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the development-dependencies group across 1 directory with 8 updates #1912
Conversation
…ates 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) | `20.17.0` | `22.10.1` | | [@vscode/test-cli](https://github.com/Microsoft/vscode-test-cli) | `0.0.9` | `0.0.10` | | [@vscode/test-web](https://github.com/microsoft/vscode-test-web) | `0.0.56` | `0.0.65` | | [chai](https://github.com/chaijs/chai) | `4.5.0` | `5.1.2` | | [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) | `4.3.10` | `5.0.1` | | [esbuild](https://github.com/evanw/esbuild) | `0.23.1` | `0.24.0` | | [mocha](https://github.com/mochajs/mocha) | `10.8.2` | `11.0.1` | | [msw](https://github.com/mswjs/msw) | `2.2.13` | `2.6.8` | Updates `@types/node` from 20.17.0 to 22.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vscode/test-cli` from 0.0.9 to 0.0.10 - [Changelog](https://github.com/microsoft/vscode-test-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/vscode-test-cli/commits) Updates `@vscode/test-web` from 0.0.56 to 0.0.65 - [Release notes](https://github.com/microsoft/vscode-test-web/releases) - [Changelog](https://github.com/microsoft/vscode-test-web/blob/main/CHANGELOG.md) - [Commits](microsoft/vscode-test-web@v0.0.56...v0.0.65) Updates `chai` from 4.5.0 to 5.1.2 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.5.0...v5.1.2) Updates `@types/chai` from 4.3.10 to 5.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) Updates `esbuild` from 0.23.1 to 0.24.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.23.1...v0.24.0) Updates `mocha` from 10.8.2 to 11.0.1 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.8.2...v11.0.1) Updates `msw` from 2.2.13 to 2.6.8 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.2.13...v2.6.8) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: "@vscode/test-cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@vscode/test-web" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: "@types/chai" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Chai v5 has moved to ESM only (this, among others), which does not work currently in the extension ecosystem. We will have to stay at 4.X for the time being |
|
@dependabot ignore chai major version |
|
OK, I won't notify you about version 5.x.x of chai again, unless you unignore it. |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Bumps the development-dependencies group with 8 updates in the / directory:
20.17.022.10.10.0.90.0.100.0.560.0.654.5.05.1.24.3.105.0.10.23.10.24.010.8.211.0.12.2.132.6.8Updates
@types/nodefrom 20.17.0 to 22.10.1Commits
Updates
@vscode/test-clifrom 0.0.9 to 0.0.10Changelog
Sourced from
@vscode/test-cli's changelog.Commits
Updates
@vscode/test-webfrom 0.0.56 to 0.0.65Release notes
Sourced from
@vscode/test-web's releases.... (truncated)
Changelog
Sourced from
@vscode/test-web's changelog.Commits
be50e5fSet publishRequiresApproval to false in pipeline configuration (#151)21c0ef4prepare 0.0.65 (#150)9a563fcprepare 0.0.64 (#149)1cee314VS Code main has migrated back to npm. (#148)f0ae7e3apply learnings from wsl download fix (#147)2c12f1cprepare 0.0.63 (#146)46ef940Bump path-to-regexp from 6.2.2 to 6.3.0 (#142)8f7aac8detect ESM from root package.json (#144)4a353c7prepare 0.61.0 (#143)c20a85fbring back d.ts file, prepare 0.0.60 (#141)Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for
@vscode/test-websince your current version.Updates
chaifrom 4.5.0 to 5.1.2Release notes
Sourced from chai's releases.
... (truncated)
Commits
1b17805Support big int in approximently (#1606)346421fchore: upgrade loupe (#1646)01ac941chore: update deep dependencies (#1641)baf6ce9build(deps): bump rollup from 4.9.1 to 4.22.4 (#1637)ca5d462build(deps-dev): bump@75lb/deep-mergefrom 1.1.1 to 1.1.2 (#1636)3ce5944chore: bump loupe and deep-eql (#1635)ec18925build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1625)5ab5b86Publish npm packages with provenance (#1615)14fcf6bFix secret name in publish action (#1614)37263c0fix: support some virtual contexts intoThrow(#1609)Updates
@types/chaifrom 4.3.10 to 5.0.1Commits
Updates
esbuildfrom 0.23.1 to 0.24.0Release notes
Sourced from esbuild's releases.
Changelog
Sourced from esbuild's changelog.
Commits
d34e79epublish 0.24.0 to npm045a87ffix #3887: omit dead export warning fordefault6e049b8fix #3913: useDefineForClassFields and decorators9c26f98lower decorators for useDefineForClassFields #391346fdb68fix #3898: incorrect cyclic tsconfig.json warningb500443fix #3917: running esbuild cli with denob125e62runmake update-compat-table112b9aafix #3915: stack overflow with yarn + tsconfiged5a555wasm: catch and rethrow stack overflows (#3915)11d3196fix #3902: update go 1.22.5 => 1.23.1Updates
mochafrom 10.8.2 to 11.0.1Release notes
Sourced from mocha's releases.
Changelog
Sourced from mocha's changelog.
Commits
4c558fbchore(main): release 11.0.1 (#5257)a5bd707Release v11.0.143c3157feat: bumped glob dependency from 8 to 10 (#5250)34e0e52docs: fix examples forlinkPartialObjectsmethods (#5255)d3b2c38chore(main): release 11.0.0 prerelease (#5241)80da25afix!: adapt new engine range for Mocha 11 (#5216)eac87e1docs: downgrade example/tests chai to 4.5.0 (#5245)e3da641feat: allow calling hook methods (#5231)Updates
mswfrom 2.2.13 to 2.6.8Release notes
Sourced from msw's releases.
... (truncated)
Commits
de3bedfchore(release): v2.6.800da9cafix(setupServer): reapply interception after callingserver.listen()after ...e8d748echore(ci): fix broken restore cache key6a2cf33chore(release): v2.6.73f40055fix(setupWorker): correctly delete internalacceptheader on passthrough (#...e61ee12chore: use pnpm@9.14.0 for preview releasesc86ad58ci: run ci build related tests in parallel (#1907)bd5f47cchore: update tovitest@2(#2379)48e4c76chore: update pnpm to v9.14.0 (#2211)3cc9d9fchore(release): v2.6.6Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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