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 browser-specs@4.35.0 #1670

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 24, 2025

⚠ NEVER add commits to this pull request.

🤖 This pull request was automatically created to facilitate human review of browser-specs changes based on list of specs at f1b077a.

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

📦 Latest released browser-specs package was v4.34.0. Merging this pull request will release v4.35.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/browser-specs/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.

Static file(s) changed:
+ README.md


diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=LICENSE.md' '--unified=3' package/node_modules/browser-specs/index.json packages/browser-specs/index.json
--- package/node_modules/browser-specs/index.json
+++ packages/browser-specs/index.json
@@ -4161,7 +4161,7 @@
     "series": {
       "shortname": "ecmascript",
       "currentSpecification": "ecmascript",
-      "title": "ECMAScript Language Specification",
+      "title": "ECMAScript® 2025 Language Specification",
       "shortTitle": "ECMAScript",
       "nightlyUrl": "https://tc39.es/ecma262/multipage/"
     },
@@ -4230,8 +4230,8 @@
       ],
       "filename": "index.html"
     },
-    "title": "ECMAScript Language Specification",
-    "source": "specref",
+    "title": "ECMAScript® 2025 Language Specification",
+    "source": "spec",
     "categories": [
       "browser"
     ],
@@ -4244,8 +4244,8 @@
     "series": {
       "shortname": "ecma-402",
       "currentSpecification": "ecma-402",
-      "title": "ECMAScript Internationalization API Specification",
-      "shortTitle": "ECMAScript Internationalization API",
+      "title": "ECMAScript® 2025 Internationalization API Specification",
+      "shortTitle": "ECMAScript® 2025 Internationalization API",
       "nightlyUrl": "https://tc39.es/ecma402/"
     },
     "tests": {
@@ -4269,9 +4269,9 @@
       "sourcePath": "spec/index.html",
       "filename": "index.html"
     },
-    "title": "ECMAScript Internationalization API Specification",
-    "source": "specref",
-    "shortTitle": "ECMAScript Internationalization API",
+    "title": "ECMAScript® 2025 Internationalization API Specification",
+    "source": "spec",
+    "shortTitle": "ECMAScript® 2025 Internationalization API",
     "categories": [
       "browser"
     ],
@@ -6421,7 +6421,7 @@
       "filename": "index.html"
     },
     "title": "Web Bluetooth",
-    "source": "specref",
+    "source": "spec",
     "shortTitle": "Web Bluetooth",
     "categories": [
       "browser"
@@ -7104,6 +7104,40 @@
     "standing": "good"
   },
   {
+    "url": "https://wicg.github.io/document-isolation-policy/",
+    "seriesComposition": "full",
+    "shortname": "document-isolation-policy",
+    "series": {
+      "shortname": "document-isolation-policy",
+      "currentSpecification": "document-isolation-policy",
+      "title": "Document-Isolation-Policy",
+      "shortTitle": "Document-Isolation-Policy",
+      "nightlyUrl": "https://wicg.github.io/document-isolation-policy/"
+    },
+    "organization": "W3C",
+    "groups": [
+      {
+        "name": "Web Platform Incubator Community Group",
+        "url": "https://www.w3.org/community/wicg/"
+      }
+    ],
+    "nightly": {
+      "url": "https://wicg.github.io/document-isolation-policy/",
+      "status": "Draft Community Group Report",
+      "alternateUrls": [],
+      "repository": "https://github.com/WICG/document-isolation-policy",
+      "sourcePath": "index.bs",
+      "filename": "index.html"
+    },
+    "title": "Document-Isolation-Policy",
+    "source": "spec",
+    "shortTitle": "Document-Isolation-Policy",
+    "categories": [
+      "browser"
+    ],
+    "standing": "good"
+  },
+  {
     "url": "https://wicg.github.io/document-picture-in-picture/",
     "seriesComposition": "full",
     "shortname": "document-picture-in-picture",
@@ -9361,7 +9395,7 @@
       }
     ],
     "title": "Information technology — Digital compression and coding of continuous-tone still images: JPEG File Interchange Format (JFIF) — Part 5:",
-    "source": "specref",
+    "source": "spec",
     "categories": [
       "browser"
     ],
@@ -9386,7 +9420,7 @@
       }
     ],
     "title": "Information technology — JPEG XL image coding system — Part 2: File format",
-    "source": "specref",
+    "source": "spec",
     "categories": [
       "browser"
     ],
@@ -9399,7 +9433,7 @@
     "series": {
       "shortname": "iso14496-22",
       "currentSpecification": "iso14496-22",
-      "title": "Information technology — Coding of audio-visual objects — Part 22: Open Font Format",
+      "title": "Information technology — Coding of audio-visual objects — Part 22: Open font format",
       "shortTitle": "Open Font Format"
     },
     "shortTitle": "Open Font Format",
@@ -9410,8 +9444,8 @@
         "url": "https://www.iso.org/committee/45316.html"
       }
     ],
-    "title": "Information technology — Coding of audio-visual objects — Part 22: Open Font Format",
-    "source": "specref",
+    "title": "Information technology — Coding of audio-visual objects — Part 22: Open font format",
+    "source": "spec",
     "categories": [
       "browser"
     ],

@github-actions github-actions bot changed the title 📦 Release browser-specs@4.34.1 📦 Release browser-specs@4.35.0 Jan 31, 2025
@github-actions github-actions bot force-pushed the release-browser-specs-20250124143529060 branch from f7a8172 to 7f7e6e3 Compare January 31, 2025 16:22
@tidoust tidoust merged commit ed3aa16 into main Jan 31, 2025
@tidoust tidoust deleted the release-browser-specs-20250124143529060 branch January 31, 2025 17:25
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