Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency clsx to v2.1.0#8343

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JoshuaKGoldberg merged 1 commit intomainfromrenovate/clsx-2.x-lockfile
Feb 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedFeb 2, 2024

Mend Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
clsx2.0.0 ->2.1.0ageadoptionpassingconfidence

Release Notes

lukeed/clsx (clsx)

v2.1.0

Compare Source

Features

  • Add newclsx/lite submodule forstring-only usage:1a49142

    This is a140b version ofclsx that is ideal for Tailwind and/or React contexts, which typically follow thisclsx usage pattern:

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

    Important: Thisclsx/lite moduleignores all non-string arguments and is therefore not a 1:1 replacement forclsx itself!

    import{clsx}from'clsx';import{clsxaslite}from'clsx/lite';// strings-only usage is identicalclsx('foo',null,'bar',true&&'baz');//=> "foo bar baz"lite('foo',null,'bar',true&&'baz');//=> "foo bar baz"// clsx/lite ignores all non-stringsclsx('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) Cachearguments.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


Configuration

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

🚦Automerge: Enabled.

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 has been generated byMend Renovate. View repository job loghere.

@renovaterenovatebot added dependenciesIssue about dependencies of the package javascriptPull requests that update Javascript code labelsFeb 2, 2024
@typescript-eslint
Copy link
Contributor

Thanks for the PR,@renovate[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint.

@netlifyNetlify
Copy link

netlifybot commentedFeb 2, 2024
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commit62e20aa
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/65bc4b1bad6a870008e4ac7e
😎 Deploy Previewhttps://deploy-preview-8343--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 90 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 92 (no change from production)
SEO: 98 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to yourNetlify site configuration.

@JoshuaKGoldberg
Copy link
Member

Linting "eslint-plugin"... >  NX   Unexpected error.   Occurred while linting /home/runner/work/typescript-eslint/typescript-eslint/packages/eslint-plugin/tests/rules/no-invalid-void-type.test.ts:102   Rule: "@typescript-eslint/internal/plugin-test-formatting"   Pass --verbose to see the stacktrace.

🤔

@JoshuaKGoldbergJoshuaKGoldberg merged commit9b0e0d9 intomainFeb 3, 2024
@JoshuaKGoldbergJoshuaKGoldberg deleted the renovate/clsx-2.x-lockfile branchFebruary 3, 2024 15:08
danvk pushed a commit to danvk/typescript-eslint that referenced this pull requestFeb 4, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsFeb 11, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesIssue about dependencies of the packagejavascriptPull requests that update Javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@JoshuaKGoldberg

[8]ページ先頭

©2009-2025 Movatter.jp