Bump importmap-rails from 2.0.1 to 2.0.2 #1255

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/importmap-rails-2.0.2 into main 2024-10-07 22:29:09 +08:00
dependabot[bot] commented 2024-10-07 15:35:22 +08:00 (Migrated from github.com)

Bumps importmap-rails from 2.0.1 to 2.0.2.

Release notes

Sourced from importmap-rails's releases.

v2.0.2

What's Changed

New Contributors

Full Changelog: https://github.com/rails/importmap-rails/compare/v2.0.1...v2.0.2

Commits
  • fb55367 Bump version for 2.0.2
  • b360120 Use entry_point as cache_key when generating preload tags (#266)
  • cc7142e Fix ./bin/importmap update (#262)
  • 8a7d61c Bump dependencies within existing range
  • e54fd54 Allows preload to be determined by provided entry_point (#253)
  • 11e59ae Fix 302/304 mixup (#260)
  • 0a63301 Fix test with Rails main
  • 5144677 Freeze sqlite3 gem version to 1.4
  • 1d93e41 Merge pull request #246 from vietqhoang/handle-string-response-for-find-lates...
  • 61054a1 Merge pull request #239 from calebowens/fix-rakefile-loading-twice
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 2.0.1 to 2.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/importmap-rails/releases">importmap-rails's releases</a>.</em></p> <blockquote> <h2>v2.0.2</h2> <h2>What's Changed</h2> <ul> <li>Add package information in vendored package file by <a href="https://github.com/faqndo97"><code>@​faqndo97</code></a> in <a href="https://redirect.github.com/rails/importmap-rails/pull/227">rails/importmap-rails#227</a></li> <li>Update default provider to use <code>jspm.io</code> instead of <code>jspm</code> by <a href="https://github.com/josefarias"><code>@​josefarias</code></a> in <a href="https://redirect.github.com/rails/importmap-rails/pull/234">rails/importmap-rails#234</a></li> <li>Updated module_name regexp to not match incorrect indexes by <a href="https://github.com/Caleb-T-Owens"><code>@​Caleb-T-Owens</code></a> in <a href="https://redirect.github.com/rails/importmap-rails/pull/238">rails/importmap-rails#238</a></li> <li>Invoke app:template via Rake::Task[].invoke to avoid reloading rakefile by <a href="https://github.com/Caleb-T-Owens"><code>@​Caleb-T-Owens</code></a> in <a href="https://redirect.github.com/rails/importmap-rails/pull/239">rails/importmap-rails#239</a></li> <li>Handle String response for &quot;find latest version&quot; by <a href="https://github.com/vietqhoang"><code>@​vietqhoang</code></a> in <a href="https://redirect.github.com/rails/importmap-rails/pull/246">rails/importmap-rails#246</a></li> <li>Allows preload to be determined by provided entry_point by <a href="https://github.com/aseroff"><code>@​aseroff</code></a> in <a href="https://redirect.github.com/rails/importmap-rails/pull/253">rails/importmap-rails#253</a></li> <li>Fix ./bin/importmap update by <a href="https://github.com/arni1981"><code>@​arni1981</code></a> in <a href="https://redirect.github.com/rails/importmap-rails/pull/262">rails/importmap-rails#262</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/josefarias"><code>@​josefarias</code></a> made their first contribution in <a href="https://redirect.github.com/rails/importmap-rails/pull/234">rails/importmap-rails#234</a></li> <li><a href="https://github.com/wakairo"><code>@​wakairo</code></a> made their first contribution in <a href="https://redirect.github.com/rails/importmap-rails/pull/249">rails/importmap-rails#249</a></li> <li><a href="https://github.com/Caleb-T-Owens"><code>@​Caleb-T-Owens</code></a> made their first contribution in <a href="https://redirect.github.com/rails/importmap-rails/pull/238">rails/importmap-rails#238</a></li> <li><a href="https://github.com/schmijos"><code>@​schmijos</code></a> made their first contribution in <a href="https://redirect.github.com/rails/importmap-rails/pull/260">rails/importmap-rails#260</a></li> <li><a href="https://github.com/aseroff"><code>@​aseroff</code></a> made their first contribution in <a href="https://redirect.github.com/rails/importmap-rails/pull/253">rails/importmap-rails#253</a></li> <li><a href="https://github.com/arni1981"><code>@​arni1981</code></a> made their first contribution in <a href="https://redirect.github.com/rails/importmap-rails/pull/262">rails/importmap-rails#262</a></li> <li><a href="https://github.com/corneverbruggen"><code>@​corneverbruggen</code></a> made their first contribution in <a href="https://redirect.github.com/rails/importmap-rails/pull/266">rails/importmap-rails#266</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rails/importmap-rails/compare/v2.0.1...v2.0.2">https://github.com/rails/importmap-rails/compare/v2.0.1...v2.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/importmap-rails/commit/fb55367ff142e8239965b42b4216c3b35b5a1ff2"><code>fb55367</code></a> Bump version for 2.0.2</li> <li><a href="https://github.com/rails/importmap-rails/commit/b360120df57835b7bcc90efa5b22b75ea4879896"><code>b360120</code></a> Use entry_point as cache_key when generating preload tags (<a href="https://redirect.github.com/rails/importmap-rails/issues/266">#266</a>)</li> <li><a href="https://github.com/rails/importmap-rails/commit/cc7142e9996d441aa726eb6e013de29ff990ff60"><code>cc7142e</code></a> Fix ./bin/importmap update (<a href="https://redirect.github.com/rails/importmap-rails/issues/262">#262</a>)</li> <li><a href="https://github.com/rails/importmap-rails/commit/8a7d61ce92d86e8b233b870d69bdfedfdc7cb81f"><code>8a7d61c</code></a> Bump dependencies within existing range</li> <li><a href="https://github.com/rails/importmap-rails/commit/e54fd542355e75e970d99842e2075a4f212a7802"><code>e54fd54</code></a> Allows preload to be determined by provided entry_point (<a href="https://redirect.github.com/rails/importmap-rails/issues/253">#253</a>)</li> <li><a href="https://github.com/rails/importmap-rails/commit/11e59ae631842e5e0d288e7c5b88a9e8c028f514"><code>11e59ae</code></a> Fix 302/304 mixup (<a href="https://redirect.github.com/rails/importmap-rails/issues/260">#260</a>)</li> <li><a href="https://github.com/rails/importmap-rails/commit/0a6330133b75a72d7c5d07fe87c2fce50d76b997"><code>0a63301</code></a> Fix test with Rails main</li> <li><a href="https://github.com/rails/importmap-rails/commit/51446772eadbd4127ff8c633032ef62c72110ad0"><code>5144677</code></a> Freeze sqlite3 gem version to 1.4</li> <li><a href="https://github.com/rails/importmap-rails/commit/1d93e41ada9a6125f69823d1ea1ec69c7c6312e3"><code>1d93e41</code></a> Merge pull request <a href="https://redirect.github.com/rails/importmap-rails/issues/246">#246</a> from vietqhoang/handle-string-response-for-find-lates...</li> <li><a href="https://github.com/rails/importmap-rails/commit/61054a1f9105301072ec5f2fb950a9a2a8c6ec4e"><code>61054a1</code></a> Merge pull request <a href="https://redirect.github.com/rails/importmap-rails/issues/239">#239</a> from calebowens/fix-rakefile-loading-twice</li> <li>Additional commits viewable in <a href="https://github.com/rails/importmap-rails/compare/v2.0.1...v2.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=importmap-rails&package-manager=bundler&previous-version=2.0.1&new-version=2.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.