Skip to content

Bump @mdn/browser-compat-data from 5.7.3 to 5.7.4 #2785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions features/cookie-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ compat_features:
- api.CookieStore.get.secure_return_property
- api.CookieStore.get.value_return_property
- api.CookieStore.getAll
- api.CookieStore.getAll.domain_return_property
- api.CookieStore.getAll.expires_return_property
- api.CookieStore.getAll.name_return_property
- api.CookieStore.getAll.path_return_property
- api.CookieStore.getAll.sameSite_return_property
- api.CookieStore.getAll.secure_return_property
- api.CookieStore.getAll.value_return_property
- api.CookieStore.set
- api.CookieStoreManager
- api.CookieStoreManager.getSubscriptions
Expand All @@ -30,22 +23,8 @@ compat_features:
- api.ServiceWorkerRegistration.cookies
- api.CookieChangeEvent
- api.CookieChangeEvent.changed
- api.CookieChangeEvent.changed.domain_property
- api.CookieChangeEvent.changed.expires_property
- api.CookieChangeEvent.changed.name_property
- api.CookieChangeEvent.changed.path_property
- api.CookieChangeEvent.changed.sameSite_property
- api.CookieChangeEvent.changed.secure_property
- api.CookieChangeEvent.changed.value_property
- api.CookieChangeEvent.CookieChangeEvent
- api.CookieChangeEvent.deleted
- api.CookieChangeEvent.deleted.domain_property
- api.CookieChangeEvent.deleted.expires_property
- api.CookieChangeEvent.deleted.name_property
- api.CookieChangeEvent.deleted.path_property
- api.CookieChangeEvent.deleted.sameSite_property
- api.CookieChangeEvent.deleted.secure_property
- api.CookieChangeEvent.deleted.value_property
- api.ExtendableCookieChangeEvent
- api.ExtendableCookieChangeEvent.changed
- api.ExtendableCookieChangeEvent.deleted
Expand Down
21 changes: 0 additions & 21 deletions features/cookie-store.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,14 @@ compat_features:
- api.CookieChangeEvent
- api.CookieChangeEvent.CookieChangeEvent
- api.CookieChangeEvent.changed
- api.CookieChangeEvent.changed.name_property
- api.CookieChangeEvent.changed.value_property
- api.CookieChangeEvent.deleted
- api.CookieChangeEvent.deleted.name_property
- api.CookieChangeEvent.deleted.value_property
- api.CookieStore
- api.CookieStore.change_event
- api.CookieStore.delete
- api.CookieStore.get
- api.CookieStore.get.name_return_property
- api.CookieStore.get.value_return_property
- api.CookieStore.getAll
- api.CookieStore.getAll.name_return_property
- api.CookieStore.getAll.value_return_property
- api.CookieStore.set
- api.ServiceWorkerGlobalScope.cookieStore
- api.Window.cookieStore
Expand All @@ -42,26 +36,11 @@ compat_features:
# chrome: "87"
# chrome_android: "87"
# edge: "87"
- api.CookieChangeEvent.changed.domain_property
- api.CookieChangeEvent.changed.expires_property
- api.CookieChangeEvent.changed.path_property
- api.CookieChangeEvent.changed.sameSite_property
- api.CookieChangeEvent.changed.secure_property
- api.CookieChangeEvent.deleted.domain_property
- api.CookieChangeEvent.deleted.expires_property
- api.CookieChangeEvent.deleted.path_property
- api.CookieChangeEvent.deleted.sameSite_property
- api.CookieChangeEvent.deleted.secure_property
- api.CookieStore.get.domain_return_property
- api.CookieStore.get.expires_return_property
- api.CookieStore.get.path_return_property
- api.CookieStore.get.sameSite_return_property
- api.CookieStore.get.secure_return_property
- api.CookieStore.getAll.domain_return_property
- api.CookieStore.getAll.expires_return_property
- api.CookieStore.getAll.path_return_property
- api.CookieStore.getAll.sameSite_return_property
- api.CookieStore.getAll.secure_return_property
- api.CookieStoreManager
- api.CookieStoreManager.getSubscriptions
- api.CookieStoreManager.subscribe
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/webdriver-bidi.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ compat_features:
# firefox_android: "114"
- webdriver.bidi.input.performActions
- webdriver.bidi.input.releaseActions
- webdriver.bidi.script.addPreloadScript
- webdriver.bidi.script.message_event

# baseline: false
Expand Down Expand Up @@ -179,6 +178,7 @@ compat_features:
# edge: "126"
# firefox: "136"
# firefox_android: "136"
- webdriver.bidi.script.addPreloadScript
- webdriver.bidi.session.subscribe
- webdriver.bidi.session.unsubscribe

Expand Down
8 changes: 8 additions & 0 deletions features/draft/webgpu-subgroups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
draft_date: 2025-03-21
name: WebGPU subgroups
# Description taken from https://learn.microsoft.com/en-us/microsoft-edge/web-platform/release-notes/134#webgpu-subgroups, and needs more work. Can we mention entry points to the feature? Can we clarify/shorten
# the description?
description: The subgroups WbGPU feature allows SIMD parallelism. By using subgroups, threads within a group can perform collective operations. This provides efficient communication and data sharing among groups of invocations. These operations can be used to accelerate applications, by reducing memory overhead that's incurred by inter-invocation communication.
spec: https://gpuweb.github.io/gpuweb/#subgroups
compat_features:
- api.GPUSupportedFeatures.feature_subgroups
11 changes: 11 additions & 0 deletions features/draft/webgpu-subgroups.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Generated from: webgpu-subgroups.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "134"
chrome_android: "134"
edge: "134"
compat_features:
- api.GPUSupportedFeatures.feature_subgroups
3 changes: 0 additions & 3 deletions features/partitioned-cookies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: Partitioned cookies
description: Partitioned cookies allow you to opt a cookie into partitioned storage, with a separate cookie jar per top-level site. Also known as Cookies Having Independent Partitioned State or CHIPS.
spec: https://wicg.github.io/cookie-store/
compat_features:
- api.CookieChangeEvent.changed.partitioned_property
- api.CookieChangeEvent.deleted.partitioned_property
- api.CookieStore.delete.partitioned_option
- api.CookieStore.get.partitioned_return_property
- api.CookieStore.getAll.partitioned_return_property
- api.CookieStore.set.partitioned_option
- api.ExtendableCookieChangeEvent.changed.partitioned_property
- api.ExtendableCookieChangeEvent.deleted.partitioned_property
Expand Down
3 changes: 0 additions & 3 deletions features/partitioned-cookies.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ compat_features:
# chrome: "114"
# chrome_android: "114"
# edge: "114"
- api.CookieChangeEvent.changed.partitioned_property
- api.CookieChangeEvent.deleted.partitioned_property
- api.CookieStore.get.partitioned_return_property
- api.CookieStore.getAll.partitioned_return_property
- api.ExtendableCookieChangeEvent.changed.partitioned_property
- api.ExtendableCookieChangeEvent.deleted.partitioned_property
- http.headers.Set-Cookie.Partitioned
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@eslint/js": "^9.22.0",
"@js-temporal/polyfill": "^0.4.4",
"@mdn/browser-compat-data": "^5.7.3",
"@mdn/browser-compat-data": "^5.7.4",
"@types/caniuse-lite": "^1.0.4",
"@types/diff": "^7.0.1",
"@types/node": "^18.19.80",
Expand Down