Skip to content

Commit

Permalink
Bump importmap-rails from 2.0.3 to 2.1.0 (#4180)
Browse files Browse the repository at this point in the history
Bumps [importmap-rails](https://github.com/rails/importmap-rails) from
2.0.3 to 2.1.0.
<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.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Adds <code>bin/importmap pristine</code> which redownloads pinned
packages by <a
href="https://github.com/martinemde"><code>@​martinemde</code></a> in <a
href="https://redirect.github.com/rails/importmap-rails/pull/271">rails/importmap-rails#271</a></li>
<li>Encapsulate stale_when_importmap_changes method by <a
href="https://github.com/dhh"><code>@​dhh</code></a> in <a
href="https://redirect.github.com/rails/importmap-rails/pull/284">rails/importmap-rails#284</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/martinemde"><code>@​martinemde</code></a> made
their first contribution in <a
href="https://redirect.github.com/rails/importmap-rails/pull/271">rails/importmap-rails#271</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rails/importmap-rails/compare/v2.0.3...v2.1.0">https://github.com/rails/importmap-rails/compare/v2.0.3...v2.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rails/importmap-rails/commit/d91d5e134d3f27e2332a8cb2ac015ea03d130621"><code>d91d5e1</code></a>
Bump version for 2.1.0</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/2ef81f06dcce46e83ecb068bfc3f5399b34e044a"><code>2ef81f0</code></a>
Encapsulate stale_when_importmap_changes method (<a
href="https://redirect.github.com/rails/importmap-rails/issues/284">#284</a>)</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/f588506eebc7b276f8b3539301633f93d2bda55d"><code>f588506</code></a>
Correct pristine command description and args (<a
href="https://redirect.github.com/rails/importmap-rails/issues/272">#272</a>)</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/f273945a68fb9abe0fc42c17b7da550208cbd06a"><code>f273945</code></a>
Adds <code>bin/importmap pristine</code> which redownloads pinned
packages (<a
href="https://redirect.github.com/rails/importmap-rails/issues/271">#271</a>)</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/abba7c874d6851a6d5ef5a2a66f1cb19ab61de03"><code>abba7c8</code></a>
Revert &quot;Re-enable support for Ruby 2.7&quot;</li>
<li>See full diff in <a
href="https://github.com/rails/importmap-rails/compare/v2.0.3...v2.1.0">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.3&new-version=2.1.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 09f87e8 commit 6d1a261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ GEM
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
importmap-rails (2.0.3)
importmap-rails (2.1.0)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand Down

0 comments on commit 6d1a261

Please sign in to comment.