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 webpack and @types/webpack #401

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -2670,14 +2670,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 @@ -7850,7 +7850,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 @@ -7893,7 +7893,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 @@ -10940,7 +10940,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 @@ -10977,6 +10977,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