Skip to content

Commit

Permalink
Bump dom-input-range from 1.1.5 to 1.1.6 (#47)
Browse files Browse the repository at this point in the history
Bumps [dom-input-range](https://github.com/iansan5653/dom-input-range)
from 1.1.5 to 1.1.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/iansan5653/dom-input-range/releases">dom-input-range's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.6</h2>
<ul>
<li>Fix error thrown when element already registered (on soft
navigation) in <a
href="https://redirect.github.com/iansan5653/dom-input-range/pull/4">iansan5653/dom-input-range#4</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/iansan5653/dom-input-range/compare/v1.1.5...v1.1.6">https://github.com/iansan5653/dom-input-range/compare/v1.1.5...v1.1.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/iansan5653/dom-input-range/commit/c06ae3373852da02fa1bc6d1be75c7f24bc4b6b3"><code>c06ae33</code></a>
1.1.6</li>
<li><a
href="https://github.com/iansan5653/dom-input-range/commit/5d5fb7a7a69fd3223cdc0bc2e3be027382f0d3b1"><code>5d5fb7a</code></a>
Merge pull request <a
href="https://redirect.github.com/iansan5653/dom-input-range/issues/4">#4</a>
from iansan5653/fix-error-soft-nav</li>
<li><a
href="https://github.com/iansan5653/dom-input-range/commit/96877e54e47798211b506bf300d26eefa9c88728"><code>96877e5</code></a>
Don't throw an error if element already registered</li>
<li>See full diff in <a
href="https://github.com/iansan5653/dom-input-range/compare/v1.1.5...v1.1.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dom-input-range&package-manager=npm_and_yarn&previous-version=1.1.5&new-version=1.1.6)](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 May 28, 2024
1 parent d432133 commit 34b5b2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@github/markdownlint-github": "^0.6.3",
"@webcomponents/custom-elements": "^1.6.0",
"dom-input-range": "^1.1.5",
"dom-input-range": "^1.1.6",
"markdownlint": "^0.34.0"
},
"devDependencies": {
Expand Down

0 comments on commit 34b5b2f

Please sign in to comment.