Skip to content

Commit 1aadc37

Browse files
Bump the all-dependencies group with 3 updates (#398)
* 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), [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) and [web-features](https://github.com/web-platform-dx/web-features). Updates `@mdn/browser-compat-data` from 5.5.27 to 5.5.29 - [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.27...v5.5.29) Updates `postcss-preset-env` from 9.5.12 to 9.5.13 - [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 `web-features` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/web-platform-dx/web-features/releases) - [Commits](web-platform-dx/web-features@v0.8.1...v0.8.2) --- 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: web-features dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * prepare next release --------- 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]>
1 parent 48f8e56 commit 1aadc37

File tree

5 files changed

+90
-84
lines changed

5 files changed

+90
-84
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to cssdb
22

3+
### 8.0.2 (May 23, 2024)
4+
5+
- Updated `@mdn/browser-compat-data` to `5.5.29` (patch)
6+
37
### 8.0.1 (May 10, 2024)
48

59
- Updated `@mdn/browser-compat-data` to `5.5.26` (patch)

cssdb.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,13 +1236,14 @@
12361236
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark"
12371237
},
12381238
"example": "body {\n color: light-dark(cyan, magenta);\n}",
1239+
"interoperable_at": 1715558400,
12391240
"polyfills": [
12401241
{
12411242
"type": "PostCSS Plugin",
12421243
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function"
12431244
}
12441245
],
1245-
"vendors_implementations": 2
1246+
"vendors_implementations": 3
12461247
},
12471248
{
12481249
"id": "logical-overflow",

cssdb.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,13 +1236,14 @@ export default [
12361236
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark"
12371237
},
12381238
"example": "body {\n color: light-dark(cyan, magenta);\n}",
1239+
"interoperable_at": 1715558400,
12391240
"polyfills": [
12401241
{
12411242
"type": "PostCSS Plugin",
12421243
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function"
12431244
}
12441245
],
1245-
"vendors_implementations": 2
1246+
"vendors_implementations": 3
12461247
},
12471248
{
12481249
"id": "logical-overflow",

0 commit comments

Comments
 (0)