Skip to content

Commit

Permalink
Bump the all-dependencies group with 3 updates (#376)
Browse files Browse the repository at this point in the history
* Bump the all-dependencies group with 3 updates

Bumps the all-dependencies group with 3 updates: [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data), [caniuse-lite](https://github.com/browserslist/caniuse-lite) and [stylelint](https://github.com/stylelint/stylelint).


Updates `@mdn/browser-compat-data` from 5.5.6 to 5.5.7
- [Release notes](https://github.com/mdn/browser-compat-data/releases)
- [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md)
- [Commits](mdn/browser-compat-data@v5.5.6...v5.5.7)

Updates `caniuse-lite` from 1.0.30001576 to 1.0.30001579
- [Commits](browserslist/caniuse-lite@1.0.30001576...1.0.30001579)

Updates `stylelint` from 16.1.0 to 16.2.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.1.0...16.2.0)

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* populatedb

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Menke <romainmenke@gmail.com>
  • Loading branch information
dependabot[bot] and romainmenke authored Jan 22, 2024
1 parent c774048 commit a4cb4e4
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 58 deletions.
13 changes: 2 additions & 11 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1895,16 +1895,7 @@
"description": "Modify existing colors using color functions",
"specification": "https://www.w3.org/TR/css-color-5/#relative-colors",
"stage": 2,
"browser_support": {
"and_chr": "119",
"android": "119",
"chrome": "119",
"edge": "119",
"ios_saf": "16.4",
"op_mob": "79",
"opera": "105",
"safari": "16.4"
},
"browser_support": {},
"docs": {},
"example": "p {\n color: lch(from peru calc(l * 0.8) c h);\n}",
"polyfills": [
Expand All @@ -1913,7 +1904,7 @@
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"
}
],
"vendors_implementations": 2
"vendors_implementations": 0
},
{
"id": "scope-pseudo-class",
Expand Down
13 changes: 2 additions & 11 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1895,16 +1895,7 @@ export default [
"description": "Modify existing colors using color functions",
"specification": "https://www.w3.org/TR/css-color-5/#relative-colors",
"stage": 2,
"browser_support": {
"and_chr": "119",
"android": "119",
"chrome": "119",
"edge": "119",
"ios_saf": "16.4",
"op_mob": "79",
"opera": "105",
"safari": "16.4"
},
"browser_support": {},
"docs": {},
"example": "p {\n color: lch(from peru calc(l * 0.8) c h);\n}",
"polyfills": [
Expand All @@ -1913,7 +1904,7 @@ export default [
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"
}
],
"vendors_implementations": 2
"vendors_implementations": 0
},
{
"id": "scope-pseudo-class",
Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"test:doc-links": "node tasks/check-doc-links.mjs"
},
"devDependencies": {
"@mdn/browser-compat-data": "^5.5.6",
"@mdn/browser-compat-data": "^5.5.7",
"browserslist": "^4.22.2",
"caniuse-lite": "^1.0.30001576",
"caniuse-lite": "^1.0.30001579",
"glob": "^10.3.7",
"lodash.get": "^4.4.2",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"postcss-preset-env": "^9.3.0",
"semver": "^7.5.4",
"stylelint": "^16.0.1",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0"
},
"stylelint": {
Expand Down

0 comments on commit a4cb4e4

Please sign in to comment.