cypress-realworld-app icon indicating copy to clipboard operation
cypress-realworld-app copied to clipboard

fix(deps): update dependency clsx to version 2.x 🌟

Open renovate[bot] opened this issue 1 year ago • 2 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
clsx 1.2.1 -> 2.1.1 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: https://github.com/lukeed/clsx/compare/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: https://github.com/lukeed/clsx/compare/v2.0.1...v2.1.0

v2.0.1

Compare Source

Patches

Chores


Full Changelog: https://github.com/lukeed/clsx/compare/v2.0.0...v2.0.1

v2.0.0

Compare Source

Breaking

Chores


Full Changelog: https://github.com/lukeed/clsx/compare/v1.2.1...v2.0.0


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone America/New_York, 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[bot] avatar Feb 04 '24 19:02 renovate[bot]

See the guidelines for reviewing dependency updates for info on how to review dependency update PRs.

cypress-app-bot avatar Feb 04 '24 20:02 cypress-app-bot

1 flaky test on run #6434 ↗︎

0 394 2 0 Flakiness 1

Details:

fix(deps): update axios to 1.7.2 🌟
Project: cypress-realworld-app Commit: 5db3bb6ec2
Status: Passed Duration: 09:12 💡
Started: Jul 1, 2024 4:44 AM Ended: Jul 1, 2024 4:53 AM
Flakiness  cypress/tests/ui/transaction-feeds.spec.ts • 1 flaky test • UI - Chrome - Mobile

View Output

Test Artifacts
Transaction Feed > renders and paginates all transaction feeds > paginates contacts transaction feed Test Replay Screenshots

Review all test suite changes for PR #1504 ↗︎

cypress[bot] avatar Feb 04 '24 20:02 cypress[bot]