Skip to content

Commit 1072b8f

Browse files
Bump the all-dependencies group with 3 updates (#383)
* 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), [caniuse-lite](https://github.com/browserslist/caniuse-lite) and [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env). Updates `@mdn/browser-compat-data` from 5.5.10 to 5.5.11 - [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.10...v5.5.11) Updates `caniuse-lite` from 1.0.30001588 to 1.0.30001589 - [Commits](browserslist/caniuse-lite@1.0.30001588...1.0.30001589) Updates `postcss-preset-env` from 9.3.0 to 9.4.0 - [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) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: caniuse-lite 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-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * populatedb --------- 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 189c599 commit 1072b8f

File tree

6 files changed

+389
-279
lines changed

6 files changed

+389
-279
lines changed

CHANGELOG.md

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

3+
### 7.11.1 (February 26, 2024)
4+
5+
- Updated `@mdn/browser-compat-data` to `5.5.11` (patch)
6+
- Updated `caniuse-lite` to `1.0.30001589` (patch)
7+
38
### 7.11.0 (February 17, 2024)
49

510
- Added: Stage 2 `light-dark-function`

cssdb.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,22 +615,29 @@
615615
"specification": "https://www.w3.org/TR/css-values-4/#exponent-funcs",
616616
"stage": 2,
617617
"browser_support": {
618+
"and_chr": "120",
618619
"and_ff": "118",
620+
"android": "120",
621+
"chrome": "120",
622+
"edge": "120",
619623
"firefox": "118",
620624
"ios_saf": "15.4",
625+
"op_mob": "80",
626+
"opera": "106",
621627
"safari": "15.4"
622628
},
623629
"docs": {
624630
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/exp"
625631
},
626632
"example": "p {\n font-size: calc(pow(10, 12) * 1rem);\n font-size: calc(sqrt(100) * 1rem);\n font-size: calc(hypot(3, 4) * 1rem);\n font-size: calc(log(10) * 1rem);\n font-size: calc(exp(10) * 1rem);\n}",
633+
"interoperable_at": 1701993600,
627634
"polyfills": [
628635
{
629636
"type": "PostCSS Plugin",
630637
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions"
631638
}
632639
],
633-
"vendors_implementations": 2
640+
"vendors_implementations": 3
634641
},
635642
{
636643
"id": "fangsong-font-family",
@@ -1241,7 +1248,9 @@
12411248
"specification": "https://drafts.csswg.org/css-color-5/#light-dark",
12421249
"stage": 2,
12431250
"browser_support": {
1251+
"and_chr": "123",
12441252
"and_ff": "120",
1253+
"android": "123",
12451254
"chrome": "123",
12461255
"firefox": "120"
12471256
},

cssdb.mjs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,22 +615,29 @@ export default [
615615
"specification": "https://www.w3.org/TR/css-values-4/#exponent-funcs",
616616
"stage": 2,
617617
"browser_support": {
618+
"and_chr": "120",
618619
"and_ff": "118",
620+
"android": "120",
621+
"chrome": "120",
622+
"edge": "120",
619623
"firefox": "118",
620624
"ios_saf": "15.4",
625+
"op_mob": "80",
626+
"opera": "106",
621627
"safari": "15.4"
622628
},
623629
"docs": {
624630
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/exp"
625631
},
626632
"example": "p {\n font-size: calc(pow(10, 12) * 1rem);\n font-size: calc(sqrt(100) * 1rem);\n font-size: calc(hypot(3, 4) * 1rem);\n font-size: calc(log(10) * 1rem);\n font-size: calc(exp(10) * 1rem);\n}",
633+
"interoperable_at": 1701993600,
627634
"polyfills": [
628635
{
629636
"type": "PostCSS Plugin",
630637
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions"
631638
}
632639
],
633-
"vendors_implementations": 2
640+
"vendors_implementations": 3
634641
},
635642
{
636643
"id": "fangsong-font-family",
@@ -1241,7 +1248,9 @@ export default [
12411248
"specification": "https://drafts.csswg.org/css-color-5/#light-dark",
12421249
"stage": 2,
12431250
"browser_support": {
1251+
"and_chr": "123",
12441252
"and_ff": "120",
1253+
"android": "123",
12451254
"chrome": "123",
12461255
"firefox": "120"
12471256
},

cssdb.settings.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,10 @@
488488
},
489489
"example": "span:first-child {\n float: inline-start;\n}",
490490
"mdn_path": [
491-
"css.properties.float.flow_relative_values",
492-
"css.properties.clear.flow_relative_values"
491+
"css.properties.float['inline-end']",
492+
"css.properties.float['inline-start']",
493+
"css.properties.clear['inline-end']",
494+
"css.properties.clear['inline-start']"
493495
],
494496
"polyfills": [
495497
{
@@ -995,7 +997,8 @@
995997
"css.properties['padding-inline']",
996998
"css.properties['padding-inline-end']",
997999
"css.properties['padding-inline-start']",
998-
"css.properties['text-align'].flow_relative_values_start_and_end"
1000+
"css.properties['text-align'].start",
1001+
"css.properties['text-align'].end"
9991002
],
10001003
"polyfills": [
10011004
{
@@ -1016,7 +1019,8 @@
10161019
},
10171020
"example": "area {\n resize: inline;\n}",
10181021
"mdn_path": [
1019-
"css.properties['resize'].flow_relative_support"
1022+
"css.properties['resize'].block",
1023+
"css.properties['resize'].inline"
10201024
],
10211025
"polyfills": [
10221026
{

0 commit comments

Comments
 (0)