authjs-nuxt icon indicating copy to clipboard operation
authjs-nuxt copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 2 years ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@auth/core (source) ^0.17.0 -> ^0.35.3 age adoption passing confidence
@nuxt/kit (source) ^3.7.4 -> ^3.13.2 age adoption passing confidence
@nuxt/module-builder ^0.5.2 -> ^0.8.4 age adoption passing confidence
@nuxt/test-utils ^3.7.4 -> ^3.14.2 age adoption passing confidence
@panva/hkdf ^1.1.1 -> ^1.2.1 age adoption passing confidence
@types/node (source) ^20.8.7 -> ^20.16.10 age adoption passing confidence
bumpp ^9.2.0 -> ^9.6.1 age adoption passing confidence
bun-types (source) ^1.0.6 -> ^1.1.29 age adoption passing confidence
cookie ^0.5.0 -> ^0.7.1 age adoption passing confidence
cookie-es ^1.0.0 -> ^1.2.2 age adoption passing confidence
defu ^6.1.2 -> ^6.1.4 age adoption passing confidence
eslint (source) 8.51.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-import ^2.28.1 -> ^2.31.0 age adoption passing confidence
immer ^10.0.3 -> ^10.1.1 age adoption passing confidence
jose ^4.15.4 -> ^4.15.9 age adoption passing confidence
lint-staged ^15.0.1 -> ^15.2.10 age adoption passing confidence
nuxt (source) ^3.7.4 -> ^3.13.2 age adoption passing confidence
pnpm (source) 8.9.2 -> 8.15.9 age adoption passing confidence
prettier (source) ^3.0.3 -> ^3.3.3 age adoption passing confidence
rimraf ^5.0.5 -> ^5.0.10 age adoption passing confidence
simple-git-hooks ^2.9.0 -> ^2.11.1 age adoption passing confidence
taze ^0.11.4 -> ^0.17.2 age adoption passing confidence
typescript (source) ^5.2.2 -> ^5.6.2 age adoption passing confidence
vitepress (source) 1.0.0-rc.22 -> 1.3.4 age adoption passing confidence

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

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)

v0.29.0

Compare Source

Features

Bugfixes

  • docs: correct link to list of adapters (#​10451) (bb4dc18)
  • env: handle provider id's with - durinv env inference (4dfc8af)
  • providers: update Facebook OAuth dialog API (5dec6fd)
  • providers: make webex apiBaseUrl optional (#​10354) (edc4fe4)
  • infer providers logo filename (#​10496)

Other

  • docs: update azure-ad.ts (#​10448) (8120fd4)
  • examples: use string as authorization (5ae5009)
  • revert
  • comment todo

v0.28.2

Compare Source

Bugfixes

v0.28.1

Compare Source

Bugfixes

  • core: ignore basePath if pages configuration (#​10288) (9c56e69)
  • core: cannot parse action at /session (#​10094) (4a2d511)
  • tests: setEnvDefaults test with AUTH_SECRET/config.secret values (#​10400) (86c8822)
  • export CredentialsSignin class to extend in custom authorize errors (#​10200)
  • throw MissingSecret when secret missing (#​10305)

Other

v0.28.0

Compare Source

Features

  • customizable authorize() error (#​9871)

Bugfixes

Other

v0.27.0

Compare Source

Features
Bugfixes
Other
  • update playwright setup with poms (#​10012)
  • fix E2E @playwright/test tests (#​9944)

v0.26.3

Compare Source

Bugfixes

  • ts: correctly type Auth overload (8cbf38c)
  • remove unnecessary /signout appending to signout form action URL (#​9901)
  • mismatched account.providerAccountId (#​9932)

v0.26.2

Compare Source

Bugfixes

  • fix .js imports
  • use correct script src for @simplewebauthn/browser

v0.26.1

Compare Source

Bugfixes

  • don't break on Edge runtime when WebAuthn isn't used (#​9919)

v0.26.0

Compare Source

Features

  • Passkey / WebAuthn provider (experimental) (#​8808)

Other

  • swap sass css-nesting for css standard nesting postcss plugin (#​9887)

v0.25.1

Compare Source

Bugfixes

  • properly extend NodemailerConfig by EmailConfig (#​9890)

Other

v0.25.0

Compare Source

Features

  • add getEnvDefaults and createActionURL to @auth/core for use in client libs (#​9817)

Bugfixes

  • allow Facebook authorization config to be merged (#​9866)
  • filter client error response, error on missing host (#​9837)
  • allow string return signIn callback (#​9829)

v0.24.0

Compare Source

Features

Other

  • add badge & tweak config
  • add test coverage (#​9805)
  • replace jest with vitest (#​9818)
  • global vite/vitest, move express (#​9806)

v0.23.0

Compare Source

Features

Bugfixes

Other

v0.22.0

Compare Source

Features

v0.21.0

Compare Source

Features

Bugfixes

v0.20.0

Compare Source

Features

v0.19.1

Compare Source

Bugfixes

Other

v0.19.0

Compare Source

Features

Bugfixes

v0.18.6

Compare Source

Bugfixes

Other

  • bump dependencies
  • add utils package (#​9378)

v0.18.5

Compare Source

Bugfixes


Configuration

📅 Schedule: Branch creation - "every 7 day" (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.

renovate[bot] avatar Sep 22 '23 00:09 renovate[bot]

Deploying authjs-nuxt with  Cloudflare Pages  Cloudflare Pages

Latest commit: 375a5e9
Status:🚫  Build failed.

View logs