[ruby] Update importmap-rails 2.2.2 → 2.2.3 (patch) #562
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?
✳️ importmap-rails (2.2.2 → 2.2.3) · Repo
Release Notes
2.2.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 8 commits:
Prepare for 2.2.3Merge pull request #322 from rails/rmf-fix-321Handle package names with nested paths in import mapsMerge pull request #323 from rails/rmf-test-ruby-4Test with Ruby 4.0 and Rails 8.1Merge pull request #313 from rails/rm-fix-282Add some copilot prompts for this projectFix pin_all_from incorrectly removing "js" substring from filenamesRelease Notes
1.8.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 48 commits:
Merge pull request #3848 from k0kubun/ruby-4-0-1-prismRevert updating prism in typecheckBump to v1.8.0Merge pull request #3841 from Earlopain/ripper-translator-stateMerge pull request #3846 from ruby/dependabot/bundler/gemfiles/3.1/ruby-deps-4dab957aeeMerge pull request #3845 from ruby/dependabot/maven/java-wasm/java-deps-35ed58145bBump org.junit.jupiter:junit-jupiter-engineBump the ruby-deps group across 7 directories with 1 updateMerge pull request #3847 from Earlopain/parser-version-locationUse one file for versioned `parser` classesCorrectly expose ripper stateMerge pull request #3844 from Earlopain/truffleruby-jruby-ci-gemfileUse main gemfile for truffleruby/jrubyMerge pull request #3842 from nobu/rational-frac[Bug #21831] Fix denominator of rational float literalMerge pull request #3840 from Earlopain/irbAdd irb to the gemfileMerge pull request #3839 from Earlopain/ripper-translator-untangleDecouple ripper translator from ripper libraryRemove unneeded `ripper` requiresMove `LexRipper` into its own fileMerge pull request #3836 from ruby/dependabot/bundler/gemfiles/2.7/ruby-deps-296531d228Bump the ruby-deps group across 11 directories with 1 updateMerge pull request #3834 from eregon/spacingAdd vendor to .gitignoreFix spacing in the generated #each_child_nodeMerge pull request #3832 from Earlopain/cargo-lint-versionUse a stable version for cargo lintMerge pull request #3831 from Earlopain/update-ciUpdate dependencies/Fix CI/Add Ruby 4.1Merge pull request #3829 from ruby/dependabot/bundler/gemfiles/2.7/ruby-deps-256ca467e4Bump the ruby-deps group across 10 directories with 3 updatesMerge pull request #3826 from Earlopain/optimize-ruby-visitorMerge pull request #3827 from thomasmarshall/unterminated-error-locationsReport missing end errors at opening tokenAdd unterminated construct testsMerge pull request #3825 from ruby/dependabot/bundler/gemfiles/3.2/ruby-deps-c58adef0f4Optimize ruby visitorBump the ruby-deps group across 7 directories with 2 updatesMerge pull request #3824 from ruby/reduce-wasm-sizeReduce size of the WASM file (2M->480K)Merge pull request #3822 from froydnj/froydnj-vec-first-lastMerge pull request #3821 from p-linnane/fix-sorbet-parser35-aliasMerge pull request #3823 from koic/sync_with_ruby_40_for_translation_parser_currentSync `Prism::Translation::ParserCurrent` with Ruby 4.0[rust] implement `first`/`last` on vector-like thingsFix Sorbet RBI for Parser35 alias to Parser40Fix up package.json for publishing provenanceRelease Notes
7.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
Bump version to v7.1.0 (#1562)Bump ruby/setup-ruby from 1.278.0 to 1.281.0 (#1561)Fix cross-reference resolution for constants (#1539)Fix broken RDoc Markup Reference links in RDoc::Markup (#1560)Use playwright MCP as the recommended way to test RDoc end to end (#1545)[DOC] Remove _italic_ *bold* styling inside codeblock (#1552)Allow using backticks to quote text in RDoc markup too (#1551)Define `Markup::Heading` as a struct on rubies older than v4.0.0 (#1549)Align strikethrough support with GitHub Markdown (#1548)Use class for highlight selector (#1546)Rebuild RDoc markup documentation (#1542)Fix Markdown strikethrough (`~~text~~`) not rendering in HTML output (#1541)Bump setup-ruby to the latest release (#1543)Support GitHub style markdown heading anchor and link reference (#1540)Improve code block language detection (#1538)Prevent style rendering in code blocks (#1536)Simplify newline handling of comment token in TokenStream#to_html (#1532)Bump ruby/setup-ruby from 1.275.0 to 1.276.0 (#1534)Fix comment_location for merged ClassModule (#1531)Release Notes
1.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Prepare for 1.5.0Merge pull request #919 from rails/rmf-ciUnlock bundler development dependencyTest with Ruby 4.0Merge pull request #918 from rails/dependabot/github_actions/actions/checkout-6Merge pull request #916 from moritzschepp/ec-encodingBump actions/checkout from 5 to 6fix encoding error when running a merge toolRemove whatisthor.com referencesMerge pull request #912 from rails/dependabot/github_actions/actions/checkout-5Merge pull request #913 from rails/fsl-colorsSet frozen_string_literal: true in colors.rbBump actions/checkout from 4 to 5Merge pull request #911 from deivid-rodriguez/dont-suggest-hidden-commandsHidden commands should not make an invocation ambiguousMerge pull request #910 from rails/rm-fix-909Escape the diff tool as wellsupport THOR_MERGE values with argumentsMerge pull request #908 from G-Rath/new-inject-into-file-helperMerge pull request #906 from hlascelles/add-tree-flagfeat: add `insert_into_file!` and `inject_into_file!`Merge pull request #907 from hlascelles/add-local-test-documentationrefactor: move warningAdd tree flagAdd specs and linter documentationDepfu 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