From 88c7d67b8e767ac9de645143e9f9a78d77fccd1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 10:19:02 +0000 Subject: [PATCH 1/2] Bump @mdn/browser-compat-data from 6.0.27 to 6.0.28 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 6.0.27 to 6.0.28. - [Release notes](https://github.com/mdn/browser-compat-data/releases) - [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/mdn/browser-compat-data/compare/v6.0.27...v6.0.28) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-version: 6.0.28 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4b7675ee07..f163cebf79f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,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", @@ -796,9 +796,9 @@ } }, "node_modules/@mdn/browser-compat-data": { - "version": "6.0.27", - "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-6.0.27.tgz", - "integrity": "sha512-s5kTuDih5Ysb7DS2T2MhvneFLvDS0NwnLY5Jv6dL+zBXbcNVcyFcGdjwn3rttiHvcbb/qF02HP9ywufdwHZbIw==" + "version": "6.0.28", + "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-6.0.28.tgz", + "integrity": "sha512-UE4uV0VK+HfGyXCNdq3Lyy0xNJ6bJI9Y8XtVnnv7+oFda3xtV3PQJIMPHEtC+ou1qrrHdrtaLNQ9cJSj4hi94Q==" }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", diff --git a/package.json b/package.json index 251dd52dfd0..7629c7eebf2 100644 --- a/package.json +++ b/package.json @@ -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", From af10f550ae6390d677df8f6c373057761dfe2af9 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Wed, 2 Jul 2025 19:39:29 +0200 Subject: [PATCH 2/2] Refresh dist --- features/anchor-positioning.yml | 4 ++-- features/anchor-positioning.yml.dist | 4 ++-- features/blocking-render.yml.dist | 19 +++++---------- features/draft/spec/html.yml | 8 +++---- features/popover.yml | 4 ++-- features/popover.yml.dist | 4 ++-- features/reporting.yml | 20 ---------------- features/reporting.yml.dist | 36 ---------------------------- features/summarizer.yml.dist | 11 +-------- features/webgpu.yml | 1 - features/webgpu.yml.dist | 1 - features/webtransport.yml | 1 - features/webtransport.yml.dist | 1 - 13 files changed, 19 insertions(+), 95 deletions(-) diff --git a/features/anchor-positioning.yml b/features/anchor-positioning.yml index c2b494146d2..da0379cc7f1 100644 --- a/features/anchor-positioning.yml +++ b/features/anchor-positioning.yml @@ -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 diff --git a/features/anchor-positioning.yml.dist b/features/anchor-positioning.yml.dist index e4260e5f972..492e03c03da 100644 --- a/features/anchor-positioning.yml.dist +++ b/features/anchor-positioning.yml.dist @@ -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 diff --git a/features/blocking-render.yml.dist b/features/blocking-render.yml.dist index 4d5d0f76dfb..c0594ccc9f8 100644 --- a/features/blocking-render.yml.dist +++ b/features/blocking-render.yml.dist @@ -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 diff --git a/features/draft/spec/html.yml b/features/draft/spec/html.yml index 3bd4f220d49..8986b2b1c90 100644 --- a/features/draft/spec/html.yml +++ b/features/draft/spec/html.yml @@ -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 @@ -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 diff --git a/features/popover.yml b/features/popover.yml index 8844cde0c77..41e8afbb4a6 100644 --- a/features/popover.yml +++ b/features/popover.yml @@ -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 diff --git a/features/popover.yml.dist b/features/popover.yml.dist index dd07b3d0724..f1537632aa5 100644 --- a/features/popover.yml.dist +++ b/features/popover.yml.dist @@ -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 diff --git a/features/reporting.yml b/features/reporting.yml index 8a4d9492673..e60d7b6c388 100644 --- a/features/reporting.yml +++ b/features/reporting.yml @@ -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 - api.DeprecationReportBody.anticipatedRemoval - api.DeprecationReportBody.columnNumber @@ -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 - api.ReportingObserver - api.ReportingObserver.ReportingObserver - api.ReportingObserver.disconnect diff --git a/features/reporting.yml.dist b/features/reporting.yml.dist index 257cac5e521..0045313dc77 100644 --- a/features/reporting.yml.dist +++ b/features/reporting.yml.dist @@ -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" diff --git a/features/summarizer.yml.dist b/features/summarizer.yml.dist index 701480d5d92..b681b041bd5 100644 --- a/features/summarizer.yml.dist +++ b/features/summarizer.yml.dist @@ -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 @@ -31,3 +21,4 @@ compat_features: - api.Summarizer.summarize - api.Summarizer.summarizeStreaming - api.Summarizer.type + - http.headers.Permissions-Policy.summarizer diff --git a/features/webgpu.yml b/features/webgpu.yml index 7dfd8a0b362..f2a05b123c4 100644 --- a/features/webgpu.yml +++ b/features/webgpu.yml @@ -13,7 +13,6 @@ compat_features: - api.GPUAdapter - api.GPUAdapter.features - api.GPUAdapter.info - - api.GPUAdapter.isFallbackAdapter - api.GPUAdapter.limits - api.GPUAdapter.requestDevice - api.GPUAdapter.requestDevice.lost_device_on_duplicate diff --git a/features/webgpu.yml.dist b/features/webgpu.yml.dist index c50fe063f9a..fdd758d1b98 100644 --- a/features/webgpu.yml.dist +++ b/features/webgpu.yml.dist @@ -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 diff --git a/features/webtransport.yml b/features/webtransport.yml index 295ca0fce7b..67dc3c39c71 100644 --- a/features/webtransport.yml +++ b/features/webtransport.yml @@ -39,7 +39,6 @@ compat_features: - api.WebTransportDatagramDuplexStream.outgoingHighWaterMark - api.WebTransportDatagramDuplexStream.outgoingMaxAge - api.WebTransportDatagramDuplexStream.readable - - api.WebTransportDatagramDuplexStream.writable - api.WebTransportError - api.WebTransportError.WebTransportError - api.WebTransportError.source diff --git a/features/webtransport.yml.dist b/features/webtransport.yml.dist index a095c564b28..37ca461f97a 100644 --- a/features/webtransport.yml.dist +++ b/features/webtransport.yml.dist @@ -37,7 +37,6 @@ compat_features: - api.WebTransportDatagramDuplexStream.outgoingHighWaterMark - api.WebTransportDatagramDuplexStream.outgoingMaxAge - api.WebTransportDatagramDuplexStream.readable - - api.WebTransportDatagramDuplexStream.writable - api.WebTransportError - api.WebTransportError.WebTransportError - api.WebTransportError.source