SchizzY / next-month-web

https://next-month-web.vercel.app
2 stars 0 forks source link

npm: bump the prod-deps group across 1 directory with 4 updates #68

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps the prod-deps group with 4 updates in the / directory: @clerk/nextjs, lucide-react, next and tailwind-merge.

Updates @clerk/nextjs from 5.1.6 to 5.2.12

Release notes

Sourced from @​clerk/nextjs's releases.

@​clerk/nextjs@​5.2.12

Patch Changes

@​clerk/nextjs@​5.2.11

Patch Changes

@​clerk/nextjs@​5.2.9

Patch Changes

@​clerk/nextjs@​5.2.8

Patch Changes

  • Updated dependencies [b48689705]:
    • @​clerk/types@​4.9.1
    • @​clerk/backend@​1.4.3
    • @​clerk/clerk-react@​5.2.10
    • @​clerk/shared@​2.4.1

@​clerk/nextjs@​5.2.6

Patch Changes

@​clerk/nextjs@​5.2.5

Patch Changes

  • Fixes regression on @clerk/nextjs/server (introduced on clerk/javascript#3758) where server-only module was being resolved in runtimes without react-server available, such as getAuth on getServerSideProps. (#3761) by @​LauraBeatris

  • Return build-time error if auth and currentUser server-side helpers are imported into Client Components. (#3758) by @​LauraBeatris

  • Stop throwing "Error: Clerk: auth() was called but Clerk can't detect usage of authMiddleware()." errors when no user action is needed by removing sourcemaps for all Clerk-bundled server actions. (#3773) by @​nikosdouvlis

  • Updated dependencies [b87f7b9e1, b2788f67b, 86c75e50c]:

    • @​clerk/backend@​1.4.0

... (truncated)

Changelog

Sourced from @​clerk/nextjs's changelog.

5.2.12

Patch Changes

5.2.11

Patch Changes

5.2.10

Patch Changes

  • Fix debug logs on debug: true parameter of clerkMiddleware() (#3871) by @​dimkl

5.2.9

Patch Changes

5.2.8

Patch Changes

  • Updated dependencies [b48689705]:
    • @​clerk/types@​4.9.1
    • @​clerk/backend@​1.4.3
    • @​clerk/clerk-react@​5.2.10
    • @​clerk/shared@​2.4.1

5.2.7

Patch Changes

... (truncated)

Commits


Updates lucide-react from 0.396.0 to 0.424.0

Release notes

Sourced from lucide-react's releases.

New icons 0.424.0

New icons 🎨

Modified Icons 🔨

New icons 0.423.0

New icons 🎨

New icons 0.422.0

Modified Icons 🔨

New icons 0.421.0

New icons 🎨

Modified Icons 🔨

New icons 0.420.0

New icons 🎨

Modified Icons 🔨

New icons 0.419.0

New icons 🎨

... (truncated)

Commits


Updates next from 14.2.4 to 14.2.5

Release notes

Sourced from next's releases.

v14.2.5

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

Core Changes

  • avoid merging global css in a way that leaks into other chunk groups (#67373)
  • Fix server action edge redirect with middleware rewrite (#67148)
  • fix(next): reject protocol-relative URLs in image optimization (#65752)
  • fix(next-swc): correct path interop to filepath for wasm (#65633)
  • Use addDependency to track metadata route file changes (#66714)
  • Fix noindex is missing on static not-found page (#67135)
  • perf: improve retrieving versionInfo on Turbo HMR (#67309)
  • fix(next/image): handle invalid url (#67465)
  • fix(next): initial prefetch cache not set properly with different search params (#65977)
  • fix: Backport class properties fix (#67377)
  • Upgrade acorn (#67592)

Misc

  • Log stdio for pull-turbo-cache script (#66759)
  • Ensure turbo is setup when building in docker (#66804)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, @​emmerich, @​huozhi, @​kdy1, @​kwonoj, @​styfle, and @​sokra for helping!

Commits


Updates tailwind-merge from 2.3.0 to 2.4.0

Release notes

Sourced from tailwind-merge's releases.

v2.4.0

New Features

  • Allow hooking into class parsing logic (experimental) by @​dcastil in dcastil/tailwind-merge#444
    • There is no info to this in the docs because this is experimental, but there is a new experimentalParseClassName property in the config that allows you to customize how tailwind-merge recognizes classes. If you're interested, you can read how to use it in the inline JSDocs and subscribe to dcastil/tailwind-merge#385 for upcoming more powerful low-level functionality.
  • Create security policy by @​dcastil in dcastil/tailwind-merge#439
    • Added documentation on how to report potential vulnerabilities
  • Avoid @babel/runtime dependency by @​dcastil in dcastil/tailwind-merge#431
    • Now no dependencies in tailwind-merge anymore. This dependency was only used in the tailwind-merge/es5 bundle anyway which I don't optimize for.

Documentation

Other

Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v2.3.0...v2.4.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco and @​microsoft for sponsoring tailwind-merge! ❤️

Commits
  • f745ace v2.4.0
  • 3847cc0 Merge pull request #444 from dcastil/feature/440/allow-hooking-into-class-par...
  • 9aa1c8e add tests for experimentalParseClassName
  • 6812bf7 fix outdated import path in class-map test
  • 922bfda fix experimentalParseClassName config property not being overriden in mergeCo...
  • f6c7b19 update versioning docs
  • 91eb1b6 add inline documentation for experimentalParseClassName
  • e28c73a add experimentalParseClassName feature to tailwind-merge
  • f39111d rename splitModifiers to parseClassName
  • 6fdf5ef rename class utils to class group utils
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 months ago

Dependabot tried to add @octocat, @christoff-linde, @SchizzY and @seanloock as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/SchizzY/next-month-web/pulls/68/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the SchizzY/next-month-web repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request
vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-month-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 5:31am