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

Bump uglifier from 4.1.20 to 4.2.0 #3668

Merged
merged 1 commit into from
Sep 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2021

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps uglifier from 4.1.20 to 4.2.0.

Changelog

Sourced from uglifier's changelog.

4.2.0 (25 September 2019)

  • show code context for error messages (#167)
  • defer initialisation of ExecJS context to fix #165
Commits
  • 77226d1 Bump version to 4.2.0
  • ac86e3e Update changelog
  • 18f0419 Ignore Rubocop warning
  • 3ff23bb Use new GitHub actions syntax
  • 116444d Handle unexpected error messages better
  • 9de67eb Defer initialisation of ExecJS context
  • 990a6eb Expand abbreviations in variable names
  • 4f65798 Refactor error context line option handling
  • 5e544f5 Fix typo in method name
  • 9958a20 Merge pull request #167 from eGust/err-context-lines
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@camallen
Copy link
Contributor

Looks like uglifier update has lost execJS, report from the failed jenkins CI docker build

Step 14/16 : RUN (cd /rails_app && SECRET_KEY_BASE=1a bundle exec rake assets:precompile)
 ---> Running in 7d3d00e86f6c
�[91mrake aborted!
ExecJS::RuntimeUnavailable: Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes.
/usr/local/bundle/gems/execjs-2.8.1/lib/execjs/runtimes.rb:58:in `autodetect'
/usr/local/bundle/gems/execjs-2.8.1/lib/execjs.rb:5:in `<module:ExecJS>'
/usr/local/bundle/gems/execjs-2.8.1/lib/execjs.rb:4:in `<top (required)>'
/usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `require'
/usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `block in require'
/usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:240:in `load_dependency'
/usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `require'
/usr/local/bundle/gems/uglifier-4.2.0/lib/uglifier.rb:5:in `<top (required)>'
/rails_app/config/application.rb:12:in `<top (required)>'
/rails_app/Rakefile:4:in `require'
/rails_app/Rakefile:4:in `<top (required)>'
/usr/local/bundle/gems/rake-13.0.3/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:30:in `block in <main>'
/usr/local/bin/bundle:22:in `<main>'
(See full trace by running task with --trace)
�[0mThe command '/bin/sh -c (cd /rails_app && SECRET_KEY_BASE=1a bundle exec rake assets:precompile)' returned a non-zero code: 1

@dependabot dependabot bot force-pushed the dependabot/bundler/uglifier-4.2.0 branch from 21188c1 to 5356543 Compare September 17, 2021 10:03
Bumps [uglifier](https://github.com/lautis/uglifier) from 4.1.20 to 4.2.0.
- [Release notes](https://github.com/lautis/uglifier/releases)
- [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md)
- [Commits](lautis/uglifier@v4.1.20...v4.2.0)

---
updated-dependencies:
- dependency-name: uglifier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/uglifier-4.2.0 branch from 5356543 to 8ff62b8 Compare September 17, 2021 11:19
@camallen
Copy link
Contributor

Looks like uglifier update has lost execJS, report from the failed jenkins CI docker build

Step 14/16 : RUN (cd /rails_app && SECRET_KEY_BASE=1a bundle exec rake assets:precompile)
 ---> Running in 7d3d00e86f6c
�[91mrake aborted!
ExecJS::RuntimeUnavailable: Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes.
/usr/local/bundle/gems/execjs-2.8.1/lib/execjs/runtimes.rb:58:in `autodetect'
/usr/local/bundle/gems/execjs-2.8.1/lib/execjs.rb:5:in `<module:ExecJS>'
/usr/local/bundle/gems/execjs-2.8.1/lib/execjs.rb:4:in `<top (required)>'
/usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `require'
/usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `block in require'
/usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:240:in `load_dependency'
/usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `require'
/usr/local/bundle/gems/uglifier-4.2.0/lib/uglifier.rb:5:in `<top (required)>'
/rails_app/config/application.rb:12:in `<top (required)>'
/rails_app/Rakefile:4:in `require'
/rails_app/Rakefile:4:in `<top (required)>'
/usr/local/bundle/gems/rake-13.0.3/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:30:in `block in <main>'
/usr/local/bin/bundle:22:in `<main>'
(See full trace by running task with --trace)
�[0mThe command '/bin/sh -c (cd /rails_app && SECRET_KEY_BASE=1a bundle exec rake assets:precompile)' returned a non-zero code: 1

fixed by #3674

@camallen camallen merged commit 7a1ffc8 into master Sep 17, 2021
@camallen camallen deleted the dependabot/bundler/uglifier-4.2.0 branch September 17, 2021 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant