Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webpacker to 5.4.3 #3085

Merged
merged 9 commits into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ group :development, :test do
gem 'unicorn-rails'
end

gem 'webpacker', '~> 4'
gem 'webpacker', '~> 5'

gem 'developer_portal', path: 'lib/developer_portal'
gem 'unicorn', require: false, group: %i[production preview]
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ GEM
ruby-openid (>= 2.1.8)
rack-protection (2.0.4)
rack
rack-proxy (0.6.5)
rack-proxy (0.7.4)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -718,6 +718,7 @@ GEM
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
shoulda (4.0.0)
shoulda-context (~> 2.0)
shoulda-matchers (~> 4.0)
Expand Down Expand Up @@ -844,10 +845,11 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webpacker (4.3.0)
activesupport (>= 4.2)
webpacker (5.4.3)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
railties (>= 5.2)
semantic_range (>= 2.3.0)
webrick (1.7.0)
webrobots (0.1.2)
websocket-driver (0.7.5)
Expand Down Expand Up @@ -1040,7 +1042,7 @@ DEPENDENCIES
unicorn
unicorn-rails
webmock (~> 3.8.0)
webpacker (~> 4)
webpacker (~> 5)
will_paginate (~> 3.3)
with_env
xpath (~> 3.2.0)
Expand Down
2 changes: 1 addition & 1 deletion config/webpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default: &default

# Additional paths webpack should lookup modules
# ['app/assets', 'engine/foo/app/assets']
resolved_paths: ['app/javascript/src']
additional_paths: ['app/javascript/src']

# Reload manifest.json on all requests so we reload latest compiled packs
cache_manifest: false
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@
"@patternfly/react-icons": "^3.14.18",
"@patternfly/react-styles": "^4.8.2",
"@patternfly/react-table": "^4.18.14",
"@rails/webpacker": "4.3.0",
"@rails/webpacker": "^5.4.3",
josemigallas marked this conversation as resolved.
Show resolved Hide resolved
"@stripe/react-stripe-js": "^1.10.0",
"@stripe/stripe-js": "^1.34.0",
"babel-loader": "^8.0.6",
josemigallas marked this conversation as resolved.
Show resolved Hide resolved
"bootstrap-sass": "^3.4.1",
"braintree-web": "^3.70.0",
"c3": "^0.4.11",
Expand Down