Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 10, 2024

⚠ NEVER add commits to this pull request.

πŸ€– This pull request was automatically created to facilitate human review of @webref/events changes triggered by curated data at 92cf383.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

πŸ“¦ Latest released @webref/events package was v1.12.0. Merging this pull request will release v1.13.0. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

πŸ›ˆ The actual change introduced by this pull request is a version bump in packages/events/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/events/events.json packages/events/events.json
--- webref/node_modules/@webref/events/events.json
+++ packages/events/events.json
@@ -2083,66 +2083,6 @@
     "interface": "UIEvent"
   },
   {
-    "href": "https://w3c.github.io/uievents/#domattrmodified",
-    "src": {
-      "format": "summary table",
-      "href": "https://w3c.github.io/uievents/#ref-for-domattrmodified"
-    },
-    "type": "DOMAttrModified",
-    "targets": [
-      {
-        "target": "Element",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      }
-    ],
-    "cancelable": false,
-    "interface": "MutationEvent"
-  },
-  {
-    "href": "https://w3c.github.io/uievents/#domcharacterdatamodified",
-    "src": {
-      "format": "summary table",
-      "href": "https://w3c.github.io/uievents/#ref-for-domcharacterdatamodified"
-    },
-    "type": "DOMCharacterDataModified",
-    "targets": [
-      {
-        "target": "Text",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "Comment",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "ProcessingInstruction",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      }
-    ],
-    "cancelable": false,
-    "interface": "MutationEvent"
-  },
-  {
     "href": "https://html.spec.whatwg.org/multipage/indices.html#event-domcontentloaded",
     "src": {
       "format": "summary table",
@@ -2203,249 +2143,6 @@
     "interface": "FocusEvent"
   },
   {
-    "href": "https://w3c.github.io/uievents/#domnodeinserted",
-    "src": {
-      "format": "summary table",
-      "href": "https://w3c.github.io/uievents/#ref-for-domnodeinserted"
-    },
-    "type": "DOMNodeInserted",
-    "targets": [
-      {
-        "target": "Element",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "Attr",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "Text",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "Comment",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "DocumentType",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "ProcessingInstruction",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      }
-    ],
-    "cancelable": false,
-    "interface": "MutationEvent"
-  },
-  {
-    "href": "https://w3c.github.io/uievents/#domnodeinsertedintodocument",
-    "src": {
-      "format": "summary table",
-      "href": "https://w3c.github.io/uievents/#ref-for-domnodeinsertedintodocument"
-    },
-    "type": "DOMNodeInsertedIntoDocument",
-    "targets": [
-      {
-        "target": "Element",
-        "bubbles": false
-      },
-      {
-        "target": "Attr",
-        "bubbles": false
-      },
-      {
-        "target": "Text",
-        "bubbles": false
-      },
-      {
-        "target": "Comment",
-        "bubbles": false
-      },
-      {
-        "target": "DocumentType",
-        "bubbles": false
-      },
-      {
-        "target": "ProcessingInstruction",
-        "bubbles": false
-      }
-    ],
-    "cancelable": false,
-    "interface": "MutationEvent"
-  },
-  {
-    "href": "https://w3c.github.io/uievents/#domnoderemoved",
-    "src": {
-      "format": "summary table",
-      "href": "https://w3c.github.io/uievents/#ref-for-domnoderemoved"
-    },
-    "type": "DOMNodeRemoved",
-    "targets": [
-      {
-        "target": "Element",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "Attr",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "Text",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "Comment",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "DocumentType",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "ProcessingInstruction",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      }
-    ],
-    "cancelable": false,
-    "interface": "MutationEvent"
-  },
-  {
-    "href": "https://w3c.github.io/uievents/#domnoderemovedfromdocument",
-    "src": {
-      "format": "summary table",
-      "href": "https://w3c.github.io/uievents/#ref-for-domnoderemovedfromdocument"
-    },
-    "type": "DOMNodeRemovedFromDocument",
-    "targets": [
-      {
-        "target": "Element",
-        "bubbles": false
-      },
-      {
-        "target": "Attr",
-        "bubbles": false
-      },
-      {
-        "target": "Text",
-        "bubbles": false
-      },
-      {
-        "target": "Comment",
-        "bubbles": false
-      },
-      {
-        "target": "DocumentType",
-        "bubbles": false
-      },
-      {
-        "target": "ProcessingInstruction",
-        "bubbles": false
-      }
-    ],
-    "cancelable": false,
-    "interface": "MutationEvent"
-  },
-  {
-    "href": "https://w3c.github.io/uievents/#domsubtreemodified",
-    "src": {
-      "format": "summary table",
-      "href": "https://w3c.github.io/uievents/#ref-for-domsubtreemodified"
-    },
-    "type": "DOMSubtreeModified",
-    "targets": [
-      {
-        "target": "DocumentFragment",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "Element",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      },
-      {
-        "target": "Attr",
-        "bubbles": true,
-        "bubblingPath": [
-          "Node",
-          "Document",
-          "Window"
-        ]
-      }
-    ],
-    "cancelable": false,
-    "interface": "MutationEvent"
-  },
-  {
     "href": "https://html.spec.whatwg.org/multipage/dnd.html#event-dnd-drag",
     "src": {
       "format": "summary table",

@github-actions github-actions bot force-pushed the release-events-20240910101427539 branch 8 times, most recently from ab955aa to dbd8b98 Compare September 12, 2024 00:58
@github-actions github-actions bot force-pushed the release-events-20240910101427539 branch 4 times, most recently from 0a751ff to 3c5c018 Compare September 13, 2024 00:58
@github-actions github-actions bot force-pushed the release-events-20240910101427539 branch from 3c5c018 to 4ca4bcf Compare September 13, 2024 06:45
@tidoust tidoust merged commit 03d5920 into main Sep 13, 2024
@tidoust tidoust deleted the release-events-20240910101427539 branch September 13, 2024 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant