Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
autoprefixer 10.4.21 -> 10.4.22 age confidence dependencies patch
ossf/scorecard-action v2.4.2 -> v2.4.3 age confidence action patch
tailwindcss (source) 4.1.11 -> 4.1.18 age confidence dependencies patch

Release Notes

postcss/autoprefixer (autoprefixer)

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
ossf/scorecard-action (ossf/scorecard-action)

v2.4.3

Compare Source

What's Changed

This update bumps the Scorecard version to the v5.3.0 release. For a complete list of changes, please refer to the Scorecard v5.3.0 release notes.

Documentation

Other

New Contributors

Full Changelog: ossf/scorecard-action@v2.4.2...v2.4.3

tailwindlabs/tailwindcss (tailwindcss)

v4.1.18

Compare Source

Fixed
  • Ensure validation of source(…) happens relative to the file it is in (#​19274)
  • Include filename and line numbers in CSS parse errors (#​19282)
  • Skip comments in Ruby files when checking for class names (#​19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#​19243)
  • Support environment API in @tailwindcss/vite (#​18970)
  • Preserve case of theme keys from JS configs and plugins (#​19337)
  • Write source maps correctly on the CLI when using --watch (#​19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#​19348)
  • Improve backwards compatibility for content theme key from JS configs (#​19381)
  • Upgrade: Handle future and experimental config keys (#​19344)
  • Try to canonicalize any arbitrary utility to a bare value (#​19379)
  • Validate candidates similarly to Oxide (#​19397)
  • Canonicalization: combine text-* and leading-* classes (#​19396)
  • Correctly handle duplicate CLI arguments (#​19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#​19419)
  • CLI: Don't hang when output is /dev/stdout (#​19421)

v4.1.17

Compare Source

Fixed
  • Substitute @variant inside legacy JS APIs (#​19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#​19242)

v4.1.16

Compare Source

Fixed
  • Discard candidates with an empty data type (#​19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#​19176)
  • Fix invalid colors due to nested & (#​19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#​19178)

v4.1.15

Compare Source

Fixed
  • Fix Safari devtools rendering issue due to color-mix fallback (#​19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#​19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#​19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#​19100)
  • Prevent important utilities from affecting other utilities (#​19110)
  • Don’t index into strings with the theme(…) function (#​19111)
  • Fix parsing issue when \t is used in at-rules (#​19130)
  • Upgrade: Canonicalize utilities containing 0 values (#​19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#​19157)
Changed

v4.1.14

Compare Source

Fixed
  • Handle ' syntax in ClojureScript when extracting classes (#​18888)
  • Handle @variant inside @custom-variant (#​18885)
  • Merge suggestions when using @utility (#​18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#​18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#​18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#​18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#​18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#​18918)
  • Use default export condition for @tailwindcss/vite (#​18948)
  • Re-throw errors from PostCSS nodes (#​18373)
  • Detect classes in markdown inline directives (#​18967)
  • Ensure files with only @theme produce no output when built (#​18979)
  • Support Maud templates when extracting classes (#​18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#​18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#​19028)
  • Upgrade: Ensure first class inside className is migrated (#​19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#​19031)

v4.1.13

Compare Source

Changed
  • Drop warning from browser build (#​18731)
  • Drop exact duplicate declarations when emitting CSS (#​18809)
Fixed
  • Don't transition visibility when using transition (#​18795)
  • Discard matched variants with unknown named values (#​18799)
  • Discard matched variants with non-string values (#​18799)
  • Show suggestions for known matchVariant values (#​18798)
  • Replace deprecated clip with clip-path in sr-only (#​18769)
  • Hide internal fields from completions in matchUtilities (#​18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#​18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#​18869)
  • Do not allow custom variants to start or end with a - or _ (#​18867, #​18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#​18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#​18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#​18817)

v4.1.12

Compare Source

Fixed
  • Don't consider the global important state in @apply (#​18404)
  • Add missing suggestions for flex-<number> utilities (#​18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#​18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#​18432)
  • Track source locations through @plugin and @config (#​18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#​18485)
  • Ignore consecutive semicolons in the CSS parser (#​18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#​18511)
  • Extract candidates in Slang templates (#​18565)
  • Improve error messages when encountering invalid functional utility names (#​18568)
  • Discard CSS AST objects with false or undefined properties (#​18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#​18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#​18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#​18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#​18704)
  • Don't scan .hdr and .exr files for classes by default (#​18734)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sourcery-ai
Copy link

sourcery-ai bot commented Jun 28, 2025

Reviewer's Guide

This PR updates the @types/node dependency from v22.15.33 to v22.15.34, adjusting both the package.json declaration and regenerating pnpm-lock.yaml entries (importer specs, package resolution, and snapshots) to reflect the new version and integrity hash.

File-Level Changes

Change Details Files
Bump @types/node version to 22.15.34
  • Update @types/node version string in package.json dependencies
  • Update dependency specifier and version under importers in pnpm-lock.yaml
package.json
pnpm-lock.yaml
Regenerate lockfile entries for @types/node
  • Rename package resolution key and update its integrity hash
  • Adjust snapshot entry for @types/node version and dependencies
pnpm-lock.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@renovate renovate bot force-pushed the renovate/all-patch branch from fa45692 to 5229d1e Compare June 30, 2025 17:34
@renovate renovate bot changed the title Update dependency @types/node to v22.15.34 Update all patch dependencies Jun 30, 2025
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from 8de44ab to 4ba577b Compare July 4, 2025 00:31
@renovate renovate bot changed the title Update all patch dependencies Update github/codeql-action action to v3.29.2 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/all-patch branch from 4ba577b to d0edcc3 Compare July 21, 2025 21:38
@renovate renovate bot changed the title Update github/codeql-action action to v3.29.2 Update github/codeql-action action to v3.29.3 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/all-patch branch from d0edcc3 to bac14ed Compare July 23, 2025 19:01
@renovate renovate bot changed the title Update github/codeql-action action to v3.29.3 Update github/codeql-action action to v3.29.4 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/all-patch branch from bac14ed to a4c9885 Compare August 8, 2025 20:14
@renovate renovate bot changed the title Update github/codeql-action action to v3.29.4 Update github/codeql-action action to v3.29.8 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/all-patch branch from a4c9885 to efc1823 Compare August 12, 2025 11:34
@renovate renovate bot changed the title Update github/codeql-action action to v3.29.8 Update github/codeql-action action to v3.29.9 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/all-patch branch from efc1823 to 4a36b54 Compare August 14, 2025 18:30
@renovate renovate bot changed the title Update github/codeql-action action to v3.29.9 Update all patch dependencies Aug 14, 2025
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from 577b9a7 to 099312a Compare August 21, 2025 16:38
@renovate renovate bot force-pushed the renovate/all-patch branch from 099312a to 83278a6 Compare September 6, 2025 22:43
@renovate renovate bot changed the title Update all patch dependencies Update dependency tailwindcss to v4.1.13 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/all-patch branch from 83278a6 to f5d99bd Compare October 1, 2025 00:01
@renovate renovate bot changed the title Update dependency tailwindcss to v4.1.13 Update all patch dependencies Oct 1, 2025
@renovate renovate bot force-pushed the renovate/all-patch branch from f5d99bd to 627d57e Compare October 1, 2025 22:10
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 1f1b2ec to 618f6cc Compare October 17, 2025 02:36
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from e367d79 to 1155b55 Compare October 23, 2025 13:56
@renovate renovate bot force-pushed the renovate/all-patch branch from 1155b55 to e0a78c2 Compare October 28, 2025 20:13
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from aef36c5 to 38fec3e Compare November 6, 2025 15:55
@renovate renovate bot force-pushed the renovate/all-patch branch from 38fec3e to 002c6c5 Compare November 11, 2025 04:54
@renovate renovate bot force-pushed the renovate/all-patch branch from 002c6c5 to 0c1c81a Compare November 18, 2025 22:56
@renovate renovate bot force-pushed the renovate/all-patch branch from 0c1c81a to 5080bdf Compare December 3, 2025 17:36
@renovate renovate bot force-pushed the renovate/all-patch branch from 5080bdf to e526157 Compare December 11, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant