From 28309770e1965c7d2ef74c3f5cfc541c8f45647a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:29:27 +0000 Subject: [PATCH 1/2] Bump @ddbeck/mdn-content-inventory from 0.2.20241231 to 0.2.20250101 Bumps @ddbeck/mdn-content-inventory from 0.2.20241231 to 0.2.20250101. --- updated-dependencies: - dependency-name: "@ddbeck/mdn-content-inventory" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9c08af2855a03..7b551a86dc2cfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -483,9 +483,9 @@ } }, "node_modules/@ddbeck/mdn-content-inventory": { - "version": "0.2.20241231", - "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20241231.tgz", - "integrity": "sha512-UIFSOuMeIlrpaWi5OaHBbXiQpPI1l0Skor+HyZmnyQ3dmeJqJdGFn2R2nnhqqXrSFxtvs5WXJYhirTc3B7/4tg==", + "version": "0.2.20250101", + "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20250101.tgz", + "integrity": "sha512-kMlPTsDAxeXel+/nBnyhyBcbtnXKt35dT2kXT5otHg9IP4Qh0rMNi6mYfqNvFXrFpw70CpZjgE6E4g2eWGm/cg==", "dev": true }, "node_modules/@desertnet/html-parser": { From 7f40d29bc1ebf5655a7c3ffb92a50450d51c6fee Mon Sep 17 00:00:00 2001 From: mdn-bot <108879845+mdn-bot@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:30:01 +0000 Subject: [PATCH 2/2] chore: fix mdn urls --- api/DOMMatrixReadOnly.json | 3 +++ api/DOMPointReadOnly.json | 1 + api/SVGElement.json | 6 ++++++ api/SVGFEImageElement.json | 5 +++++ api/SVGTransform.json | 9 +++++++++ api/SVGViewElement.json | 2 ++ 6 files changed, 26 insertions(+) diff --git a/api/DOMMatrixReadOnly.json b/api/DOMMatrixReadOnly.json index 7e5d822ba55375..87028bb0d5266b 100644 --- a/api/DOMMatrixReadOnly.json +++ b/api/DOMMatrixReadOnly.json @@ -1477,6 +1477,7 @@ "toFloat32Array": { "__compat": { "description": "`toFloat32Array()`", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toFloat32Array", "spec_url": "https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-tofloat32array", "support": { "chrome": { @@ -1512,6 +1513,7 @@ "toFloat64Array": { "__compat": { "description": "`toFloat64Array()`", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toFloat64Array", "spec_url": "https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-tofloat64array", "support": { "chrome": { @@ -1618,6 +1620,7 @@ "transformPoint": { "__compat": { "description": "`transformPoint()`", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/transformPoint", "spec_url": "https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-transformpoint", "support": { "chrome": { diff --git a/api/DOMPointReadOnly.json b/api/DOMPointReadOnly.json index 4efb2faa3d7c60..a7d554f7786afe 100644 --- a/api/DOMPointReadOnly.json +++ b/api/DOMPointReadOnly.json @@ -143,6 +143,7 @@ "matrixTransform": { "__compat": { "description": "`matrixTransform()`", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/matrixTransform", "spec_url": "https://drafts.fxtf.org/geometry/#dom-dompointreadonly-matrixtransform", "support": { "chrome": { diff --git a/api/SVGElement.json b/api/SVGElement.json index a23079051f3207..3d2fdcdaff00f9 100644 --- a/api/SVGElement.json +++ b/api/SVGElement.json @@ -132,6 +132,7 @@ }, "blur": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGElement/blur", "spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#dom-blur-dev", "tags": [ "web-features:svg" @@ -310,6 +311,7 @@ }, "focus": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGElement/focus", "spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#dom-focus-dev", "tags": [ "web-features:svg" @@ -445,6 +447,7 @@ }, "nonce": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGElement/nonce", "spec_url": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#dom-noncedelement-nonce", "tags": [ "web-features:svg" @@ -482,6 +485,7 @@ }, "ownerSVGElement": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGElement/ownerSVGElement", "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGElement__ownerSVGElement", "tags": [ "web-features:svg" @@ -575,6 +579,7 @@ }, "tabIndex": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGElement/tabIndex", "spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#dom-tabindex", "tags": [ "web-features:svg" @@ -614,6 +619,7 @@ }, "viewportElement": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGElement/viewportElement", "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGElement__viewportElement", "tags": [ "web-features:svg" diff --git a/api/SVGFEImageElement.json b/api/SVGFEImageElement.json index 1083bdc2731704..ab8d5ff0fc566c 100644 --- a/api/SVGFEImageElement.json +++ b/api/SVGFEImageElement.json @@ -83,6 +83,7 @@ }, "height": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFEImageElement/height", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfilterprimitivestandardattributes-height", "tags": [ "web-features:svg-filters" @@ -212,6 +213,7 @@ }, "result": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFEImageElement/result", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfilterprimitivestandardattributes-result", "tags": [ "web-features:svg-filters" @@ -255,6 +257,7 @@ }, "width": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFEImageElement/width", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfilterprimitivestandardattributes-width", "tags": [ "web-features:svg-filters" @@ -298,6 +301,7 @@ }, "x": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFEImageElement/x", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfilterprimitivestandardattributes-x", "tags": [ "web-features:svg-filters" @@ -341,6 +345,7 @@ }, "y": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFEImageElement/y", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfilterprimitivestandardattributes-y", "tags": [ "web-features:svg-filters" diff --git a/api/SVGTransform.json b/api/SVGTransform.json index 30c2569395e9e8..24ad3a1c208505 100644 --- a/api/SVGTransform.json +++ b/api/SVGTransform.json @@ -47,6 +47,7 @@ }, "angle": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGTransform/angle", "spec_url": "https://svgwg.org/svg2-draft/coords.html#__svg__SVGTransform__angle", "tags": [ "web-features:svg" @@ -92,6 +93,7 @@ }, "matrix": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGTransform/matrix", "spec_url": "https://svgwg.org/svg2-draft/coords.html#__svg__SVGTransform__matrix", "tags": [ "web-features:svg" @@ -137,6 +139,7 @@ }, "setMatrix": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGTransform/setMatrix", "spec_url": "https://svgwg.org/svg2-draft/coords.html#__svg__SVGTransform__setMatrix", "tags": [ "web-features:svg" @@ -182,6 +185,7 @@ }, "setRotate": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGTransform/setRotate", "spec_url": "https://svgwg.org/svg2-draft/coords.html#__svg__SVGTransform__setRotate", "tags": [ "web-features:svg" @@ -227,6 +231,7 @@ }, "setScale": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGTransform/setScale", "spec_url": "https://svgwg.org/svg2-draft/coords.html#__svg__SVGTransform__setScale", "tags": [ "web-features:svg" @@ -272,6 +277,7 @@ }, "setSkewX": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGTransform/setSkewX", "spec_url": "https://svgwg.org/svg2-draft/coords.html#__svg__SVGTransform__setSkewX", "tags": [ "web-features:svg" @@ -317,6 +323,7 @@ }, "setSkewY": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGTransform/setSkewY", "spec_url": "https://svgwg.org/svg2-draft/coords.html#__svg__SVGTransform__setSkewY", "tags": [ "web-features:svg" @@ -362,6 +369,7 @@ }, "setTranslate": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGTransform/setTranslate", "spec_url": "https://svgwg.org/svg2-draft/coords.html#__svg__SVGTransform__setTranslate", "tags": [ "web-features:svg" @@ -407,6 +415,7 @@ }, "type": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGTransform/type", "spec_url": "https://svgwg.org/svg2-draft/coords.html#__svg__SVGTransform__type", "tags": [ "web-features:svg" diff --git a/api/SVGViewElement.json b/api/SVGViewElement.json index b3520cf0ef1d5a..ae817ea91392b2 100644 --- a/api/SVGViewElement.json +++ b/api/SVGViewElement.json @@ -49,6 +49,7 @@ }, "preserveAspectRatio": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGViewElement/preserveAspectRatio", "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGFitToViewBox__preserveAspectRatio", "tags": [ "web-features:svg" @@ -96,6 +97,7 @@ }, "viewBox": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGViewElement/viewBox", "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGFitToViewBox__viewBox", "tags": [ "web-features:svg"