webref
webref copied to clipboard
📦 Release @webref/[email protected]
⚠ 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 45b854e38b285a9727c377447d5b478fafbf8c19.
🧐 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
@@ -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",
@dontcallmedom @tidoust the diff is harder to read because things have moved. Can we sort keys before serializing?
@dontcallmedom @tidoust the diff is harder to read because things have moved. Can we sort keys before serializing?
Tracked in https://github.com/w3c/reffy/issues/1501