Browse Source

Bump bootstrap from 5.2.1 to 5.2.2 (#2322)

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.1 to 5.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/twbs/bootstrap/releases">bootstrap's releases</a>.</em></p>
<blockquote>
<h2>v5.2.2</h2>
<h2>Highlights</h2>
<ul>
<li><strong>Accordion</strong>
<ul>
<li>Use Sass variable for the accordion color instead of an invalid CSS variable</li>
</ul>
</li>
<li><strong>Buttons</strong>
<ul>
<li>Undo changes to <code>.btn:hover</code> from v5.2.1. We now explicitly target <code>.btn-check</code> styles instead.</li>
</ul>
</li>
<li><strong>Dropdowns</strong>
<ul>
<li>Temporarily restore ability for dropdowns to work without an explicit <code>data</code> attribute (will be removed again in v6)</li>
</ul>
</li>
<li><strong>Modals</strong>
<ul>
<li>Improve modal event listeners</li>
<li>Use <code>&lt;h1&gt;</code> for all <code>.modal-title</code> instances in our docs</li>
</ul>
</li>
<li><strong>Tables</strong>
<ul>
<li>Don't redefine <code>$border-color</code> in <code>table-variant()</code> mixin</li>
</ul>
</li>
<li><strong>Tabs</strong>
<ul>
<li>Tabs no longer autofocus and cause pages to jump on <code>tab.show()</code></li>
<li>Fix <code>.active</code> class toggling of tabs within dropdowns</li>
</ul>
</li>
<li><strong>Toasts</strong>
<ul>
<li>Properly set toast <code>z-index</code> on <code>.toast-container</code> as opposed to individual <code>.toast</code>s that don't receive any other positioning</li>
</ul>
</li>
<li><strong>Tooltips</strong>
<ul>
<li>Fix tooltip selectors with <code>title</code> attribute on dynamically created elements</li>
</ul>
</li>
</ul>
<h2>🎨 CSS</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37118">#37118</a>: Set toast z-index variable in the correct spot</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37165">#37165</a>: Explicitly target <code>.btn-check</code> and undo <code>:hover</code></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37182">#37182</a>: Use Sass variable for accordion color</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37239">#37239</a>: Don't redefine <code>$border-color</code> in <code>table-variant</code> mixin</li>
</ul>
<h2>️ JavaScript</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36914">#36914</a>: Fix tooltip selector usage</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37128">#37128</a>: Fix modal event listeners</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37146">#37146</a>: Drop tabs auto-focus</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37151">#37151</a>: Fix active class toggling of tabs within dropdown</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37189">#37189</a>: Enrich Tab Test for keyboard handler</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37190">#37190</a>: Dropdown: fix case with invalid markup</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37200">#37200</a>: Ensure Tab keyboard functionality after <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37146">#37146</a></li>
</ul>
<h2>📖 Docs</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36899">#36899</a>: Slightly improve image compression</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37142">#37142</a>: Add informative note for Tooltip/Popover selector option</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37145">#37145</a>: Docs: minor fix for Navbar &gt; Offcanvas examples</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37153">#37153</a>: Fix typo in docs - Configure Vite section</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37199">#37199</a>: Replace Webpack and Vite PNGs by SVGs</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37210">#37210</a>: Use <code>&lt;h1&gt;</code> for all <code>modal-title</code> examples/uses</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37214">#37214</a>: Docs: Change <code>view in GitHub</code> links inside <code>main</code></li>
</ul>
<h2>🌎 Accessibility</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="961d5ff984"><code>961d5ff</code></a> Release v5.2.2 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37236">#37236</a>)</li>
<li><a href="9edfed8a5e"><code>9edfed8</code></a> Don't redefine <code>$border-color</code> in <code>table-variant</code> mixin (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37239">#37239</a>)</li>
<li><a href="d49d8ce583"><code>d49d8ce</code></a> Ensure Tab keyboard functionality after <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37146">#37146</a> (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37200">#37200</a>)</li>
<li><a href="0a5f6e078c"><code>0a5f6e0</code></a> Use <code>\&lt;h1&gt;</code> for all <code>modal-title</code> examples/uses (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37210">#37210</a>)</li>
<li><a href="812f891bfc"><code>812f891</code></a> Update devDependencies (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37238">#37238</a>)</li>
<li><a href="da0fe8c8b2"><code>da0fe8c</code></a> Minor docs changes (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37215">#37215</a>)</li>
<li><a href="abb1cf529f"><code>abb1cf5</code></a> Add eslint-plugin-html to lint JS in HTML files (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37186">#37186</a>)</li>
<li><a href="f84d82ada0"><code>f84d82a</code></a> NuGet: Use license expression (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36421">#36421</a>)</li>
<li><a href="80482af57b"><code>80482af</code></a> Changing the way <code>View on GitHub</code> links are handled (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37214">#37214</a>)</li>
<li><a href="597c402314"><code>597c402</code></a> Dropdown: fix case with invalid markup (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37190">#37190</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/twbs/bootstrap/compare/v5.2.1...v5.2.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bootstrap&package-manager=npm_and_yarn&previous-version=5.2.1&new-version=5.2.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 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>
pull/2329/head
dependabot[bot] 2 years ago
parent
commit
b44f6f0ad2
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json generated

@ -9,7 +9,7 @@
}, },
"devDependencies": { "devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.6.0", "@wasm-tool/wasm-pack-plugin": "^1.6.0",
"bootstrap": "^5.2.1", "bootstrap": "^5.2.2",
"clean-webpack-plugin": "^4.0.0", "clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0", "copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1", "css-loader": "^6.7.1",
@ -774,9 +774,9 @@
"dev": true "dev": true
}, },
"node_modules/bootstrap": { "node_modules/bootstrap": {
"version": "5.2.1", "version": "5.2.2",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.1.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.2.tgz",
"integrity": "sha512-UQi3v2NpVPEi1n35dmRRzBJFlgvWHYwyem6yHhuT6afYF+sziEt46McRbT//kVXZ7b1YUYEVGdXEH74Nx3xzGA==", "integrity": "sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -5299,9 +5299,9 @@
"dev": true "dev": true
}, },
"bootstrap": { "bootstrap": {
"version": "5.2.1", "version": "5.2.2",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.1.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.2.tgz",
"integrity": "sha512-UQi3v2NpVPEi1n35dmRRzBJFlgvWHYwyem6yHhuT6afYF+sziEt46McRbT//kVXZ7b1YUYEVGdXEH74Nx3xzGA==", "integrity": "sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==",
"dev": true, "dev": true,
"requires": {} "requires": {}
}, },

2
package.json

@ -6,7 +6,7 @@
}, },
"devDependencies": { "devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.6.0", "@wasm-tool/wasm-pack-plugin": "^1.6.0",
"bootstrap": "^5.2.1", "bootstrap": "^5.2.2",
"clean-webpack-plugin": "^4.0.0", "clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0", "copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1", "css-loader": "^6.7.1",

Loading…
Cancel
Save