webpacker 4.0.0.rc.4 → 4.0.0.rc.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e59a8e39d5e62949cee0e64781d86635317e7cd3e0d53309c85f3dfafd4f906
4
- data.tar.gz: b972766f60e694bf25a2811b2f32073fb70d41d3f712ba4a8f9b7569644c9f5a
3
+ metadata.gz: ee04d7f5b912e098d9fc2a7916a40a91bfacc978f8a9882e09caa0f3f34b3c4a
4
+ data.tar.gz: db1260bcf5cff15d865242d590a26dfbd0cae132d9884877e9f07256d680fa06
5
5
  SHA512:
6
- metadata.gz: f1a7e76bc860182c762823d8529b90da20af31e478769d1cead561306c041e37f7cfb14a860a97d017916bc3bb00708f0286ec4fef77e7fc946c20900b72517c
7
- data.tar.gz: 382b1af6fca579019a3280df5dbe1723d7cddd239be02c8910a9b3e6525bc2587c2a7ce3272f335f34f3666b1ea43469cc2cbc3d3a9091ca13660823e8d3c6eb
6
+ metadata.gz: 0217edc000e62da86721ae4701ce4e3ce1606d7284395efc683375218ae50cd75bc86c3b401e3919aad5fc3d2e2bef322ac43862a5365c43913b3eb5d5628154
7
+ data.tar.gz: e50577f9329c987630a9dc9e93a90952cad885caa3c744c7477b446524284e319430f508ce0cef6230fe5d488708df9b2da0cc6a68b985f0fc3dc5c072098d5b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  **Please note that Webpacker 3.1.0 and 3.1.1 have some serious bugs so please consider using either 3.0.2 or 3.2.0**
2
2
 
3
+ ## [4.0.0.rc.5] - 2019-01-21
4
+
5
+ ### Updated
6
+
7
+ - Gems and node dependencies
8
+
9
+
3
10
  ## [4.0.0.rc.4] - 2019-01-21
4
11
 
5
12
  ### Added
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  GIT
2
2
  remote: https://github.com/rubocop-hq/rubocop.git
3
- revision: 3d4ba9c2d0782b352bf807cd9fed66ce58e83641
3
+ revision: 19d65afe162a5c095d81fd69982c1308fbbf9b46
4
4
  specs:
5
- rubocop (0.61.1)
5
+ rubocop (0.63.0)
6
6
  jaro_winkler (~> 1.5.1)
7
7
  parallel (~> 1.10)
8
8
  parser (>= 2.5, != 2.5.1.1)
@@ -14,7 +14,7 @@ GIT
14
14
  PATH
15
15
  remote: .
16
16
  specs:
17
- webpacker (4.0.0.rc.4)
17
+ webpacker (4.0.0.rc.5)
18
18
  activesupport (>= 4.2)
19
19
  rack-proxy (>= 0.6.1)
20
20
  railties (>= 4.2)
@@ -67,14 +67,14 @@ GEM
67
67
  ast (2.4.0)
68
68
  builder (3.2.3)
69
69
  byebug (10.0.2)
70
- concurrent-ruby (1.1.3)
70
+ concurrent-ruby (1.1.4)
71
71
  crass (1.0.4)
72
- erubi (1.7.1)
73
- globalid (0.4.1)
72
+ erubi (1.8.0)
73
+ globalid (0.4.2)
74
74
  activesupport (>= 4.2.0)
75
- i18n (1.2.0)
75
+ i18n (1.5.2)
76
76
  concurrent-ruby (~> 1.0)
77
- jaro_winkler (1.5.1)
77
+ jaro_winkler (1.5.2)
78
78
  loofah (2.2.3)
79
79
  crass (~> 1.0.2)
80
80
  nokogiri (>= 1.5.9)
@@ -83,15 +83,15 @@ GEM
83
83
  marcel (0.3.3)
84
84
  mimemagic (~> 0.3.2)
85
85
  method_source (0.9.2)
86
- mimemagic (0.3.2)
86
+ mimemagic (0.3.3)
87
87
  mini_mime (1.0.1)
88
- mini_portile2 (2.3.0)
88
+ mini_portile2 (2.4.0)
89
89
  minitest (5.11.3)
90
90
  nio4r (2.3.1)
91
- nokogiri (1.8.5)
92
- mini_portile2 (~> 2.3.0)
93
- parallel (1.12.1)
94
- parser (2.5.3.0)
91
+ nokogiri (1.10.1)
92
+ mini_portile2 (~> 2.4.0)
93
+ parallel (1.13.0)
94
+ parser (2.6.0.0)
95
95
  ast (~> 2.4.0)
96
96
  powerpack (0.1.2)
97
97
  rack (2.0.6)
@@ -137,7 +137,7 @@ GEM
137
137
  thread_safe (0.3.6)
138
138
  tzinfo (1.2.5)
139
139
  thread_safe (~> 0.1)
140
- unicode-display_width (1.4.0)
140
+ unicode-display_width (1.4.1)
141
141
  websocket-driver (0.7.0)
142
142
  websocket-extensions (>= 0.1.0)
143
143
  websocket-extensions (0.1.3)
@@ -96,7 +96,7 @@ Rails.application.config.assets.js_compressor = :uglifier
96
96
 
97
97
  # To
98
98
 
99
- #Rails.application.config.assets.js_compressor = :uglifier
99
+ Rails.application.config.assets.js_compressor = Uglifier.new(harmony: true)
100
100
 
101
101
  ```
102
102
 
@@ -1,4 +1,4 @@
1
1
  module Webpacker
2
2
  # Change the version in package.json too, please!
3
- VERSION = "4.0.0.rc.4".freeze
3
+ VERSION = "4.0.0.rc.5".freeze
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rails/webpacker",
3
- "version": "4.0.0-rc.4",
3
+ "version": "4.0.0-rc.5",
4
4
  "description": "Use webpack to manage app-like JavaScript modules in Rails",
5
5
  "main": "package/index.js",
6
6
  "files": [
@@ -12,26 +12,26 @@
12
12
  "yarn": ">=1.0.0"
13
13
  },
14
14
  "dependencies": {
15
- "@babel/core": "^7.2.0",
16
- "@babel/plugin-proposal-class-properties": "^7.2.1",
15
+ "@babel/core": "^7.2.2",
16
+ "@babel/plugin-proposal-class-properties": "^7.2.3",
17
17
  "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
18
18
  "@babel/plugin-syntax-dynamic-import": "^7.2.0",
19
19
  "@babel/plugin-transform-destructuring": "^7.2.0",
20
20
  "@babel/plugin-transform-regenerator": "^7.0.0",
21
21
  "@babel/plugin-transform-runtime": "^7.2.0",
22
- "@babel/polyfill": "^7.0.0",
23
- "@babel/preset-env": "^7.2.0",
22
+ "@babel/polyfill": "^7.2.5",
23
+ "@babel/preset-env": "^7.2.3",
24
24
  "@babel/runtime": "^7.2.0",
25
- "babel-loader": "^8.0.4",
25
+ "babel-loader": "^8.0.5",
26
26
  "babel-plugin-dynamic-import-node": "^2.2.0",
27
- "babel-plugin-macros": "^2.4.2",
27
+ "babel-plugin-macros": "^2.4.5",
28
28
  "case-sensitive-paths-webpack-plugin": "^2.1.2",
29
29
  "compression-webpack-plugin": "^2.0.0",
30
- "css-loader": "^2.0.1",
31
- "file-loader": "^2.0.0",
30
+ "css-loader": "^2.1.0",
31
+ "file-loader": "^3.0.1",
32
32
  "flatted": "^2.0.0",
33
33
  "glob": "^7.1.3",
34
- "js-yaml": "^3.12.0",
34
+ "js-yaml": "^3.12.1",
35
35
  "mini-css-extract-plugin": "^0.5.0",
36
36
  "node-sass": "^4.11.0",
37
37
  "optimize-css-assets-webpack-plugin": "^5.0.1",
@@ -44,18 +44,18 @@
44
44
  "postcss-safe-parser": "^4.0.1",
45
45
  "sass-loader": "^7.1.0",
46
46
  "style-loader": "^0.23.1",
47
- "terser-webpack-plugin": "^1.1.0",
48
- "webpack": "^4.27.1",
47
+ "terser-webpack-plugin": "^1.2.1",
48
+ "webpack": "^4.29.0",
49
49
  "webpack-assets-manifest": "^3.1.1",
50
- "webpack-cli": "^3.1.2",
50
+ "webpack-cli": "^3.2.1",
51
51
  "webpack-sources": "^1.3.0"
52
52
  },
53
53
  "devDependencies": {
54
- "eslint": "^5.10.0",
54
+ "eslint": "^5.12.1",
55
55
  "eslint-config-airbnb": "^17.1.0",
56
56
  "eslint-plugin-import": "^2.14.0",
57
57
  "eslint-plugin-jsx-a11y": "^6.1.2",
58
- "eslint-plugin-react": "^7.11.1",
58
+ "eslint-plugin-react": "^7.12.4",
59
59
  "jest": "^23.6.0"
60
60
  },
61
61
  "jest": {