Skip to content

Update dependency clsx to v2#422

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/clsx-2.x
Open

Update dependency clsx to v2#422
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/clsx-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 16, 2023

This PR contains the following updates:

Package Change Age Confidence
clsx ^1.2.1^2.0.0 age confidence

Release Notes

lukeed/clsx (clsx)

v2.1.1

Compare Source

Patches

Chores

  • Add licenses.dev badge: 684509c
    This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

v2.1.0

Compare Source

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    
    // strings-only usage is identical
    clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    
    // clsx/lite ignores all non-strings
    clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
    lite('foo', { a: true, b: false, c: true }); //=> "foo"

Full Changelog: lukeed/clsx@v2.0.1...v2.1.0

v2.0.1

Compare Source

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#​26): deff09b
    Adds 5 bytes (+2%) for ~3% avg performance gain
    Thank you @​jalalazimi

Chores


Full Changelog: lukeed/clsx@v2.0.0...v2.0.1

v2.0.0

Compare Source

Breaking
  • Add "exports" map for native ESM support (#​57): 3ec8e9f, 0949868
    Also supports TypeScript's node16/nodenext module resolution
    Maintains CommonJS support (with fixed TS definitions)
    Thank you @​remcohaszing~!
Chores

Full Changelog: lukeed/clsx@v1.2.1...v2.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 16, 2023
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from 6ac4237 to fab204d Compare July 30, 2023 06:25
@renovate renovate Bot changed the title fix(deps): update dependency clsx to v2 Update dependency clsx to v2 Sep 26, 2023
@renovate renovate Bot changed the title Update dependency clsx to v2 fix(deps): update dependency clsx to v2 Dec 1, 2023
@renovate renovate Bot changed the title fix(deps): update dependency clsx to v2 Update dependency clsx to v2 Dec 24, 2023
@renovate renovate Bot changed the title Update dependency clsx to v2 fix(deps): update dependency clsx to v2 Dec 30, 2023
@renovate renovate Bot changed the title fix(deps): update dependency clsx to v2 Update dependency clsx to v2 Jan 23, 2024
@renovate renovate Bot changed the title Update dependency clsx to v2 fix(deps): update dependency clsx to v2 Feb 1, 2024
@renovate renovate Bot changed the title fix(deps): update dependency clsx to v2 Update dependency clsx to v2 Feb 21, 2024
@renovate renovate Bot changed the title Update dependency clsx to v2 fix(deps): update dependency clsx to v2 Apr 12, 2024
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from fab204d to 82fc0c4 Compare April 17, 2024 07:17
@renovate renovate Bot changed the title fix(deps): update dependency clsx to v2 Update dependency clsx to v2 May 7, 2024
@renovate renovate Bot changed the title Update dependency clsx to v2 fix(deps): update dependency clsx to v2 Jun 11, 2024
@renovate renovate Bot changed the title fix(deps): update dependency clsx to v2 Update dependency clsx to v2 Jun 30, 2024
@renovate renovate Bot changed the title Update dependency clsx to v2 fix(deps): update dependency clsx to v2 Jul 7, 2024
@renovate renovate Bot changed the title fix(deps): update dependency clsx to v2 Update dependency clsx to v2 Aug 10, 2024
@renovate renovate Bot changed the title Update dependency clsx to v2 fix(deps): update dependency clsx to v2 Aug 15, 2024
@renovate renovate Bot changed the title fix(deps): update dependency clsx to v2 Update dependency clsx to v2 Sep 3, 2024
@renovate renovate Bot changed the title Update dependency clsx to v2 fix(deps): update dependency clsx to v2 Sep 25, 2024
@renovate renovate Bot changed the title fix(deps): update dependency clsx to v2 Update dependency clsx to v2 Oct 14, 2024
@renovate renovate Bot changed the title Update dependency clsx to v2 fix(deps): update dependency clsx to v2 Jan 6, 2025
@renovate renovate Bot changed the title fix(deps): update dependency clsx to v2 Update dependency clsx to v2 Jan 28, 2025
@renovate renovate Bot changed the title Update dependency clsx to v2 fix(deps): update dependency clsx to v2 Mar 30, 2025
@renovate renovate Bot changed the title fix(deps): update dependency clsx to v2 Update dependency clsx to v2 Apr 20, 2025
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch 2 times, most recently from 4d4dfb1 to 4c05b89 Compare August 13, 2025 12:01
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from 4c05b89 to 62a4a2c Compare August 19, 2025 12:47
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from 62a4a2c to 5efcf53 Compare August 31, 2025 13:12
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from 5efcf53 to 203bb7c Compare September 25, 2025 16:43
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from 203bb7c to 8d1e3fc Compare October 22, 2025 00:07
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from 8d1e3fc to d202bdf Compare November 10, 2025 21:33
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from d202bdf to f5162d3 Compare November 18, 2025 10:44
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from f5162d3 to 64a31db Compare December 3, 2025 17:06
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from 64a31db to adbf5e3 Compare December 31, 2025 13:13
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from adbf5e3 to 20fb9ae Compare January 8, 2026 20:26
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch 2 times, most recently from 910f3ca to 11a5cd4 Compare January 23, 2026 19:49
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from 11a5cd4 to d0200fd Compare February 2, 2026 18:09
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from d0200fd to 7caabd3 Compare February 12, 2026 11:58
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from 7caabd3 to aee14c5 Compare March 5, 2026 18:20
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from aee14c5 to 87c486f Compare March 13, 2026 17:13
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from 87c486f to 948ffd0 Compare April 1, 2026 18:01
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from 948ffd0 to f71c537 Compare April 8, 2026 20:04
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from f71c537 to ccb92bd Compare April 29, 2026 14:11
@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from ccb92bd to ee84bf8 Compare May 12, 2026 09:17
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 12, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
ERROR: This version of pnpm requires at least Node.js v22.13
The current version of Node.js is v18.19.0
Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.

@renovate renovate Bot force-pushed the renovate/clsx-2.x branch from ee84bf8 to e399bce Compare May 18, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants