Skip to content

Commit f1dc6b5

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 0a6b737 commit f1dc6b5

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.5",
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
@@ -2712,7 +2712,7 @@ __metadata:
27122712
rails_admin: "npm:3.3.0"
27132713
sass: "npm:^1.93.2"
27142714
sass-loader: "npm:^16.0.5"
2715-
shakapacker: "npm:8.4.0"
2715+
shakapacker: "npm:9.2.0"
27162716
sortablejs: "npm:^1.15.6"
27172717
sorttable: "npm:^1.0.2"
27182718
style-loader: "npm:^4.0.0"
@@ -6382,36 +6382,94 @@ __metadata:
63826382
languageName: node
63836383
linkType: hard
63846384

6385-
"shakapacker@npm:8.4.0":
6386-
version: 8.4.0
6387-
resolution: "shakapacker@npm:8.4.0"
6385+
"shakapacker@npm:9.2.0":
6386+
version: 9.2.0
6387+
resolution: "shakapacker@npm:9.2.0"
63886388
dependencies:
63896389
js-yaml: "npm:^4.1.0"
63906390
path-complete-extname: "npm:^1.0.0"
6391+
webpack-merge: "npm:^5.8.0"
63916392
peerDependencies:
63926393
"@babel/core": ^7.17.9
63936394
"@babel/plugin-transform-runtime": ^7.17.0
63946395
"@babel/preset-env": ^7.16.11
63956396
"@babel/runtime": ^7.17.9
6397+
"@rspack/cli": ^1.0.0
6398+
"@rspack/core": ^1.0.0
6399+
"@rspack/plugin-react-refresh": ^1.0.0
6400+
"@swc/core": ^1.3.0
63966401
"@types/babel__core": ^7.0.0
63976402
"@types/webpack": ^5.0.0
63986403
babel-loader: ^8.2.4 || ^9.0.0 || ^10.0.0
6399-
compression-webpack-plugin: ^9.0.0 || ^10.0.0|| ^11.0.0
6404+
compression-webpack-plugin: ^9.0.0 || ^10.0.0 || ^11.0.0
6405+
css-loader: ^6.8.1 || ^7.0.0
6406+
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
6407+
esbuild-loader: ^2.0.0 || ^3.0.0 || ^4.0.0
6408+
mini-css-extract-plugin: ^2.0.0
6409+
rspack-manifest-plugin: ^5.0.0
6410+
sass: ^1.50.0
6411+
sass-loader: ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
6412+
swc-loader: ^0.1.15 || ^0.2.0
64006413
terser-webpack-plugin: ^5.3.1
64016414
webpack: ^5.76.0
64026415
webpack-assets-manifest: ^5.0.6 || ^6.0.0
64036416
webpack-cli: ^4.9.2 || ^5.0.0 || ^6.0.0
64046417
webpack-dev-server: ^4.15.2 || ^5.2.2
6405-
webpack-merge: ^5.8.0 || ^6.0.0
64066418
webpack-subresource-integrity: ^5.1.0
64076419
peerDependenciesMeta:
6420+
"@babel/core":
6421+
optional: true
6422+
"@babel/plugin-transform-runtime":
6423+
optional: true
6424+
"@babel/preset-env":
6425+
optional: true
6426+
"@babel/runtime":
6427+
optional: true
6428+
"@rspack/cli":
6429+
optional: true
6430+
"@rspack/core":
6431+
optional: true
6432+
"@rspack/plugin-react-refresh":
6433+
optional: true
6434+
"@swc/core":
6435+
optional: true
64086436
"@types/babel__core":
64096437
optional: true
64106438
"@types/webpack":
64116439
optional: true
6440+
babel-loader:
6441+
optional: true
6442+
compression-webpack-plugin:
6443+
optional: true
6444+
css-loader:
6445+
optional: true
6446+
esbuild:
6447+
optional: true
6448+
esbuild-loader:
6449+
optional: true
6450+
mini-css-extract-plugin:
6451+
optional: true
6452+
rspack-manifest-plugin:
6453+
optional: true
6454+
sass:
6455+
optional: true
6456+
sass-loader:
6457+
optional: true
6458+
swc-loader:
6459+
optional: true
6460+
terser-webpack-plugin:
6461+
optional: true
6462+
webpack:
6463+
optional: true
6464+
webpack-assets-manifest:
6465+
optional: true
6466+
webpack-cli:
6467+
optional: true
6468+
webpack-dev-server:
6469+
optional: true
64126470
webpack-subresource-integrity:
64136471
optional: true
6414-
checksum: 10c0/470135fcda066060547904dcf8646e9b39af3f79a5fbdd4fdafef324b3eff38f5603f0fe84622337518851285a725f31aee115685436c1858262d095643e70fd
6472+
checksum: 10c0/36c38df40c8a8d015981c6db39270e526a1a7200eacd49b1eea0bbc056625a060d6add3cc723b1da50385c245aad146e7f29e8a525f8a72c330b561698f40762
64156473
languageName: node
64166474
linkType: hard
64176475

@@ -7201,6 +7259,17 @@ __metadata:
72017259
languageName: node
72027260
linkType: hard
72037261

7262+
"webpack-merge@npm:^5.8.0":
7263+
version: 5.10.0
7264+
resolution: "webpack-merge@npm:5.10.0"
7265+
dependencies:
7266+
clone-deep: "npm:^4.0.1"
7267+
flat: "npm:^5.0.2"
7268+
wildcard: "npm:^2.0.0"
7269+
checksum: 10c0/b607c84cabaf74689f965420051a55a08722d897bdd6c29cb0b2263b451c090f962d41ecf8c9bf56b0ab3de56e65476ace0a8ecda4f4a4663684243d90e0512b
7270+
languageName: node
7271+
linkType: hard
7272+
72047273
"webpack-merge@npm:^6.0.1":
72057274
version: 6.0.1
72067275
resolution: "webpack-merge@npm:6.0.1"
@@ -7310,7 +7379,7 @@ __metadata:
73107379
languageName: node
73117380
linkType: hard
73127381

7313-
"wildcard@npm:^2.0.1":
7382+
"wildcard@npm:^2.0.0, wildcard@npm:^2.0.1":
73147383
version: 2.0.1
73157384
resolution: "wildcard@npm:2.0.1"
73167385
checksum: 10c0/08f70cd97dd9a20aea280847a1fe8148e17cae7d231640e41eb26d2388697cbe65b67fd9e68715251c39b080c5ae4f76d71a9a69fa101d897273efdfb1b58bf7

0 commit comments

Comments
 (0)