Skip to content

Commit

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

Bumps the all-dependencies group with 4 updates: [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data), [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env), [stylelint](https://github.com/stylelint/stylelint) and [web-features](https://github.com/web-platform-dx/web-features).


Updates `@mdn/browser-compat-data` from 5.6.4 to 5.6.6
- [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.6.4...v5.6.6)

Updates `postcss-preset-env` from 10.0.6 to 10.0.7
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

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

Updates `web-features` from 1.4.0 to 2.0.0
- [Release notes](https://github.com/web-platform-dx/web-features/releases)
- [Commits](web-platform-dx/web-features@v1.4.0...v2.0.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: postcss-preset-env
  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
- dependency-name: web-features
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* update

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Menke <[email protected]>
  • Loading branch information
dependabot[bot] and romainmenke authored Oct 14, 2024
1 parent ee73ad4 commit 89bf6f3
Show file tree
Hide file tree
Showing 5 changed files with 294 additions and 262 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to cssdb

### 8.1.2 (October 14, 2024)

- Updated `@mdn/browser-compat-data` to `5.6.6` (minor)

### 8.1.1 (September 9, 2024)

- Updated `@mdn/browser-compat-data` to `5.5.51` (patch)
Expand Down
14 changes: 4 additions & 10 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -835,31 +835,23 @@
"specification": "https://www.w3.org/TR/css-fonts-3/#propdef-font-variant",
"stage": 4,
"browser_support": {
"and_chr": "117",
"and_ff": "34",
"android": "117",
"chrome": "117",
"edge": "117",
"firefox": "34",
"ios_saf": "9.3",
"op_mob": "78",
"opera": "103",
"safari": "9.1",
"samsung": "24.0",
"webview_ios": "9.3"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant"
},
"example": "h2 {\n font-variant: small-caps;\n}",
"interoperable_at": 1694736000,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/postcss/postcss-font-variant"
}
],
"vendors_implementations": 3
"vendors_implementations": 2
},
{
"id": "gamut-mapping",
Expand Down Expand Up @@ -1782,6 +1774,7 @@
"and_ff": "59",
"android": "63",
"chrome": "63",
"edge": "18",
"firefox": "59",
"ios_saf": "16",
"oculus": "5.0",
Expand All @@ -1795,7 +1788,8 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior"
},
"example": ".messages {\n height: 220px;\n overflow: auto;\n overscroll-behavior-y: contain;\n}\n\nbody {\n margin: 0;\n overscroll-behavior: none;\n}",
"vendors_implementations": 2
"interoperable_at": 1662940800,
"vendors_implementations": 3
},
{
"id": "place-properties",
Expand Down
14 changes: 4 additions & 10 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -835,31 +835,23 @@ export default [
"specification": "https://www.w3.org/TR/css-fonts-3/#propdef-font-variant",
"stage": 4,
"browser_support": {
"and_chr": "117",
"and_ff": "34",
"android": "117",
"chrome": "117",
"edge": "117",
"firefox": "34",
"ios_saf": "9.3",
"op_mob": "78",
"opera": "103",
"safari": "9.1",
"samsung": "24.0",
"webview_ios": "9.3"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant"
},
"example": "h2 {\n font-variant: small-caps;\n}",
"interoperable_at": 1694736000,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/postcss/postcss-font-variant"
}
],
"vendors_implementations": 3
"vendors_implementations": 2
},
{
"id": "gamut-mapping",
Expand Down Expand Up @@ -1782,6 +1774,7 @@ export default [
"and_ff": "59",
"android": "63",
"chrome": "63",
"edge": "18",
"firefox": "59",
"ios_saf": "16",
"oculus": "5.0",
Expand All @@ -1795,7 +1788,8 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior"
},
"example": ".messages {\n height: 220px;\n overflow: auto;\n overscroll-behavior-y: contain;\n}\n\nbody {\n margin: 0;\n overscroll-behavior: none;\n}",
"vendors_implementations": 2
"interoperable_at": 1662940800,
"vendors_implementations": 3
},
{
"id": "place-properties",
Expand Down
Loading

0 comments on commit 89bf6f3

Please sign in to comment.