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 (minor) #3

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@auth/core (source) 0.34.2 -> 0.37.4 age adoption passing confidence devDependencies minor
@auth/core (source) 0.34.2 -> 0.37.4 age adoption passing confidence dependencies minor
@auth/drizzle-adapter (source) 1.4.2 -> 1.7.4 age adoption passing confidence devDependencies minor
@auth/drizzle-adapter (source) 1.4.2 -> 1.7.4 age adoption passing confidence dependencies minor
@eslint-react/eslint-plugin (source) 1.5.30 -> 1.16.1 age adoption passing confidence devDependencies minor
@headlessui/react (source) 2.1.3 -> 2.2.0 age adoption passing confidence dependencies minor
@iconify-json/mingcute 1.1.20 -> 1.2.1 age adoption passing confidence devDependencies minor
@​innei/prettier ^0.13.3 -> ^0.15.0 age adoption passing confidence devDependencies minor
@nestjs/cache-manager 2.2.2 -> 2.3.0 age adoption passing confidence dependencies minor
@nestjs/config 3.2.3 -> 3.3.0 age adoption passing confidence dependencies minor
@nestjs/event-emitter 2.0.4 -> 2.1.1 age adoption passing confidence dependencies minor
@nestjs/schematics 10.1.4 -> 10.2.3 age adoption passing confidence devDependencies minor
@sxzz/eslint-config 3.14.0 -> 3.17.4 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) 5.51.24 -> 5.60.5 age adoption passing confidence dependencies minor
@types/node (source) 20.14.15 -> 20.17.6 age adoption passing confidence devDependencies minor
cron ^3.1.7 -> ^3.2.1 age adoption passing confidence dependencies minor
drizzle-kit (source) 0.23.2 -> 0.28.1 age adoption passing confidence devDependencies minor
drizzle-kit (source) 0.23.2 -> 0.28.1 age adoption passing confidence dependencies minor
drizzle-orm (source) 0.32.2 -> 0.36.3 age adoption passing confidence dependencies minor
es-toolkit (source) ^1.9.0 -> ^1.27.0 age adoption passing confidence devDependencies minor
eslint (source) 9.7.0 -> 9.15.0 age adoption passing confidence devDependencies minor
framer-motion 11.3.30 -> 11.11.17 age adoption passing confidence dependencies minor
husky 9.0.11 -> 9.1.7 age adoption passing confidence devDependencies minor
jotai 2.9.3 -> 2.10.2 age adoption passing confidence dependencies minor
next-themes 0.3.0 -> 0.4.3 age adoption passing confidence dependencies minor
node 20-alpine -> 20.18.0-alpine age adoption passing confidence final minor
node 20-alpine -> 20.18.0-alpine age adoption passing confidence stage minor
ofetch 1.3.4 -> 1.4.1 age adoption passing confidence dependencies minor
pg (source) 8.12.0 -> 8.13.1 age adoption passing confidence dependencies minor
pnpm (source) 8.7.6 -> 8.15.9 age adoption passing confidence packageManager minor
react-router-dom (source) 6.24.1 -> 6.28.0 age adoption passing confidence dependencies minor
sonner (source) 1.5.0 -> 1.7.0 age adoption passing confidence dependencies minor
supercharge/mongodb-github-action v1.10.0 -> 1.11.0 age adoption passing confidence action minor
supercharge/redis-github-action 1.7.0 -> 1.8.0 age adoption passing confidence action minor
tailwind-merge 2.4.0 -> 2.5.4 age adoption passing confidence dependencies minor
tailwind-variants 0.2.1 -> 0.3.0 age adoption passing confidence devDependencies minor
tsup (source) 8.1.2 -> 8.3.5 age adoption passing confidence devDependencies minor
tsx (source) 4.16.5 -> 4.19.2 age adoption passing confidence devDependencies minor
typescript (source) ^5.5.4 -> ^5.6.3 age adoption passing confidence devDependencies minor
vite (source) 5.3.5 -> 5.4.11 age adoption passing confidence devDependencies minor
vite-plugin-checker 0.7.2 -> 0.8.0 age adoption passing confidence devDependencies minor
zx (source) 8.1.4 -> 8.2.2 age adoption passing confidence devDependencies minor

Release Notes

nextauthjs/next-auth (@​auth/core)

v0.37.4

Compare Source

Bugfixes
  • core: vendor cookie until it has an ESM build (#​12248) (a150f1e)
  • core: filter unnecessary param before passing to session callback (c650d0c)
Other
  • fix import
  • Revert "fix(core): filter unnecessary param before passing to session callback"

v0.37.3

Compare Source

Bugfixes

  • core: carry-over request params for custom verifyRequest page (#​12166) (d6d8d4f)
  • core: use correct import for the cookie package (#​12177) (39250e3)
  • providers: update TikTok provider configuration with custom Fetch (#​12168) (2e78fa2)
  • providers: Ease authorization and scope override for Discord provider (#​12173) (39b7d9a)
  • providers: dropbox authorization params should contain token_access_type (#​12161) (8034cfe)

Other

  • deps: bump dependencies (b3e4369)
  • docs: enhance api reference with styles for providers (#​11961) (a88c7a3)
  • fix lint
  • fix(ts) mark account as optional in callbacks (#​12017)

v0.37.2

Compare Source

Bugfixes

v0.37.1

Compare Source

Bugfixes

  • providers: conform Entra ID when responding with the wrong issuer (#​11980) (e981e4d)

v0.37.0

Compare Source

Features

v0.36.0

Compare Source

Features

Bugfixes

  • correctly set isNewUser during account linking & user creation

Other

v0.35.3

Compare Source

Bugfixes

v0.35.2

Compare Source

Bugfixes
  • providers: make identifier param optional (3e8a648)
  • providers: optionally check identifier (54ba689)

v0.35.1

Compare Source

Bugfixes

v0.35.0

Compare Source

Features
Bugfixes
Other
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.16.1

Compare Source

✨ New
🪄 Improvements

v1.15.2

Compare Source

🪄 Improvements
  • Update @typescript-eslint's packages to ^8.12.1.

v1.15.1

Compare Source

✨ New
  • feat: added code fixer to react-x/avoid-shorthand-boolean and react-x/prefer-shorthand-fragment by @​Rel1cx
🐞 Fixes

v1.15.0

Compare Source

✨ New
🐞 Fixes
  • fix: Fix false positives when 'web-api/no-leaked-event-listener' passes a signal to an intermediate variable, closes #​838
🪄 Improvements

v1.14.3

Compare Source

🪄 Improvements
  • Update @typescript-eslint's packages to ^8.7.0.

v1.14.2

Compare Source

🪄 Improvements
  • Update @typescript-eslint's packages to ^8.6.0.

v1.14.1

Compare Source

🐞 Fixes
  • Fixed false positives in rule web-api/no-leaked-resize-observer.

v1.14.0

Compare Source

🐞 Fixes
  • Fixed mono plugins missing default export.
  • Fixed component name detection when the component name starts with a underscore.
🪄 Improvements
  • Update @typescript-eslint's packages to ^8.5.0.

v1.13.1

Compare Source

🐞 Fixes
  • Fixed hooks-extra/no-unnecessary-use-callback and hooks-extra/no-unnecessary-use-memo false positives when there are references from nested scopes.

v1.13.0

Compare Source

✨ New
  • Added web-api/no-leaked-resize-observer rule to prevent leaked ResizeObserver.
🐞 Fixes
  • hooks-extra/no-redundant-custom-hook should allow custom hooks with empty body.
🪄 Improvements
  • Rename debug/react-hooks to debug/hook.
  • Rename hooks-extra/ensure-custom-using-hooks to hooks-extra/no-redundant-custom-hook.
  • Rename hooks-extra/ensure-use-memo-has-non-empty-deps to hooks-extra/no-unnecessary-use-memo.
  • Rename hooks-extra/ensure-use-callback-has-non-empty-deps to hooks-extra/no-unnecessary-use-callback.
  • Upgrade @typescript-eslint's packages to ^8.4.0.

(The rules that were renamed in this release will still be available until the next major update to avoid breaking changes.)

v1.12.4

Compare Source

✨ New
  • Added useLayoutEffect and useInsertionEffect support to hooks-extra/no-direct-set-state-in-use-effect.
🪄 Improvements
  • Deprecate rule hooks-extra/no-direct-set-state-in-use-layout-effect in favor of hooks-extra/no-direct-set-state-in-use-effect (the previous rule will still be available until the next major update to avoid breaking changes).

v1.12.3

Compare Source

✨ New
  • Added support for detecting event listeners removed by abort signal in rule web-api/no-leaked-event-listener.
🐞 Fixes
  • Fixed no-duplicate-key rule false positives when the key is an variable.
  • Fixed web-api/no-leaked-set-timeout and web-api/no-leaked-set-interval false positives when a timer is assigned to a variable declared by let but not initialized.

v1.12.2

Compare Source

✨ New
  • Added type declarations for react-x settings to the @typescript-eslint/utils/ts-eslint module via the SharedConfigurationSettings interface.
🪄 Improvements
  • Improve the performance of the no-missing-key and no-duplicate-key rules.
  • Upgrade @typescript-eslint's packages to ^8.3.0.

v1.12.1

Compare Source

✨ New
  • Add the options allowAllCaps, allowNamespace, allowLeadingUnderscore to naming-convention/component-name and set their default values to false.
🪄 Improvements
  • Normalize the component name in rule naming-convention/component-name before checking it against the pattern.

v1.12.0

Compare Source

✨ New
  • Added hooks-extra rules to recommended and recommended-legacy presets.

v1.11.0

Compare Source

✨ New
  • Added eslint-plugin-react-web-api - A plugin that provides rules for interacting with Web APIs in React applications.
  • Added web-api/no-leaked-timeout rule to prevent leaked setTimeout.
  • Added web-api/no-leaked-interval rule to prevent leaked setInterval.
  • Added web-api/no-leaked-event-listener rule to prevent leaked addEventListener.
  • Added web-api and web-api-legacy presets to enable all rules provided by eslint-plugin-react-web-api.
  • Added react-web-api/no-leaked-event-listener to recommended and recommended-legacy presets.
🪄 Improvements
  • Improve performance by skipping unnecessary checks when possible.
  • Improve dts generation of the @eslint-react/eslint-plugin package.
  • Improve website and documentation.
  • Upgrade @typescript-eslint's packages to ^8.2.0.

v1.10.1

Compare Source

🐞 Fixes
  • Fixed hooks-extra/prefer-use-state-lazy-initialization false positive when using an initializer function.
🪄 Improvements
  • Improve rule no-implicit-key error marker position and range.
  • Upgrade @typescript-eslint's packages to ^8.1.0.
  • Improve website and documentation.

v1.10.0

Compare Source

✨ New
  • Add disable-type-checked and `disable-

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from 254b325 to 3b5cc94 Compare September 23, 2023 02:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 155ef71 to 4de9538 Compare October 14, 2023 05:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2eeb9f1 to 38f3bd5 Compare October 21, 2023 05:31
@renovate renovate bot changed the title fix(deps): update all non-major dependencies (minor) chore(deps): update all non-major dependencies (minor) Oct 24, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5b33cdc to 3cc746e Compare November 2, 2023 11:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c7fdda9 to 1ac1f03 Compare November 10, 2023 08:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ca38adc to 117b9df Compare November 18, 2023 08:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 3c1b7c2 to 6bfb815 Compare November 9, 2024 10:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 5cd1882 to c766215 Compare November 16, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants