Skip to content

Update clsx: 1.1.1 → 1.2.1 (minor)#185

Open
depfu[bot] wants to merge 1 commit intomainfrom
depfu/update/yarn/clsx-1.2.1
Open

Update clsx: 1.1.1 → 1.2.1 (minor)#185
depfu[bot] wants to merge 1 commit intomainfrom
depfu/update/yarn/clsx-1.2.1

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu bot commented Jul 7, 2022

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ clsx (1.1.1 → 1.2.1) · Repo

Release Notes

1.2.1

Patches

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

Chores


Full Changelog: v1.2.0...v1.2.1

1.2.0

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: v1.1.1...v1.2.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Jul 7, 2022
@depfu depfu bot assigned LordRonz and znordrol Jul 7, 2022
@depfu depfu bot requested review from LordRonz and znordrol July 7, 2022 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants