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

fix(deps): update all non-major dependencies #649

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@auth/drizzle-adapter (source) ^1.0.1 -> ^1.2.0 age adoption passing confidence dependencies minor
@swc/core (source) ^1.4.17 -> ^1.5.24 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) ^5.32.1 -> ^5.40.0 age adoption passing confidence dependencies minor
@types/node (source) ^20.12.8 -> ^20.14.0 age adoption passing confidence devDependencies minor
@types/pg (source) ^8.11.5 -> ^8.11.6 age adoption passing confidence devDependencies patch
@types/react (source) ^18.3.1 -> ^18.3.3 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^7.8.0 -> ^7.12.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.8.0 -> ^7.12.0 age adoption passing confidence devDependencies minor
discord.js (source) ^14.14.1 -> ^14.15.3 age adoption passing confidence dependencies minor
drizzle-kit ^0.20.17 -> ^0.22.1 age adoption passing confidence devDependencies minor
drizzle-orm (source) ^0.30.10 -> ^0.31.0 age adoption passing confidence dependencies minor
i18next (source) ^23.11.3 -> ^23.11.5 age adoption passing confidence dependencies patch
lint-staged ^15.2.2 -> ^15.2.5 age adoption passing confidence devDependencies patch
lucide-react (source) ^0.377.0 -> ^0.383.0 age adoption passing confidence dependencies minor
next-view-transitions ^0.1.1 -> ^0.2.0 age adoption passing confidence dependencies minor
pnpm (source) 9.0.6 -> 9.1.4 age adoption passing confidence packageManager minor
postgres 15.6-alpine -> 15.7-alpine age adoption passing confidence minor
prettier (source) ^3.2.5 -> ^3.3.0 age adoption passing confidence devDependencies minor
prettier-plugin-tailwindcss ^0.5.14 -> ^0.6.1 age adoption passing confidence devDependencies minor
rimraf ^5.0.5 -> ^5.0.7 age adoption passing confidence devDependencies patch
tsup (source) ^8.0.2 -> ^8.1.0 age adoption passing confidence devDependencies minor
vitest (source) ^1.5.3 -> ^1.6.0 age adoption passing confidence devDependencies minor
zod (source) ^3.23.6 -> ^3.23.8 age adoption passing confidence dependencies patch

Release Notes

nextauthjs/next-auth (@​auth/drizzle-adapter)

v1.2.0

Compare Source

Features

Other

v1.1.0

Compare Source

Features

Other

swc-project/swc (@​swc/core)

v1.5.24

Compare Source

v1.5.23

Compare Source

Bug Fixes

v1.5.22

Compare Source

v1.5.20

Compare Source

v1.5.19

Compare Source

v1.5.11

Compare Source

v1.5.7

Compare Source

Documentation

v1.5.6

Compare Source

Bug Fixes

v1.5.5

Compare Source

Bug Fixes
Refactor

v1.5.3

Compare Source

v1.5.2

Compare Source

v1.5.1

Compare Source

Bug Fixes
  • (es/decorator) Support for legacy decorators in class expressions (#​8892) (8fe57ad)

  • (es/helpers) Remove unused export from _using_ctx.js (#​8891) (438d0b3)

  • (es/minifier) Do not add vars if eval exists (#​8888) (be359fa)

v1.5.0

Compare Source

Bug Fixes
Features
TanStack/query (@​tanstack/react-query)

v5.40.0

Compare Source

v5.39.0

Compare Source

Version 5.39.0 - 5/25/2024, 6:33 PM

Changes
Feat
  • react-query: support React 19 (41ec572) by Dominik Dorfmeister
Packages

v5.38.0

Compare Source

Version 5.38.0 - 5/25/2024, 12:34 PM

Changes
Feat
Docs
Packages

v5.37.1

Compare Source

Version 5.37.1 - 5/18/2024, 8:42 AM

Changes

Fix
Chore

Packages

v5.36.2

Compare Source

v5.36.1

Compare Source

Version 5.36.1 - 5/15/2024, 2:22 PM

Changes

Fix
  • types: make TVariables default to unknown on Mutation (#​7433) (c2861c4) by Dominik Dorfmeister
Docs
  • not using useState in creating queryClient when use ReactQueryStreamedHydration in suspense-example (#​7431) (3a9e046) by polee
Other
  • Update overview.md (10c7527) by Tanner Linsley

Packages

v5.36.0

Compare Source

v5.35.5

Compare Source

v5.35.4

Compare Source

Version 5.35.4 - 5/10/2024, 2:10 PM

Changes

Fix
  • deprecate direction passed to QueryFunctionContext (#​7410) (fbe3b44) by Dominik Dorfmeister
Docs

Packages

v5.35.1

Compare Source

Version 5.35.1 - 5/6/2024, 6:38 AM

Changes

Fix
Docs

Packages

v5.34.2

Compare Source

v5.34.1

Compare Source

Version 5.34.1 - 5/4/2024, 8:30 AM

Changes

Fix
Docs

Packages

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

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

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

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

v7.11.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.

v7.10.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.

v7.9.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.

discordjs/discord.js (discord.js)

v14.15.3

Compare Source

Bug Fixes

  • Message: Properly compare attachments and embeds (#​10282) (a468ae8)
  • Throw error on no message id for Message#fetchReference() (#​10295) (638b896)
  • ThreadChannel: Invalid owner fetch option (#​10292) (27d0659)
  • Action: Ensure all properties on getChannel() are passed ([#​10278](

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Update one or more dependencies version label May 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 508343f to 609fa5e Compare May 3, 2024 15:39
@renovate renovate bot changed the title fix(deps): update dependency lucide-react to ^0.378.0 fix(deps): update all non-major dependencies May 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 043896f to f9a28e9 Compare May 6, 2024 16:17
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies May 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 551c1e1 to b71c77c Compare May 11, 2024 13:28
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies May 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from badfa53 to 34e1e38 Compare May 14, 2024 02:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 9b612a5 to 7a7ae88 Compare May 29, 2024 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from a2bfb4d to 9d08779 Compare June 3, 2024 03:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d08779 to b2cec1d Compare June 3, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update one or more dependencies version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants