diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 4fa1cc0c8..8d7d155e4 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -8656,7 +8656,7 @@ interface DOMImplementation { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocumentType) */ - createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType; + createDocumentType(name: string, publicId: string, systemId: string): DocumentType; /** * The **`DOMImplementation.createHTMLDocument()`** method creates a new HTML Document. * diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index 24413abd1..89a36d822 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -8649,7 +8649,7 @@ interface DOMImplementation { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocumentType) */ - createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType; + createDocumentType(name: string, publicId: string, systemId: string): DocumentType; /** * The **`DOMImplementation.createHTMLDocument()`** method creates a new HTML Document. * diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index 749cb2fec..7422929a6 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -8656,7 +8656,7 @@ interface DOMImplementation { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocumentType) */ - createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType; + createDocumentType(name: string, publicId: string, systemId: string): DocumentType; /** * The **`DOMImplementation.createHTMLDocument()`** method creates a new HTML Document. * diff --git a/inputfiles/mdn b/inputfiles/mdn index 7e52ccf87..5af076670 160000 --- a/inputfiles/mdn +++ b/inputfiles/mdn @@ -1 +1 @@ -Subproject commit 7e52ccf8751ee9f4b3dd4a466979418af48c1fbe +Subproject commit 5af076670ab04354a191d3fd873507a1e7ef227e diff --git a/inputfiles/removedTypes.jsonc b/inputfiles/removedTypes.jsonc index 4fafb1829..325fa8c5e 100644 --- a/inputfiles/removedTypes.jsonc +++ b/inputfiles/removedTypes.jsonc @@ -282,7 +282,8 @@ "member": { // (same as *Inputs) "appidExclude": null, // No implementation as of 2025-05 - "hmacGetSecret": null // No implementation as of 2025-05 + "hmacGetSecret": null, // No implementation as of 2025-05 + "payment": null // Blink only as of 2025-06 } } }, diff --git a/package-lock.json b/package-lock.json index fd3b58e1d..f0839a573 100644 --- a/package-lock.json +++ b/package-lock.json @@ -355,9 +355,9 @@ } }, "node_modules/@mdn/browser-compat-data": { - "version": "6.0.21", - "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-6.0.21.tgz", - "integrity": "sha512-7cD8A8ZlreQs1XJfK9kpJQ3oWIdWkY+9DvQPSSjuy/qsmDfGywQ/eGpDijR3/rSZTjzO+J/LdRBd4TUXyKKDQA==", + "version": "6.0.23", + "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-6.0.23.tgz", + "integrity": "sha512-LdoI2lPd0bHn3IL4kJ2hxmh4kLE59GarffTR2oqllXc/LIWJNolznUk2lmzUxfColwM07Q3PbN38+ZqHdzmf3A==", "dev": true, "license": "CC0-1.0" }, @@ -1340,9 +1340,9 @@ } }, "node_modules/@webref/css": { - "version": "6.22.0", - "resolved": "https://registry.npmjs.org/@webref/css/-/css-6.22.0.tgz", - "integrity": "sha512-GDY4aPOD+m9pntMfzpbXa1XEMc+wcXBuX1ok1OPrNhcdj1PcZrbZji8Y6wM4z6Dhdm4sjNHxzLS5zvrft4Lr4Q==", + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/@webref/css/-/css-6.23.0.tgz", + "integrity": "sha512-6bR0iNhl8/oWitLCIGDvs1B4CJBq2cuV9SRjEE4nZUOJzyn5WK6Y4sBfSiCwQqX0WEgASwywukcCVEEaJoRGNA==", "dev": true, "license": "MIT", "peerDependencies": { @@ -1364,9 +1364,9 @@ "license": "MIT" }, "node_modules/@webref/idl": { - "version": "3.64.2", - "resolved": "https://registry.npmjs.org/@webref/idl/-/idl-3.64.2.tgz", - "integrity": "sha512-1vVt/FI6JHMif70hgc2sKRL63l5PzkufOr51gRQTYyiJGOWjaeYkuv0UjWfT939iXail3lH0zpUaGhGXfGKLbw==", + "version": "3.65.0", + "resolved": "https://registry.npmjs.org/@webref/idl/-/idl-3.65.0.tgz", + "integrity": "sha512-TW2xliNxoHIwnZ4KNBoTnff1kQETI2KPbCYj2nyslE9bfwZdkh1gLuzYmSlYyjt5KIhpE6Wf3M4EwbGviyMUEA==", "dev": true, "license": "MIT", "peerDependencies": {