]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
3 years agotests: tweak Jasmine's matchers usage
XhmikosR [Thu, 14 Oct 2021 15:16:54 +0000 (18:16 +0300)] 
tests: tweak Jasmine's matchers usage

Use:

* toBeNull
* toEqual
* toBeTrue
* toBeFalse
* toHaveSize
* toHaveClass

3 years agotests/browsers.js: remove unneeded export
XhmikosR [Wed, 13 Oct 2021 05:42:21 +0000 (08:42 +0300)] 
tests/browsers.js: remove unneeded export

3 years agoFix variable name in customizing comment (#35414)
Christopher Boik [Tue, 30 Nov 2021 14:41:08 +0000 (16:41 +0200)] 
Fix variable name in customizing comment (#35414)

Correct table lightening variable to match the variable name defined and described in the loop variable section above

3 years agoUpdate devDependencies (#35421)
XhmikosR [Tue, 30 Nov 2021 06:36:39 +0000 (08:36 +0200)] 
Update devDependencies (#35421)

* @popperjs/core  ^2.10.2  →  ^2.11.0
* cspell          ^5.13.0  →  ^5.13.1
* postcss         ^8.3.11  →   ^8.4.4
* rollup          ^2.60.1  →  ^2.60.2
* sass            ^1.43.4  →  ^1.44.0

3 years agoAlert: add a couple more tests (#35419)
GeoSot [Mon, 29 Nov 2021 12:32:11 +0000 (14:32 +0200)] 
Alert: add a couple more tests (#35419)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoBaseComponent: add a couple more tests (#35410)
GeoSot [Mon, 29 Nov 2021 12:27:03 +0000 (14:27 +0200)] 
BaseComponent: add a couple more tests (#35410)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoUpdate typography.md
François Karman [Mon, 11 Oct 2021 19:07:46 +0000 (21:07 +0200)] 
Update typography.md

remove a unnecessary <abbr> tag

3 years agoCorrectly implement RFS in `:root` CSS variable for `$body-font-size` (#35326)
Travis Risner [Fri, 26 Nov 2021 00:01:19 +0000 (18:01 -0600)] 
Correctly implement RFS in `:root` CSS variable for `$body-font-size` (#35326)

* rfs fix

* Update scss/_root.scss

* Update _reboot.scss

Co-authored-by: Mark Otto <otto@github.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
3 years agoUpdate _close.scss
Si Nguyen [Tue, 16 Nov 2021 08:41:44 +0000 (15:41 +0700)] 
Update _close.scss

3 years agoClean tooltip component unneeded functionality (#32692)
GeoSot [Thu, 25 Nov 2021 18:08:11 +0000 (20:08 +0200)] 
Clean tooltip component unneeded functionality  (#32692)

3 years agotooltip.js: use array.includes instead of for iteration (#35127)
GeoSot [Thu, 25 Nov 2021 17:39:13 +0000 (19:39 +0200)] 
tooltip.js: use array.includes instead of for iteration (#35127)

3 years agoChange adjustDialog's if conditions to improve readability
GeoSot [Fri, 8 Oct 2021 09:14:45 +0000 (12:14 +0300)] 
Change adjustDialog's if conditions to improve readability

3 years agoAdd test for modal-content
GeoSot [Fri, 8 Oct 2021 00:23:23 +0000 (03:23 +0300)] 
Add test for modal-content

3 years agoRespect modal's initial overflowY
GeoSot [Fri, 8 Oct 2021 00:19:18 +0000 (03:19 +0300)] 
Respect modal's initial overflowY

3 years agoRemove some uncovered code that seems to be unused
GeoSot [Thu, 7 Oct 2021 23:55:11 +0000 (02:55 +0300)] 
Remove some uncovered code that seems to be unused

3 years agoChange check for dynamic modal
GeoSot [Thu, 7 Oct 2021 23:46:11 +0000 (02:46 +0300)] 
Change check for dynamic modal

3 years agoTweak methods
GeoSot [Thu, 7 Oct 2021 23:27:00 +0000 (02:27 +0300)] 
Tweak methods

Name them to be more descriptive and have agnostic functionality

3 years agoSome refactoring on modal, to improve readability and generic functionality
GeoSot [Thu, 7 Oct 2021 23:19:19 +0000 (02:19 +0300)] 
Some refactoring on modal, to improve readability and generic functionality

3 years agoAdd a template factory helper to handle all template cases (#34519)
GeoSot [Thu, 25 Nov 2021 17:14:02 +0000 (19:14 +0200)] 
Add a template factory helper to handle all template cases (#34519)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agobuild/change-version.js: fix wrong map usage (#35395)
XhmikosR [Wed, 24 Nov 2021 08:49:35 +0000 (10:49 +0200)] 
build/change-version.js: fix wrong map usage (#35395)

3 years agobuild: read & dynamically resolve `imports` on plugins build (#34509)
GeoSot [Tue, 23 Nov 2021 15:37:14 +0000 (17:37 +0200)] 
build: read & dynamically resolve `imports` on plugins build (#34509)

Our individual js/dist files are now deduplicated properly thus resulting in a size reduction, which varies from ~25% to ~60% depending on the components used. The average savings are 20% uncompressed and ~15% with gzip.

This will mostly benefit cases that more than one component is imported from js/dist. In all other cases it doesn't have any effect.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoMake footer examples responsive to mobile screens (#35365)
Neeraj Kumar Das [Tue, 23 Nov 2021 14:15:46 +0000 (19:45 +0530)] 
Make footer examples responsive to mobile screens (#35365)

3 years agoAdd missing scss/maps imports (#35373)
Julien Déramond [Tue, 23 Nov 2021 08:06:33 +0000 (09:06 +0100)] 
Add missing scss/maps imports (#35373)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoUpdate devDependencies (#35368)
XhmikosR [Tue, 23 Nov 2021 07:58:35 +0000 (09:58 +0200)] 
Update devDependencies (#35368)

* @babel/preset-env      ^7.16.0  →  ^7.16.4
* cspell                 ^5.12.6  →  ^5.13.0
* eslint                  ^8.2.0  →   ^8.3.0
* eslint-plugin-unicorn  ^38.0.1  →  ^39.0.0
* hugo-bin               ^0.77.2  →  ^0.77.4
* karma                   ^6.3.8  →   ^6.3.9
* rollup                 ^2.60.0  →  ^2.60.1

3 years agoUpdate devDependencies (#35356)
XhmikosR [Tue, 16 Nov 2021 06:10:32 +0000 (08:10 +0200)] 
Update devDependencies (#35356)

* eslint-plugin-import  ^2.25.2  →  ^2.25.3
* linkinator            ^2.14.5  →  ^2.16.2
* nodemon               ^2.0.14  →  ^2.0.15
* rollup                ^2.59.0  →  ^2.60.0
* terser                 ^5.9.0  →  ^5.10.0

3 years agoMove reassigned Sass maps for colors to another stylesheet (#34942)
Mark Otto [Mon, 15 Nov 2021 11:03:48 +0000 (03:03 -0800)] 
Move reassigned Sass maps for colors to another stylesheet (#34942)

3 years agoFix typo in vertical alignment of table cells (#35348)
Tobias Nießen [Mon, 15 Nov 2021 10:52:06 +0000 (11:52 +0100)] 
Fix typo in vertical alignment of table cells (#35348)

3 years agoUpdate devDependencies (#35322)
XhmikosR [Tue, 9 Nov 2021 06:02:36 +0000 (08:02 +0200)] 
Update devDependencies (#35322)

* cspell                 ^5.12.4  →  ^5.12.6
* eslint                  ^8.1.0  →   ^8.2.0
* eslint-plugin-unicorn  ^37.0.1  →  ^38.0.1
* hugo-bin               ^0.76.1  →  ^0.77.2
* karma                   ^6.3.7  →   ^6.3.8
* linkinator             ^2.14.4  →  ^2.14.5
* postcss-cli             ^9.0.1  →   ^9.0.2
* rtlcss                  ^3.4.0  →   ^3.5.0

3 years agofloating-labels: remove aria-label in the select example (#35327)
Scott O'Hara [Tue, 9 Nov 2021 05:54:42 +0000 (00:54 -0500)] 
floating-labels: remove aria-label in the select example (#35327)

While it is understood that this is just an example, the visible text (label) of "Works with selects" and the `aria-label="Floating label select example"` created a [WCAG 2.5.3 Label in name](https://www.w3.org/WAI/WCAG21/quickref/#label-in-name) failure.

As the `aria-label` isn't necessary here since this `select` is already provided an accessible name by its `label` element, removing the unnecessary `aria-label` seems the best course of action as:
* removing it solves the WCAG issue
* it removes the potential implication to developers that they'd even _need_ an `aria-label` here, let alone indirectly suggesting that it's ok for the visible text and accessible name to be out of alignment

3 years agoFix spacing utility classes mentioned in navbar supported content documentation ...
Julien Déramond [Fri, 5 Nov 2021 18:36:56 +0000 (19:36 +0100)] 
Fix spacing utility classes mentioned in navbar supported content documentation (#35328)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoREADME.md remove broken "David DM" dependency badges (#35313)
Christian Oliff [Wed, 3 Nov 2021 12:36:39 +0000 (21:36 +0900)] 
README.md remove broken "David DM" dependency badges (#35313)

3 years agoUpdate import stacks required for modifying utilities (#35320)
Mark Otto [Wed, 3 Nov 2021 12:31:21 +0000 (05:31 -0700)] 
Update import stacks required for modifying utilities (#35320)

3 years agoAdd top placement info to offcanvas docs
kyletsang [Sun, 10 Oct 2021 05:05:50 +0000 (22:05 -0700)] 
Add top placement info to offcanvas docs

3 years agoUpdate devDependencies (#35270)
XhmikosR [Tue, 2 Nov 2021 06:09:33 +0000 (08:09 +0200)] 
Update devDependencies (#35270)

* @babel/cli                ^7.15.7  →  ^7.16.0
* @babel/core               ^7.15.8  →  ^7.16.0
* @babel/preset-env         ^7.15.8  →  ^7.16.0
* autoprefixer              ^10.3.7  →  ^10.4.0
* cspell                    ^5.12.3  →  ^5.12.4
* eslint                     ^8.0.1  →   ^8.1.0
* karma                      ^6.3.5  →   ^6.3.7
* karma-firefox-launcher     ^2.1.1  →   ^2.1.2
* rollup                    ^2.58.0  →  ^2.59.0
* sass                      ^1.43.2  →  ^1.43.4

3 years ago`make-col-ready()`: remove the unused `$gutter` variable (#34334)
Michael Sørensen [Mon, 1 Nov 2021 06:59:21 +0000 (07:59 +0100)] 
`make-col-ready()`: remove the unused `$gutter` variable (#34334)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
3 years agoAlways set the CSS variables for gutters in containers (#34644)
Mark Otto [Mon, 1 Nov 2021 06:39:48 +0000 (23:39 -0700)] 
Always set the CSS variables for gutters in containers (#34644)

We already do this in rows, so to best support our containers, we need
to do it at the container level as well.

Fixes #32658, fixes #34614, closes #32658.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoAdd missing `role="search"` and `type="search"` in navbar doc and examples (#35223)
Julien Déramond [Mon, 1 Nov 2021 06:33:39 +0000 (07:33 +0100)] 
Add missing `role="search"` and `type="search"` in navbar doc and examples (#35223)

* Add missing `role="search"` and `type="search"` in navbar doc and examples

* Update site/content/docs/5.1/components/navbar.md

* Remove warning callout about ensuring correct search role in navbar doc

Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoupdate grid example docs (#35308)
Christian Oliff [Mon, 1 Nov 2021 06:29:31 +0000 (15:29 +0900)] 
update grid example docs (#35308)

3 years agoDon't override CSS `direction` in code elements (#35230)
Gaël Poupard [Fri, 29 Oct 2021 06:00:36 +0000 (08:00 +0200)] 
Don't override CSS `direction` in code elements (#35230)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoEnsure sufficient contrast in `accordion-item` (#35231)
Gaël Poupard [Fri, 29 Oct 2021 05:53:42 +0000 (07:53 +0200)] 
Ensure sufficient contrast in `accordion-item` (#35231)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoDrop prefixed version of `::file-selector-button` (#35232)
Gaël Poupard [Fri, 29 Oct 2021 05:47:24 +0000 (07:47 +0200)] 
Drop prefixed version of `::file-selector-button` (#35232)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoimages.md: remove zero-width space (#35234)
Barabas [Thu, 28 Oct 2021 11:22:32 +0000 (13:22 +0200)] 
images.md: remove zero-width space (#35234)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agofix(offcanvas): Adding titles class where missing (#35264)
Oxydent [Tue, 26 Oct 2021 11:37:45 +0000 (13:37 +0200)] 
fix(offcanvas): Adding titles class where missing (#35264)

Co-authored-by: louismaximepiton <louismaxime.piton@orange.com>
3 years agoUpdate devDependencies (#35233)
XhmikosR [Thu, 21 Oct 2021 13:40:29 +0000 (16:40 +0300)] 
Update devDependencies (#35233)

* @rollup/plugin-commonjs      ^21.0.0  →  ^21.0.1
* @rollup/plugin-node-resolve  ^13.0.5  →  ^13.0.6
* clean-css-cli                 ^5.4.1  →   ^5.4.2
* eslint                        ^8.0.0  →   ^8.0.1
* karma                         ^6.3.4  →   ^6.3.5
* nodemon                      ^2.0.13  →  ^2.0.14
* postcss                       ^8.3.9  →  ^8.3.11
* rtlcss                        ^3.3.0  →   ^3.4.0
* sass                         ^1.42.1  →  ^1.43.2

3 years agoFix typo in RTL Hello World! sentence (#35236)
Gaël Poupard [Thu, 21 Oct 2021 13:33:29 +0000 (15:33 +0200)] 
Fix typo in RTL Hello World! sentence (#35236)

* docs(RTL): fix typo in Hello World! sentence

* chore(docs): Cspell arabic words update

3 years agotests: try to fix a few random failures (#35184)
GeoSot [Wed, 13 Oct 2021 14:45:39 +0000 (17:45 +0300)] 
tests: try to fix a few random failures (#35184)

* Change `Swipe` dispose spy on EventHandler
* Modal hide spy on backdrop hide

3 years agoChange the way collapse handles its children on opening
GeoSot [Sun, 10 Oct 2021 11:35:52 +0000 (14:35 +0300)] 
Change the way collapse handles its children on opening

3 years agocollapse: extract duplicate code to a function
GeoSot [Sun, 10 Oct 2021 09:36:18 +0000 (12:36 +0300)] 
collapse: extract duplicate code to a function

3 years agoUpdate devDependencies (#35174)
XhmikosR [Wed, 13 Oct 2021 12:56:37 +0000 (15:56 +0300)] 
Update devDependencies (#35174)

* eslint                 ^7.32.0  →    ^8.0.0
* eslint-plugin-import   ^2.24.2  →   ^2.25.2
* eslint-plugin-unicorn  ^36.0.0  →   ^37.0.1
* vnu-jar                21.10.8  →  21.10.12

3 years agoSwitch to Node.js 16 and npm 8. (#35178)
XhmikosR [Wed, 13 Oct 2021 12:26:48 +0000 (15:26 +0300)] 
Switch to Node.js 16 and npm 8. (#35178)

3 years agoJS: minor refactoring (#35183)
XhmikosR [Wed, 13 Oct 2021 12:19:28 +0000 (15:19 +0300)] 
JS: minor refactoring (#35183)

* add missing comments
* shorten block comments
* reorder constants
* reorder public/private methods
* sort exports alphabetically in util/index.js
* fix a couple of typos

3 years agoSwipe: add test to ensure that it ignores `pinch` events (#35161)
GeoSot [Tue, 12 Oct 2021 12:48:19 +0000 (15:48 +0300)] 
Swipe: add test to ensure that it ignores `pinch` events (#35161)

3 years agoUpdate nuget docs to specify only .NET Framework projects are supported. (#35124)
Jesse Mandel [Mon, 11 Oct 2021 16:31:53 +0000 (09:31 -0700)] 
Update nuget docs to specify only .NET Framework projects are supported. (#35124)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoUpdate devDependencies (#35155)
XhmikosR [Mon, 11 Oct 2021 16:07:43 +0000 (19:07 +0300)] 
Update devDependencies (#35155)

* @babel/core                  ^7.15.5  →  ^7.15.8
* @babel/preset-env            ^7.15.6  →  ^7.15.8
* cspell                       ^5.12.0  →  ^5.12.3
* linkinator                   ^2.14.3  →  ^2.14.4
* vnu-jar                       21.9.2  →  21.10.8

3 years agoAdd color and border-color css variables to tables (#35055)
Geremia Taglialatela [Mon, 11 Oct 2021 14:41:43 +0000 (16:41 +0200)] 
Add color and border-color css variables to tables (#35055)

3 years agoExtract Carousel's swipe functionality to a separate Class (#32999)
GeoSot [Mon, 11 Oct 2021 14:04:43 +0000 (17:04 +0300)] 
Extract Carousel's swipe functionality to a separate Class (#32999)

3 years agoReset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues (#35153)
Mark Otto [Sun, 10 Oct 2021 11:56:35 +0000 (04:56 -0700)] 
Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues (#35153)

3 years agotooltip.js: ignore a LGTM error (#35147)
XhmikosR [Sun, 10 Oct 2021 11:49:41 +0000 (14:49 +0300)] 
tooltip.js: ignore a LGTM error (#35147)

The code on this line is either sanitized or the user chose to not sanitize it.

3 years agoMerge remote-tracking branch 'remotes/origin/v513'
XhmikosR [Sat, 9 Oct 2021 15:28:28 +0000 (18:28 +0300)] 
Merge remote-tracking branch 'remotes/origin/v513'

3 years agoBump version to 5.1.3. v5.1.3
XhmikosR [Sat, 9 Oct 2021 06:33:12 +0000 (09:33 +0300)] 
Bump version to 5.1.3.

3 years agoRevert "Add `align-self: center` to buttons for improved rendering in flex containers...
Mark Otto [Sat, 9 Oct 2021 06:34:32 +0000 (23:34 -0700)] 
Revert "Add `align-self: center` to buttons for improved rendering in flex containers" (#35143)

This reverts commit 94c80ff613dce6620591acd7f9930ce8f40c5ed0.

3 years agoESLint: disable `no-negated-condition` rule (#35137)
XhmikosR [Fri, 8 Oct 2021 09:47:55 +0000 (12:47 +0300)] 
ESLint: disable `no-negated-condition` rule (#35137)

3 years agotests: minor cleanup (#35138)
XhmikosR [Fri, 8 Oct 2021 09:32:11 +0000 (12:32 +0300)] 
tests: minor cleanup (#35138)

* tests: minor cleanup

* tests: use the util noop function

3 years agoscrollspy.js: chain functions (#35139)
XhmikosR [Fri, 8 Oct 2021 09:28:05 +0000 (12:28 +0300)] 
scrollspy.js: chain functions (#35139)

3 years agoSanitizer: fix logic and add a test. (#35133)
XhmikosR [Thu, 7 Oct 2021 14:48:36 +0000 (17:48 +0300)] 
Sanitizer: fix logic and add a test. (#35133)

This was broken in 2596c97 inadvertently.
Added a test so that we don't hit this in the future.

3 years agodocs: remove 'and' in middle of list (#35113)
Chris Midgley [Thu, 7 Oct 2021 13:42:22 +0000 (14:42 +0100)] 
docs: remove 'and' in middle of list (#35113)

3 years agoAdd Sass variables for hr background-color and border
devhoussam [Mon, 3 May 2021 22:11:11 +0000 (22:11 +0000)] 
Add Sass variables for hr background-color and border

Co-Authored-By: Houssam Hammouda <11141564+devhoussam@users.noreply.github.com>
3 years agoutil/sanitizer.js: use `Array.every()` (#35120)
XhmikosR [Tue, 5 Oct 2021 21:23:14 +0000 (00:23 +0300)] 
util/sanitizer.js: use `Array.every()` (#35120)

3 years agoUse `for...of` in visual tests too
GeoSot [Mon, 6 Sep 2021 07:46:03 +0000 (10:46 +0300)] 
Use `for...of` in visual tests too

3 years agoEnable `unicorn/numeric-separators-style` rule.
XhmikosR [Tue, 10 Aug 2021 16:03:29 +0000 (19:03 +0300)] 
Enable `unicorn/numeric-separators-style` rule.

This is taken care of by babel via @babel/plugin-proposal-numeric-separator

3 years agoFix a `unicorn/no-array-callback-reference` issue
XhmikosR [Tue, 10 Aug 2021 15:55:18 +0000 (18:55 +0300)] 
Fix a `unicorn/no-array-callback-reference` issue

3 years agoEnable `unicorn/no-array-for-each` rule
XhmikosR [Fri, 30 Jul 2021 06:28:51 +0000 (09:28 +0300)] 
Enable `unicorn/no-array-for-each` rule

3 years agoEnable `unicorn/no-for-loop` rule
XhmikosR [Tue, 10 Aug 2021 15:07:39 +0000 (18:07 +0300)] 
Enable `unicorn/no-for-loop` rule

3 years agoEnable `unicorn/prefer-prototype-methods` rule
XhmikosR [Thu, 18 Mar 2021 10:58:26 +0000 (12:58 +0200)] 
Enable `unicorn/prefer-prototype-methods` rule

3 years agoSeparate container classes from `$enable-grid-classes` option (#35005)
Mark Otto [Tue, 5 Oct 2021 16:46:33 +0000 (09:46 -0700)] 
Separate container classes from `$enable-grid-classes` option (#35005)

* Separate container classes from enable-grid-classes optoin

* Document the new option

* Mention in migration guide

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoBump postcss from 8.3.8 to 8.3.9 (#35110)
dependabot[bot] [Tue, 5 Oct 2021 16:37:30 +0000 (19:37 +0300)] 
Bump postcss from 8.3.8 to 8.3.9 (#35110)

Bumps [postcss](https://github.com/postcss/postcss) from 8.3.8 to 8.3.9.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.3.8...8.3.9)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump autoprefixer from 10.3.6 to 10.3.7 (#35109)
dependabot[bot] [Tue, 5 Oct 2021 16:31:48 +0000 (19:31 +0300)] 
Bump autoprefixer from 10.3.6 to 10.3.7 (#35109)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.3.6 to 10.3.7.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.3.6...10.3.7)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoBump linkinator from 2.14.0 to 2.14.3 (#35119)
dependabot[bot] [Tue, 5 Oct 2021 16:26:27 +0000 (19:26 +0300)] 
Bump linkinator from 2.14.0 to 2.14.3 (#35119)

Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.14.0 to 2.14.3.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.14.0...v2.14.3)

---
updated-dependencies:
- dependency-name: linkinator
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoRelease v5.1.2 (#35114) v5.1.2
XhmikosR [Tue, 5 Oct 2021 15:50:18 +0000 (18:50 +0300)] 
Release v5.1.2 (#35114)

3 years agoAdd workaround for dart sass compile error (#35033)
Kyle Tsang [Tue, 5 Oct 2021 15:40:44 +0000 (08:40 -0700)] 
Add workaround for dart sass compile error (#35033)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <otto@github.com>
3 years agoAdd cSpell custom dictionary and docs-spellcheck script (#34940)
Christian Oliff [Tue, 5 Oct 2021 15:00:48 +0000 (00:00 +0900)] 
Add cSpell custom dictionary and docs-spellcheck script (#34940)

3 years agoFix capitalization after period in `contents.md` (#35111)
Julien Déramond [Tue, 5 Oct 2021 14:46:08 +0000 (16:46 +0200)] 
Fix capitalization after period in `contents.md` (#35111)

3 years agorollup: specify `generatedCode: 'es2015'` (#35070)
XhmikosR [Mon, 4 Oct 2021 16:46:07 +0000 (19:46 +0300)] 
rollup: specify `generatedCode: 'es2015'` (#35070)

This will make use of `const` and modern features (which we are already using in our code) in the generated rollup code.

3 years agoRevert "Bundlewatch: stop ignoring dependabot branches (#33192)" (#35069)
XhmikosR [Mon, 4 Oct 2021 16:34:47 +0000 (19:34 +0300)] 
Revert "Bundlewatch: stop ignoring dependabot branches (#33192)" (#35069)

This reverts commit 5560c86070c8be08f76801bbc7e525eea4fc0cf6.

3 years agoUpdate devDependencies (#35102)
XhmikosR [Mon, 4 Oct 2021 16:29:05 +0000 (19:29 +0300)] 
Update devDependencies (#35102)

* @popperjs/core                   ^2.10.1  →  ^2.10.2
* @rollup/plugin-commonjs          ^20.0.0  →  ^21.0.0
* clean-css-cli                     ^5.3.3  →   ^5.4.1
* eslint-config-xo                 ^0.38.0  →  ^0.39.0
* rollup                           ^2.57.0  →  ^2.58.0
* stylelint-config-twbs-bootstrap   ^2.2.3  →   ^2.2.4

3 years agoBump autoprefixer from 10.2.6 to 10.3.6 (#35076)
dependabot[bot] [Mon, 4 Oct 2021 16:10:09 +0000 (19:10 +0300)] 
Bump autoprefixer from 10.2.6 to 10.3.6 (#35076)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.2.6 to 10.3.6.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.2.6...10.3.6)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoREADME.md: fix capitalization after period
Priyansh [Fri, 1 Oct 2021 14:12:45 +0000 (10:12 -0400)] 
README.md: fix capitalization after period

3 years agoUpdate terser to v5.9.0 (#34995)
XhmikosR [Wed, 29 Sep 2021 06:20:04 +0000 (09:20 +0300)] 
Update terser to v5.9.0 (#34995)

3 years agosanitizer: add `sms` in the `SAFE_URL_PATTERN` (#35074)
XhmikosR [Wed, 29 Sep 2021 04:41:06 +0000 (07:41 +0300)] 
sanitizer: add `sms` in the `SAFE_URL_PATTERN` (#35074)

3 years agoUpdate README.md
Mark Otto [Wed, 29 Sep 2021 00:46:57 +0000 (17:46 -0700)] 
Update README.md

3 years agoupdate readme github issue new links
béla [Tue, 28 Sep 2021 23:54:12 +0000 (01:54 +0200)] 
update readme github issue new links

3 years agoFix syntax error, update description
Mark Otto [Tue, 28 Sep 2021 23:08:17 +0000 (16:08 -0700)] 
Fix syntax error, update description

3 years agoChange from issue templates to issue forms
GeoSot [Thu, 6 May 2021 23:51:52 +0000 (02:51 +0300)] 
Change from issue templates to issue forms

Co-Authored-By: XhmikosR <xhmikosr@gmail.com>
Co-Authored-By: GeoSot <geo.sotis@gmail.com>
3 years agoBump postcss-cli from 9.0.0 to 9.0.1 (#35075)
dependabot[bot] [Tue, 28 Sep 2021 16:04:23 +0000 (19:04 +0300)] 
Bump postcss-cli from 9.0.0 to 9.0.1 (#35075)

Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 9.0.0 to 9.0.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/9.0.0...9.0.1)

---
updated-dependencies:
- dependency-name: postcss-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agodocs: remove `data-bs-dismiss="modal"` leftover (#35042)
Alex Gibson [Tue, 28 Sep 2021 15:46:09 +0000 (11:46 -0400)] 
docs: remove `data-bs-dismiss="modal"` leftover (#35042)

3 years agoRegenerate package-lock.json (#35071)
XhmikosR [Tue, 28 Sep 2021 15:38:31 +0000 (18:38 +0300)] 
Regenerate package-lock.json (#35071)

3 years agoUse Sass variable instead of RGB components (#35017)
Geremia Taglialatela [Tue, 28 Sep 2021 15:18:02 +0000 (17:18 +0200)] 
Use Sass variable instead of RGB components (#35017)

All other `rgba()` calls use a Sass variable, except for the ones fixed in this commit

3 years agodocs: fix Popper version number in config (#35067)
Grey Li [Tue, 28 Sep 2021 10:52:57 +0000 (18:52 +0800)] 
docs: fix Popper version number in config (#35067)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoBump rollup from 2.56.3 to 2.57.0 (#35065)
dependabot[bot] [Tue, 28 Sep 2021 10:38:31 +0000 (13:38 +0300)] 
Bump rollup from 2.56.3 to 2.57.0 (#35065)

Bumps [rollup](https://github.com/rollup/rollup) from 2.56.3 to 2.57.0.
- [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.56.3...v2.57.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump sass from 1.42.0 to 1.42.1 (#35064)
dependabot[bot] [Tue, 28 Sep 2021 10:14:38 +0000 (13:14 +0300)] 
Bump sass from 1.42.0 to 1.42.1 (#35064)

Bumps [sass](https://github.com/sass/dart-sass) from 1.42.0 to 1.42.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.42.0...1.42.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>