]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
5 years agoBump nodemon from 2.0.3 to 2.0.4 (#30858)
dependabot-preview[bot] [Tue, 19 May 2020 14:10:02 +0000 (17:10 +0300)] 
Bump nodemon from 2.0.3 to 2.0.4 (#30858)

Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.3...v2.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump hugo-bin from 0.58.0 to 0.59.0 (#30857)
dependabot-preview[bot] [Tue, 19 May 2020 14:04:22 +0000 (17:04 +0300)] 
Bump hugo-bin from 0.58.0 to 0.59.0 (#30857)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.58.0 to 0.59.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.58.0...v0.59.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump terser from 4.6.13 to 4.7.0 (#30856)
dependabot-preview[bot] [Tue, 19 May 2020 13:58:32 +0000 (16:58 +0300)] 
Bump terser from 4.6.13 to 4.7.0 (#30856)

Bumps [terser](https://github.com/terser/terser) from 4.6.13 to 4.7.0.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v4.6.13...v4.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoStreamline application.js exampleModal code (#30819)
XhmikosR [Tue, 19 May 2020 05:33:12 +0000 (08:33 +0300)] 
Streamline application.js exampleModal code (#30819)

* use `textContent` since we only need to add text
* move comments

5 years agoMore Markdownlint fixes
XhmikosR [Thu, 14 May 2020 06:01:40 +0000 (09:01 +0300)] 
More Markdownlint fixes

5 years agoFix some easy Markdown linting issues
Mark Otto [Thu, 14 May 2020 05:33:49 +0000 (22:33 -0700)] 
Fix some easy Markdown linting issues

- Always use dashes for bullets
- Add some basic alt text for our readme OC sponsors

5 years agoPrevent conflicts with components with classes (#30830)
Martijn Cuppens [Fri, 15 May 2020 12:59:06 +0000 (14:59 +0200)] 
Prevent conflicts with components with classes (#30830)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agov5: Add border-radius to .card-img-overlay (#30817)
Mark Otto [Fri, 15 May 2020 12:42:31 +0000 (05:42 -0700)] 
v5: Add border-radius to .card-img-overlay (#30817)

Allows use of background-color and more. Fixes #29033 for v5.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agomigration.md: a few grammar fixes
XhmikosR [Wed, 15 Apr 2020 11:13:45 +0000 (14:13 +0300)] 
migration.md: a few grammar fixes

5 years agoImprove gradients
Martijn Cuppens [Tue, 14 Apr 2020 14:28:20 +0000 (17:28 +0300)] 
Improve gradients

- Use a semitransparent gradient from light to dark which works on any background-color
- Store the gradient as a custom property (--bs-gradient)
- Remove `.bg-gradient-*` variants in favour of `.bg-gradient` which works even when `$enable-gradients` are enabled
- Add gradients to navbar, active page links and badges when gradients are enabled

5 years agov5: Update color on custom switch focus state
Mark Otto [Thu, 14 May 2020 17:48:42 +0000 (10:48 -0700)] 
v5: Update color on custom switch focus state

Replaces a custom hsla() value (dunno what I was thinking when I added this) with a reassigned existing variable. This variable goes up the stack and attaches to the component-active-bg variable, derived from our primary color out of the box. Fixes #30646.

5 years agoSimplify list-group borders in cards (#30808)
Mark Otto [Thu, 14 May 2020 17:48:46 +0000 (10:48 -0700)] 
Simplify list-group borders in cards (#30808)

5 years agoSplit table cell padding variables (#30815)
Mark Otto [Thu, 14 May 2020 17:43:33 +0000 (10:43 -0700)] 
Split table cell padding variables (#30815)

5 years agoFix broken anchors. (#30828)
XhmikosR [Thu, 14 May 2020 16:43:56 +0000 (19:43 +0300)] 
Fix broken anchors. (#30828)

5 years agoReplace double tilde with `Math.floor` (#30691)
XhmikosR [Thu, 14 May 2020 06:46:42 +0000 (09:46 +0300)] 
Replace double tilde with `Math.floor` (#30691)

Nowadays, browser engines have improved a lot and `Math.floor` is the same, if not faster.
Also, clarity is better than micro-optimizations in this case.

5 years agoUpdate devDependencies (#30807)
XhmikosR [Thu, 14 May 2020 06:26:44 +0000 (09:26 +0300)] 
Update devDependencies (#30807)

* eslint                        ^6.8.0  →   ^7.0.0
* eslint-plugin-unicorn        ^19.0.1  →  ^20.0.0
* karma-jasmine-html-reporter   ^1.5.3  →   ^1.5.4
* lockfile-lint                 ^4.2.2  →   ^4.3.4
* rollup                        ^2.9.1  →  ^2.10.0

5 years agoUpdate punctuation (#30757)
William Entriken [Wed, 13 May 2020 19:52:40 +0000 (15:52 -0400)] 
Update punctuation (#30757)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoPartially Revert "Use regex.test() when we want to check for a Boolean. (#29969)...
XhmikosR [Wed, 13 May 2020 19:49:41 +0000 (22:49 +0300)] 
Partially Revert "Use regex.test() when we want to check for a Boolean. (#29969)" (#30770)

This partially reverts commit 9c2b9ac74d4abb5ec8b7864054315de3409d5f3a.

5 years agocapital at start of sentence (#30804)
Cyrus [Wed, 13 May 2020 19:39:54 +0000 (12:39 -0700)] 
capital at start of sentence (#30804)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump version to 5.0.0-alpha1 (#29925)
XhmikosR [Wed, 13 May 2020 19:36:00 +0000 (22:36 +0300)] 
Bump version to 5.0.0-alpha1 (#29925)

Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.

5 years agoDist (#30694)
XhmikosR [Wed, 13 May 2020 18:53:43 +0000 (21:53 +0300)] 
Dist (#30694)

5 years agoFix .browserslistrc file name in docs (#30800)
Christian Oliff [Wed, 13 May 2020 18:28:57 +0000 (03:28 +0900)] 
Fix .browserslistrc file name in docs (#30800)

5 years agoBump hugo-bin from 0.57.2 to 0.58.0 (#30787)
dependabot-preview[bot] [Tue, 12 May 2020 18:15:21 +0000 (21:15 +0300)] 
Bump hugo-bin from 0.57.2 to 0.58.0 (#30787)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.57.2 to 0.58.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.57.2...v0.58.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump rollup from 2.8.0 to 2.9.1 (#30789)
dependabot-preview[bot] [Tue, 12 May 2020 16:33:59 +0000 (19:33 +0300)] 
Bump rollup from 2.8.0 to 2.9.1 (#30789)

Bumps [rollup](https://github.com/rollup/rollup) from 2.8.0 to 2.9.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.8.0...v2.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump bundlewatch from 0.2.6 to 0.2.7 (#30785)
dependabot-preview[bot] [Tue, 12 May 2020 15:39:56 +0000 (18:39 +0300)] 
Bump bundlewatch from 0.2.6 to 0.2.7 (#30785)

Bumps [bundlewatch](https://github.com/bundlewatch/bundlewatch) from 0.2.6 to 0.2.7.
- [Release notes](https://github.com/bundlewatch/bundlewatch/releases)
- [Commits](https://github.com/bundlewatch/bundlewatch/compare/v0.2.6...v0.2.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump karma from 5.0.4 to 5.0.5 (#30786)
dependabot-preview[bot] [Tue, 12 May 2020 15:13:54 +0000 (18:13 +0300)] 
Bump karma from 5.0.4 to 5.0.5 (#30786)

Bumps [karma](https://github.com/karma-runner/karma) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v5.0.4...v5.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump linkinator from 2.1.0 to 2.1.1 (#30788)
dependabot-preview[bot] [Tue, 12 May 2020 14:41:47 +0000 (17:41 +0300)] 
Bump linkinator from 2.1.0 to 2.1.1 (#30788)

Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.1.0...v2.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agostyle: removes space (#30782)
Catalin Zalog [Tue, 12 May 2020 07:28:59 +0000 (10:28 +0300)] 
style: removes space (#30782)

5 years agocoverage: ignore node_modules
XhmikosR [Sat, 9 May 2020 19:28:09 +0000 (22:28 +0300)] 
coverage: ignore node_modules

5 years agoBump karma-coverage-istanbul-reporter from 2.1.1 to 3.0.2
dependabot-preview[bot] [Sat, 9 May 2020 19:24:08 +0000 (19:24 +0000)] 
Bump karma-coverage-istanbul-reporter from 2.1.1 to 3.0.2

Bumps [karma-coverage-istanbul-reporter](https://github.com/mattlewis92/karma-coverage-istanbul-reporter) from 2.1.1 to 3.0.2.
- [Release notes](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/releases)
- [Changelog](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.1.1...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoAdd a test about the scrollbar issue on non-integer width
Dominik Kremer [Sun, 10 May 2020 13:59:22 +0000 (16:59 +0300)] 
Add a test about the scrollbar issue on non-integer width

5 years agoAvoid bad scrollbar replacement into width values
Giovanni Mendoza [Tue, 14 Jan 2020 00:42:22 +0000 (18:42 -0600)] 
Avoid bad scrollbar replacement into width values

5 years agoUpdate codeql.yml (#30777)
XhmikosR [Mon, 11 May 2020 18:04:27 +0000 (21:04 +0300)] 
Update codeql.yml (#30777)

Remove moot fail-fast option

5 years agoImprove build/zip-examples.js (#30759)
XhmikosR [Mon, 11 May 2020 15:01:18 +0000 (18:01 +0300)] 
Improve build/zip-examples.js (#30759)

* remove favicons meta tags
* copy the two brand images we use in the examples
* opy dist and brand images into an assets folder

5 years agoAdd missing closing `div` tags (#30775)
XhmikosR [Mon, 11 May 2020 13:54:56 +0000 (16:54 +0300)] 
Add missing closing `div` tags (#30775)

Missed those in 967e607

5 years agoRemoved role="document" from the modal dialog (#30755)
Rohit Sharma [Mon, 11 May 2020 09:45:42 +0000 (15:15 +0530)] 
Removed role="document" from the modal dialog (#30755)

5 years agopackage.json: reuse the existent karma script (#30758)
XhmikosR [Fri, 8 May 2020 13:17:40 +0000 (16:17 +0300)] 
package.json: reuse the existent karma script (#30758)

5 years agoREADME.md: change Tests badge to point to master (#30765)
XhmikosR [Fri, 8 May 2020 12:52:56 +0000 (15:52 +0300)] 
README.md: change Tests badge to point to master (#30765)

5 years agoAdd a param shortcode to work around the escaped characters in hashes
Regis Philibert [Tue, 5 May 2020 18:49:12 +0000 (21:49 +0300)] 
Add a param shortcode to work around the escaped characters in hashes

5 years agoUse `safeHTMLAttr` in the `integrity` attributes.
XhmikosR [Tue, 28 Apr 2020 19:17:43 +0000 (22:17 +0300)] 
Use `safeHTMLAttr` in the `integrity` attributes.

5 years agoRevert "Avoid bad scrollbar replacement into width values (#30690)"
XhmikosR [Wed, 6 May 2020 14:43:51 +0000 (17:43 +0300)] 
Revert "Avoid bad scrollbar replacement into width values (#30690)"

This reverts commit 85c4788dedfdec7d681829e3a52ada0c33f8fa8e.

5 years agoUpdate rollup to v2.8.0 and regenerate package-lock.json (#30749)
XhmikosR [Wed, 6 May 2020 06:55:17 +0000 (09:55 +0300)] 
Update rollup to v2.8.0 and regenerate package-lock.json (#30749)

5 years agotests: streamline HTML end tags (#30648)
XhmikosR [Wed, 6 May 2020 06:20:08 +0000 (09:20 +0300)] 
tests: streamline HTML end tags (#30648)

5 years agoFix typo (#30745) (#30746)
XhmikosR [Wed, 6 May 2020 06:12:26 +0000 (09:12 +0300)] 
Fix typo (#30745) (#30746)

Use possessive form of it

(cherry picked from commit d63b651f3708e878814d4c98dd85a759f80fefc4)

Co-authored-by: Quy <quy@fluxbb.org>
5 years agoadd unit tests to ensure our plugins works in jquery
Johann-S [Wed, 6 May 2020 05:23:05 +0000 (07:23 +0200)] 
add unit tests to ensure our plugins works in jquery

5 years agoensure build plugins can exit in error (#30744)
Johann-S [Wed, 6 May 2020 04:52:06 +0000 (06:52 +0200)] 
ensure build plugins can exit in error (#30744)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoenforce element check on scrollspy target (#30747)
Johann-S [Wed, 6 May 2020 04:30:43 +0000 (06:30 +0200)] 
enforce element check on scrollspy target (#30747)

5 years agoBrowserStack: test Edge 16 too (#30725)
XhmikosR [Tue, 5 May 2020 19:10:16 +0000 (22:10 +0300)] 
BrowserStack: test Edge 16 too (#30725)

5 years agobuild-plugins.js: add missing shebang (#30743)
XhmikosR [Tue, 5 May 2020 18:20:44 +0000 (21:20 +0300)] 
build-plugins.js: add missing shebang (#30743)

5 years agoRegenerate package-lock.json (#30741)
XhmikosR [Tue, 5 May 2020 18:11:14 +0000 (21:11 +0300)] 
Regenerate package-lock.json (#30741)

5 years agoFix form file height (#30699)
Gaël Poupard [Tue, 5 May 2020 17:43:16 +0000 (19:43 +0200)] 
Fix form file height (#30699)

5 years agoBump @babel/plugin-proposal-object-rest-spread from 7.9.5 to 7.9.6 (#30737)
dependabot-preview[bot] [Tue, 5 May 2020 15:10:47 +0000 (18:10 +0300)] 
Bump @babel/plugin-proposal-object-rest-spread from 7.9.5 to 7.9.6 (#30737)

Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel) from 7.9.5 to 7.9.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.9.5...v7.9.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump @babel/core from 7.9.0 to 7.9.6 (#30736)
dependabot-preview[bot] [Tue, 5 May 2020 14:54:25 +0000 (17:54 +0300)] 
Bump @babel/core from 7.9.0 to 7.9.6 (#30736)

Bumps [@babel/core](https://github.com/babel/babel) from 7.9.0 to 7.9.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.9.0...v7.9.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump stylelint-config-twbs-bootstrap from 2.0.1 to 2.0.2 (#30735)
dependabot-preview[bot] [Tue, 5 May 2020 14:41:36 +0000 (17:41 +0300)] 
Bump stylelint-config-twbs-bootstrap from 2.0.1 to 2.0.2 (#30735)

Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoRevert "Update karma.conf.js"
XhmikosR [Tue, 5 May 2020 13:48:09 +0000 (16:48 +0300)] 
Revert "Update karma.conf.js"

This reverts commit b8abded0afe78519c4c2a185d30e8cf245ed243f.

5 years agoRevert "Update karma-browserstack-launcher to v1.5.2."
XhmikosR [Tue, 5 May 2020 13:48:09 +0000 (16:48 +0300)] 
Revert "Update karma-browserstack-launcher to v1.5.2."

This reverts commit 56190d04dd3f52b27547537e8d80dd632ad495dc.

5 years agoBump karma from 5.0.2 to 5.0.4 (#30734)
dependabot-preview[bot] [Tue, 5 May 2020 14:22:18 +0000 (17:22 +0300)] 
Bump karma from 5.0.2 to 5.0.4 (#30734)

Bumps [karma](https://github.com/karma-runner/karma) from 5.0.2 to 5.0.4.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v5.0.2...v5.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump node-sass from 4.14.0 to 4.14.1 (#30733)
dependabot-preview[bot] [Tue, 5 May 2020 14:07:41 +0000 (17:07 +0300)] 
Bump node-sass from 4.14.0 to 4.14.1 (#30733)

Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.0 to 4.14.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.14.0...v4.14.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump @babel/preset-env from 7.9.5 to 7.9.6 (#30732)
dependabot-preview[bot] [Tue, 5 May 2020 13:59:46 +0000 (16:59 +0300)] 
Bump @babel/preset-env from 7.9.5 to 7.9.6 (#30732)

Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.9.5 to 7.9.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.9.5...v7.9.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump terser from 4.6.12 to 4.6.13 (#30730)
dependabot-preview[bot] [Tue, 5 May 2020 13:36:41 +0000 (16:36 +0300)] 
Bump terser from 4.6.12 to 4.6.13 (#30730)

Bumps [terser](https://github.com/terser/terser) from 4.6.12 to 4.6.13.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v4.6.12...v4.6.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump linkinator from 2.0.6 to 2.1.0 (#30729)
dependabot-preview[bot] [Tue, 5 May 2020 13:31:39 +0000 (16:31 +0300)] 
Bump linkinator from 2.0.6 to 2.1.0 (#30729)

Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.0.6 to 2.1.0.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.0.6...v2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump rollup from 2.7.3 to 2.7.6 (#30728)
dependabot-preview[bot] [Tue, 5 May 2020 13:22:01 +0000 (16:22 +0300)] 
Bump rollup from 2.7.3 to 2.7.6 (#30728)

Bumps [rollup](https://github.com/rollup/rollup) from 2.7.3 to 2.7.6.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.7.3...v2.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoMove babel whitelist helpers to a common file (#30723)
XhmikosR [Mon, 4 May 2020 17:08:28 +0000 (20:08 +0300)] 
Move babel whitelist helpers to a common file (#30723)

5 years agoUpdate karma-browserstack-launcher to v1.5.2.
XhmikosR [Mon, 4 May 2020 13:47:59 +0000 (16:47 +0300)] 
Update karma-browserstack-launcher to v1.5.2.

5 years agoUpdate karma.conf.js
XhmikosR [Mon, 4 May 2020 13:35:54 +0000 (16:35 +0300)] 
Update karma.conf.js

Use the recommended karma-browserstack-launcher settings

5 years agobuild/build-plugins.js: add missing catch (#30722)
XhmikosR [Mon, 4 May 2020 16:54:49 +0000 (19:54 +0300)] 
build/build-plugins.js: add missing catch (#30722)

5 years agoscrollspy.js: remove temporary variable (#30724)
XhmikosR [Mon, 4 May 2020 16:43:50 +0000 (19:43 +0300)] 
scrollspy.js: remove temporary variable (#30724)

5 years agoClean up lint rules (#30721)
XhmikosR [Mon, 4 May 2020 16:32:09 +0000 (19:32 +0300)] 
Clean up lint rules (#30721)

* Remove unneeded rule suppression
* Format tests/unit/.eslintrc.json
* build/.eslintrc.json: add strict for consistency

5 years agoUpdate codeql.yml (#30719)
XhmikosR [Mon, 4 May 2020 16:24:26 +0000 (19:24 +0300)] 
Update codeql.yml (#30719)

Remove `pull_request` event since it's not supported.

5 years agoUpdate CSS variables docs to clarify usage and intent
Mark Otto [Fri, 1 May 2020 18:51:53 +0000 (11:51 -0700)] 
Update CSS variables docs to clarify usage and intent

5 years agoFinish up creating your own components docs
Mark Otto [Thu, 30 Apr 2020 04:17:39 +0000 (21:17 -0700)] 
Finish up creating your own components docs

5 years agoUpdate function names in migration, clarify tints and shades are Sass variables
Mark Otto [Mon, 27 Apr 2020 17:19:08 +0000 (10:19 -0700)] 
Update function names in migration, clarify tints and shades are Sass variables

5 years agoRemove mentions of Bootstrap 4 in a few places, replacing with updated guidance where...
Mark Otto [Mon, 27 Apr 2020 17:18:36 +0000 (10:18 -0700)] 
Remove mentions of Bootstrap 4 in a few places, replacing with updated guidance where appropriate

5 years ago search.js: make the check for URL stricter (#30695)
XhmikosR [Thu, 30 Apr 2020 18:07:26 +0000 (21:07 +0300)] 
 search.js: make the check for URL stricter  (#30695)

5 years agov5: Unify spacing across components (#30564)
Mark Otto [Thu, 30 Apr 2020 13:17:08 +0000 (06:17 -0700)] 
v5: Unify spacing across components (#30564)

Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoAvoid bad scrollbar replacement into width values (#30690)
Johann-S [Wed, 29 Apr 2020 19:28:20 +0000 (21:28 +0200)] 
Avoid bad scrollbar replacement into width values (#30690)

5 years agoRemove borders from iframes by default (#30620)
Martijn Cuppens [Wed, 29 Apr 2020 18:32:35 +0000 (20:32 +0200)] 
Remove borders from iframes by default (#30620)

5 years ago[type=radio] should always be rounded (#30686)
Gaël Poupard [Wed, 29 Apr 2020 18:13:57 +0000 (20:13 +0200)] 
[type=radio] should always be rounded (#30686)

5 years agoAdd a script to zip the built examples (#30130)
XhmikosR [Wed, 29 Apr 2020 18:03:26 +0000 (21:03 +0300)] 
Add a script to zip the built examples (#30130)

5 years ago`<pre>`: Disable auto-hiding scrollbar in legacy Edge (#30685)
Martijn Cuppens [Wed, 29 Apr 2020 14:51:25 +0000 (16:51 +0200)] 
`<pre>`: Disable auto-hiding scrollbar in legacy Edge (#30685)

Disable auto-hiding scrollbar in legacy Edge to avoid overlap, making it impossible to interact with the content.

5 years agomasthead-followup: Add missing traling slash (#30681)
XhmikosR [Wed, 29 Apr 2020 14:23:34 +0000 (17:23 +0300)] 
masthead-followup: Add missing traling slash (#30681)

5 years agoUpdate codeql.yml (#30679)
XhmikosR [Wed, 29 Apr 2020 13:57:10 +0000 (16:57 +0300)] 
Update codeql.yml (#30679)

* run the action on PRs too
* specify `javascript` language
* remove comments
* reindent

5 years agoMove codeql.yml one dir up (#30677)
XhmikosR [Wed, 29 Apr 2020 12:01:48 +0000 (15:01 +0300)] 
Move codeql.yml one dir up (#30677)

5 years agoAdd CodeQL Analysis workflow (#30676)
Justin Hutchings [Wed, 29 Apr 2020 06:52:21 +0000 (23:52 -0700)] 
Add CodeQL Analysis workflow (#30676)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoUpdate config.yml (#30671)
XhmikosR [Wed, 29 Apr 2020 06:47:10 +0000 (09:47 +0300)] 
Update config.yml (#30671)

5 years agoDrop closest from SelectorEngine (#30653)
Martijn Cuppens [Tue, 28 Apr 2020 19:17:23 +0000 (21:17 +0200)] 
Drop closest from SelectorEngine (#30653)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoCI: remove no longer needed steps (#30674)
XhmikosR [Tue, 28 Apr 2020 15:06:03 +0000 (18:06 +0300)] 
CI: remove no longer needed steps (#30674)

The latest `actions/setup-node` prints this info by default

5 years agoRegenerate package-lock.json (#30673)
XhmikosR [Tue, 28 Apr 2020 14:51:23 +0000 (17:51 +0300)] 
Regenerate package-lock.json (#30673)

5 years agoBump find-unused-sass-variables from 1.0.5 to 2.0.0 (#30672)
dependabot-preview[bot] [Tue, 28 Apr 2020 13:40:14 +0000 (16:40 +0300)] 
Bump find-unused-sass-variables from 1.0.5 to 2.0.0 (#30672)

Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 1.0.5 to 2.0.0.
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases)
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v1.0.5...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump eslint-plugin-unicorn from 18.0.1 to 19.0.1 (#30663)
dependabot-preview[bot] [Tue, 28 Apr 2020 13:28:46 +0000 (16:28 +0300)] 
Bump eslint-plugin-unicorn from 18.0.1 to 19.0.1 (#30663)

* Bump eslint-plugin-unicorn from 18.0.1 to 19.0.1

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 18.0.1 to 19.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v18.0.1...v19.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* ESlint: disable a few new rules for now.

* unicorn/no-fn-reference-in-iterator
* unicorn/no-null

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump postcss-cli from 7.1.0 to 7.1.1 (#30670)
dependabot-preview[bot] [Tue, 28 Apr 2020 12:55:57 +0000 (15:55 +0300)] 
Bump postcss-cli from 7.1.0 to 7.1.1 (#30670)

Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/7.1.0...7.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump hugo-bin from 0.57.0 to 0.57.2 (#30668)
dependabot-preview[bot] [Tue, 28 Apr 2020 12:49:42 +0000 (15:49 +0300)] 
Bump hugo-bin from 0.57.0 to 0.57.2 (#30668)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.57.0 to 0.57.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.57.0...v0.57.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump rollup from 2.6.1 to 2.7.3 (#30666)
dependabot-preview[bot] [Tue, 28 Apr 2020 12:41:08 +0000 (15:41 +0300)] 
Bump rollup from 2.6.1 to 2.7.3 (#30666)

Bumps [rollup](https://github.com/rollup/rollup) from 2.6.1 to 2.7.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.6.1...v2.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump node-sass from 4.13.1 to 4.14.0 (#30667)
dependabot-preview[bot] [Tue, 28 Apr 2020 12:35:10 +0000 (15:35 +0300)] 
Bump node-sass from 4.13.1 to 4.14.0 (#30667)

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 4.14.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.1...v4.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump terser from 4.6.11 to 4.6.12 (#30664)
dependabot-preview[bot] [Tue, 28 Apr 2020 12:28:29 +0000 (15:28 +0300)] 
Bump terser from 4.6.11 to 4.6.12 (#30664)

Bumps [terser](https://github.com/terser/terser) from 4.6.11 to 4.6.12.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v4.6.11...v4.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump shelljs from 0.8.3 to 0.8.4 (#30665)
dependabot-preview[bot] [Tue, 28 Apr 2020 12:23:03 +0000 (15:23 +0300)] 
Bump shelljs from 0.8.3 to 0.8.4 (#30665)

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.3...v0.8.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoPrevent list group style leaks (#30660)
Martijn Cuppens [Tue, 28 Apr 2020 07:24:17 +0000 (09:24 +0200)] 
Prevent list group style leaks (#30660)

5 years agoFill in some unusedcss section links
Mark Otto [Fri, 24 Apr 2020 22:42:49 +0000 (15:42 -0700)] 
Fill in some unusedcss section links

5 years agoUpdate CSS variables docs
Mark Otto [Fri, 24 Apr 2020 22:38:39 +0000 (15:38 -0700)] 
Update CSS variables docs

- Rename available vars section to root vars and mention they're globally available
- Add new component vars section and link to table docs for WIP example

5 years agoInclude code snippet for lean JS section
Mark Otto [Fri, 24 Apr 2020 22:33:15 +0000 (15:33 -0700)] 
Include code snippet for lean JS section