From 0340eaa92c2bf7957f4920fa4c0a4401317a9339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:49:32 +0000 Subject: [PATCH 1/2] Bump @mdn/browser-compat-data from 5.6.20 to 5.6.21 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 5.6.20 to 5.6.21. - [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/v5.6.20...v5.6.21) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" 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 f3102ee35ca..8d2a24470c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@eslint/js": "^9.16.0", "@js-temporal/polyfill": "^0.4.4", - "@mdn/browser-compat-data": "^5.6.20", + "@mdn/browser-compat-data": "^5.6.21", "@types/caniuse-lite": "^1.0.4", "@types/diff": "^5.2.3", "@types/node": "^18.19.67", @@ -762,9 +762,9 @@ } }, "node_modules/@mdn/browser-compat-data": { - "version": "5.6.20", - "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.6.20.tgz", - "integrity": "sha512-TOxHxwNNtZ+HWnmhBgBCKYwevIqxi5HOshnBg7Fac3R95EFGm3ir0HDUG1ujBG3i8zjXimp3GZK1lfsjkbmydg==", + "version": "5.6.21", + "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.6.21.tgz", + "integrity": "sha512-yFGyNC6llnRbCELh1vH5mhrdSkQCrBs+wOyFjcYa3E9K3qzz6aDKnUSlDfWx+7pMeVr/iSKIdl1P60g2Jxs5sg==", "license": "CC0-1.0" }, "node_modules/@nodelib/fs.scandir": { diff --git a/package.json b/package.json index f3f624b3f27..fe0425f9c67 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@eslint/js": "^9.16.0", "@js-temporal/polyfill": "^0.4.4", - "@mdn/browser-compat-data": "^5.6.20", + "@mdn/browser-compat-data": "^5.6.21", "@types/caniuse-lite": "^1.0.4", "@types/diff": "^5.2.3", "@types/node": "^18.19.67", From 67570f01b92e2894bd1f5b80274cb386729a3673 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 5 Dec 2024 08:48:40 -0500 Subject: [PATCH 2/2] Refresh dist --- features/anchor-positioning.yml.dist | 1 + features/canvas-2d.yml.dist | 3 ++- features/css-object-model.yml.dist | 1 + features/details-content.yml.dist | 1 + features/draft/indexeddb.yml.dist | 14 +++++++++++++- features/draft/spec/fetch.yml.dist | 1 + features/draft/spec/indexeddb-3.yml.dist | 14 +++++++++++++- features/font-variant-emoji.yml.dist | 2 ++ features/interpolate-size.yml.dist | 1 + features/performance.yml.dist | 6 ++++-- features/prefers-contrast.yml.dist | 3 ++- features/serial.yml.dist | 1 + features/text-wrap-style.yml.dist | 2 ++ 13 files changed, 44 insertions(+), 6 deletions(-) diff --git a/features/anchor-positioning.yml.dist b/features/anchor-positioning.yml.dist index fa7f5972f6f..a0ab66a6065 100644 --- a/features/anchor-positioning.yml.dist +++ b/features/anchor-positioning.yml.dist @@ -192,6 +192,7 @@ compat_features: # baseline: false # support: # chrome: "131" + # edge: "131" - css.properties.anchor-scope - css.properties.anchor-scope.all - css.properties.anchor-scope.none diff --git a/features/canvas-2d.yml.dist b/features/canvas-2d.yml.dist index 6eb977194a2..a4787bcd94b 100644 --- a/features/canvas-2d.yml.dist +++ b/features/canvas-2d.yml.dist @@ -357,8 +357,9 @@ compat_features: # safari_ios: "15" - api.CanvasRenderingContext2D.drawImage.ImageBitmap_source_image - # baseline: low + # baseline: high # baseline_low_date: 2022-05-31 + # baseline_high_date: 2024-11-30 # support: # chrome: "77" # chrome_android: "77" diff --git a/features/css-object-model.yml.dist b/features/css-object-model.yml.dist index 1d91a81516f..1024c1b4da1 100644 --- a/features/css-object-model.yml.dist +++ b/features/css-object-model.yml.dist @@ -263,6 +263,7 @@ compat_features: # baseline: false # support: # chrome: "131" + # edge: "131" - api.CSSMarginRule - api.CSSMarginRule.name - api.CSSMarginRule.style diff --git a/features/details-content.yml.dist b/features/details-content.yml.dist index a464e3f993e..f2c6b49fc54 100644 --- a/features/details-content.yml.dist +++ b/features/details-content.yml.dist @@ -5,5 +5,6 @@ status: baseline: false support: chrome: "131" + edge: "131" compat_features: - css.selectors.details-content diff --git a/features/draft/indexeddb.yml.dist b/features/draft/indexeddb.yml.dist index 158ed495c2e..a2892df9e0a 100644 --- a/features/draft/indexeddb.yml.dist +++ b/features/draft/indexeddb.yml.dist @@ -48,7 +48,6 @@ compat_features: - api.IDBFactory - api.IDBFactory.cmp - api.IDBFactory.deleteDatabase - - api.IDBFactory.open - api.IDBIndex - api.IDBIndex.count - api.IDBIndex.get @@ -316,6 +315,19 @@ compat_features: # safari_ios: "10.3" - api.IDBCursor.key.binary_keys + # baseline: high + # baseline_low_date: 2021-09-20 + # baseline_high_date: 2024-03-20 + # support: + # chrome: "24" + # chrome_android: "25" + # edge: "12" + # firefox: "16" + # firefox_android: "22" + # safari: "15" + # safari_ios: "15" + - api.IDBFactory.open + # baseline: high # baseline_low_date: 2021-09-20 # baseline_high_date: 2024-03-20 diff --git a/features/draft/spec/fetch.yml.dist b/features/draft/spec/fetch.yml.dist index d80d236fe36..3bcb70082bf 100644 --- a/features/draft/spec/fetch.yml.dist +++ b/features/draft/spec/fetch.yml.dist @@ -89,4 +89,5 @@ compat_features: # baseline: false # support: # chrome: "131" + # edge: "131" - api.Request.duplex diff --git a/features/draft/spec/indexeddb-3.yml.dist b/features/draft/spec/indexeddb-3.yml.dist index bf822d34fce..21c9a400e66 100644 --- a/features/draft/spec/indexeddb-3.yml.dist +++ b/features/draft/spec/indexeddb-3.yml.dist @@ -44,7 +44,6 @@ compat_features: - api.IDBFactory - api.IDBFactory.cmp - api.IDBFactory.deleteDatabase - - api.IDBFactory.open - api.IDBIndex - api.IDBIndex.count - api.IDBIndex.get @@ -312,6 +311,19 @@ compat_features: # safari_ios: "10.3" - api.IDBCursor.key.binary_keys + # baseline: high + # baseline_low_date: 2021-09-20 + # baseline_high_date: 2024-03-20 + # support: + # chrome: "24" + # chrome_android: "25" + # edge: "12" + # firefox: "16" + # firefox_android: "22" + # safari: "15" + # safari_ios: "15" + - api.IDBFactory.open + # baseline: high # baseline_low_date: 2021-09-20 # baseline_high_date: 2024-03-20 diff --git a/features/font-variant-emoji.yml.dist b/features/font-variant-emoji.yml.dist index 7f30d04cdb1..6eda79f5aee 100644 --- a/features/font-variant-emoji.yml.dist +++ b/features/font-variant-emoji.yml.dist @@ -5,6 +5,7 @@ status: baseline: false support: chrome: "131" + edge: "131" compat_features: # baseline: false # support: @@ -17,6 +18,7 @@ compat_features: # baseline: false # support: # chrome: "131" + # edge: "131" - css.properties.font-variant-emoji.emoji - css.properties.font-variant-emoji.normal - css.properties.font-variant-emoji.text diff --git a/features/interpolate-size.yml.dist b/features/interpolate-size.yml.dist index ba96de8d994..39f8f7a01d4 100644 --- a/features/interpolate-size.yml.dist +++ b/features/interpolate-size.yml.dist @@ -6,6 +6,7 @@ status: support: chrome: "129" chrome_android: "129" + edge: "129" compat_features: - css.properties.interpolate-size - css.properties.interpolate-size.allow-keywords diff --git a/features/performance.yml.dist b/features/performance.yml.dist index ef88b1400f8..1175145f3db 100644 --- a/features/performance.yml.dist +++ b/features/performance.yml.dist @@ -280,8 +280,9 @@ compat_features: # safari_ios: "15" - api.PerformanceObserver.takeRecords - # baseline: low + # baseline: high # baseline_low_date: 2022-05-31 + # baseline_high_date: 2024-11-30 # support: # chrome: "76" # chrome_android: "76" @@ -292,8 +293,9 @@ compat_features: # safari_ios: "14.5" - api.PerformanceMark.PerformanceMark - # baseline: low + # baseline: high # baseline_low_date: 2022-05-31 + # baseline_high_date: 2024-11-30 # support: # chrome: "78" # chrome_android: "78" diff --git a/features/prefers-contrast.yml.dist b/features/prefers-contrast.yml.dist index ef726ef6ddb..770b4b1aba0 100644 --- a/features/prefers-contrast.yml.dist +++ b/features/prefers-contrast.yml.dist @@ -2,8 +2,9 @@ # Do not edit this file by hand. Edit the source file instead! status: - baseline: low + baseline: high baseline_low_date: 2022-05-31 + baseline_high_date: 2024-11-30 support: chrome: "96" chrome_android: "96" diff --git a/features/serial.yml.dist b/features/serial.yml.dist index 96e26bd4fb5..33cc5637612 100644 --- a/features/serial.yml.dist +++ b/features/serial.yml.dist @@ -45,4 +45,5 @@ compat_features: # baseline: false # support: # chrome: "130" + # edge: "130" - api.SerialPort.connected diff --git a/features/text-wrap-style.yml.dist b/features/text-wrap-style.yml.dist index b5d91ec6cab..fcf78ce3dab 100644 --- a/features/text-wrap-style.yml.dist +++ b/features/text-wrap-style.yml.dist @@ -5,6 +5,7 @@ status: baseline: false support: chrome: "130" + edge: "130" compat_features: # baseline: low # baseline_low_date: 2024-10-17 @@ -25,4 +26,5 @@ compat_features: # baseline: false # support: # chrome: "130" + # edge: "130" - css.properties.text-wrap-style.pretty