webref icon indicating copy to clipboard operation
webref copied to clipboard

📦 Release @webref/[email protected]

Open github-actions[bot] opened this issue 1 year ago • 0 comments

⚠ 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 da8fb27068db741c6ff467745d9a09bdc6a4f0fa.

🧐 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.11.4. Merging this pull request will release v1.11.5. 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
@@ -1157,7 +1157,7 @@
     "href": "https://w3c.github.io/uievents/#click",
     "src": {
       "format": "summary table",
-      "href": "https://w3c.github.io/uievents/#ref-for-click%E2%91%A3"
+      "href": "https://w3c.github.io/uievents/#ref-for-click"
     },
     "type": "click",
     "targets": [
@@ -3798,7 +3798,7 @@
     "href": "https://w3c.github.io/uievents/#keydown",
     "src": {
       "format": "summary table",
-      "href": "https://w3c.github.io/uievents/#ref-for-keydown%E2%91%A0"
+      "href": "https://w3c.github.io/uievents/#ref-for-keydown"
     },
     "type": "keydown",
     "targets": [
@@ -3992,7 +3992,7 @@
     "href": "https://w3c.github.io/uievents/#load",
     "src": {
       "format": "summary table",
-      "href": "https://w3c.github.io/uievents/#ref-for-load%E2%91%A0"
+      "href": "https://w3c.github.io/uievents/#ref-for-load"
     },
     "type": "load",
     "targets": [
@@ -4497,7 +4497,7 @@
     "href": "https://w3c.github.io/uievents/#mousedown",
     "src": {
       "format": "summary table",
-      "href": "https://w3c.github.io/uievents/#ref-for-mousedown%E2%91%A1"
+      "href": "https://w3c.github.io/uievents/#ref-for-mousedown"
     },
     "type": "mousedown",
     "targets": [
@@ -5244,6 +5244,11 @@
     "interface": "PointerEvent"
   },
   {
+    "src": {
+      "format": "fire an event phrasing",
+      "href": "https://w3c.github.io/pointerlock/#exit-pointer-lock"
+    },
+    "href": "https://w3c.github.io/pointerlock/#dfn-pointerlockchange",
     "type": "pointerlockchange",
     "targets": [
       {
@@ -5251,13 +5256,14 @@
         "bubbles": false
       }
     ],
-    "src": {
-      "format": "IDL eventHandler"
-    },
-    "href": "https://w3c.github.io/pointerlock/#dfn-pointerlockchange",
     "interface": "Event"
   },
   {
+    "src": {
+      "format": "fire an event phrasing",
+      "href": "https://w3c.github.io/pointerlock/#requestPointerLock"
+    },
+    "href": "https://w3c.github.io/pointerlock/#dfn-pointerlockerror",
     "type": "pointerlockerror",
     "targets": [
       {
@@ -5265,10 +5271,6 @@
         "bubbles": false
       }
     ],
-    "src": {
-      "format": "IDL eventHandler"
-    },
-    "href": "https://w3c.github.io/pointerlock/#dfn-pointerlockerror",
     "interface": "Event"
   },
   {

github-actions[bot] avatar Jun 17 '24 18:06 github-actions[bot]