Skip to content

Commit

Permalink
Bump webpack and @types/webpack
Browse files Browse the repository at this point in the history
Bumps [webpack](https://github.com/webpack/webpack) and [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack). These dependencies needed to be updated together.

Updates `webpack` from 5.88.2 to 5.89.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.88.2...v5.89.0)

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

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/webpack"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent e4f2d60 commit 40d06d6
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"@types/jest": "^29.5.4",
"@types/karma": "^6.3.4",
"@types/node": "^20.5.7",
"@types/webpack": "^5.28.2",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"babel-jest": "^29.6.4",
Expand Down Expand Up @@ -191,7 +191,7 @@
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"wait-on": "^7.0.1",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"whatwg-fetch": "^3.6.20"
},
"packageManager": "yarn@3.6.3"
Expand Down
51 changes: 44 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2680,14 +2680,14 @@ __metadata:
languageName: node
linkType: hard

"@types/webpack@npm:^5.28.2":
version: 5.28.2
resolution: "@types/webpack@npm:5.28.2"
"@types/webpack@npm:^5.28.5":
version: 5.28.5
resolution: "@types/webpack@npm:5.28.5"
dependencies:
"@types/node": "*"
tapable: ^2.2.0
webpack: ^5
checksum: 0b147aaaaa8992417a5ed65af83eb0df9b5247c38ab482f3c844495935a29c474cb21bc865ca36052c353034f40d14c8d232f0c831fdc1a6956baa985d7b1135
checksum: 14359d9ccecef7ef1ea271c00baec5337213c7fda63a34c61b9e519505b3928d0807cdbb5b1172d1994e1179920b89c57eaf2cbf64599958b67cd70720ac2a9b
languageName: node
linkType: hard

Expand Down Expand Up @@ -7864,7 +7864,7 @@ __metadata:
"@types/jest": ^29.5.4
"@types/karma": ^6.3.4
"@types/node": ^20.5.7
"@types/webpack": ^5.28.2
"@types/webpack": ^5.28.5
"@typescript-eslint/eslint-plugin": ^6.5.0
"@typescript-eslint/parser": ^6.5.0
babel-jest: ^29.6.4
Expand Down Expand Up @@ -7907,7 +7907,7 @@ __metadata:
tsup: ^7.2.0
typescript: ^5.2.2
wait-on: ^7.0.1
webpack: ^5.88.2
webpack: ^5.89.0
whatwg-fetch: ^3.6.20
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -10954,7 +10954,7 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:^5, webpack@npm:^5.88.2":
"webpack@npm:^5":
version: 5.88.2
resolution: "webpack@npm:5.88.2"
dependencies:
Expand Down Expand Up @@ -10991,6 +10991,43 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:^5.89.0":
version: 5.89.0
resolution: "webpack@npm:5.89.0"
dependencies:
"@types/eslint-scope": ^3.7.3
"@types/estree": ^1.0.0
"@webassemblyjs/ast": ^1.11.5
"@webassemblyjs/wasm-edit": ^1.11.5
"@webassemblyjs/wasm-parser": ^1.11.5
acorn: ^8.7.1
acorn-import-assertions: ^1.9.0
browserslist: ^4.14.5
chrome-trace-event: ^1.0.2
enhanced-resolve: ^5.15.0
es-module-lexer: ^1.2.1
eslint-scope: 5.1.1
events: ^3.2.0
glob-to-regexp: ^0.4.1
graceful-fs: ^4.2.9
json-parse-even-better-errors: ^2.3.1
loader-runner: ^4.2.0
mime-types: ^2.1.27
neo-async: ^2.6.2
schema-utils: ^3.2.0
tapable: ^2.1.1
terser-webpack-plugin: ^5.3.7
watchpack: ^2.4.0
webpack-sources: ^3.2.3
peerDependenciesMeta:
webpack-cli:
optional: true
bin:
webpack: bin/webpack.js
checksum: 43fe0dbc30e168a685ef5a86759d5016a705f6563b39a240aa00826a80637d4a3deeb8062e709d6a4b05c63e796278244c84b04174704dc4a37bedb0f565c5ed
languageName: node
linkType: hard

"whatwg-encoding@npm:^2.0.0":
version: 2.0.0
resolution: "whatwg-encoding@npm:2.0.0"
Expand Down

0 comments on commit 40d06d6

Please sign in to comment.