Closed renovate[bot] closed 3 years ago
Merging #139 (2be72e3) into master (16520a4) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #139 +/- ##
=======================================
Coverage 92.95% 92.95%
=======================================
Files 3 3
Lines 142 142
Branches 36 36
=======================================
Hits 132 132
Misses 10 10
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 16520a4...2be72e3. Read the comment docs.
This PR contains the following updates:
4.5.3
->4.6.0
7.18.0
->7.19.0
Release Notes
twbs/bootstrap
### [`v4.6.0`](https://togithub.com/twbs/bootstrap/releases/v4.6.0) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v4.5.3...v4.6.0) ##### Highlights - Tooltips and popovers can have custom clases via `customClass` option. - Added new `.navbar-nav-scroll` class for scrolling expanded navbar contents on mobile devices. - For improved accessibiliy, spinners now slow down when `prefers-reduced-motion` is enabled. - v4.x docs are now built on Hugo for easier maintenance and backports from v5.x. - Darkened `background-color` of `.dropdown-item` for improved hover state contrast, and ligthened the disabled `.dropdown-item` `color`. - Improved alignment of form validation tooltips. - File inputs no longer extend beyond their containers. ##### CSS - [#31557](https://togithub.com/twbs/bootstrap/pull/31557): Fix form validation tooltip alignment - [#31657](https://togithub.com/twbs/bootstrap/pull/31657): Handle the Ubuntu sans-serif case - [#31700](https://togithub.com/twbs/bootstrap/pull/31700): Suppress flexbox side effects in breadcrumb - [#31882](https://togithub.com/twbs/bootstrap/pull/31882): Slow down spinners when prefers-reduced-motion - [#31886](https://togithub.com/twbs/bootstrap/pull/31886): Fixed: Undefined mixin "deprecate" when importing "bootstrap-grid-scss" - [#32141](https://togithub.com/twbs/bootstrap/pull/32141): Use correct value order - [#32145](https://togithub.com/twbs/bootstrap/pull/32145): Avoid invisible real file input "spilling" out of container - [#32160](https://togithub.com/twbs/bootstrap/pull/32160): Add overflow suppression to custom file label - [#32211](https://togithub.com/twbs/bootstrap/pull/32211): Move negative margin-bottom from .nav-item to .nav-link - [#32212](https://togithub.com/twbs/bootstrap/pull/32212): Remove needless Stylelint disables - [#32833](https://togithub.com/twbs/bootstrap/pull/32833): Add `.navbar-nav-scroll` for vertical scrolling of navbar content - Add two new variables for pagination border-radius values; backport of [#32423](https://togithub.com/twbs/bootstrap/pull/32423) - Remove old/unnecessary reboot bug fix; backport of [#32631](https://togithub.com/twbs/bootstrap/pull/32631) - Suppress focus outline for buttons when it shouldn't be visible in Chromium; backport of [#32689](https://togithub.com/twbs/bootstrap/pull/32689) - Consistently use `outline:0` rather than `outline:none`; backport of [#32751](https://togithub.com/twbs/bootstrap/pull/32751) - Darken dropdown item hover style; backport of [#32754](https://togithub.com/twbs/bootstrap/pull/32754) - Lighten disabled dropdown text to `$gray-500` ##### JS - [#31820](https://togithub.com/twbs/bootstrap/pull/31820): Check for data-interval on the first slide of carousel - [#31834](https://togithub.com/twbs/bootstrap/pull/31834)/[#32225](https://togithub.com/twbs/bootstrap/pull/32225): tooltip/popover: add a `customClass` option - [#32001](https://togithub.com/twbs/bootstrap/pull/32001): Move `js/src/index.js` one folder up - [#32045](https://togithub.com/twbs/bootstrap/pull/32045): tests: fix sanitizer test - [#32220](https://togithub.com/twbs/bootstrap/pull/32220): Don't hide modal when `config.keyboard` is false - [#32312](https://togithub.com/twbs/bootstrap/pull/32312): build-plugins: switch to "bundled" for babel helpers ##### Docs - [#31861](https://togithub.com/twbs/bootstrap/pull/31861): Split up dropdown sizing docs to improve rendering - [#31892](https://togithub.com/twbs/bootstrap/pull/31892): Remove redundant visually hidden "(current)" from pagination controls - [#31893](https://togithub.com/twbs/bootstrap/pull/31893): manifest.json: Switch to relative URLs so that we don't need to change the path with every major/minor release - [#31898](https://togithub.com/twbs/bootstrap/pull/31898): switch to suggesting jsDelivr as a CDN - [#31904](https://togithub.com/twbs/bootstrap/pull/31904): - docs(forms): use a legend for fieldset instead of aria-label - docs(forms): fix incorrect legend nesting in fieldset - [#31936](https://togithub.com/twbs/bootstrap/pull/31936): forms: change inline custom radio name - [#31951](https://togithub.com/twbs/bootstrap/pull/31951): Update anchor-js to v4.3.0 - [#31960](https://togithub.com/twbs/bootstrap/pull/31960): Explicitly mention emoji fonts, tweak sentence in typography - [#31981](https://togithub.com/twbs/bootstrap/pull/31981): list-group.md: fix snippet - [#32005](https://togithub.com/twbs/bootstrap/pull/32005): Remove `bugreport.apple.com` since it doesn't work - [#32015](https://togithub.com/twbs/bootstrap/pull/32015): Fix redirects - [#32050](https://togithub.com/twbs/bootstrap/pull/32050): Make docs anchorjs links darker on keyboard focus - [#32054](https://togithub.com/twbs/bootstrap/pull/32054): Add callouts about using light colors ideally on a dark background - [#32077](https://togithub.com/twbs/bootstrap/pull/32077): Switch to Hugo - [#32083](https://togithub.com/twbs/bootstrap/pull/32083): mention "Liberation Sans" - [#32087](https://togithub.com/twbs/bootstrap/pull/32087): download.md: link to JS files comparison too - [#32094](https://togithub.com/twbs/bootstrap/pull/32094): Changes to navbar documentation/explanation - [#32106](https://togithub.com/twbs/bootstrap/pull/32106): Clarify JS bundle docs once more for v4 - [#32137](https://togithub.com/twbs/bootstrap/pull/32137): input-group.md: fix wrong class `.visually-hidden` - [#32138](https://togithub.com/twbs/bootstrap/pull/32138): navbar.md: remove `loading=lazy` from snippets - [#32147](https://togithub.com/twbs/bootstrap/pull/32147): Fix caniuse.com redirects - [#32151](https://togithub.com/twbs/bootstrap/pull/32151): Mention user-select-all support in docs - [#32196](https://togithub.com/twbs/bootstrap/pull/32196): homepage: split snippets and show copy buttons - [#32203](https://togithub.com/twbs/bootstrap/pull/32203): Switch to jsDelivr for the remaining docs assets - [#32223](https://togithub.com/twbs/bootstrap/pull/32223): introduction: split comments - [#32247](https://togithub.com/twbs/bootstrap/pull/32247): Fix typos in tooltip/popover docs - [#32253](https://togithub.com/twbs/bootstrap/pull/32253): Add Russian translation - [#32363](https://togithub.com/twbs/bootstrap/pull/32363): Remove useless `.text-left` in Layout / Overview - [#32399](https://togithub.com/twbs/bootstrap/pull/32399): Remove duplicated "follow Bootstrap on Twitter" link in Community section - [#32457](https://togithub.com/twbs/bootstrap/pull/32457): Add mention of the bs-custom-file-input plugin needed for the custom file input - [#32461](https://togithub.com/twbs/bootstrap/pull/32461): style clipboard button on `:focus`, not just `:hover` - [#32462](https://togithub.com/twbs/bootstrap/pull/32462): Replace Lorem Ipsum placeholder text with more representative (or at least english language) text - [#32634](https://togithub.com/twbs/bootstrap/pull/32634): Remove incorrect mention of dropdowns for dynamic tab behavior - [#32639](https://togithub.com/twbs/bootstrap/pull/32639): v4: Add an actual `data-touch="false"` example in the carousel docs - [#32728](https://togithub.com/twbs/bootstrap/pull/32728): add v5.0 in versions - [#32761](https://togithub.com/twbs/bootstrap/pull/32761): Mention stretched-link constraints with table elements - [#32789](https://togithub.com/twbs/bootstrap/pull/32789): Remove `role="button"` from CTA links in carousel example - [#32791](https://togithub.com/twbs/bootstrap/pull/32791): Docs v4: Sass implementation and rounding precision - [#32809](https://togithub.com/twbs/bootstrap/pull/32809): - Clarify Sass import and customize docs for how to modify variable defaults - Add an npm starter project callout to a few pages - [#32827](https://togithub.com/twbs/bootstrap/pull/32827): Add a live toast example to the docs - [#32759](https://togithub.com/twbs/bootstrap/pull/32759): Mention CSP and embedded SVGs in v4 docs - docs(dropdowns): clarify where is `.show` applied - Require `.has-validation` for input groups with validation - Fix mobile menu jump & double border - Remove double spaces from homepage SVGs - browserconfig.xml: switch to relative image path - Tweak the wording for collapse to indicate button is preferred/more semantic; backport of [#32632](https://togithub.com/twbs/bootstrap/pull/32632) - Clarify the `$enable-shadows` option in our docs; backport of [#32685](https://togithub.com/twbs/bootstrap/pull/32685) ##### Examples - [#31979](https://togithub.com/twbs/bootstrap/pull/31979): v4 Examples/Floating-labels: fix bad behavior with autofill - [#32198](https://togithub.com/twbs/bootstrap/pull/32198): examples: add the version number in `title` ##### Misc - [#29753](https://togithub.com/twbs/bootstrap/pull/29753): Improve build/generate-sri.js regex - [#32003](https://togithub.com/twbs/bootstrap/pull/32003): CI: switch to Node.js 14 - [#32008](https://togithub.com/twbs/bootstrap/pull/32008): Update Edge's Rendering Engine on CONTRIBUTING.md - [#32486](https://togithub.com/twbs/bootstrap/pull/32486): BrowserStack: test on macOS Catalina instead of High Sierra - [#32756](https://togithub.com/twbs/bootstrap/pull/32756): Stylelint: disallow some property values - **Fix for npm 7.x** package.json: move `version_short` variable under the `config` object; backport of [#32737](https://togithub.com/twbs/bootstrap/pull/32737) - Update build-examples script so that the resulting examples zip file includes only the needed files - Various CI tweaks - Updated devDependencieseslint/eslint
### [`v7.19.0`](https://togithub.com/eslint/eslint/releases/v7.19.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.18.0...v7.19.0) - [`ce7f061`](https://togithub.com/eslint/eslint/commit/ce7f06121d9eb9cc2b3da24b4456b4d382e1413b) Update: add shadowed variable loc to message in no-shadow (fixes [#13646](https://togithub.com/eslint/eslint/issues/13646)) ([#13841](https://togithub.com/eslint/eslint/issues/13841)) (t-mangoe) - [`c60e23f`](https://togithub.com/eslint/eslint/commit/c60e23ff306a14ca6eabcadb275ed27995fcc6e4) Update: fix `let` logic in for-in and for-of loops in no-extra-parens ([#14011](https://togithub.com/eslint/eslint/issues/14011)) (Milos Djermanovic) - [`d76e8f6`](https://togithub.com/eslint/eslint/commit/d76e8f69bd791357c67ada7b5c55608acf29b622) Fix: no-useless-rename invalid autofix with parenthesized identifiers ([#14032](https://togithub.com/eslint/eslint/issues/14032)) (Milos Djermanovic) - [`5800d92`](https://togithub.com/eslint/eslint/commit/5800d921144ec330b6ee7cd03364434007331354) Docs: Clarify stylistic rule update policy ([#14052](https://togithub.com/eslint/eslint/issues/14052)) (Brandon Mills) - [`0ccf6d2`](https://togithub.com/eslint/eslint/commit/0ccf6d200147437b338cadb34546451972befd75) Docs: remove configuring.md ([#14036](https://togithub.com/eslint/eslint/issues/14036)) (Milos Djermanovic) - [`65bb0ab`](https://togithub.com/eslint/eslint/commit/65bb0abde56f72586036fff151aa2d13f1b7be6c) Chore: Clean up new issue workflow ([#14040](https://togithub.com/eslint/eslint/issues/14040)) (Nicholas C. Zakas) - [`e1da90f`](https://togithub.com/eslint/eslint/commit/e1da90fc414a3c9c16f52db4a5bd81bd4f9532a4) Fix: nested indenting for offsetTernaryExpressions: true (fixes [#13971](https://togithub.com/eslint/eslint/issues/13971)) ([#13972](https://togithub.com/eslint/eslint/issues/13972)) (Chris Brody) - [`1a078b9`](https://togithub.com/eslint/eslint/commit/1a078b9166f29cb3760435ddbc1a0da4a0974d4a) Update: check ternary `:` even if `?` was reported in space-infix-ops ([#13963](https://togithub.com/eslint/eslint/issues/13963)) (Milos Djermanovic) - [`fb27422`](https://togithub.com/eslint/eslint/commit/fb274226242eaebc1480fc9c901202986afc3c8a) Fix: extend prefer-const fixer range to whole declaration (fixes [#13899](https://togithub.com/eslint/eslint/issues/13899)) ([#14033](https://togithub.com/eslint/eslint/issues/14033)) (Nitin Kumar) - [`e0b05c7`](https://togithub.com/eslint/eslint/commit/e0b05c704f3ce6f549d14718236d22fe49fcb611) Docs: add a correct example to no-unsafe-optional-chaining (refs [#14029](https://togithub.com/eslint/eslint/issues/14029)) ([#14050](https://togithub.com/eslint/eslint/issues/14050)) (armin yahya) - [`46e836d`](https://togithub.com/eslint/eslint/commit/46e836d46442d2ec756038a2e12ba19b74394dbd) Sponsors: Sync README with website (ESLint Jenkins) - [`3fc4fa4`](https://togithub.com/eslint/eslint/commit/3fc4fa485ca9ccd5e16dbc7e53ba31452d22dc4a) Docs: update configuring links ([#14038](https://togithub.com/eslint/eslint/issues/14038)) (Milos Djermanovic) - [`8561c21`](https://togithub.com/eslint/eslint/commit/8561c2116ef89e53ebffb750066f1b00a4acdb76) Docs: fix broken links in configuring/README.md ([#14046](https://togithub.com/eslint/eslint/issues/14046)) (Milos Djermanovic) - [`1c309eb`](https://togithub.com/eslint/eslint/commit/1c309ebca4a81a0faf397103dbc621019dea8c9c) Update: fix no-invalid-regexp false negatives with no flags specified ([#14018](https://togithub.com/eslint/eslint/issues/14018)) (Milos Djermanovic) - [`f6602d5`](https://togithub.com/eslint/eslint/commit/f6602d569427e9e2a4f3b5ca3fc3a8bffb28d15e) Docs: Reorganize Configuration Documentation ([#13837](https://togithub.com/eslint/eslint/issues/13837)) (klkhan) - [`c753b44`](https://togithub.com/eslint/eslint/commit/c753b442ef67867a178ffc2ad29b4e0534f72469) Sponsors: Sync README with website (ESLint Jenkins) - [`a4fdb70`](https://togithub.com/eslint/eslint/commit/a4fdb7001aa41b9ad8bb92cc8a47b9135c94afc7) Docs: Fixed Typo ([#14007](https://togithub.com/eslint/eslint/issues/14007)) (Yash Singh) - [`f7ca481`](https://togithub.com/eslint/eslint/commit/f7ca48165d025e01c38698352cff24d1de87cc8b) Docs: Explain why we disable lock files (refs [eslint/tsc-meetings#234](https://togithub.com/eslint/tsc-meetings/issues/234)) ([#14006](https://togithub.com/eslint/eslint/issues/14006)) (Brandon Mills)Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.