Update uglifier 4.2.0 → 4.2.1 (patch) #489
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ uglifier (4.2.0 → 4.2.1) · Repo · Changelog
Release Notes
4.2.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
Bump version to 4.2.1
Update changelog
Merge branch 'drop-base64'
Merge pull request #194 from kianmeng/fix-typos
Bump required ruby version to 2.4
Merge pull request #196 from lautis/ci-ruby-versions
Use released version of alaska runtime to run tests
Update build matrix
Drop base64 gem from dependency
Merge pull request #191 from SimenB/master-1
Fix typos
docs: correct link to `ExecJS` repo
Merge pull request #183 from a6b8/patch-1
Update README.md
Remove Harmony mode from README, recommend terser
Use built-in Rubocop GitHub Actions formatter
Update Rubocop to 1.7
Run tests on GitHub Actions
Merge pull request #178 from amatsuda/https
GitHub is HTTPS by default
Merge pull request #171 from ahorek/update_travis
add ruby 2.7
update travis
Commits
See the full diff on Github. The new version differs by 67 commits:
Release 2.10.0
Merge pull request #143 from noesya/master
autodetect runtime for tests
prevent runtime autodetect on require
Merge pull request #135 from reesericci/patch-1
refactor and add test case
Merge pull request #141 from mattmenefee/update-coffeescript-link
Update link to CoffeeScript source in README.md
Merge pull request #140 from m-nakamura145/update-actions-checkout
Bump actions/checkout
Merge pull request #137 from m-nakamura145/update-ci-matrix
Merge pull request #138 from kuyseng/master
Fix spelling and grammar in README.md
Add Ruby 3.3 to CI matrix
Merge pull request #136 from tomocrafter/use-bun-write-for-bun
Use Bun.write(Bun.stdout, '') for output
Add async/await & promise support to Bun runner
Merge pull request #133 from eregon/truffleruby-23.1
Update documentation to install GraalJS for TruffleRuby 23.1
Use the latest truffleruby+graalvm release in CI
Release 2.9.1
Merge pull request #131 from rails/bun-env-file
Handle Bun priting loaded env variables on STDERR
Update the required ruby version
Add a README section on how to manually select runtimes
Release 2.9.0
Fix GitHub Actions
Merge pull request #127 from terracatta/jem_add_bun
Put bun before node
Add Bun as an available runtime
"Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2."
Merge pull request #126 from amatsuda/ci_31_and_32
CI against ruby 3.1 and 3.2
Merge pull request #125 from amatsuda/graal2231
CI against stable version of truffleruby+graalvm
Merge pull request #124 from amatsuda/macos_ci_fix
Skip `eval code@` line thrown by Apple JavaScriptCore
rubygems-update 3.4+ requires ruby >= 2.6
Merge pull request #123 from tisba/patch-1
updates link to mini_racer GH repository
Merge pull request #121 from eregon/patch-1
Mention GraalVM JavaScript in README
Merge pull request #120 from casperisfine/fix-anonymous-eval
Avoid anonymous eval
Merge pull request #117 from eregon/fix-symbol-conversion
Convert Symbol explicitly to a JS String and add test
Merge pull request #115 from eregon/gu_install_js
Convert Ruby Strings to TruffleString when passing them to JavaScript
GraalVM 22.2+ needs `gu install js` for JavaScript to be available
Merge pull request #113 from rails/remove-outdated-encoding
Remove outdated Encoding workaround
Merge pull request #112 from eregon/foreign_exception_fixes
Adapt ExecJS::GraalJSRuntime to foreign exception changes in TruffleRuby
Merge pull request #111 from casperisfine/better-encoding-check
Improve `Encoding` handling
Merge pull request #110 from eregon/symbol-to-js-fix
Add test for passing Symbol to JS and fix it for GraalJSRuntime and RubyRhinoRuntime
Merge pull request #107 from eregon/graaljs-runtime-ready
Use released version for truffleruby+graalvm in CI
Remove duplicate `delete this.console;`
Only warn if $VERBOSE
Remove extra begin/end for #translate
Add runtime using GraalJS on TruffleRuby
Pass Encoding::UTF_8 to String#encode instead of 'UTF-8' for efficiency
Fix typo
Fix javascriptcore test suite
Restore CI for the V8 runtime
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands