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

fix(deps): update dependency clsx to v2 - autoclosed #128

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
clsx ^1.2.1 -> ^2.0.0 age adoption passing 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: 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 is behind base branch, 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 force-pushed the renovate/clsx-2.x branch 3 times, most recently from 14ee021 to 163e2d7 Compare July 26, 2023 02:15
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 3 times, most recently from 3ce5fa0 to 0253510 Compare August 9, 2023 02:07
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 2 times, most recently from 97cf1c6 to 81238e9 Compare August 18, 2023 21:49
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 5 times, most recently from 203c3d1 to f44ae2a Compare August 28, 2023 03:13
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 2 times, most recently from 565104d to ee838a9 Compare September 3, 2023 01:05
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 2 times, most recently from 48b4cb7 to 1a62a66 Compare September 15, 2023 14:00
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 2 times, most recently from c0f2d2d to fb68f2b Compare September 20, 2023 07:51
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 3 times, most recently from be4a675 to 1c4a5b0 Compare September 29, 2023 18:37
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 2 times, most recently from c845122 to 327a0df Compare October 7, 2023 04:33
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 2 times, most recently from 49aaaf5 to 9a23844 Compare October 18, 2023 13:15
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 2 times, most recently from 72af91c to f90386c Compare October 25, 2023 22:53
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 3 times, most recently from 285ecb6 to f046378 Compare November 24, 2023 13:50
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 3 times, most recently from 0802e1a to e17dc00 Compare December 3, 2023 21:55
@renovate renovate bot force-pushed the renovate/clsx-2.x branch from e17dc00 to 270e1f9 Compare December 7, 2023 12:19
@renovate renovate bot force-pushed the renovate/clsx-2.x branch from 270e1f9 to ea4b90a Compare December 18, 2023 04:48
@renovate renovate bot force-pushed the renovate/clsx-2.x branch from ea4b90a to 7bcd617 Compare December 30, 2023 03:27
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 3 times, most recently from 25f392d to 22c4925 Compare January 11, 2024 11:47
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 5 times, most recently from f96cdc2 to 38a6b91 Compare January 17, 2024 14:28
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 6 times, most recently from 9c74511 to 51d4501 Compare January 31, 2024 04:14
@renovate renovate bot force-pushed the renovate/clsx-2.x branch 2 times, most recently from 074e5c7 to 07b4a3e Compare February 1, 2024 14:28
@renovate renovate bot force-pushed the renovate/clsx-2.x branch from 07b4a3e to b108c95 Compare February 1, 2024 21:14
@renovate renovate bot changed the title fix(deps): update dependency clsx to v2 fix(deps): update dependency clsx to v2 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/clsx-2.x branch December 8, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants