Commit 3701984
authored
Build(deps): Bump importmap-rails from 2.2.1 to 2.2.2 (#917)
Bumps [importmap-rails](https://github.com/rails/importmap-rails) from
2.2.1 to 2.2.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.2.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Keep options when updating packages in importmap by <a
href="https://github.com/rafaelfranca"><code>@rafaelfranca</code></a>
in <a
href="https://redirect.github.com/rails/importmap-rails/pull/310">rails/importmap-rails#310</a></li>
<li>Make integrity calculation opt-in by <a
href="https://github.com/rafaelfranca"><code>@rafaelfranca</code></a>
in <a
href="https://redirect.github.com/rails/importmap-rails/pull/312">rails/importmap-rails#312</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rails/importmap-rails/compare/v2.2.1...v2.2.2">https://github.com/rails/importmap-rails/compare/v2.2.1...v2.2.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rails/importmap-rails/commit/dcdb5fe1c1078ebbd567b3811745d69503bf348b"><code>dcdb5fe</code></a>
Bump version for 2.2.2</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/40d0dc57e6c49bdff74096cee513fd263f6c91d2"><code>40d0dc5</code></a>
Fix update command adding extra new lines</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/b51f709119a963d164ec12b50ff746c09051b4a6"><code>b51f709</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/importmap-rails/issues/312">#312</a>
from rails/rm-opt-in-integrity</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/41339aba5db319390107c1068e9f89e650cc3bdc"><code>41339ab</code></a>
Make integrity calculation opt-in</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/ae67187a4b96221f520db6431596b975489770cd"><code>ae67187</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/importmap-rails/issues/310">#310</a>
from rails/rm-update-keep-options</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/5e257812376517499c8d1293a0e056a485e5c812"><code>5e25781</code></a>
Keep options when updating packages in importmap</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/a151881e4156ff5188d308973a4f6ae8c931a8bd"><code>a151881</code></a>
Fix character group for package target</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/56f84e7ac7eea81fec1f17207b4c22539d0259bc"><code>56f84e7</code></a>
Fix the scan when the pinned package has a version and has options after
it</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/af71dedf1d29f1f8e59a3a32871888b9e5f47a40"><code>af71ded</code></a>
Use each_with_object</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/b5f5271a0efd68cedc4276d100e5220472360428"><code>b5f5271</code></a>
Extract common regexp to constants and methods</li>
<li>See full diff in <a
href="https://github.com/rails/importmap-rails/compare/v2.2.1...v2.2.2">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| 498 | + | |
| 499 | + | |
498 | 500 | | |
499 | 501 | | |
500 | 502 | | |
| |||
0 commit comments