Skip to content

Commit 121e214

Browse files
Bump @mdn/browser-compat-data from 7.1.19 to 7.1.20 (#3516)
* Bump @mdn/browser-compat-data from 7.1.19 to 7.1.20 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 7.1.19 to 7.1.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@v7.1.19...v7.1.20) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-version: 7.1.20 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Rename keys * Remove keys * Refresh dist --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
1 parent 5a415e5 commit 121e214

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

features/attr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ compat_features:
1010
- css.types.attr.type-or-unit
1111
- css.types.attr.type-or-unit.angle
1212
- css.types.attr.type-or-unit.color
13-
- css.types.attr.type-or-unit.frequency
1413
- css.types.attr.type-or-unit.integer
1514
- css.types.attr.type-or-unit.length
1615
- css.types.attr.type-or-unit.number
1716
- css.types.attr.type-or-unit.percentage
1817
- css.types.attr.type-or-unit.time
19-
- css.types.attr.type-or-unit.url

features/attr.yml.dist

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
status:
55
baseline: false
6-
support: {}
6+
support:
7+
chrome: "133"
8+
chrome_android: "133"
9+
edge: "133"
710
compat_features:
811
# baseline: low
912
# baseline_low_date: 2025-03-31
@@ -17,22 +20,17 @@ compat_features:
1720
# safari_ios: "18.4"
1821
- css.types.attr.fallback
1922

23+
# ⬇️ Same status as overall feature ⬇️
2024
# baseline: false
2125
# support:
2226
# chrome: "133"
2327
# chrome_android: "133"
2428
# edge: "133"
2529
- css.types.attr.type-or-unit
26-
27-
# ⬇️ Same status as overall feature ⬇️
28-
# baseline: false
29-
# support: {}
3030
- css.types.attr.type-or-unit.angle
3131
- css.types.attr.type-or-unit.color
32-
- css.types.attr.type-or-unit.frequency
3332
- css.types.attr.type-or-unit.integer
3433
- css.types.attr.type-or-unit.length
3534
- css.types.attr.type-or-unit.number
3635
- css.types.attr.type-or-unit.percentage
3736
- css.types.attr.type-or-unit.time
38-
- css.types.attr.type-or-unit.url

features/webgpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ compat_features:
1515
- api.GPUAdapter.info
1616
- api.GPUAdapter.limits
1717
- api.GPUAdapter.requestDevice
18-
- api.GPUAdapter.requestDevice.lost_device_on_duplicate
18+
- api.GPUAdapter.requestDevice.handles_duplicate_calls
1919
- api.GPUAdapterInfo
2020
- api.GPUAdapterInfo.architecture
2121
- api.GPUAdapterInfo.description

features/webgpu.yml.dist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ compat_features:
2222
- api.GPUAdapter.features
2323
- api.GPUAdapter.limits
2424
- api.GPUAdapter.requestDevice
25-
- api.GPUAdapter.requestDevice.lost_device_on_duplicate
2625
- api.GPUAdapterInfo
2726
- api.GPUAdapterInfo.architecture
2827
- api.GPUAdapterInfo.description
@@ -328,6 +327,11 @@ compat_features:
328327
# chrome_android: "132"
329328
- api.GPUTexture.createView.usage
330329

330+
# baseline: false
331+
# support:
332+
# chrome_android: "140"
333+
- api.GPUAdapter.requestDevice.handles_duplicate_calls
334+
331335
# baseline: false
332336
# support: {}
333337
- api.GPUAdapterInfo.subgroupMaxSize

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@eslint/js": "^9.39.1",
4242
"@js-temporal/polyfill": "^0.5.1",
43-
"@mdn/browser-compat-data": "7.1.19",
43+
"@mdn/browser-compat-data": "7.1.20",
4444
"@octokit/rest": "^22.0.1",
4545
"@types/caniuse-lite": "^1.0.4",
4646
"@types/node": "^20.19.24",

0 commit comments

Comments
 (0)