Skip to content
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 all group in /client with 4 updates #382

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the all group in /client with 4 updates: @types/node, @vscode/vsce, vs-verification-toolbox and webpack.

Updates @types/node from 20.11.6 to 20.11.16

Commits

Updates @vscode/vsce from 2.22.0 to 2.23.0

Commits

Updates vs-verification-toolbox from 9d1344a to 9582e67

Commits
  • 9582e67 Merge pull request #142 from viperproject/dependabot/npm_and_yarn/vscode/test...
  • 8f3cc39 Merge pull request #144 from viperproject/dependabot/npm_and_yarn/eslint-plug...
  • 56154f8 Bump @​vscode/test-electron from 2.3.8 to 2.3.9
  • 9f6a735 Bump eslint-plugin-import from 2.29.0 to 2.29.1
  • 6c12d1d Merge pull request #141 from viperproject/dependabot/npm_and_yarn/typescript-...
  • 7ada6dd Merge pull request #140 from viperproject/dependabot/npm_and_yarn/typescript-...
  • a32bbdc Merge pull request #143 from viperproject/dependabot/npm_and_yarn/eslint-plug...
  • e3cafbb Bump eslint-plugin-jsdoc from 47.0.2 to 48.0.4
  • 261ac81 Bump @​typescript-eslint/eslint-plugin from 6.16.0 to 6.20.0
  • d695d65 Bump typescript from 5.3.2 to 5.3.3
  • Additional commits viewable in compare view

Updates webpack from 5.90.0 to 5.90.1

Release notes

Sourced from webpack's releases.

v5.90.1

Bug Fixes

  • set unmanagedPaths in defaults
  • correct preOrderIndex and postOrderIndex
  • add fallback for MIME mismatch error in async wasm loading
  • browsers versions of ECMA features

Performance

  • optimize compareStringsNumeric
  • optimize numberHash using 32-bit FNV1a for small ranges, 64-bit for larger
  • reuse VM context across webpack magic comments
Commits
  • 0877076 chore(release): 5.90.1
  • c6e8b70 perf: reuse VM context across webpack magic comments
  • 7cbf145 fix(types): update
  • cc6a628 fix: browsers versions of ECMA features
  • 41b453e perf: optimize numberHash using 32-bit FNV1a for small ranges, 64-bit for l...
  • dc9b86f chore(deps): bump codecov/codecov-action from 3 to 4
  • 316da8f chore(deps): bump codecov/codecov-action from 3 to 4
  • fbf92fe Reuse VM context across webpack magic comments
  • 05f4412 Update test cases
  • cd6d64e Adjust threshold
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the all group in /client with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@vscode/vsce](https://github.com/Microsoft/vsce), [vs-verification-toolbox](https://github.com/viperproject/vs-verification-toolbox) and [webpack](https://github.com/webpack/webpack).


Updates `@types/node` from 20.11.6 to 20.11.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vscode/vsce` from 2.22.0 to 2.23.0
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v2.22.0...v2.23.0)

Updates `vs-verification-toolbox` from `9d1344a` to `9582e67`
- [Commits](viperproject/vs-verification-toolbox@9d1344a...9582e67)

Updates `webpack` from 5.90.0 to 5.90.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.90.0...v5.90.1)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vscode/vsce"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vs-verification-toolbox
  dependency-type: direct:development
  dependency-group: all
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2024
@ArquintL ArquintL added this pull request to the merge queue Feb 1, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 1, 2024
@ArquintL ArquintL added this pull request to the merge queue Feb 7, 2024
Merged via the queue into master with commit 9faccee Feb 7, 2024
25 checks passed
@ArquintL ArquintL deleted the dependabot/npm_and_yarn/client/all-d92a1a824a branch February 7, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant