chore(deps-dev): bump @ddbeck/mdn-content-inventory from 0.2.20260810 to 0.2.20260811 (#30238)
* chore(deps-dev): bump @ddbeck/mdn-content-inventory
Bumps [@ddbeck/mdn-content-inventory](https://github.com/ddbeck/mdn-content-inventory) from 0.2.20260810 to 0.2.20260811.
- [Commits](https://github.com/ddbeck/mdn-content-inventory/commits)
---
updated-dependencies:
- dependency-name: "@ddbeck/mdn-content-inventory"
dependency-version: 0.2.20260811
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: fix mdn urls
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mdn-bot <108879845+mdn-bot@users.noreply.github.com>
diff --git a/javascript/builtins/Iterator.json b/javascript/builtins/Iterator.json
index d337950..f42e6a6 100644
--- a/javascript/builtins/Iterator.json
+++ b/javascript/builtins/Iterator.json
@@ -94,6 +94,7 @@
},
"chunks": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Iterator/chunks",
"spec_url": "https://tc39.es/proposal-iterator-chunking/#sec-iterator.prototype.chunks",
"support": {
"chrome": {
@@ -842,6 +843,7 @@
},
"windows": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Iterator/windows",
"spec_url": "https://tc39.es/proposal-iterator-chunking/#sec-iterator.prototype.windows",
"support": {
"chrome": {
diff --git a/package-lock.json b/package-lock.json
index d78ce22..e88a1ce 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -123,9 +123,9 @@
}
},
"node_modules/@ddbeck/mdn-content-inventory": {
- "version": "0.2.20260810",
- "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20260810.tgz",
- "integrity": "sha512-GKz4B8/MXf78jTke6Uv7zSULkU6xBfcj9jfwuaGUhfSfVNQU4wuVvaBzwqkssK/hy/nun9NTFJnmNWIpZVg6hw==",
+ "version": "0.2.20260811",
+ "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20260811.tgz",
+ "integrity": "sha512-JcIsBo+wb07GIGEVLntHZr7So2FJPJYZ3dmCD+lj5maDB5t+vAbxesppUuT10XfTteRItWCFJl3wffPksYt/+A==",
"dev": true,
"license": "CC-BY-SA-2.5"
},
diff --git a/webdriver/bidi/browsingContext.json b/webdriver/bidi/browsingContext.json
index 596dd0d..a2caba8 100644
--- a/webdriver/bidi/browsingContext.json
+++ b/webdriver/bidi/browsingContext.json
@@ -1068,6 +1068,7 @@
"domContentLoaded_event": {
"__compat": {
"description": "`browsingContext.domContentLoaded` event",
+ "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Reference/BiDi/Modules/browsingContext/domContentLoaded",
"spec_url": "https://w3c.github.io/webdriver-bidi/#event-browsingContext-domContentLoaded",
"support": {
"chrome": {
@@ -1809,6 +1810,7 @@
"fragmentNavigated_event": {
"__compat": {
"description": "`browsingContext.fragmentNavigated` event",
+ "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Reference/BiDi/Modules/browsingContext/fragmentNavigated",
"spec_url": "https://w3c.github.io/webdriver-bidi/#event-browsingContext-fragmentNavigated",
"support": {
"chrome": {
@@ -2245,6 +2247,7 @@
"historyUpdated_event": {
"__compat": {
"description": "`browsingContext.historyUpdated` event",
+ "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Reference/BiDi/Modules/browsingContext/historyUpdated",
"spec_url": "https://w3c.github.io/webdriver-bidi/#event-browsingContext-historyUpdated",
"support": {
"chrome": {
@@ -2410,6 +2413,7 @@
"load_event": {
"__compat": {
"description": "`browsingContext.load` event",
+ "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Reference/BiDi/Modules/browsingContext/load",
"spec_url": "https://w3c.github.io/webdriver-bidi/#event-browsingContext-load",
"support": {
"chrome": {
@@ -2603,6 +2607,7 @@
"locateNodes": {
"__compat": {
"description": "`browsingContext.locateNodes` command",
+ "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Reference/BiDi/Modules/browsingContext/locateNodes",
"spec_url": "https://w3c.github.io/webdriver-bidi/#command-browsingContext-locateNodes",
"support": {
"chrome": {
@@ -2929,6 +2934,7 @@
"navigationCommitted_event": {
"__compat": {
"description": "`browsingContext.navigationCommitted` event",
+ "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Reference/BiDi/Modules/browsingContext/navigationCommitted",
"spec_url": "https://w3c.github.io/webdriver-bidi/#event-browsingContext-navigationCommitted",
"support": {
"chrome": {
@@ -3122,6 +3128,7 @@
"navigationFailed_event": {
"__compat": {
"description": "`browsingContext.navigationFailed` event",
+ "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Reference/BiDi/Modules/browsingContext/navigationFailed",
"spec_url": "https://w3c.github.io/webdriver-bidi/#event-browsingContext-navigationFailed",
"support": {
"chrome": {
@@ -3317,6 +3324,7 @@
"navigationStarted_event": {
"__compat": {
"description": "`browsingContext.navigationStarted` event",
+ "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Reference/BiDi/Modules/browsingContext/navigationStarted",
"spec_url": "https://w3c.github.io/webdriver-bidi/#event-browsingContext-navigationStarted",
"support": {
"chrome": {