Skip to content

Commit 5a5de3e

Browse files
chore(deps): Bump shakapacker from 8.4.0 to 9.2.0
Bumps [shakapacker](https://github.com/shakacode/shakapacker) from 8.4.0 to 9.2.0. - [Changelog](https://github.com/shakacode/shakapacker/blob/main/CHANGELOG.md) - [Commits](shakacode/shakapacker@v8.4.0...v9.2.0) --- updated-dependencies: - dependency-name: shakapacker dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2f5f5c commit 5a5de3e

File tree

2 files changed

+78
-9
lines changed

2 files changed

+78
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"rails_admin": "3.3.0",
4242
"sass": "^1.93.2",
4343
"sass-loader": "^16.0.6",
44-
"shakapacker": "8.4.0",
44+
"shakapacker": "9.2.0",
4545
"sortablejs": "^1.15.6",
4646
"sorttable": "^1.0.2",
4747
"style-loader": "^4.0.0",

yarn.lock

Lines changed: 77 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2799,7 +2799,7 @@ __metadata:
27992799
rails_admin: "npm:3.3.0"
28002800
sass: "npm:^1.93.2"
28012801
sass-loader: "npm:^16.0.6"
2802-
shakapacker: "npm:8.4.0"
2802+
shakapacker: "npm:9.2.0"
28032803
sortablejs: "npm:^1.15.6"
28042804
sorttable: "npm:^1.0.2"
28052805
style-loader: "npm:^4.0.0"
@@ -6469,36 +6469,94 @@ __metadata:
64696469
languageName: node
64706470
linkType: hard
64716471

6472-
"shakapacker@npm:8.4.0":
6473-
version: 8.4.0
6474-
resolution: "shakapacker@npm:8.4.0"
6472+
"shakapacker@npm:9.2.0":
6473+
version: 9.2.0
6474+
resolution: "shakapacker@npm:9.2.0"
64756475
dependencies:
64766476
js-yaml: "npm:^4.1.0"
64776477
path-complete-extname: "npm:^1.0.0"
6478+
webpack-merge: "npm:^5.8.0"
64786479
peerDependencies:
64796480
"@babel/core": ^7.17.9
64806481
"@babel/plugin-transform-runtime": ^7.17.0
64816482
"@babel/preset-env": ^7.16.11
64826483
"@babel/runtime": ^7.17.9
6484+
"@rspack/cli": ^1.0.0
6485+
"@rspack/core": ^1.0.0
6486+
"@rspack/plugin-react-refresh": ^1.0.0
6487+
"@swc/core": ^1.3.0
64836488
"@types/babel__core": ^7.0.0
64846489
"@types/webpack": ^5.0.0
64856490
babel-loader: ^8.2.4 || ^9.0.0 || ^10.0.0
6486-
compression-webpack-plugin: ^9.0.0 || ^10.0.0|| ^11.0.0
6491+
compression-webpack-plugin: ^9.0.0 || ^10.0.0 || ^11.0.0
6492+
css-loader: ^6.8.1 || ^7.0.0
6493+
esbuild: ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0
6494+
esbuild-loader: ^2.0.0 || ^3.0.0 || ^4.0.0
6495+
mini-css-extract-plugin: ^2.0.0
6496+
rspack-manifest-plugin: ^5.0.0
6497+
sass: ^1.50.0
6498+
sass-loader: ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
6499+
swc-loader: ^0.1.15 || ^0.2.0
64876500
terser-webpack-plugin: ^5.3.1
64886501
webpack: ^5.76.0
64896502
webpack-assets-manifest: ^5.0.6 || ^6.0.0
64906503
webpack-cli: ^4.9.2 || ^5.0.0 || ^6.0.0
64916504
webpack-dev-server: ^4.15.2 || ^5.2.2
6492-
webpack-merge: ^5.8.0 || ^6.0.0
64936505
webpack-subresource-integrity: ^5.1.0
64946506
peerDependenciesMeta:
6507+
"@babel/core":
6508+
optional: true
6509+
"@babel/plugin-transform-runtime":
6510+
optional: true
6511+
"@babel/preset-env":
6512+
optional: true
6513+
"@babel/runtime":
6514+
optional: true
6515+
"@rspack/cli":
6516+
optional: true
6517+
"@rspack/core":
6518+
optional: true
6519+
"@rspack/plugin-react-refresh":
6520+
optional: true
6521+
"@swc/core":
6522+
optional: true
64956523
"@types/babel__core":
64966524
optional: true
64976525
"@types/webpack":
64986526
optional: true
6527+
babel-loader:
6528+
optional: true
6529+
compression-webpack-plugin:
6530+
optional: true
6531+
css-loader:
6532+
optional: true
6533+
esbuild:
6534+
optional: true
6535+
esbuild-loader:
6536+
optional: true
6537+
mini-css-extract-plugin:
6538+
optional: true
6539+
rspack-manifest-plugin:
6540+
optional: true
6541+
sass:
6542+
optional: true
6543+
sass-loader:
6544+
optional: true
6545+
swc-loader:
6546+
optional: true
6547+
terser-webpack-plugin:
6548+
optional: true
6549+
webpack:
6550+
optional: true
6551+
webpack-assets-manifest:
6552+
optional: true
6553+
webpack-cli:
6554+
optional: true
6555+
webpack-dev-server:
6556+
optional: true
64996557
webpack-subresource-integrity:
65006558
optional: true
6501-
checksum: 10c0/470135fcda066060547904dcf8646e9b39af3f79a5fbdd4fdafef324b3eff38f5603f0fe84622337518851285a725f31aee115685436c1858262d095643e70fd
6559+
checksum: 10c0/36c38df40c8a8d015981c6db39270e526a1a7200eacd49b1eea0bbc056625a060d6add3cc723b1da50385c245aad146e7f29e8a525f8a72c330b561698f40762
65026560
languageName: node
65036561
linkType: hard
65046562

@@ -7288,6 +7346,17 @@ __metadata:
72887346
languageName: node
72897347
linkType: hard
72907348

7349+
"webpack-merge@npm:^5.8.0":
7350+
version: 5.10.0
7351+
resolution: "webpack-merge@npm:5.10.0"
7352+
dependencies:
7353+
clone-deep: "npm:^4.0.1"
7354+
flat: "npm:^5.0.2"
7355+
wildcard: "npm:^2.0.0"
7356+
checksum: 10c0/b607c84cabaf74689f965420051a55a08722d897bdd6c29cb0b2263b451c090f962d41ecf8c9bf56b0ab3de56e65476ace0a8ecda4f4a4663684243d90e0512b
7357+
languageName: node
7358+
linkType: hard
7359+
72917360
"webpack-merge@npm:^6.0.1":
72927361
version: 6.0.1
72937362
resolution: "webpack-merge@npm:6.0.1"
@@ -7397,7 +7466,7 @@ __metadata:
73977466
languageName: node
73987467
linkType: hard
73997468

7400-
"wildcard@npm:^2.0.1":
7469+
"wildcard@npm:^2.0.0, wildcard@npm:^2.0.1":
74017470
version: 2.0.1
74027471
resolution: "wildcard@npm:2.0.1"
74037472
checksum: 10c0/08f70cd97dd9a20aea280847a1fe8148e17cae7d231640e41eb26d2388697cbe65b67fd9e68715251c39b080c5ae4f76d71a9a69fa101d897273efdfb1b58bf7

0 commit comments

Comments
 (0)