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

chore(deps): update all dependencies #33

Merged
merged 1 commit into from
May 17, 2024
Merged

chore(deps): update all dependencies #33

merged 1 commit into from
May 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 19.2.2 -> 19.3.0 age adoption passing confidence
@rushstack/eslint-patch (source) 1.10.2 -> 1.10.3 age adoption passing confidence
@types/node (source) 20.12.7 -> 20.12.12 age adoption passing confidence
@types/react (source) 18.2.79 -> 18.3.2 age adoption passing confidence
@types/react-dom (source) 18.2.25 -> 18.3.0 age adoption passing confidence
clsx 2.0.0 -> 2.1.1 age adoption passing confidence
cssnano ^6.0.1 -> ^7.0.0 age adoption passing confidence
eslint (source) 9.1.0 -> 9.2.0 age adoption passing confidence
eslint-config-next (source) 14.2.2 -> 14.2.3 age adoption passing confidence
globals 15.0.0 -> 15.2.0 age adoption passing confidence
lucide-react (source) ^0.372.0 -> ^0.378.0 age adoption passing confidence
next (source) 14.2.2 -> 14.2.3 age adoption passing confidence
postcss-nesting (source) 12.1.2 -> 12.1.4 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
semantic-release 23.0.8 -> 23.1.1 age adoption passing confidence
tailwind-merge 2.0.0 -> 2.3.0 age adoption passing confidence
typescript-eslint (source) 7.7.0 -> 7.9.0 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/cli

19.2.1 (2024-03-19)

Note: Version bump only for package @​commitlint/cli

microsoft/rushstack (@​rushstack/eslint-patch)

v1.10.3

Compare Source

Fri, 17 May 2024 00:10:40 GMT

Patches
  • [eslint-patch] Allow use of ESLint v9
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

cssnano/cssnano (cssnano)

v7.0.1: v7.0.1

Compare Source

Patch changes

Update postcss-calc dependency to latest version

v7.0.0: v7.0.0

Compare Source

Breaking changes

This release drops official support for unmaintained long term support Node.js releases 14 and 16. It also drops support for non-long term support releases 19 and 21 and add support for Node.js 22. Only the package.json engines field has been updated. The code should otherwise be identical to the previous 6.1.2 release.

Ensuring support for older Node.js had become difficult as the GitHub actions runners are not available for the latest MacOS and recent pnpm also could not run on CI any more.

eslint/eslint (eslint)

v9.2.0

Compare Source

v9.1.1

Compare Source

vercel/next.js (eslint-config-next)

v14.2.3

Compare Source

sindresorhus/globals (globals)

v15.2.0

Compare Source

v15.1.0

Compare Source

lucide-icons/lucide (lucide-react)

v0.378.0: New icons 0.378.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.377.0: New icons 0.377.0

Compare Source

Modified Icons 🔨

v0.376.0: Adding Icon component for external libs

Compare Source

Implementation of the <Icon /> component which makes it easier to create (custom) icons from iconNodes.
This will be useful for external packages like @lucide/lab and more.

Example with lucide-react

import { burger } from '@&#8203;lucide/lab';
import { Icon } from 'lucide-react';

<Icon iconNode={burger} /> // Renders burger icon

See the docs

v0.375.0: New icons 0.375.0

Compare Source

New icons 🎨

v0.374.0: New icons 0.374.0

Compare Source

Modified Icons 🔨

v0.373.0: New icons 0.373.0

Compare Source

Modified Icons 🔨

v0.372.0: New icons 0.372.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.371.0: New icons 0.371.0

Compare Source

New icons 🎨

v0.370.0: New icons 0.370.0

Compare Source

Modified Icons 🔨

v0.369.0: New icons 0.369.0

Compare Source

New icons 🎨
Modified Icons 🔨

v0.368.0: New icons 0.368.0

Compare Source

Modified Icons 🔨

v0.367.0: New icons 0.367.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.366.0: New icons 0.366.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.365.0: New icons 0.365.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.364.0: New icons 0.364.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.363.0: New icons 0.363.0

Compare Source

Modified Icons 🔨

v0.362.0: New icons 0.362.0

Compare Source

Modified Icons 🔨

v0.361.0: New icons 0.361.0

Compare Source

Modified Icons 🔨

v0.360.0: New icons 0.360.0

Compare Source

Modified Icons 🔨

v0.359.0: New icons 0.359.0

Compare Source

Modified Icons 🔨

v0.358.0: New icons 0.358.0

Compare Source

Modified Icons 🔨

v0.357.0: New icons 0.357.0

Compare Source

New icons 🎨

v0.356.0: New icons 0.356.0

Compare Source

New icons 🎨

v0.355.0: New icons 0.355.0

Compare Source

Modified Icons 🔨

v0.354.0: New icons 0.354.0

Compare Source

Modified Icons 🔨

v0.353.0: New icons 0.353.0

Compare Source

New icons 🎨

v0.352.0: New icons 0.352.0

Compare Source

Modified Icons 🔨

v0.351.0: New icons 0.351.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.350.0: New icons 0.350.0

Compare Source

Modified Icons 🔨

v0.349.0: New icons 0.349.0

Compare Source

Modified Icons 🔨

v0.348.0

Compare Source

v0.347.0: New icons 0.347.0

Compare Source

Modified Icons 🔨

v0.346.0: New icons 0.346.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.345.0: New icons 0.345.0

Compare Source

New icons 🎨

v0.344.0: New icons 0.344.0

Compare Source

Modified Icons 🔨

v0.343.0: New icons 0.343.0

Compare Source

Modified Icons 🔨

v0.342.0: New icons 0.342.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.341.0: New icons 0.341.0

Compare Source

New icons 🎨

v0.340.0: New icons 0.340.0

Compare Source

Modified Icons 🔨

v0.339.0: New icons 0.339.0

Compare Source

Modified Icons 🔨

v0.338.0: New icons 0.338.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.337.0: New icons 0.337.0

Compare Source

Modified Icons 🔨

v0.336.0: New icons 0.336.0

Compare Source

New icons 🎨

v0.335.0: New icons 0.335.0

Compare Source

Modified Icons 🔨

v0.334.0: New icons 0.334.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.333.0: New icons 0.333.0

Compare Source

v0.332.0: New icons 0.332.0

Compare Source

Modified Icons 🔨

vercel/next.js (next)

v14.2.3

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

v14.2.0

Compare Source

v14.1.4

Compare Source

v14.1.3

Compare Source

v14.1.2

Compare Source

v14.1.1

Compare Source

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes
Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli for helping!

csstools/postcss-plugins (postcss-nesting)

v12.1.4

Compare Source

May 13, 2024

v12.1.3

Compare Source

May 11, 2024

facebook/react (react)

v18.3.1

Compare Source

v18.3.0

Compare Source

facebook/react (react-dom)

v18.3.1

Compare Source

v18.3.0

Compare Source

semantic-release/semantic-release (semantic-release)

v23.1.1

Compare Source

v23.1.0

Compare Source

dcastil/tailwind-merge (tailwind-merge)

v2.3.0

Compare Source

New Features
Documentation

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 866353b to d4458e6 Compare May 6, 2024 19:39
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 6827e98 to ae720a2 Compare May 14, 2024 08:55
@tzuyi0817 tzuyi0817 merged commit ef90483 into master May 17, 2024
@tzuyi0817 tzuyi0817 deleted the renovate/all branch May 17, 2024 08:36
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