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.35.3 age adoption passing confidence devDependencies minor
@auth/core (source) 0.34.2 -> 0.35.3 age adoption passing confidence dependencies minor
@auth/drizzle-adapter (source) 1.4.2 -> 1.5.3 age adoption passing confidence devDependencies minor
@auth/drizzle-adapter (source) 1.4.2 -> 1.5.3 age adoption passing confidence dependencies minor
@eslint-react/eslint-plugin (source) 1.5.30 -> 1.14.2 age adoption passing confidence devDependencies minor
@iconify-json/mingcute 1.1.20 -> 1.2.0 age adoption passing confidence devDependencies minor
@​innei/prettier ^0.13.3 -> ^0.15.0 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.56.2 age adoption passing confidence dependencies minor
@types/node (source) 20.14.15 -> 20.16.10 age adoption passing confidence devDependencies minor
drizzle-kit (source) 0.23.2 -> 0.24.2 age adoption passing confidence devDependencies minor
drizzle-kit (source) 0.23.2 -> 0.24.2 age adoption passing confidence dependencies minor
drizzle-orm (source) 0.32.2 -> 0.33.0 age adoption passing confidence dependencies minor
es-toolkit (source) ^1.9.0 -> ^1.22.0 age adoption passing confidence devDependencies minor
eslint (source) 9.7.0 -> 9.11.1 age adoption passing confidence devDependencies minor
framer-motion 11.3.30 -> 11.9.0 age adoption passing confidence dependencies minor
husky 9.0.11 -> 9.1.6 age adoption passing confidence devDependencies minor
jotai 2.9.3 -> 2.10.0 age adoption passing confidence dependencies minor
node 20-alpine -> 20.17.0-alpine age adoption passing confidence final minor
node 20-alpine -> 20.17.0-alpine age adoption passing confidence stage minor
ofetch 1.3.4 -> 1.4.0 age adoption passing confidence dependencies minor
pg (source) 8.12.0 -> 8.13.0 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.26.2 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.2 age adoption passing confidence dependencies minor
tsup (source) 8.1.2 -> 8.3.0 age adoption passing confidence devDependencies minor
tsx (source) 4.16.5 -> 4.19.1 age adoption passing confidence devDependencies minor
typescript (source) ^5.5.4 -> ^5.6.2 age adoption passing confidence devDependencies minor
vite (source) 5.3.5 -> 5.4.8 age adoption passing confidence devDependencies minor
vite-plugin-checker 0.7.2 -> 0.8.0 age adoption passing confidence devDependencies minor

Release Notes

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

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.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-type-checked-legacy presets to disable all type-checked rules.
🪄 Improvements
  • Rename off-dom and off-dom-legacy presets to disable-dom and disable-dom-legacy (the old names will still be available until the next major update to avoid breaking changes).

v1.9.1

Compare Source

🐞 Fixes
  • Fixed dom/no-missing-iframe-sandbox false positive when the sandbox attribute is set to sandbox="".
  • Fixed all and all-legacy presets not including hooks-extra rules.

v1.9.0

Compare Source

✨ New
  • Add core preset that includes the most essential rules.
🪄 Improvements
  • Upgrade @typescript-eslint's packages to 8.0.1.

v1.8.2

Compare Source

🐞 Fixes
  • Fixed legacy presets not being exported correctly in @eslint-react/eslint-plugin.

v1.8.1

Compare Source

🪄 Improvements
  • Enhance rule hooks-extra/no-direct-set-state-in-use-effect and hooks-extra/no-direct-set-state-in-use-layout-effect to support set function directly passed to useCallback and useMemo without explicitly calling it.
  • Improve website and documentation.

v1.8.0

Compare Source

🐞 Fixes
  • Fixed ESLintReactSettings type not being exported correctly.
  • Fixed the set function calls that are wrapped in a useMemo or useCallback like hook not being detected by hooks-extra/no-direct-set-state-in-use-effect and hooks-extra/no-direct-set-state-in-use-layout-effect.
🪄 Improvements
  • Upgrade @typescript-eslint's packages to 8.0.0.
  • Improve website and documentation.

v1.7.1

Compare Source

🐞 Fixes
  • Fixed the spread attributes support for dom related rules.
  • Fixed the issue where the overridden value was retrieved when there were duplicate attributes on a JSX element.
🪄 Improvements
  • Rule no-leaked-conditional-rendering now allows a falsy boolean literal to be used on the left side of the logical expression.
  • Tweaked the default settings shipped with various presets.
  • Overall performance improvements.

v1.7.0

Compare Source

✨ New
  • Add settings["react-x"].polymorphicPropName setting to specify the name of the prop that is used to determine the component type.
🪄 Improvements
  • Dropped the current incomplete lint support for React.createElement to improve performance and subsequent code maintainability.

v1.6.0

Compare Source

✨ New
  • Add controlled setting to settings["react-x"].additionalComponents' attributes object to set whether it is controlled or not.
  • Add glob support to settings["react-x"].additionalComponents' name setting.
  • Add default settings for react-x settings to presets.
  • Undeprecate rule no-implicit-key and improve its usefulness.
  • Undeprecate rule no-complicated-conditional-rendering and rename it to no-complex-conditional-rendering (the previous rule will still be available until the next major update to avoid breaking changes).
🐞 Fixes
  • no-direct-set-state-in-use-(layout?)-effect should warn only for the set function.
🪄 Improvements
  • Remove no-direct-set-state-in-use-(layout?)-effect from recommended presets.
sxzz/eslint-config (@​sxzz/eslint-config)

v3.17.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.17.3

Compare Source

   🐞 Bug Fixes
  • Disable @typescript-eslint/no-unused-expressions for markdown files  -  by @​sxzz (54300)
    View changes on GitHub

v3.17.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.17.1

Compare Source

   🚀 Features
  • Enable @typescript-eslint/no-unused-expressions  -  by @​sxzz (f5932)
   🐞 Bug Fixes
    View changes on GitHub

v3.17.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.16.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.16.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.16.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.16.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.15.1

Compare Source

   🚀 Features
    View changes on GitHub

v3.15.0

Compare Source

   🚀 Features
    View changes on GitHub
TanStack/query (@​tanstack/react-query)

v5.56.2

Compare Source

Version 5.56.2 - 9/12/24, 6:05 PM

Changes
Fix
  • core: make sure infiniteQuery always fetches the first page (#​8051) (7624785) by Dominik Dorfmeister
Packages

v5.56.1

Compare Source

Version 5.56.1 - 9/12/24, 2:38 PM

Changes
Fix
Chore
  • trigger release (6a17069) by Dominik Dorfmeister
Packages

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 fcf9a7c to 0c5c7e7 Compare September 15, 2024 21:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 24a49a1 to 03a1932 Compare September 23, 2024 21:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 82cc3d3 to 20bc844 Compare September 27, 2024 22:10
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