]> cat aescling's git repositories - mastodon.git/commitdiff
Bump webpacker from 4.0.7 to 4.2.0 (#12416)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Wed, 20 Nov 2019 16:56:11 +0000 (17:56 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 20 Nov 2019 16:56:11 +0000 (17:56 +0100)
* Bump webpacker from 4.0.7 to 4.2.0

Bumps [webpacker](https://github.com/rails/webpacker) from 4.0.7 to 4.2.0.
- [Release notes](https://github.com/rails/webpacker/releases)
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/webpacker/compare/v4.0.7...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Use NODE_ENV=tests instead of test, to work around async modules not having a chunk

.env.test
Gemfile
Gemfile.lock
config/webpack/tests.js [moved from config/webpack/test.js with 100% similarity]

index fa4e1d91fa81987eb63a841a2e130db0186666a7..761d0d9210690d3c1e970d2633748db16eaaa106 100644 (file)
--- a/.env.test
+++ b/.env.test
@@ -1,5 +1,5 @@
 # Node.js
-NODE_ENV=test
+NODE_ENV=tests
 # Federation
 LOCAL_DOMAIN=cb6e6126.ngrok.io
 LOCAL_HTTPS=true
diff --git a/Gemfile b/Gemfile
index 158e8d2365516433ea5ca5817ca47360a2b7e738..0bdc86323c49446e56579f975a8f8f12b822c44b 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -93,7 +93,7 @@ gem 'tty-command', '~> 0.9', require: false
 gem 'tty-prompt', '~> 0.19', require: false
 gem 'twitter-text', '~> 1.14'
 gem 'tzinfo-data', '~> 1.2019'
-gem 'webpacker', '~> 4.0'
+gem 'webpacker', '~> 4.2'
 gem 'webpush'
 
 gem 'json-ld', git: 'https://github.com/ruby-rdf/json-ld.git', ref: 'e742697a0906e74e8bb777ef98137bc3955d981d'
index ac9c0e906bb1c317b8d80aa6d1bb31dcc7a611a0..401de21f7439bff16a5ce6503cf66073d9ff39c6 100644 (file)
@@ -660,7 +660,7 @@ GEM
       addressable (>= 2.3.6)
       crack (>= 0.3.2)
       hashdiff (>= 0.4.0, < 2.0.0)
-    webpacker (4.0.7)
+    webpacker (4.2.0)
       activesupport (>= 4.2)
       rack-proxy (>= 0.6.1)
       railties (>= 4.2)
@@ -800,7 +800,7 @@ DEPENDENCIES
   twitter-text (~> 1.14)
   tzinfo-data (~> 1.2019)
   webmock (~> 3.7)
-  webpacker (~> 4.0)
+  webpacker (~> 4.2)
   webpush
 
 RUBY VERSION