shakapacker 6.5.3 → 6.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d1161db88c6d6b16130fe5b25915e4c3b6d556209006c52a67933c1b95e500d
4
- data.tar.gz: 7f3dc703cb44cdf59ceabf0a97e7bfcbdf99ecf42faa6eda2b60ed91b5b06f12
3
+ metadata.gz: 57e24ac7fbe67a903f0a5f0d6725544b37b2c8a1bae324cd487642e69a525b8d
4
+ data.tar.gz: 704a88906fec3e37ec10b2b5cce8fd3ea8ad2c1a556e5badc89aef887d7c02cc
5
5
  SHA512:
6
- metadata.gz: f04fdd02eb9e9c10d284a35f9d47acfab440ac21f0d21650cb9c2de520d748e13c46bbb4ec70ff66b86e0821c6828afbc5ba87b0726c3d241b9c7b52635802d6
7
- data.tar.gz: 275dade1375413e6a47d88a155b0aa1a6a416713063aff2f8a1528a04a9b2c515350a65131bed4a338c622359ff66970da5535af549c81270de7bd753abf3c65
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.3...master
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
@@ -1,4 +1,4 @@
1
1
  module Webpacker
2
2
  # Change the version in package.json too, please!
3
- VERSION = "6.5.3".freeze
3
+ VERSION = "6.5.4".freeze
4
4
  end
@@ -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`.split(),
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shakapacker",
3
- "version": "6.5.3",
3
+ "version": "6.5.4",
4
4
  "description": "Use webpack to manage app-like JavaScript modules in Rails",
5
5
  "main": "package/index.js",
6
6
  "files": [
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.3
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-02 00:00:00.000000000 Z
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.3
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: