Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 24, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
clsx 1.1.1 -> 1.2.1 age adoption passing confidence

Release Notes

lukeed/clsx (clsx)

v1.2.1

Compare Source

Patches

  • Ensure CommonJS and UMD entrypoints have the named clsx export too

Chores


Full Changelog: lukeed/clsx@v1.2.0...v1.2.1

v1.2.0

Compare Source

Features

  • Add named clsx export alias (#​43, #​44): 56ab81f
    Thank you @​danikaze~!

    This is purely an alias for the default export so that TypeScript users can avoid the esModuleInterop setting. In other words, the follow import statements are effectively identical, but the latter is preferred by TypeScript:

    import clsx from 'clsx';
    // or
    import { clsx } from 'clsx';

    Important: Just to reiterate, both still work!

Chores


Full Changelog: lukeed/clsx@v1.1.1...v1.2.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 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
Copy link
Author

renovate bot commented Mar 24, 2023

⚠ Artifact update problem

Renovate failed to update artifacts 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: package-lock.json
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

File name: yarn.lock
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

@renovate renovate bot force-pushed the renovate/clsx-1.x-lockfile branch from d02a1c6 to 97f3f1f Compare January 24, 2025 04:01
@renovate renovate bot force-pushed the renovate/clsx-1.x-lockfile branch from 97f3f1f to 4a95d00 Compare January 31, 2025 16:14
@renovate renovate bot force-pushed the renovate/clsx-1.x-lockfile branch from 4a95d00 to 758512f Compare February 11, 2025 06:50
@renovate renovate bot force-pushed the renovate/clsx-1.x-lockfile branch from 758512f to d32c83c Compare March 4, 2025 04:15
@renovate renovate bot force-pushed the renovate/clsx-1.x-lockfile branch 3 times, most recently from 9b3f93b to cf863f2 Compare March 19, 2025 03:59
@renovate renovate bot force-pushed the renovate/clsx-1.x-lockfile branch from cf863f2 to 1900960 Compare April 2, 2025 03:53
@renovate renovate bot force-pushed the renovate/clsx-1.x-lockfile branch from 1900960 to 1b29d16 Compare April 12, 2025 08:13
@renovate renovate bot force-pushed the renovate/clsx-1.x-lockfile branch from 1b29d16 to 5eab8b3 Compare April 26, 2025 23:46
@renovate renovate bot force-pushed the renovate/clsx-1.x-lockfile branch 2 times, most recently from c246a83 to 348f999 Compare May 31, 2025 11:35
@renovate renovate bot force-pushed the renovate/clsx-1.x-lockfile branch from 348f999 to f4c8f71 Compare June 6, 2025 16:53
@renovate renovate bot force-pushed the renovate/clsx-1.x-lockfile branch from f4c8f71 to b52044d Compare June 22, 2025 19:49
@renovate renovate bot force-pushed the renovate/clsx-1.x-lockfile branch from b52044d to e09cca8 Compare July 12, 2025 12:14
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