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 #36

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@auth/core (source) ^0.29.0 -> ^0.37.0 age adoption passing confidence dependencies minor
@commitlint/cli (source) 19.2.1 -> 19.5.0 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 19.1.0 -> 19.5.0 age adoption passing confidence devDependencies minor
@iconify/json (source) 2.2.200 -> 2.2.270 age adoption passing confidence dependencies patch
@nuxt/types (source) 2.17.3 -> 2.18.1 age adoption passing confidence devDependencies minor
@nuxt/ui (source) 2.15.2 -> 2.19.2 age adoption passing confidence devDependencies minor
@nuxtjs/mdc ^0.6.0 -> ^0.9.0 age adoption passing confidence dependencies minor
@pinia-plugin-persistedstate/nuxt (source) 1.2.0 -> 1.2.1 age adoption passing confidence devDependencies patch
@pinia/nuxt (source) ^0.5.1 -> ^0.7.0 age adoption passing confidence devDependencies minor
@semantic-release/github 10.0.3 -> 10.3.5 age adoption passing confidence devDependencies minor
@sidebase/nuxt-auth (source) ^0.7.0 -> ^0.9.0 age adoption passing confidence dependencies minor
@types/leaflet (source) 1.9.9 -> 1.9.14 age adoption passing confidence dependencies patch
@types/lodash (source) 4.17.0 -> 4.17.13 age adoption passing confidence devDependencies patch
@types/node (source) 20.12.7 -> 20.17.6 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.6.0 -> 7.18.0 age adoption passing confidence devDependencies minor
@vueuse/components (source) 10.9.0 -> 10.11.1 age adoption passing confidence dependencies minor
@vueuse/core (source) 10.9.0 -> 10.11.1 age adoption passing confidence dependencies minor
@vueuse/nuxt (source) 10.9.0 -> 10.11.1 age adoption passing confidence devDependencies minor
appleboy/ssh-action v1.0.3 -> v1.1.0 age adoption passing confidence action minor
compressing 1.10.0 -> 1.10.1 age adoption passing confidence dependencies patch
drizzle-kit (source) ^0.20.14 -> ^0.28.0 age adoption passing confidence devDependencies minor
drizzle-orm (source) ^0.30.0 -> ^0.36.0 age adoption passing confidence dependencies minor
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
eslint-plugin-prettier 5.1.3 -> 5.2.1 age adoption passing confidence devDependencies minor
eslint-plugin-unused-imports 3.1.0 -> 3.2.0 age adoption passing confidence devDependencies minor
husky 9.0.11 -> 9.1.6 age adoption passing confidence devDependencies minor
moment-timezone (source) 0.5.45 -> 0.5.46 age adoption passing confidence dependencies patch
nuxt3-leaflet 1.0.12 -> 1.0.13 age adoption passing confidence devDependencies patch
pinia 2.1.7 -> 2.2.6 age adoption passing confidence dependencies minor
postgres 3.4.4 -> 3.4.5 age adoption passing confidence dependencies patch
prettier (source) 3.2.5 -> 3.3.3 age adoption passing confidence devDependencies minor
prettier-plugin-tailwindcss ^0.5.11 -> ^0.6.0 age adoption passing confidence devDependencies minor
sass 1.75.0 -> 1.80.6 age adoption passing confidence devDependencies minor
semantic-release 23.0.8 -> 23.1.1 age adoption passing confidence devDependencies minor
typescript (source) 5.4.5 -> 5.6.3 age adoption passing confidence devDependencies minor
vue (source) 3.4.21 -> 3.5.12 age adoption passing confidence devDependencies minor
vue-final-modal (source) 4.5.4 -> 4.5.5 age adoption passing confidence dependencies patch
vue-router 4.3.0 -> 4.4.5 age adoption passing confidence devDependencies minor
vue-tsc (source) 2.0.13 -> 2.1.10 age adoption passing confidence devDependencies minor
zod (source) 3.22.4 -> 3.23.8 age adoption passing confidence dependencies minor

Release Notes

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

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

Bugfixes

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

v0.37.0

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

v0.34.2

Compare Source

Bugfixes

Other

v0.34.1

Compare Source

Bugfixes

  • Add default exports to package.json for better module support (#​11224)

v0.34.0

Compare Source

Features

v0.33.0

Compare Source

Features
Bugfixes
Other

v0.32.0

Compare Source

Features

Bugfixes

  • core: Ensure oauth4webapi uses a stable customFetch API (#​10978) (f1bf7ae)
  • core: centralize isDate util fn and use in all adapters (#​10872) (e2eacc2)
  • errors: do not log authjs message with CredentialsSiginin error (#​11050) (d089923)

Other

v0.31.0

Compare Source

Features

Bugfixes

  • core: update WebAuthn authenticator schemas and types (#​10861) (5e55331)
  • core: support trailingSlash in providerAndAccountId parsing (#​10752) (46f9582)
  • providers: update linkedin oidc issuer (#​10671) (6cb874e)
  • correct contributor lists (#​10742)
  • strip code_verifier from request body when the provider doesn't support PKCE (#​10765)

Other

v0.30.0

Compare Source

Features

Bugfixes

Other

  • core: update links in typedocs to new docs URLs (#​10560) (6aa4c44)
  • core: rm unnecessary typedoc callout (ff7810f)
  • salesforce: fix multiple typos in provider (1de6bc7)
conventional-changelog/commitlint (@​commitlint/cli)

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

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

v19.4.1

Compare Source

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

[v19.4.0](https://redirect.github.com/conventional-changel


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b89b297 to 77690f0 Compare April 18, 2024 15:49
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from 041c023 to 984eef3 Compare April 25, 2024 08:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 6ef0f6b to 90bfe1c Compare May 2, 2024 06:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from f603d69 to d3689fa Compare October 28, 2024 21:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 754d084 to 8fefb70 Compare November 5, 2024 16:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a7ed286 to f5c2940 Compare November 7, 2024 10:35
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