Skip to content

Commit

Permalink
fix(npm): update dependency @mdn/browser-compat-data to v5.2.54 (#318)
Browse files Browse the repository at this point in the history
* fix(npm): update dependency @mdn/browser-compat-data to v5.2.54

* chore: update tests

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 3846masa <[email protected]>
  • Loading branch information
renovate[bot] and 3846masa authored May 5, 2023
1 parent 87e596c commit da8c1c8
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 192 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"patch-package": "patch-package"
},
"dependencies": {
"@mdn/browser-compat-data": "5.2.53",
"@mdn/browser-compat-data": "5.2.54",
"array.prototype.at": "1.1.1",
"lodash.get": "4.4.2",
"postcss-media-query-parser": "0.2.3",
Expand Down

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions src/__tests__/properties/-moz-outline-radius-topleft/test.spec.ts

This file was deleted.

37 changes: 0 additions & 37 deletions src/__tests__/properties/-moz-outline-radius-topright/test.spec.ts

This file was deleted.

37 changes: 0 additions & 37 deletions src/__tests__/properties/-moz-outline-radius/test.spec.ts

This file was deleted.

7 changes: 5 additions & 2 deletions src/__tests__/properties/color-scheme/only_dark/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ testRule({
config: [
true,
{
browserslist: 'chrome 100',
browserslist: 'chrome 80',
allow: {
features: ['properties.color-scheme'],
},
},
],
reject: [
Expand All @@ -27,7 +30,7 @@ testRule({
column: 17,
endLine: 2,
endColumn: 26,
message: messages.rejected('"only dark" keyword specified as color-scheme', 'Chrome 100', ''),
message: messages.rejected('"only dark" keyword specified as color-scheme', 'Chrome 80', ''),
},
],
});
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1335,10 +1335,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@mdn/[email protected].53":
version "5.2.53"
resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-5.2.53.tgz#65518146a4989a9e3d498026e2288c08b0df7a72"
integrity sha512-fvwtb3yAgBqY1b1OUkDkK3e4B3eqs/x+PN1bC28SkWc3Hpi6wbkfKKGSrVy49eIiSyjHPWt8+XNO8QHcAUOC7w==
"@mdn/[email protected].54":
version "5.2.54"
resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-5.2.54.tgz#253803ffcf8f706155d36c4f3413b9f537f06419"
integrity sha512-8/W1qTWw/lCf6E01n/Be65LGza/WrDON7ii9F/fKc4EdZad+K1xJWvfYhDSoPpkMCAw0eLIyAB0Z5emQFBVclw==

"@nicolo-ribaudo/[email protected]":
version "2.1.8-no-fsevents.3"
Expand Down

0 comments on commit da8c1c8

Please sign in to comment.