-
-
Notifications
You must be signed in to change notification settings - Fork 174
chore: update depencies #2676
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: update depencies #2676
Conversation
|
|
WalkthroughThis set of changes updates the dependency versions across multiple Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant NuxtPkg as Nuxt Package
participant NodeJS
User->>NuxtPkg: Import package
NuxtPkg->>NodeJS: Resolve "main" as ./dist/module.mjs (ESM)
NuxtPkg->>NodeJS: Provide types from ./dist/types.d.mts
Note right of NuxtPkg: CommonJS entry removed
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (5)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
commit: |
BEGIN_COMMIT_OVERRIDE
chore: update depencies
END_COMMIT_OVERRIDE# Describe the PR
A clear and concise description of what the pull request does.
Small replication
A small replication or video walkthrough can help demonstrate the changes made. This is optional, but can help observe the intended changes. A mentioned issue that contains a replication also works.
PR checklist
What kind of change does this PR introduce? (check at least one)
fix(...)feat(...)fix(...)docs(...)The PR fulfills these requirements:
CHANGELOGis generated from these messages, and determines the next version type. Pull requests that do not follow conventional commits or do not have an override will be deniedSummary by CodeRabbit