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

chore: upgrade to nitro 2.10, preparing for nitropack ecosystem switch from nitropack to nitro #942

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

Conversation

BracketJohn
Copy link
Contributor

@BracketJohn BracketJohn commented Nov 12, 2024

πŸ”— Linked issue

N/A

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

This PR upgrades [email protected] to [email protected]. This resolves two issues:

See https://github.com/nitrojs/nitro/releases/tag/v2.10.0 for more on the namespace change.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have added tests (if possible).
  • I have updated the documentation accordingly.

Copy link

pkg-pr-new bot commented Nov 12, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/@sidebase/nuxt-auth@942

commit: 05300e2

@BracketJohn
Copy link
Contributor Author

@phoenix-ru / @zoey-kaiser: Opening this to raise awareness of the above potential issues. Feel free to merge as is / close / put into another dep-upgrade PR.

Copy link
Collaborator

@phoenix-ru phoenix-ru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are multiple duplicate packages in the lockfile (majority wasn't duplicated prior to this PR)

At the very least it will cause undefined behaviour when developing nuxt-auth.

@BracketJohn which command did you use to update nitropack? I think a deduplication run needs to happen on the lockfile

@@ -260,6 +260,10 @@ packages:
resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==}
engines: {node: '>=6.9.0'}

'@babel/[email protected]':
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are duplicates in @babel packages

@@ -599,6 +672,12 @@ packages:
cpu: [arm64]
os: [android]

'@esbuild/[email protected]':
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also now in esbuild

@@ -1570,6 +1826,15 @@ packages:
rollup:
optional: true

'@rollup/[email protected]':
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And two major versions of @rollup

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.

3 participants