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] #1495

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 8, 2025

⚠ NEVER add commits to this pull request.

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

🧐 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/css package was v6.20.4. Merging this pull request will release v6.20.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/css/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/css/css-values-5.json packages/css/css-values-5.json
--- webref/node_modules/@webref/css/css-values-5.json
+++ packages/css/css-values-5.json
@@ -557,13 +557,13 @@
       "prose": "The random() function is a math function that represents a random value between a minimum and maximum value, drawn from a uniform distribution, optionally limiting the possible values to a step between those limits:",
       "href": "https://drafts.csswg.org/css-values-5/#funcdef-random",
       "type": "function",
-      "value": "random( <random-caching-options>? , <calc-sum>, <calc-sum>, [by <calc-sum>]? )"
+      "value": "random( <random-caching-options>? , <calc-sum>, <calc-sum>, <calc-sum>? )"
     },
     {
       "name": "<random-caching-options>",
       "href": "https://drafts.csswg.org/css-values-5/#typedef-random-caching-options",
       "type": "type",
-      "value": "<dashed-ident> || per-element"
+      "value": "auto | [ <dashed-ident> || match-element ] | <number [0,1]>"
     },
     {
       "name": "random-item()",
@@ -649,6 +649,22 @@
       "msg": "Missing definition",
       "name": "<cross-fade()>",
       "value": "cross-fade( <progress>, [ <image> | <color> ], [ <image> | <color> ] ) | cross-fade( <cf-image># )"
+    },
+    {
+      "msg": "Dangling value",
+      "name": "auto",
+      "href": "https://drafts.csswg.org/css-values-5/#valdef-randomrandom-caching-options-auto",
+      "type": "value",
+      "value": "auto",
+      "for": "random()|<random-caching-options>"
+    },
+    {
+      "msg": "Dangling value",
+      "name": "match-element",
+      "href": "https://drafts.csswg.org/css-values-5/#valdef-randomrandom-caching-options-match-element",
+      "type": "value",
+      "value": "match-element",
+      "for": "random()|<random-caching-options>"
     }
   ]
 }

@github-actions github-actions bot force-pushed the release-css-20250308064713549 branch 6 times, most recently from 4b25383 to 03a650c Compare March 9, 2025 18:45
@github-actions github-actions bot force-pushed the release-css-20250308064713549 branch from 03a650c to 18acd84 Compare March 10, 2025 00:58
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.

0 participants