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 non-major dependencies #39

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^19.5.0 -> ^19.6.0 age adoption passing confidence
@commitlint/config-conventional (source) ^19.5.0 -> ^19.6.0 age adoption passing confidence
@hookform/resolvers (source) ^3.9.0 -> ^3.9.1 age adoption passing confidence
@ianvs/prettier-plugin-sort-imports ^4.3.1 -> ^4.4.0 age adoption passing confidence
@kinde-oss/kinde-auth-nextjs (source) ^2.4.3 -> ^2.4.6 age adoption passing confidence
@radix-ui/react-aspect-ratio (source) ^1.1.0 -> ^1.1.1 age adoption passing confidence
@radix-ui/react-avatar (source) ^1.1.1 -> ^1.1.2 age adoption passing confidence
@radix-ui/react-checkbox (source) ^1.1.2 -> ^1.1.3 age adoption passing confidence
@radix-ui/react-dialog (source) ^1.1.2 -> ^1.1.3 age adoption passing confidence
@radix-ui/react-dropdown-menu (source) ^2.1.2 -> ^2.1.3 age adoption passing confidence
@radix-ui/react-label (source) ^2.1.0 -> ^2.1.1 age adoption passing confidence
@radix-ui/react-popover (source) ^1.1.2 -> ^1.1.3 age adoption passing confidence
@radix-ui/react-scroll-area (source) ^1.2.0 -> ^1.2.2 age adoption passing confidence
@radix-ui/react-separator (source) ^1.1.0 -> ^1.1.1 age adoption passing confidence
@radix-ui/react-slider (source) ^1.2.1 -> ^1.2.2 age adoption passing confidence
@radix-ui/react-slot (source) ^1.1.0 -> ^1.1.1 age adoption passing confidence
@radix-ui/react-toast (source) ^1.2.2 -> ^1.2.3 age adoption passing confidence
@radix-ui/react-toggle (source) ^1.1.0 -> ^1.1.1 age adoption passing confidence
@radix-ui/react-toggle-group (source) ^1.1.0 -> ^1.1.1 age adoption passing confidence
@types/leaflet (source) ^1.9.14 -> ^1.9.15 age adoption passing confidence
@types/node (source) 22.8.1 -> 22.10.2 age adoption passing confidence
@types/react-dom (source) 19.0.1 -> 19.0.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.11.0 -> ^8.18.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.11.0 -> ^8.18.0 age adoption passing confidence
@​upstash/ratelimit ^2.0.4 -> ^2.0.5 age adoption passing confidence
class-variance-authority ^0.7.0 -> ^0.7.1 age adoption passing confidence
cmdk (source) ^1.0.0 -> ^1.0.4 age adoption passing confidence
drizzle-kit (source) ^0.26.2 -> ^0.30.0 age adoption passing confidence
drizzle-orm (source) ^0.35.3 -> ^0.38.1 age adoption passing confidence
eslint-config-next (source) 14.2.16 -> 14.2.20 age adoption passing confidence
husky ^9.1.6 -> ^9.1.7 age adoption passing confidence
lint-staged ^15.2.10 -> ^15.2.11 age adoption passing confidence
lucide-react (source) ^0.453.0 -> ^0.468.0 age adoption passing confidence
next (source) 14.2.16 -> 14.2.20 age adoption passing confidence
next-themes ^0.3.0 -> ^0.4.4 age adoption passing confidence
postcss (source) 8.4.47 -> 8.4.49 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.2 age adoption passing confidence
prettier-plugin-tailwindcss ^0.6.8 -> ^0.6.9 age adoption passing confidence
react-hook-form (source) ^7.53.1 -> ^7.54.1 age adoption passing confidence
sonner (source) ^1.5.0 -> ^1.7.1 age adoption passing confidence
tailwind-merge ^2.5.4 -> ^2.5.5 age adoption passing confidence
tailwindcss (source) 3.4.14 -> 3.4.16 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
zod (source) ^3.23.8 -> ^3.24.1 age adoption passing confidence

Release Notes

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

v19.6.0

Compare Source

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

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

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

react-hook-form/resolvers (@​hookform/resolvers)

v3.9.1

Compare Source

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.4.0

Compare Source

What's Changed

Enhancements
Maintenance

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.1...v4.4.0

kinde-oss/kinde-auth-nextjs (@​kinde-oss/kinde-auth-nextjs)

v2.4.6

Compare Source

  • fix: remove noisy error log #239
  • [Snyk] Upgrade cookie from 1.0.0 to 1.0.1 #236
  • fix: upgrade cookie from 1.0.0 to 1.0.1 b387e60

v2.4.5

Compare Source

5 November 2024

v2.4.4

Compare Source

28 October 2024

  • types: allow void for generic type #227
  • chore: release v2.4.4 f2d783f
radix-ui/primitives (@​radix-ui/react-aspect-ratio)

v1.1.1

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.18.0

Compare Source

🚀 Features
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#​10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#​10397)
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#​10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#​10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#​10374)
  • typescript peer dependency (#​10373)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.17.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#​10392)
🩹 Fixes
  • eslint-plugin: [promise-function-async] handle function overloading (#​10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#​10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#​10363)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.16.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#​10287)
  • eslint-plugin: [max-params] add function overload and function type support (#​10312)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.12.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.18.0

Compare Source

🩹 Fixes
❤️ Thank You
  • rtritto

You can read about our versioning strategy and releases on our website.

v8.17.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.16.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v8.15.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our [versioning strategy](https://main--typescript-eslint.netlif


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.

Copy link

vercel bot commented Nov 4, 2024

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

Name Status Preview Comments Updated (UTC)
urban-wheels ❌ Failed (Inspect) Dec 13, 2024 4:08am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 123fdbd to 6a8d88f Compare November 4, 2024 03:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a8d88f to 640c9ff Compare November 4, 2024 06:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 640c9ff to 33a9118 Compare November 4, 2024 17:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33a9118 to ce9b6c7 Compare November 4, 2024 19:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce9b6c7 to fa85bb1 Compare November 4, 2024 22:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fa85bb1 to 1ae8b5b Compare November 5, 2024 01:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1ae8b5b to c8e7e5d Compare November 5, 2024 09:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8e7e5d to 8b9882b Compare November 6, 2024 02:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8b9882b to a201cd9 Compare November 6, 2024 17:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a201cd9 to e5ef7ab Compare November 6, 2024 20:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e5ef7ab to 483980c Compare November 6, 2024 21:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 483980c to f3304ba Compare November 7, 2024 01:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3304ba to fd0d4cc Compare November 8, 2024 11:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd0d4cc to 5ee6474 Compare November 8, 2024 18:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12b58a2 to e5235b0 Compare December 5, 2024 22:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e5235b0 to 39bd190 Compare December 7, 2024 01:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 39bd190 to 9c642b2 Compare December 8, 2024 01:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c642b2 to 64a1628 Compare December 9, 2024 05:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 64a1628 to 196ef55 Compare December 9, 2024 16:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 196ef55 to 33b39e2 Compare December 9, 2024 19:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33b39e2 to 87fe298 Compare December 9, 2024 22:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 87fe298 to d7c1344 Compare December 10, 2024 08:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7c1344 to dd41f15 Compare December 10, 2024 17:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd41f15 to ff68fc0 Compare December 11, 2024 02:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff68fc0 to 4ad1ec0 Compare December 11, 2024 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ad1ec0 to cee10c7 Compare December 12, 2024 01:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cee10c7 to 4d2af11 Compare December 13, 2024 00:33
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.

0 participants