Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the dev-dependencies group with 3 updates in the / directory: @auth/core, @sidebase/nuxt-auth and @hey-api/openapi-ts.

Updates @auth/core from 0.40.0 to 0.41.1

Release notes

Sourced from @​auth/core's releases.

@​auth/core@​0.41.1

Bugfixes

  • security issue from nodemailer (#13305)

Other

  • update links for Credentials-based Authentication (#13258)

@​auth/core@​0.41.0

Features

  • providers: support custom baseURL for Gitlab (#13260) (745751e9)

Other

  • fix build
  • adjust default fusionauth provider details (#10868)
Commits
Maintainer changes

This version was pushed to npm by bekacru, a new releaser for @​auth/core since your current version.


Updates @sidebase/nuxt-auth from 1.0.0-alpha.0 to 1.1.1

Release notes

Sourced from @​sidebase/nuxt-auth's releases.

v1.1.1

What's Changed

Full Changelog: sidebase/nuxt-auth@v1.1.0...v1.1.1

v1.1.0

What's Changed

Full Changelog: sidebase/nuxt-auth@v1.0.2...v1.1.0

v1.0.2

What's Changed

New Contributors

Full Changelog: sidebase/nuxt-auth@1.0.1...v1.0.2

1.0.1

What's Changed

New Contributors

Full Changelog: sidebase/nuxt-auth@v1.0.0...1.0.1

v1.0.0

We're excited to share that @​sidebase/nuxt-auth has reached its 1.0 release! 🎉

Read more here: #1028

... (truncated)

Commits

Updates @hey-api/openapi-ts from 0.53.12 to 0.91.1

Release notes

Sourced from @​hey-api/openapi-ts's releases.

@​hey-api/openapi-ts@​0.91.1

Patch Changes

Updated Dependencies:

  • @​hey-api/codegen-core@​0.6.1
  • @​hey-api/shared@​0.1.1

@​hey-api/openapi-ts@​0.91.0

Minor Changes

Removed CommonJS (CJS) support

@hey-api/openapi-ts is now ESM-only. This change simplifies the codebase, improves tree-shaking, and enables better integration with modern bundlers and TypeScript tooling.

CommonJS entry points (require(), module.exports) are no longer supported. If you are in a CJS environment, you can still load the package dynamically using import() like:

const { defineConfig } = await import('@hey-api/openapi-ts');

If you have previously written:

const { defineConfig } = require('@hey-api/openapi-ts');

Migrate by updating your static imports:

import { defineConfig } from '@hey-api/openapi-ts';

If your environment cannot use ESM, pin to a previous version.

Patch Changes

Updated Dependencies:

  • @​hey-api/shared@​0.1.0
  • @​hey-api/codegen-core@​0.6.0
  • @​hey-api/types@​0.1.3

@​hey-api/openapi-ts@​0.90.10

Patch Changes

... (truncated)

Commits
  • ce5977e Merge pull request #3292 from hey-api/changeset-release/main
  • 1542a56 chore: update lock file
  • dd988e9 ci: release
  • caabc9f Merge pull request #3291 from hey-api/copilot/fix-duplicate-import-error
  • 3c08e38 Fix duplicate import error for symbols in planner
  • 3f23cef Remove unnecessary comments and add planner unit tests for import deduplication
  • 59efc7b Fix duplicate import error when same symbol is imported as both type and value
  • 6e7770d Initial plan
  • 124dc28 Merge pull request #3287 from hey-api/chore/py-typecheck
  • c7ebec3 chore: prepare Python typecheck
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​hey-api/openapi-ts since your current version.


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

…3 updates

Bumps the dev-dependencies group with 3 updates in the / directory: [@auth/core](https://github.com/nextauthjs/next-auth), [@sidebase/nuxt-auth](https://github.com/sidebase/nuxt-auth) and [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts).


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

Updates `@sidebase/nuxt-auth` from 1.0.0-alpha.0 to 1.1.1
- [Release notes](https://github.com/sidebase/nuxt-auth/releases)
- [Commits](https://github.com/sidebase/nuxt-auth/commits/v1.1.1)

Updates `@hey-api/openapi-ts` from 0.53.12 to 0.91.1
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/[email protected]...@hey-api/[email protected])

---
updated-dependencies:
- dependency-name: "@auth/core"
  dependency-version: 0.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@sidebase/nuxt-auth"
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.91.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 2, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 2, 2026 02:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 2, 2026
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​auth/​core@​0.40.0 ⏵ 0.41.19910083 +186100
Updated@​sidebase/​nuxt-auth@​1.0.0-alpha.0 ⏵ 1.1.198 +1100100 +193 +2100
Updated@​hey-api/​openapi-ts@​0.53.12 ⏵ 0.91.198 +1100100 +1896100 +10

View full report

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants