Skip to content

Commit 43b1353

Browse files
Bump the all-dependencies group with 2 updates (#429)
* Bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) and [web-features](https://github.com/web-platform-dx/web-features). Updates `@mdn/browser-compat-data` from 5.6.20 to 5.6.22 - [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.20...v5.6.22) Updates `web-features` from 2.9.0 to 2.11.0 - [Release notes](https://github.com/web-platform-dx/web-features/releases) - [Commits](web-platform-dx/web-features@v2.9.0...v2.11.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: web-features dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * update --------- 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>
1 parent b887a0f commit 43b1353

File tree

5 files changed

+54
-42
lines changed

5 files changed

+54
-42
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.2.3 (December 9, 2024)
4+
5+
- Updated `@mdn/browser-compat-data` to `5.6.22` (patch)
6+
37
### 8.2.2 (December 2, 2024)
48

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

cssdb.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,21 +1985,25 @@
19851985
"chrome": "125",
19861986
"edge": "125",
19871987
"firefox": "128",
1988+
"ios_saf": "18",
19881989
"op_mob": "83",
19891990
"opera": "111",
1990-
"samsung": "27.0"
1991+
"safari": "18",
1992+
"samsung": "27.0",
1993+
"webview_ios": "18"
19911994
},
19921995
"docs": {
19931996
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors"
19941997
},
19951998
"example": "p {\n color: lch(from peru calc(l * 0.8) c h);\n}",
1999+
"interoperable_at": 1726444800,
19962000
"polyfills": [
19972001
{
19982002
"type": "PostCSS Plugin",
19992003
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"
20002004
}
20012005
],
2002-
"vendors_implementations": 2,
2006+
"vendors_implementations": 3,
20032007
"web-feature": "relative-color"
20042008
},
20052009
{

cssdb.mjs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,21 +1985,25 @@ export default [
19851985
"chrome": "125",
19861986
"edge": "125",
19871987
"firefox": "128",
1988+
"ios_saf": "18",
19881989
"op_mob": "83",
19891990
"opera": "111",
1990-
"samsung": "27.0"
1991+
"safari": "18",
1992+
"samsung": "27.0",
1993+
"webview_ios": "18"
19911994
},
19921995
"docs": {
19931996
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors"
19941997
},
19951998
"example": "p {\n color: lch(from peru calc(l * 0.8) c h);\n}",
1999+
"interoperable_at": 1726444800,
19962000
"polyfills": [
19972001
{
19982002
"type": "PostCSS Plugin",
19992003
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"
20002004
}
20012005
],
2002-
"vendors_implementations": 2,
2006+
"vendors_implementations": 3,
20032007
"web-feature": "relative-color"
20042008
},
20052009
{

package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssdb",
3-
"version": "8.2.2",
3+
"version": "8.2.3",
44
"type": "module",
55
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
66
"license": "MIT-0",
@@ -61,7 +61,7 @@
6161
"test:doc-links": "node tasks/check-doc-links.mjs"
6262
},
6363
"devDependencies": {
64-
"@mdn/browser-compat-data": "^5.6.20",
64+
"@mdn/browser-compat-data": "^5.6.22",
6565
"browserslist": "^4.24.2",
6666
"glob": "^11.0.0",
6767
"lodash.get": "^4.4.2",
@@ -71,7 +71,7 @@
7171
"semver": "^7.6.3",
7272
"stylelint": "^16.11.0",
7373
"stylelint-config-standard": "^36.0.1",
74-
"web-features": "^2.9.0"
74+
"web-features": "^2.11.0"
7575
},
7676
"stylelint": {
7777
"extends": "stylelint-config-standard",

0 commit comments

Comments
 (0)