Update autoprefixer-rails 10.4.13.0 → 10.4.16.0 (patch) #3279
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?
✳️ autoprefixer-rails (10.4.13.0 → 10.4.16.0) · Repo · Changelog
Release Notes
10.4.16.0 (from changelog)
10.4.15.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
Release 10.4.16.0
CI: bump actions/setup-node from 2 to 3
CI: bump actions/checkout from 2 to 3
CI: add Ruby 3.2 to the test matrix
Release 10.4.15.0
Commits
See the full diff on Github. The new version differs by 47 commits:
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