Skip to content

Commit

Permalink
Bump the all-dependencies group with 3 updates (#398)
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), [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] <support@github.com>

* prepare next release

---------

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 committed May 23, 2024
1 parent 48f8e56 commit 1aadc37
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 84 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.0.2 (May 23, 2024)

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

### 8.0.1 (May 10, 2024)

- Updated `@mdn/browser-compat-data` to `5.5.26` (patch)
Expand Down
3 changes: 2 additions & 1 deletion cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1236,13 +1236,14 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark"
},
"example": "body {\n color: light-dark(cyan, magenta);\n}",
"interoperable_at": 1715558400,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "logical-overflow",
Expand Down
3 changes: 2 additions & 1 deletion cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1236,13 +1236,14 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark"
},
"example": "body {\n color: light-dark(cyan, magenta);\n}",
"interoperable_at": 1715558400,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "logical-overflow",
Expand Down
Loading

0 comments on commit 1aadc37

Please sign in to comment.