Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ“¦ Release @webref/[email protected] #1127

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 24, 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 e869cbc.

🧐 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.9.2. Merging this pull request will release v1.10.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
@@ -3678,7 +3678,7 @@
         "target": "ServiceWorkerGlobalScope"
       }
     ],
-    "interface": "ExtendableEvent"
+    "interface": "InstallEvent"
   },
   {
     "href": "https://html.spec.whatwg.org/multipage/indices.html#event-invalid",
@@ -4769,14 +4769,14 @@
       "format": "fire an event phrasing",
       "href": "https://compat.spec.whatwg.org/#ref-for-concept-event-fire"
     },
-    "href": "https://compat.spec.whatwg.org/#ref-for-concept-event-fire",
+    "href": "https://compat.spec.whatwg.org/#event-orientationchange",
     "type": "orientationchange",
-    "interface": "Event",
     "targets": [
       {
         "target": "Window"
       }
-    ]
+    ],
+    "interface": "Event"
   },
   {
     "href": "https://html.spec.whatwg.org/multipage/indices.html#event-pagehide",
@@ -6730,6 +6730,26 @@
     ]
   },
   {
+    "href": "https://w3c.github.io/uievents/#textinput",
+    "src": {
+      "format": "summary table",
+      "href": "https://w3c.github.io/uievents/#ref-for-textinput"
+    },
+    "type": "textInput",
+    "targets": [
+      {
+        "target": "Element",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      }
+    ],
+    "interface": "TextEvent"
+  },
+  {
     "src": {
       "format": "fire an event phrasing",
       "href": "https://w3c.github.io/edit-context/#dispatch-text-update-event"

@github-actions github-actions bot force-pushed the release-events-20240124124345428 branch 27 times, most recently from 83babde to 7ba1bf5 Compare January 31, 2024 06:36
@github-actions github-actions bot force-pushed the release-events-20240124124345428 branch 2 times, most recently from 1e5d1fd to dab711a Compare February 15, 2024 00:50
@foolip
Copy link
Member

foolip commented Feb 15, 2024

@dontcallmedom @tidoust the diff is harder to read because things have moved. Can we sort keys before serializing?

@github-actions github-actions bot force-pushed the release-events-20240124124345428 branch 19 times, most recently from fc0a20c to a329e18 Compare February 21, 2024 18:35
@github-actions github-actions bot force-pushed the release-events-20240124124345428 branch 2 times, most recently from 00e2151 to 3922407 Compare February 23, 2024 15:02
@github-actions github-actions bot force-pushed the release-events-20240124124345428 branch from 3922407 to b70965a Compare February 23, 2024 16:02
@tidoust
Copy link
Member

tidoust commented Feb 23, 2024

@dontcallmedom @tidoust the diff is harder to read because things have moved. Can we sort keys before serializing?

Tracked in w3c/reffy#1501

@tidoust tidoust merged commit 24d0b2e into main Feb 23, 2024
@tidoust tidoust deleted the release-events-20240124124345428 branch February 23, 2024 16:09
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.

2 participants