Skip to content

Commit ddb9905

Browse files
Bump the all-dependencies group with 5 updates (#351)
* Bump the all-dependencies group with 5 updates Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) | `5.3.14` | `5.3.18` | | [browserslist](https://github.com/browserslist/browserslist) | `4.21.10` | `4.21.11` | | [glob](https://github.com/isaacs/node-glob) | `10.3.4` | `10.3.7` | | [postcss](https://github.com/postcss/postcss) | `8.4.29` | `8.4.30` | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `9.1.3` | `9.1.4` | Updates `@mdn/browser-compat-data` from 5.3.14 to 5.3.18 - [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.3.14...v5.3.18) Updates `browserslist` from 4.21.10 to 4.21.11 - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](browserslist/browserslist@4.21.10...4.21.11) Updates `glob` from 10.3.4 to 10.3.7 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.3.4...v10.3.7) Updates `postcss` from 8.4.29 to 8.4.30 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.29...8.4.30) Updates `postcss-preset-env` from 9.1.3 to 9.1.4 - [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: browserslist dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: postcss 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 ... Signed-off-by: dependabot[bot] <support@github.com> * populatedb * update * update dependencies * update dependencies --------- 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 f9939d4 commit ddb9905

File tree

5 files changed

+570
-546
lines changed

5 files changed

+570
-546
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.7.3 (October 05, 2023)
4+
5+
- Updated `@mdn/browser-compat-data` to `5.3.20` (patch)
6+
- Updated `caniuse-lite` to `1.0.30001546` (patch)
7+
38
### 7.7.2 (September 4, 2023)
49

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

cssdb.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@
505505
"edge": "115",
506506
"firefox": "70",
507507
"ios_saf": "15",
508+
"opera": "101",
508509
"safari": "15"
509510
},
510511
"docs": {
@@ -574,8 +575,8 @@
574575
"specification": "https://www.w3.org/TR/css-values-4/#exponent-funcs",
575576
"stage": 2,
576577
"browser_support": {
577-
"and_ff": "112",
578-
"firefox": "112",
578+
"and_ff": "118",
579+
"firefox": "118",
579580
"ios_saf": "15.4",
580581
"safari": "15.4"
581582
},
@@ -614,7 +615,11 @@
614615
"specification": "https://www.w3.org/TR/css-logical-1/",
615616
"stage": 2,
616617
"browser_support": {
618+
"and_chr": "118",
617619
"and_ff": "55",
620+
"android": "118",
621+
"chrome": "118",
622+
"edge": "118",
618623
"firefox": "55",
619624
"ios_saf": "15",
620625
"safari": "15"
@@ -1171,7 +1176,11 @@
11711176
"specification": "https://www.w3.org/TR/css-logical-1/",
11721177
"stage": 2,
11731178
"browser_support": {
1179+
"and_chr": "118",
11741180
"and_ff": "63",
1181+
"android": "118",
1182+
"chrome": "118",
1183+
"edge": "118",
11751184
"firefox": "63",
11761185
"ios_saf": "16",
11771186
"safari": "16"
@@ -1752,12 +1761,13 @@
17521761
"specification": "https://www.w3.org/TR/css-values-4/#sign-funcs",
17531762
"stage": 2,
17541763
"browser_support": {
1755-
"firefox": "preview",
1764+
"and_ff": "118",
1765+
"firefox": "118",
17561766
"ios_saf": "15.4",
17571767
"safari": "15.4"
17581768
},
17591769
"example": "div {\n order: abs(-10);\n order: sign(-10);\n}",
1760-
"vendors_implementations": 1
1770+
"vendors_implementations": 2
17611771
},
17621772
{
17631773
"id": "src-function",
@@ -1782,6 +1792,8 @@
17821792
"specification": "https://www.w3.org/TR/css-values-4/#round-func",
17831793
"stage": 2,
17841794
"browser_support": {
1795+
"and_ff": "118",
1796+
"firefox": "118",
17851797
"ios_saf": "15.4",
17861798
"safari": "15.4"
17871799
},
@@ -1792,7 +1804,7 @@
17921804
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions"
17931805
}
17941806
],
1795-
"vendors_implementations": 1
1807+
"vendors_implementations": 2
17961808
},
17971809
{
17981810
"id": "system-ui-font-family",

cssdb.mjs

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ export default [
505505
"edge": "115",
506506
"firefox": "70",
507507
"ios_saf": "15",
508+
"opera": "101",
508509
"safari": "15"
509510
},
510511
"docs": {
@@ -574,8 +575,8 @@ export default [
574575
"specification": "https://www.w3.org/TR/css-values-4/#exponent-funcs",
575576
"stage": 2,
576577
"browser_support": {
577-
"and_ff": "112",
578-
"firefox": "112",
578+
"and_ff": "118",
579+
"firefox": "118",
579580
"ios_saf": "15.4",
580581
"safari": "15.4"
581582
},
@@ -614,7 +615,11 @@ export default [
614615
"specification": "https://www.w3.org/TR/css-logical-1/",
615616
"stage": 2,
616617
"browser_support": {
618+
"and_chr": "118",
617619
"and_ff": "55",
620+
"android": "118",
621+
"chrome": "118",
622+
"edge": "118",
618623
"firefox": "55",
619624
"ios_saf": "15",
620625
"safari": "15"
@@ -1171,7 +1176,11 @@ export default [
11711176
"specification": "https://www.w3.org/TR/css-logical-1/",
11721177
"stage": 2,
11731178
"browser_support": {
1179+
"and_chr": "118",
11741180
"and_ff": "63",
1181+
"android": "118",
1182+
"chrome": "118",
1183+
"edge": "118",
11751184
"firefox": "63",
11761185
"ios_saf": "16",
11771186
"safari": "16"
@@ -1752,12 +1761,13 @@ export default [
17521761
"specification": "https://www.w3.org/TR/css-values-4/#sign-funcs",
17531762
"stage": 2,
17541763
"browser_support": {
1755-
"firefox": "preview",
1764+
"and_ff": "118",
1765+
"firefox": "118",
17561766
"ios_saf": "15.4",
17571767
"safari": "15.4"
17581768
},
17591769
"example": "div {\n order: abs(-10);\n order: sign(-10);\n}",
1760-
"vendors_implementations": 1
1770+
"vendors_implementations": 2
17611771
},
17621772
{
17631773
"id": "src-function",
@@ -1782,6 +1792,8 @@ export default [
17821792
"specification": "https://www.w3.org/TR/css-values-4/#round-func",
17831793
"stage": 2,
17841794
"browser_support": {
1795+
"and_ff": "118",
1796+
"firefox": "118",
17851797
"ios_saf": "15.4",
17861798
"safari": "15.4"
17871799
},
@@ -1792,7 +1804,7 @@ export default [
17921804
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions"
17931805
}
17941806
],
1795-
"vendors_implementations": 1
1807+
"vendors_implementations": 2
17961808
},
17971809
{
17981810
"id": "system-ui-font-family",

0 commit comments

Comments
 (0)