Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update all non-major dependencies #11

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nitropack 2.10.4 -> 2.11.8 age adoption passing confidence
vue-router 4.4.5 -> 4.5.0 age adoption passing confidence

Release Notes

nitrojs/nitro (nitropack)

v2.11.8

Compare Source

compare changes

🩹 Fixes
  • dev: Conditionally set headers for error handler (#​3249)
  • aws-lambda: Aws-lambda-streaming set-cookie headers (#​3236)
  • config: Resolve srcDir relative to rootDir (#​3250)
📦 Build
  • Inline openapi-typescript types to reduce install size by 39MB (#​3252)
❤️ Contributors

v2.11.7

Compare Source

compare changes

🆙 Updates
  • cloudflare: Update node.js compatibility (node:crypto and node:tls) (#​3230)
  • netlify-edge: Update node.js compatibility (node:sqlite) (#​3231)
  • minor dependency updates and removed unused dependencies (c24f39c2, ff9c4f08)
🩹 Fixes
  • app: Import user code last to avoid initialization order issues (#​3226)
  • app: Only inherit waitUntil and platform context in direct fetch (#​3224)
  • dev: Always propagate proxy errors (#​3229)
💅 Refactors
📖 Documentation
  • Use server/ dir in all places (#​2775)
  • deno-server: Add note for compatibilityDate (#​3190)
  • netlify: Add note for compatibilityDate (#​3189)
  • firebase: Add firebase-app-hosting (#​3217)
  • Updated callout (#​3219)
❤️ Contributors

v2.11.6

Compare Source

compare changes

🩹 Fixes
  • Update enenv and cloudflare node compat (#​3187)
  • dev: Use port for bun on windows (#​3188)
💅 Refactors
  • Remove extra space in logs (#​3181)
  • Remove dependency on unenv mock utils (#​3186)
📖 Documentation
🏡 Chore
✅ Tests
❤️ Contributors

v2.11.5

Compare Source

compare changes

🩹 Fixes
  • dev: Use abstract sockets on linux with node.js >=20 (#​3178)
  • dev: Use os tmp dir for unix sockets (#​3179)
📦 Build
🌊 Types
  • Mark $global optional for NitroRouteMeta (#​3174)
❤️ Contributors

v2.11.4

Compare Source

compare changes

🩹 Fixes
  • dev: Auto fallback to port if socket listening failed (#​3165)
  • dev: Polyfill globalThis.crypto for Node.js 18 (#​3166)
  • cli: Add globalThis.crypto polyfill for Node.js 18 (#​3167)
  • dev: Polyfill globalThis.crypto for Node.js 18 (#​3168)
  • dev: Try normal socket for CI (a4569493)
📦 Build
❤️ Contributors

v2.11.3

Compare Source

compare changes

🩹 Fixes
  • cloudflare: Support wrangler.jsonc (#​3162)
💅 Refactors
  • Expose default error to custom handler (#​3161)
  • dev: Only show force close warn in debug mode (06147e7a)
🏡 Chore
❤️ Contributors

v2.11.2

Compare Source

compare changes

🩹 Fixes
  • prerender: Ignore prefixed public assets (#​3093)
  • dev: Mark event as handled before sending proxy (058819aa)
  • dev: Force close server immediately in test and ci (97ed879a)
  • dev: Close all connections when reloading (5b5e10e7)
  • config: Respect config overrides for defaults (#​3158)
💅 Refactors
  • Move handled set to proxy util (67c396ba)
🏡 Chore
❤️ Contributors

v2.11.1

Compare Source

compare changes

🩹 Fixes
  • dev: Use full socket path for windows and linux (#​3152)
  • dev: Add random number to socket name (#​3153)
  • dev: Limit /_vfs to local ips only (#​3154)
  • app: Update event before calling request hook (#​3155)
❤️ Contributors

v2.11.0

Compare Source

Check release notes

vuejs/router (vue-router)

v4.5.0

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link

vercel bot commented Nov 25, 2024

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

Name Status Preview Updated (UTC)
nuxt-vercel-isr ✅ Ready (Inspect) Visit Preview Apr 3, 2025 3:47am

Copy link

coderabbitai bot commented Nov 25, 2024

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • chore(deps)

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

socket-security bot commented Nov 25, 2024

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/nitropack@2.10.42.11.8 Transitive: eval, filesystem, shell, unsafe +323 39.6 MB pi0
npm/vue-router@4.4.54.5.0 None +1 895 kB posva

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6e382e to 176c8e1 Compare January 24, 2025 08:06
@renovate renovate bot changed the title chore(deps): update dependency vue-router to v4.5.0 chore(deps): update all non-major dependencies Mar 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 176c8e1 to daea992 Compare March 5, 2025 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from daea992 to 02f9e6b Compare March 7, 2025 04:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 02f9e6b to 0f00753 Compare March 9, 2025 03:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f00753 to 4c41c8f Compare March 12, 2025 07:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c41c8f to d1a8566 Compare March 13, 2025 23:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d1a8566 to 3210ec1 Compare March 20, 2025 04:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3210ec1 to 407cb6b Compare March 28, 2025 20:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants