shakapacker 6.5.3 → 6.5.4
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 +6 -1
- data/lib/webpacker/version.rb +1 -1
- data/package/environments/base.js +1 -1
- data/package.json +1 -1
- 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: 57e24ac7fbe67a903f0a5f0d6725544b37b2c8a1bae324cd487642e69a525b8d
|
|
4
|
+
data.tar.gz: 704a88906fec3e37ec10b2b5cce8fd3ea8ad2c1a556e5badc89aef887d7c02cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 918d57502a80582726426833b6a6a57848ab771c9d7acb1d2ab5748b3d5407a4ee44c6ece9849ee2db2879d3329761577678377aaccc1f67ce6a6fd72f3d5e38
|
|
7
|
+
data.tar.gz: ac9f9397b1922969a360d8c8963a3ba298eea656ae5eca1925ed419788fa40ae3d3f17d2cc8ddacb459c23cadfe2ba67cbf7827b8b9e499f52e59694cf59253f
|
data/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,10 @@ Changes since last non-beta release.
|
|
|
8
8
|
|
|
9
9
|
_Please add entries here for your pull requests that are not yet released._
|
|
10
10
|
|
|
11
|
+
## [v6.5.4] - November 4, 2022
|
|
12
|
+
### Fixed
|
|
13
|
+
- Fixed regression caused by 6.5.3. PR #192 introduce extra split() call. [PR 202](https://github.com/shakacode/shakapacker/pull/202) by [Eric-Guo](https://github.com/Eric-Guo).
|
|
14
|
+
|
|
11
15
|
## [v6.5.3] - November 1, 2022
|
|
12
16
|
|
|
13
17
|
### Improved
|
|
@@ -182,7 +186,8 @@ Note: [Rubygem is 6.3.0.pre.rc.1](https://rubygems.org/gems/shakapacker/versions
|
|
|
182
186
|
## v5.4.3 and prior changes from rails/webpacker
|
|
183
187
|
See [CHANGELOG.md in rails/webpacker (up to v5.4.3)](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
|
|
184
188
|
|
|
185
|
-
[Unreleased]: https://github.com/shakacode/shakapacker/compare/v6.5.
|
|
189
|
+
[Unreleased]: https://github.com/shakacode/shakapacker/compare/v6.5.4...master
|
|
190
|
+
[v6.5.4]: https://github.com/shakacode/shakapacker/compare/v6.5.3...v6.5.4
|
|
186
191
|
[v6.5.3]: https://github.com/shakacode/shakapacker/compare/v6.5.2...v6.5.3
|
|
187
192
|
[v6.5.2]: https://github.com/shakacode/shakapacker/compare/v6.5.1...v6.5.2
|
|
188
193
|
[v6.5.1]: https://github.com/shakacode/shakapacker/compare/v6.5.0...v6.5.1
|
data/lib/webpacker/version.rb
CHANGED
|
@@ -73,7 +73,7 @@ const getPlugins = () => {
|
|
|
73
73
|
plugins.push(
|
|
74
74
|
new MiniCssExtractPlugin({
|
|
75
75
|
filename: `css/[name]${hash}.css`,
|
|
76
|
-
chunkFilename: `css/[id]${hash}.css
|
|
76
|
+
chunkFilename: `css/[id]${hash}.css`,
|
|
77
77
|
// For projects where css ordering has been mitigated through consistent use of scoping or naming conventions,
|
|
78
78
|
// the css order warnings can be disabled by setting the ignoreOrder flag.
|
|
79
79
|
// Read: https://stackoverflow.com/questions/51971857/mini-css-extract-plugin-warning-in-chunk-chunkname-mini-css-extract-plugin-con
|
data/package.json
CHANGED
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: 6.5.
|
|
4
|
+
version: 6.5.4
|
|
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: 2022-11-
|
|
13
|
+
date: 2022-11-04 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|
|
@@ -337,7 +337,7 @@ homepage: https://github.com/shakacode/shakapacker
|
|
|
337
337
|
licenses:
|
|
338
338
|
- MIT
|
|
339
339
|
metadata:
|
|
340
|
-
source_code_uri: https://github.com/shakacode/shakapacker/tree/v6.5.
|
|
340
|
+
source_code_uri: https://github.com/shakacode/shakapacker/tree/v6.5.4
|
|
341
341
|
post_install_message:
|
|
342
342
|
rdoc_options: []
|
|
343
343
|
require_paths:
|