Skip to content

Commit 21c47a6

Browse files
committed
fix(docs): pin webpack to 5.105.4 to fix docusaurus build
Webpack 5.106.0 enforces stricter ProgressPlugin schema validation, rejecting the `name`, `color`, `reporters`, and `reporter` properties that webpackbar 6.x (used by Docusaurus 3.10.0) passes to the parent constructor. Pin webpack to 5.105.4 via yarn resolutions until Docusaurus updates to webpackbar 7.x. Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent d71c993 commit 21c47a6

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

web/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
},
4545
"engines": {
4646
"node": ">=18.0"
47+
},
48+
"resolutions": {
49+
"webpack": "5.105.4"
4750
}
4851
}

web/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9299,10 +9299,10 @@ webpack-sources@^3.3.4:
92999299
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.4.tgz#a338b95eb484ecc75fbb196cbe8a2890618b4891"
93009300
integrity sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==
93019301

9302-
webpack@^5.88.1, webpack@^5.95.0:
9303-
version "5.106.0"
9304-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.106.0.tgz#ee374da5573eef1e47b2650d6be8e40fb928d697"
9305-
integrity sha512-Pkx5joZ9RrdgO5LBkyX1L2ZAJeK/Taz3vqZ9CbcP0wS5LEMx5QkKsEwLl29QJfihZ+DKRBFldzy1O30pJ1MDpA==
9302+
webpack@5.105.4, webpack@^5.88.1, webpack@^5.95.0:
9303+
version "5.105.4"
9304+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.105.4.tgz#1b77fcd55a985ac7ca9de80a746caffa38220169"
9305+
integrity sha512-jTywjboN9aHxFlToqb0K0Zs9SbBoW4zRUlGzI2tYNxVYcEi/IPpn+Xi4ye5jTLvX2YeLuic/IvxNot+Q1jMoOw==
93069306
dependencies:
93079307
"@types/eslint-scope" "^3.7.7"
93089308
"@types/estree" "^1.0.8"

0 commit comments

Comments
 (0)