Skip to content

Commit b887a0f

Browse files
Bump the all-dependencies group with 3 updates (#428)
* 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), [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.18 to 5.6.20 - [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.18...v5.6.20) Updates `stylelint` from 16.10.0 to 16.11.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.10.0...16.11.0) Updates `web-features` from 2.7.0 to 2.9.0 - [Release notes](https://github.com/web-platform-dx/web-features/releases) - [Commits](web-platform-dx/web-features@v2.7.0...v2.9.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: 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-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * prepare 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 a61be8f commit b887a0f

6 files changed

+112
-133
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to cssdb
22

3+
### 8.2.2 (December 2, 2024)
4+
5+
- Updated `@mdn/browser-compat-data` to `5.6.20` (patch)
6+
37
### 8.2.1 (November 11, 2024)
48

59
- Added `sign-functions` plugin link

cssdb.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1979,8 +1979,15 @@
19791979
"specification": "https://www.w3.org/TR/css-color-5/#relative-colors",
19801980
"stage": 2,
19811981
"browser_support": {
1982+
"and_chr": "125",
19821983
"and_ff": "128",
1983-
"firefox": "128"
1984+
"android": "125",
1985+
"chrome": "125",
1986+
"edge": "125",
1987+
"firefox": "128",
1988+
"op_mob": "83",
1989+
"opera": "111",
1990+
"samsung": "27.0"
19841991
},
19851992
"docs": {
19861993
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors"
@@ -1992,7 +1999,7 @@
19921999
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"
19932000
}
19942001
],
1995-
"vendors_implementations": 1,
2002+
"vendors_implementations": 2,
19962003
"web-feature": "relative-color"
19972004
},
19982005
{

cssdb.mjs

+9-2
Original file line numberDiff line numberDiff line change
@@ -1979,8 +1979,15 @@ export default [
19791979
"specification": "https://www.w3.org/TR/css-color-5/#relative-colors",
19801980
"stage": 2,
19811981
"browser_support": {
1982+
"and_chr": "125",
19821983
"and_ff": "128",
1983-
"firefox": "128"
1984+
"android": "125",
1985+
"chrome": "125",
1986+
"edge": "125",
1987+
"firefox": "128",
1988+
"op_mob": "83",
1989+
"opera": "111",
1990+
"samsung": "27.0"
19841991
},
19851992
"docs": {
19861993
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors"
@@ -1992,7 +1999,7 @@ export default [
19921999
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"
19932000
}
19942001
],
1995-
"vendors_implementations": 1,
2002+
"vendors_implementations": 2,
19962003
"web-feature": "relative-color"
19972004
},
19982005
{

cssdb.settings.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,11 @@
391391
"specification": "https://www.w3.org/TR/css-images-4/#color-stop-syntax",
392392
"stage": 2,
393393
"mdn_path": [
394-
"css.types.image.gradient.conic-gradient.doubleposition",
395-
"css.types.image.gradient.linear-gradient.doubleposition",
396-
"css.types.image.gradient.radial-gradient.doubleposition",
397-
"css.types.image.gradient.repeating-linear-gradient.doubleposition",
398-
"css.types.image.gradient.repeating-radial-gradient.doubleposition"
394+
"css.types.gradient.conic-gradient.doubleposition",
395+
"css.types.gradient.linear-gradient.doubleposition",
396+
"css.types.gradient.radial-gradient.doubleposition",
397+
"css.types.gradient.repeating-linear-gradient.doubleposition",
398+
"css.types.gradient.repeating-radial-gradient.doubleposition"
399399
],
400400
"browser_support": {},
401401
"docs": {
@@ -630,18 +630,18 @@
630630
"specification": "https://www.w3.org/TR/css-images-4/#color-interpolation",
631631
"stage": 2,
632632
"mdn_path": [
633-
"css.types.image.gradient.conic-gradient.hue_interpolation_method",
634-
"css.types.image.gradient.conic-gradient.interpolation_color_space",
635-
"css.types.image.gradient.linear-gradient.hue_interpolation_method",
636-
"css.types.image.gradient.linear-gradient.interpolation_color_space",
637-
"css.types.image.gradient.radial-gradient.hue_interpolation_method",
638-
"css.types.image.gradient.radial-gradient.interpolation_color_space",
639-
"css.types.image.gradient.repeating-conic-gradient.hue_interpolation_method",
640-
"css.types.image.gradient.repeating-conic-gradient.interpolation_color_space",
641-
"css.types.image.gradient.repeating-linear-gradient.hue_interpolation_method",
642-
"css.types.image.gradient.repeating-linear-gradient.interpolation_color_space",
643-
"css.types.image.gradient.repeating-radial-gradient.hue_interpolation_method",
644-
"css.types.image.gradient.repeating-radial-gradient.interpolation_color_space"
633+
"css.types.gradient.conic-gradient.hue_interpolation_method",
634+
"css.types.gradient.conic-gradient.interpolation_color_space",
635+
"css.types.gradient.linear-gradient.hue_interpolation_method",
636+
"css.types.gradient.linear-gradient.interpolation_color_space",
637+
"css.types.gradient.radial-gradient.hue_interpolation_method",
638+
"css.types.gradient.radial-gradient.interpolation_color_space",
639+
"css.types.gradient.repeating-conic-gradient.hue_interpolation_method",
640+
"css.types.gradient.repeating-conic-gradient.interpolation_color_space",
641+
"css.types.gradient.repeating-linear-gradient.hue_interpolation_method",
642+
"css.types.gradient.repeating-linear-gradient.interpolation_color_space",
643+
"css.types.gradient.repeating-radial-gradient.hue_interpolation_method",
644+
"css.types.gradient.repeating-radial-gradient.interpolation_color_space"
645645
],
646646
"browser_support": {},
647647
"docs": {

0 commit comments

Comments
 (0)