shakapacker 7.2.1 → 7.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -1
- data/lib/shakapacker/version.rb +1 -1
- data/package.json +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6613d4b52d4526e1ead4d4711e9daab007e98076f3af92e2cd9a61a65386cf74
|
|
4
|
+
data.tar.gz: 7d31d8f1cfbfe305a6a6e2cc0159150ab6d7c7a3c36ef0608c13389b85a7424b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d60bca460bbbba6f9944368cab33d63e1958b607d12aac91aba71eb9a00066cbce92893fcc01034c33e347e4f938321bbba2c27650436577ed3078cad13c753
|
|
7
|
+
data.tar.gz: 80d705dd8d7b5fae172909a5f334cd774dcd57c5864d3c051cc7a33d6b2ef82412f5d104e4a0284d65c3c8a630992798812925e9f5f4e4389b0ec05f8b357889
|
data/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
Changes since the last non-beta release.
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Allow `compression-webpack-plugin` v11. [PR 406](https://github.com/shakacode/shakapacker/pull/406) by [tagliala](https://github.com/tagliala).
|
|
11
13
|
|
|
12
14
|
## [v7.2.1] - December 30, 2023
|
|
13
15
|
|
data/lib/shakapacker/version.rb
CHANGED
data/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shakapacker",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.2",
|
|
4
4
|
"description": "Use webpack to manage app-like JavaScript modules in Rails",
|
|
5
5
|
"homepage": "https://github.com/shakacode/shakapacker",
|
|
6
6
|
"bugs": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@types/babel__core": "^7.0.0",
|
|
64
64
|
"@types/webpack": "^5.0.0",
|
|
65
65
|
"babel-loader": "^8.2.4 || ^9.0.0",
|
|
66
|
-
"compression-webpack-plugin": "^9.0.0 || ^10.0.0",
|
|
66
|
+
"compression-webpack-plugin": "^9.0.0 || ^10.0.0|| ^11.0.0",
|
|
67
67
|
"terser-webpack-plugin": "^5.3.1",
|
|
68
68
|
"webpack": "^5.72.0",
|
|
69
69
|
"webpack-assets-manifest": "^5.0.6",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shakapacker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.2.
|
|
4
|
+
version: 7.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2024-01-
|
|
13
|
+
date: 2024-01-20 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|
|
@@ -566,7 +566,7 @@ homepage: https://github.com/shakacode/shakapacker
|
|
|
566
566
|
licenses:
|
|
567
567
|
- MIT
|
|
568
568
|
metadata:
|
|
569
|
-
source_code_uri: https://github.com/shakacode/shakapacker/tree/v7.2.
|
|
569
|
+
source_code_uri: https://github.com/shakacode/shakapacker/tree/v7.2.2
|
|
570
570
|
post_install_message:
|
|
571
571
|
rdoc_options: []
|
|
572
572
|
require_paths:
|