diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-23 18:49:29 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-23 18:49:29 +0200 |
| commit | 8ac1bdee8fd826be7fcb2f9de03672c62ddef295 (patch) | |
| tree | 079870c378fce04f3e21482c2fc050d3c955fdd4 /site/content/docs/5.3/examples | |
| parent | 58cc39bd0912a88021c6cffd8ba8f64781f50bb7 (diff) | |
| download | bootstrap-8ac1bdee8fd826be7fcb2f9de03672c62ddef295.tar.xz bootstrap-8ac1bdee8fd826be7fcb2f9de03672c62ddef295.zip | |
Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap (#39527)
* Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap
Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap). These dependencies needed to be updated together.
Updates `stylelint` from 15.11.0 to 16.0.2
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.11.0...16.0.2)
Updates `stylelint-config-twbs-bootstrap` from 12.0.0 to 13.0.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v12.0.0...v13.0.0)
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: stylelint-config-twbs-bootstrap
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update _utilities.test.scss
* Update blog.css
* Update blog.rtl.css
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'site/content/docs/5.3/examples')
| -rw-r--r-- | site/content/docs/5.3/examples/blog/blog.css | 2 | ||||
| -rw-r--r-- | site/content/docs/5.3/examples/blog/blog.rtl.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.3/examples/blog/blog.css b/site/content/docs/5.3/examples/blog/blog.css index ddbca5a8f..86eedaf1d 100644 --- a/site/content/docs/5.3/examples/blog/blog.css +++ b/site/content/docs/5.3/examples/blog/blog.css @@ -1,4 +1,4 @@ -/* stylelint-disable stylistic/selector-list-comma-newline-after */ +/* stylelint-disable @stylistic/selector-list-comma-newline-after */ .blog-header-logo { font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/; diff --git a/site/content/docs/5.3/examples/blog/blog.rtl.css b/site/content/docs/5.3/examples/blog/blog.rtl.css index 043d4e617..bd0c9d1f0 100644 --- a/site/content/docs/5.3/examples/blog/blog.rtl.css +++ b/site/content/docs/5.3/examples/blog/blog.rtl.css @@ -1,4 +1,4 @@ -/* stylelint-disable stylistic/selector-list-comma-newline-after */ +/* stylelint-disable @stylistic/selector-list-comma-newline-after */ .blog-header-logo { font-family: Amiri, Georgia, "Times New Roman", serif; |
