Skip to content

Bump @mdn/browser-compat-data from 6.0.27 to 6.0.28 #3102

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 2 commits into from
Jul 3, 2025
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
4 changes: 2 additions & 2 deletions features/anchor-positioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ compat_features:
- api.CSSPositionTryRule.name
- api.CSSPositionTryRule.style
- api.HTMLButtonElement.popoverTargetElement.implicit_anchor_reference
- api.HTMLElement.showPopover.source.implicit_anchor_reference
- api.HTMLElement.togglePopover.source.implicit_anchor_reference
- api.HTMLElement.showPopover.options_source_parameter.implicit_anchor_reference
- api.HTMLElement.togglePopover.options_source_parameter.implicit_anchor_reference
- api.HTMLInputElement.popoverTargetElement.implicit_anchor_reference
- css.at-rules.position-try
- css.properties.align-items.anchor-center
Expand Down
4 changes: 2 additions & 2 deletions features/anchor-positioning.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@ compat_features:

# baseline: false
# support: {}
- api.HTMLElement.showPopover.source.implicit_anchor_reference
- api.HTMLElement.togglePopover.source.implicit_anchor_reference
- api.HTMLElement.showPopover.options_source_parameter.implicit_anchor_reference
- api.HTMLElement.togglePopover.options_source_parameter.implicit_anchor_reference
- css.properties.position-anchor.auto
19 changes: 6 additions & 13 deletions features/blocking-render.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,16 @@

status:
baseline: false
support: {}
support:
chrome: "105"
chrome_android: "105"
edge: "105"
safari: "18.2"
safari_ios: "18.2"
compat_features:
# baseline: false
# support:
# chrome: "105"
# chrome_android: "105"
# edge: "105"
# safari: "18.2"
# safari_ios: "18.2"
- api.HTMLLinkElement.blocking
- api.HTMLScriptElement.blocking
- api.HTMLStyleElement.blocking
- html.elements.link.blocking
- html.elements.script.blocking
- html.elements.style.blocking

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- http.headers.Link.blocking
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #3077

8 changes: 4 additions & 4 deletions features/draft/spec/html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -909,10 +909,10 @@ compat_features:
# - api.HTMLElement.hidePopover
# - api.HTMLElement.popover
# - api.HTMLElement.showPopover
# - api.HTMLElement.showPopover.source
# - api.HTMLElement.showPopover.options_source_parameter
# - api.HTMLElement.togglePopover
# - api.HTMLElement.togglePopover.returns_boolean
# - api.HTMLElement.togglePopover.source
# - api.HTMLElement.togglePopover.options_source_parameter
# - api.HTMLElement.toggle_event.popover_elements
# - api.HTMLInputElement.popoverTargetAction
# - api.HTMLInputElement.popoverTargetElement
Expand All @@ -928,8 +928,8 @@ compat_features:
# - html.global_attributes.popover
# - Anchor positioning:
# - api.HTMLButtonElement.popoverTargetElement.implicit_anchor_reference
# - api.HTMLElement.showPopover.source.implicit_anchor_reference
# - api.HTMLElement.togglePopover.source.implicit_anchor_reference
# - api.HTMLElement.showPopover.options_source_parameter.implicit_anchor_reference
# - api.HTMLElement.togglePopover.options_source_parameter.implicit_anchor_reference
# - api.HTMLInputElement.popoverTargetElement.implicit_anchor_reference
# - html.elements.button.popovertarget.implicit_anchor_reference
# - html.elements.input.popovertarget.implicit_anchor_reference
Expand Down
4 changes: 2 additions & 2 deletions features/popover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ compat_features:
- api.HTMLElement.hidePopover
- api.HTMLElement.popover
- api.HTMLElement.showPopover
- api.HTMLElement.showPopover.source
- api.HTMLElement.showPopover.options_source_parameter
- api.HTMLElement.togglePopover
- api.HTMLElement.togglePopover.returns_boolean
- api.HTMLElement.togglePopover.source
- api.HTMLElement.togglePopover.options_source_parameter
- api.HTMLElement.toggle_event.popover_elements
- api.HTMLInputElement.popoverTargetAction
- api.HTMLInputElement.popoverTargetElement
Expand Down
4 changes: 2 additions & 2 deletions features/popover.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ compat_features:

# baseline: false
# support: {}
- api.HTMLElement.showPopover.source
- api.HTMLElement.togglePopover.source
- api.HTMLElement.showPopover.options_source_parameter
- api.HTMLElement.togglePopover.options_source_parameter
20 changes: 0 additions & 20 deletions features/reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@ spec:
- https://wicg.github.io/deprecation-reporting/
- https://w3c.github.io/webappsec-csp/#reporting
compat_features:
- api.CSPViolationReportBody
- api.CSPViolationReportBody.blockedURL
- api.CSPViolationReportBody.columnNumber
- api.CSPViolationReportBody.disposition
- api.CSPViolationReportBody.documentURL
- api.CSPViolationReportBody.effectiveDirective
- api.CSPViolationReportBody.lineNumber
- api.CSPViolationReportBody.originalPolicy
- api.CSPViolationReportBody.referrer
- api.CSPViolationReportBody.sample
- api.CSPViolationReportBody.sourceFile
- api.CSPViolationReportBody.statusCode
- api.CSPViolationReportBody.toJSON
- api.DeprecationReportBody
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now a dictionary (which BCD shouldn't track) or a deprecated (or unspecified) interface (which would need its own feature here). Putting them on the backlog again is the only plausible route, until the mess gets cleaned up mdn/browser-compat-data#27164 (comment)

- api.DeprecationReportBody.anticipatedRemoval
- api.DeprecationReportBody.columnNumber
Expand All @@ -34,13 +21,6 @@ compat_features:
- api.InterventionReportBody.message
- api.InterventionReportBody.sourceFile
- api.InterventionReportBody.toJSON
- api.Report
- api.Report.body
- api.Report.toJSON
- api.Report.type
- api.Report.url
- api.ReportBody
- api.ReportBody.toJSON
Comment on lines -37 to -43
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- api.ReportingObserver
- api.ReportingObserver.ReportingObserver
- api.ReportingObserver.disconnect
Expand Down
36 changes: 0 additions & 36 deletions features/reporting.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,48 +15,12 @@ compat_features:
# edge: "79"
# safari: "16.4"
# safari_ios: "16.4"
- api.Report
- api.Report.body
- api.Report.toJSON
- api.Report.type
- api.Report.url
- api.ReportBody
- api.ReportBody.toJSON
- api.ReportingObserver
- api.ReportingObserver.ReportingObserver
- api.ReportingObserver.disconnect
- api.ReportingObserver.observe
- api.ReportingObserver.takeRecords

# baseline: false
# support:
# chrome: "74"
# chrome_android: "74"
# edge: "79"
# safari: "18.4"
# safari_ios: "18.4"
- api.CSPViolationReportBody
- api.CSPViolationReportBody.blockedURL
- api.CSPViolationReportBody.columnNumber
- api.CSPViolationReportBody.disposition
- api.CSPViolationReportBody.documentURL
- api.CSPViolationReportBody.effectiveDirective
- api.CSPViolationReportBody.lineNumber
- api.CSPViolationReportBody.originalPolicy
- api.CSPViolationReportBody.referrer
- api.CSPViolationReportBody.sample
- api.CSPViolationReportBody.sourceFile
- api.CSPViolationReportBody.statusCode

# baseline: false
# support:
# chrome: "80"
# chrome_android: "80"
# edge: "80"
# safari: "18.4"
# safari_ios: "18.4"
- api.CSPViolationReportBody.toJSON

# baseline: false
# support:
# chrome: "96"
Expand Down
11 changes: 1 addition & 10 deletions features/summarizer.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ status:
support:
chrome: "138"
compat_features:
# baseline: false
# support:
# chrome: "138"
# edge: "138"
- http.headers.Permissions-Policy.summarizer

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "138"
- api.Summarizer
- api.Summarizer.availability_static
- api.Summarizer.create_static
Expand All @@ -31,3 +21,4 @@ compat_features:
- api.Summarizer.summarize
- api.Summarizer.summarizeStreaming
- api.Summarizer.type
- http.headers.Permissions-Policy.summarizer
1 change: 0 additions & 1 deletion features/webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ compat_features:
- api.GPUAdapter
- api.GPUAdapter.features
- api.GPUAdapter.info
- api.GPUAdapter.isFallbackAdapter
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropped from spec, now discouraged/unspecified, which we can't directly handle yet mdn/browser-compat-data#27164

See also: #2566

- api.GPUAdapter.limits
- api.GPUAdapter.requestDevice
- api.GPUAdapter.requestDevice.lost_device_on_duplicate
Expand Down
1 change: 0 additions & 1 deletion features/webgpu.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ compat_features:
- api.GPU.requestAdapter
- api.GPUAdapter
- api.GPUAdapter.features
- api.GPUAdapter.isFallbackAdapter
- api.GPUAdapter.limits
- api.GPUAdapter.requestDevice
- api.GPUAdapterInfo
Expand Down
1 change: 0 additions & 1 deletion features/webtransport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ compat_features:
- api.WebTransportDatagramDuplexStream.outgoingHighWaterMark
- api.WebTransportDatagramDuplexStream.outgoingMaxAge
- api.WebTransportDatagramDuplexStream.readable
- api.WebTransportDatagramDuplexStream.writable
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropped from spec, now discouraged/unspecified, which we can't directly handle yet mdn/browser-compat-data#27164

See also: #2566

- api.WebTransportError
- api.WebTransportError.WebTransportError
- api.WebTransportError.source
Expand Down
1 change: 0 additions & 1 deletion features/webtransport.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ compat_features:
- api.WebTransportDatagramDuplexStream.outgoingHighWaterMark
- api.WebTransportDatagramDuplexStream.outgoingMaxAge
- api.WebTransportDatagramDuplexStream.readable
- api.WebTransportDatagramDuplexStream.writable
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropped from spec, now discouraged/unspecified, which we can't directly handle yet mdn/browser-compat-data#27164

See also: #2566

- api.WebTransportError
- api.WebTransportError.WebTransportError
- api.WebTransportError.source
Expand Down
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 @@ -40,7 +40,7 @@
"devDependencies": {
"@eslint/js": "^9.30.1",
"@js-temporal/polyfill": "^0.5.1",
"@mdn/browser-compat-data": "^6.0.27",
"@mdn/browser-compat-data": "^6.0.28",
"@octokit/rest": "^22.0.0",
"@types/caniuse-lite": "^1.0.4",
"@types/node": "^20.19.4",
Expand Down