Bump importmap-rails from 1.2.1 to 2.0.1
Bumps importmap-rails from 1.2.1 to 2.0.1.
Release notes
Sourced from importmap-rails's releases.
v2.0.1
What's Changed
- Ensure update only runs when there are outdated packages by
@dhhFull Changelog: https://github.com/rails/importmap-rails/compare/v2.0.0...v2.0.1
v2.0.0
What's Changed
This major release includes two potentially backwards-incompatible changes:
- The compatibility shim is no longer included, since all major browsers now natively support import maps. But if you need to support old browsers, like Safari 15, Firefox 75, Chrome 88, you should continue using the 1.x series of this gem.
- Preloading is now the default. So if you have pins that you intend to lazy load, you need to specifically call
preload: falseas part of the pin.All changes:
- Drop the bundled shim by
@dhhin rails/importmap-rails#216- Pinning should just always download by
@dhhin rails/importmap-rails#217- Preload all by default by
@dhhin rails/importmap-rails#218- Update Impoortmaps::Command#puts_table to be markdown compatible by
@faqndo97in rails/importmap-rails#222- bin/importmap update by
@botandrosein rails/importmap-rails#214Full Changelog: https://github.com/rails/importmap-rails/compare/v1.2.3...v2.0.0
v1.2.3
What's Changed
- Fix using this gem outside of a Rails application by
@rafaelfrancaNew Contributors
@rafaelfrancamade their first contribution in rails/importmap-rails#201Full Changelog: https://github.com/rails/importmap-rails/compare/v1.2.2...v1.2.3
v1.2.2
What's Changed
- Add single quote support in
importmap.rbby@vietqhoangin rails/importmap-rails#198- Remove prepended forward slash when mapping.path is empty by
@jsntv200in rails/importmap-rails#192New Contributors
@vietqhoangmade their first contribution in rails/importmap-rails#198@Rotariomade their first contribution in rails/importmap-rails#95@jsntv200made their first contribution in rails/importmap-rails#192Full Changelog: https://github.com/rails/importmap-rails/compare/v1.2.1...v1.2.2
Commits
be74deaBump version for 2.0.131b0f16Ensure update only runs when there are outdated packages61727c4Bump version for 2.0.09b379c0spike basic update command. (#214)25e9166Update Impoortmaps::Command#puts_table to be markdown compatible (#222)59b6862Fix some paths5d20b21Fix wording in preloading pinned modules docs (#220)f27ec14Spell out Rails dependencies manually30868a8Remove remaining reference in README to deleted--downloadCLI option (#219)a4d915bNo more support EOL Rubys or near-EOL- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.