Skip to content

Commit 75da60e

Browse files
Bump the all-dependencies group with 4 updates (#346)
* Bump the all-dependencies group with 4 updates Bumps the all-dependencies group with 4 updates: [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data), [caniuse-lite](https://github.com/browserslist/caniuse-lite), [postcss](https://github.com/postcss/postcss) and [stylelint](https://github.com/stylelint/stylelint). Updates `@mdn/browser-compat-data` from 5.3.9 to 5.3.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.3.9...v5.3.11) Updates `caniuse-lite` from 1.0.30001520 to 1.0.30001522 - [Commits](browserslist/caniuse-lite@1.0.30001520...1.0.30001522) Updates `postcss` from 8.4.27 to 8.4.28 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.27...8.4.28) Updates `stylelint` from 15.10.2 to 15.10.3 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@15.10.2...15.10.3) --- 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 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-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * populatedb --------- 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 a4c6a02 commit 75da60e

File tree

6 files changed

+102
-94
lines changed

6 files changed

+102
-94
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### Unreleased
44

5-
- Updated `@mdn/browser-compat-data` to `5.3.9` (patch)
6-
- Updated `caniuse-lite` to `1.0.30001519` (patch)
5+
- Updated `@mdn/browser-compat-data` to `5.3.11` (patch)
6+
- Updated `caniuse-lite` to `1.0.30001522` (patch)
77

88
### 7.7.0 (July 24, 2023)
99

cssdb.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@
13061306
"polyfills": [
13071307
{
13081308
"type": "PostCSS Plugin",
1309-
"link": "https://github.com/postcss/postcss-media-minmax"
1309+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax"
13101310
}
13111311
],
13121312
"vendors_implementations": 3
@@ -1349,7 +1349,10 @@
13491349
"description": "A syntax for nesting relative rules within rules",
13501350
"specification": "https://www.w3.org/TR/css-nesting-1/",
13511351
"stage": 2,
1352-
"browser_support": {},
1352+
"browser_support": {
1353+
"and_ff": "117",
1354+
"firefox": "117"
1355+
},
13531356
"example": "article {\n & p {\n color: #333;\n }\n}",
13541357
"polyfills": [
13551358
{

cssdb.mjs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ export default [
13061306
"polyfills": [
13071307
{
13081308
"type": "PostCSS Plugin",
1309-
"link": "https://github.com/postcss/postcss-media-minmax"
1309+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax"
13101310
}
13111311
],
13121312
"vendors_implementations": 3
@@ -1349,7 +1349,10 @@ export default [
13491349
"description": "A syntax for nesting relative rules within rules",
13501350
"specification": "https://www.w3.org/TR/css-nesting-1/",
13511351
"stage": 2,
1352-
"browser_support": {},
1352+
"browser_support": {
1353+
"and_ff": "117",
1354+
"firefox": "117"
1355+
},
13531356
"example": "article {\n & p {\n color: #333;\n }\n}",
13541357
"polyfills": [
13551358
{

cssdb.settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@
10431043
"polyfills": [
10441044
{
10451045
"type": "PostCSS Plugin",
1046-
"link": "https://github.com/postcss/postcss-media-minmax"
1046+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax"
10471047
}
10481048
]
10491049
},

0 commit comments

Comments
 (0)