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

Bump the npm-production group in /frontend with 2 updates #3092

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the npm-production group in /frontend with 2 updates: @auth/core and next-themes.

Updates @auth/core from 0.34.2 to 0.37.4

Release notes

Sourced from @​auth/core's releases.

@​auth/core@​0.37.4

Bugfixes

  • core: vendor cookie until it has an ESM build (#12248) (a150f1e8)
  • core: filter unnecessary param before passing to session callback (c650d0cc)

Other

  • fix import
  • Revert "fix(core): filter unnecessary param before passing to session callback"

@​auth/core@​0.37.3

Bugfixes

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

Other

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

@​auth/core@​0.37.2

Bugfixes

  • core: adds 'none' token endpoint auth method for oauth and oidc (#12066) (be6d1690)
  • providers: conform Apple (#12068) (2810f6b1)
Commits
  • 846c9f3 chore(release): bump package version(s) [skip ci]
  • 1c37d92 test: fix import
  • a150f1e fix(core): vendor cookie until it has an ESM build (#12248)
  • 4b01b46 Revert "fix(core): filter unnecessary param before passing to session callback"
  • c650d0c fix(core): filter unnecessary param before passing to session callback
  • a1cf406 chore(deps): bump cookie from 0.6.0 to 1.0.1 (#12178)
  • 06e2c9c docs: handle nullable Session
  • d6e68e4 chore(release): bump package version(s) [skip ci]
  • 7f5382b chore: fix lint
  • d6d8d4f fix(core): carry-over request params for custom verifyRequest page (#12166)
  • Additional commits viewable in compare view

Updates next-themes from 0.3.0 to 0.4.4

Release notes

Sourced from next-themes's releases.

v0.4.4

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.3...v0.4.4

v0.4.3

What's Changed

  • Pass nonce to inline style tag when using disableTransitionOnChange

Full Changelog: pacocoursey/next-themes@v0.4.2...v0.4.3

v0.4.2

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.1...v0.4.2

v0.4.1

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.0...v0.4.1

v0.4.0

What's Changed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2025
@dependabot dependabot bot requested a review from nickzelei January 6, 2025 18:46
Copy link

vercel bot commented Jan 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
neosync-docs ⬜️ Ignored (Inspect) Visit Preview Jan 6, 2025 6:55pm

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/npm-production-0ec7549a5b branch from 2edaa28 to 6cb3ac5 Compare January 6, 2025 18:53
Bumps the npm-production group in /frontend with 2 updates: [@auth/core](https://github.com/nextauthjs/next-auth) and [next-themes](https://github.com/pacocoursey/next-themes).


Updates `@auth/core` from 0.34.2 to 0.37.4
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/[email protected]...@auth/[email protected])

Updates `next-themes` from 0.3.0 to 0.4.4
- [Release notes](https://github.com/pacocoursey/next-themes/releases)
- [Commits](pacocoursey/next-themes@v0.3.0...v0.4.4)

---
updated-dependencies:
- dependency-name: "@auth/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: next-themes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/npm-production-0ec7549a5b branch from 6cb3ac5 to f7c8fb5 Compare January 6, 2025 18:55
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 9, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/npm-production-0ec7549a5b branch January 9, 2025 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants