Skip to content

Commit ae83ac4

Browse files
justin808claude
andcommitted
fix: align webpack lower bound to >=5.76.0 across all workspaces
Tightens the webpack override and pro dummy constraints from >=5.0.0 to >=5.76.0, matching the main dummy and shakapacker's peer requirement of ^5.76.0. No functional change — pnpm already resolves to 5.105.2. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b0d9720 commit ae83ac4

4 files changed

Lines changed: 40 additions & 40 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"picomatch@<2.3.2": ">=2.3.2 <3",
157157
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4 <5",
158158
"yaml@>=1.0.0 <1.10.3": ">=1.10.3 <2",
159-
"webpack": ">=5.0.0 <5.106.0"
159+
"webpack": ">=5.76.0 <5.106.0"
160160
}
161161
}
162162
}

pnpm-lock.yaml

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react_on_rails_pro/spec/dummy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"terser-webpack-plugin": "5",
7070
"turbolinks": "^5.2.0",
7171
"url-loader": "^4.1.1",
72-
"webpack": ">=5.0.0 <5.106.0",
72+
"webpack": ">=5.76.0 <5.106.0",
7373
"webpack-assets-manifest": "5",
7474
"webpack-manifest-plugin": "^2.0.4",
7575
"webpack-merge": "5"

react_on_rails_pro/spec/execjs-compatible-dummy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"shakapacker": "9.6.1",
3434
"style-loader": "^4.0.0",
3535
"terser-webpack-plugin": "5",
36-
"webpack": ">=5.0.0 <5.106.0",
36+
"webpack": ">=5.76.0 <5.106.0",
3737
"webpack-assets-manifest": "5",
3838
"webpack-cli": "^6.0.1",
3939
"webpack-merge": "5"

0 commit comments

Comments
 (0)