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 web #174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update web #174

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.7.7 -> 22.10.2 age adoption passing confidence
@types/react (source) 18.3.11 -> 18.3.18 age adoption passing confidence
@types/react-dom (source) 18.3.1 -> 18.3.5 age adoption passing confidence
class-variance-authority 0.7.0 -> 0.7.1 age adoption passing confidence
lucide-react (source) 0.453.0 -> 0.469.0 age adoption passing confidence
next (source) 14.2.15 -> 14.2.22 age adoption passing confidence
postcss (source) 8.4.47 -> 8.4.49 age adoption passing confidence
tailwind-merge 2.5.4 -> 2.6.0 age adoption passing confidence
tailwindcss (source) 3.4.14 -> 3.4.17 age adoption passing confidence
zod (source) 3.23.8 -> 3.24.1 age adoption passing confidence

Release Notes

joe-bell/cva (class-variance-authority)

v0.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: joe-bell/cva@v0.7.0...v0.7.1

lucide-icons/lucide (lucide-react)

v0.469.0: New icons 0.469.0

Compare Source

Modified Icons 🔨

v0.468.0: New icons 0.468.0

Compare Source

New icons 🎨

v0.467.0: New icons 0.467.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.466.0: New icons 0.466.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.465.0: New icons 0.465.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.464.0: New icons 0.464.0

Compare Source

Modified Icons 🔨

v0.463.0: New icons 0.463.0

Compare Source

Modified Icons 🔨

v0.462.0: New icons 0.462.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.461.0: New icons 0.461.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.460.0: New icons 0.460.0

Compare Source

New icons 🎨

v0.459.0: New icons 0.459.0

Compare Source

New icons 🎨

v0.458.0: New icons 0.458.0

Compare Source

New icons 🎨

Modified Icons 🔨

Other Changes

Full Changelog: lucide-icons/lucide@0.457.0...0.458.0

v0.457.0: New icons 0.457.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.456.0: Choosing import name style 0.456.0

Compare Source

What's Changed

Adjustable icon naming imports

Customize import name styles for lucide-react, lucide-vue, lucide-react-native, lucide-preact, to manage autocompletion in your IDE.

  1. Turn off autocomplete in your IDE:
    Add the following to your settings.json
{
  "typescript.preferences.autoImportFileExcludePatterns": [
    "lucide-react",
    "lucide-preact",
    "lucide-react-native",
    "lucide-vue-next"
  ]
}
  1. Create a custom module declaration file:

It allows you to choose the import name style.

For React:

declare module "lucide-react" {
  // Prefixed import names
  export * from "lucide-react/dist/lucide-react.prefixed";
  // or
  // Suffixed import names
  export * from "lucide-react/dist/lucide-react.suffixed";
}

For Vue:

declare module "lucide-vue-next" {
  // Prefixed import names
  export * from "lucide-vue-next/dist/lucide-vue-next.prefixed";
  // or
  // Suffixed import names
  export * from "lucide-vue-next/dist/lucide-vue-next.suffixed";
}

v0.455.0: New icons 0.455.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.454.0: New icons 0.454.0

Compare Source

Modified Icons 🔨

vercel/next.js (next)

v14.2.22

Compare Source

v14.2.21

Compare Source

v14.2.20

Compare Source

v14.2.19

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

Huge thanks to @​ztanner and @​ijjk for helping!

v14.2.18

Compare Source

v14.2.17

Compare Source

v14.2.16

Compare Source

postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
dcastil/tailwind-merge (tailwind-merge)

v2.6.0

Compare Source

New Features

Full Changelog: dcastil/tailwind-merge@v2.5.5...v2.6.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph, a private sponsor and more via @​thnxdev for sponsoring tailwind-merge! ❤️

v2.5.5

Compare Source

Bug Fixes
Documentation

Full Changelog: dcastil/tailwind-merge@v2.5.4...v2.5.5

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and more via @​thnxdev for sponsoring tailwind-merge! ❤️

tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

Changed

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)
colinhacks/zod (zod)

v3.24.1

Compare Source

Commits:

v3.24.0

Compare Source

Implement @standard-schema/spec

This is the first version of Zod to implement the Standard Schema spec. This is a new community effort among several validation library authors to implement a common interface, with the goal of simplifying the process of integrating schema validators with the rest of the ecosystem. Read more about the project and goals here.

z.string().jwt()

Thanks to @​Mokshit06 and @​Cognition-Labs for this contribution!

To verify that a string is a valid 3-part JWT.

z.string().jwt();

⚠️ This does not verify your JWT cryptographically! It merely ensures its in the proper format. Use a library like jsonwebtoken to verify the JWT signature, parse the token, and read the claims.

To constrain the JWT to a specific algorithm:

z.string().jwt({ alg: "RS256" });

z.string().base64url()

Thank you to @​marvinruder!

To complement the JWT validation, Zod 3.24 implements a standalone .base64url() string validation API. (The three elements of JWTs are base64url-encoded JSON strings.)

z.string().base64url()

This functionality is available along the standard z.string().base64() validator added in Zod 3.23.

z.string().cidr()

Thanks to @​wataryooou for their work on this!

A validator for CIDR notation for specifying IP address ranges, e.g. 192.24.12.0/22.

z.string().cidr()

To specify an IP version:

z.string().cidr({ version: "v4" })
z.string().cidr({ version: "v6" })

View the full diff from 3.23.8: colinhacks/zod@v3.23.8...v3.24.0


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from thewilloftheshadow as a code owner October 8, 2024 10:33
@renovate renovate bot added the dependencies Dependency updates!! label Oct 8, 2024
@renovate renovate bot requested a review from a team as a code owner October 8, 2024 10:33
@renovate renovate bot enabled auto-merge October 8, 2024 10:33
Copy link

changeset-bot bot commented Oct 8, 2024

⚠️ No Changeset found

Latest commit: f604925

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title chore(deps): update dependency lucide-react to v0.451.0 chore(deps): update web Oct 8, 2024
@renovate renovate bot force-pushed the renovate/web branch 7 times, most recently from 5730203 to f4c87d6 Compare October 15, 2024 16:10
@renovate renovate bot force-pushed the renovate/web branch 2 times, most recently from 3d23f03 to 7dfc03b Compare October 19, 2024 04:27
@renovate renovate bot force-pushed the renovate/web branch 3 times, most recently from 530dd5b to 8e9ceb6 Compare October 19, 2024 14:46
@renovate renovate bot changed the title chore(deps): update web chore(deps): update web - autoclosed Oct 19, 2024
@renovate renovate bot closed this Oct 19, 2024
auto-merge was automatically disabled October 19, 2024 14:48

Pull request was closed

@renovate renovate bot deleted the renovate/web branch October 19, 2024 14:48
@renovate renovate bot restored the renovate/web branch October 19, 2024 14:55
@renovate renovate bot changed the title chore(deps): update web - autoclosed chore(deps): update web Oct 19, 2024
@renovate renovate bot reopened this Oct 19, 2024
@renovate renovate bot enabled auto-merge October 19, 2024 15:08
@renovate renovate bot force-pushed the renovate/web branch 5 times, most recently from f662525 to 131d2c6 Compare November 28, 2024 08:42
@renovate renovate bot force-pushed the renovate/web branch 12 times, most recently from 9723bb3 to 74bf02b Compare December 10, 2024 07:12
@renovate renovate bot force-pushed the renovate/web branch 6 times, most recently from b9197f9 to 3d116c2 Compare December 17, 2024 19:45
@buape-dokploy
Copy link

buape-dokploy bot commented Dec 17, 2024

Dokploy Preview Deployment

Name Status Preview Updated (UTC)
docs ✅ Done Preview URL 2024-12-17T19:48:24.112Z

@renovate renovate bot force-pushed the renovate/web branch 4 times, most recently from 5608dd3 to 616628b Compare December 23, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates!!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant