planner
planner copied to clipboard
Bump importmap-rails from 1.2.3 to 2.0.3
Bumps importmap-rails from 1.2.3 to 2.0.3.
Release notes
Sourced from importmap-rails's releases.
v2.0.3
What's Changed
- Fix compatibility with older Ruby versions
@​jhawthornFull Changelog: https://github.com/rails/importmap-rails/compare/v2.0.2...v2.0.3
v2.0.2
What's Changed
- Add package information in vendored package file by
@​faqndo97in rails/importmap-rails#227- Update default provider to use
jspm.ioinstead ofjspmby@​josefariasin rails/importmap-rails#234- Updated module_name regexp to not match incorrect indexes by
@​Caleb-T-Owensin rails/importmap-rails#238- Invoke app:template via Rake::Task[].invoke to avoid reloading rakefile by
@​Caleb-T-Owensin rails/importmap-rails#239- Handle String response for "find latest version" by
@​vietqhoangin rails/importmap-rails#246- Allows preload to be determined by provided entry_point by
@​aseroffin rails/importmap-rails#253- Fix ./bin/importmap update by
@​arni1981in rails/importmap-rails#262New Contributors
@​josefariasmade their first contribution in rails/importmap-rails#234@​wakairomade their first contribution in rails/importmap-rails#249@​Caleb-T-Owensmade their first contribution in rails/importmap-rails#238@​schmijosmade their first contribution in rails/importmap-rails#260@​aseroffmade their first contribution in rails/importmap-rails#253@​arni1981made their first contribution in rails/importmap-rails#262@​corneverbruggenmade their first contribution in rails/importmap-rails#266Full Changelog: https://github.com/rails/importmap-rails/compare/v2.0.1...v2.0.2
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
... (truncated)
Commits
2927df5Version 2.0.332d9911Re-enable support for Ruby 2.7022433eMerge pull request #267 from byroot/fix-ci-matrixea5f282Update CI matrixd79dfbfBump required ruby version to 3.1fb55367Bump version for 2.0.2b360120Use entry_point as cache_key when generating preload tags (#266)cc7142eFix ./bin/importmap update (#262)8a7d61cBump dependencies within existing rangee54fd54Allows preload to be determined by provided entry_point (#253)- Additional commits viewable in compare view
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 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)