Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.14.0 -> 22.14.1 age adoption passing confidence
@vitest/coverage-v8 (source) 3.1.1 -> 3.1.2 age adoption passing confidence
@vitest/ui (source) 3.1.1 -> 3.1.2 age adoption passing confidence
next (source) 15.3.0 -> 15.3.1 age adoption passing confidence
pnpm (source) 10.8.0 -> 10.9.0 age adoption passing confidence
typedoc (source) 0.28.2 -> 0.28.3 age adoption passing confidence
vite (source) 6.2.6 -> 6.3.2 age adoption passing confidence
vitest (source) 3.1.1 -> 3.1.2 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v3.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vercel/next.js (next)

v15.3.1

Compare Source

pnpm/pnpm (pnpm)

v10.9.0

Compare Source

Minor Changes
  • Added support for installing JSR packages. You can now install JSR packages using the following syntax:

    pnpm add jsr:<pkg_name>
    

    or with a version range:

    pnpm add jsr:<pkg_name>@&#8203;<range>
    

    For example, running:

    pnpm add jsr:@&#8203;foo/bar
    

    will add the following entry to your package.json:

    {
      "dependencies": {
        "@&#8203;foo/bar": "jsr:^0.1.2"
      }
    }

    When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:

    {
      "dependencies": {
        "@&#8203;foo/bar": "npm:@&#8203;jsr/foo__bar@^0.1.2"
      }
    }

    Related issue: #​8941.

    Note: The @jsr scope defaults to https://npm.jsr.io/ if the @jsr:registry setting is not defined.

  • Added a new setting, dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this to pnpm-workspace.yaml:

    neverBuiltDependencies: []

    dangerouslyAllowAllBuilds has the same effect but also allows to be set globally via:

    pnpm config set dangerouslyAllowAllBuilds true
    

    It can also be set when running a command:

    pnpm install --dangerously-allow-all-builds
    
Patch Changes
  • Fix a false negative in verifyDepsBeforeRun when nodeLinker is hoisted and there is a workspace package without dependencies and node_modules directory #​9424.
  • Explicitly drop verifyDepsBeforeRun support for nodeLinker: pnp. Combining verifyDepsBeforeRun and nodeLinker: pnp will now print a warning.

v10.8.1

Compare Source

Patch Changes
  • Removed bright white highlighting, which didn't look good on some light themes #​9389.
  • If there is no pnpm related configuration in package.json, onlyBuiltDependencies will be written to pnpm-workspace.yaml file #​9404.
TypeStrong/TypeDoc (typedoc)

v0.28.3

Compare Source

Bug Fixes
  • @inline now functions when referencing tuple types, #​2932.
  • @link links to the current page are now rendered, #​2934.
  • @includeCode now supports regions in TypeScript files with .mts and .cts file extensions, #​2935.
  • Aliased symbols (re-exports) are now resolved before checking if they are excluded/external, #​2937.
  • Improved error reporting when paths including Windows separators are provided as globs, #​2938.
vitejs/vite (vite)

v6.3.2

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@vercel
Copy link

vercel bot commented Jan 20, 2025

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

Name Status Preview Comments Updated (UTC)
next-swagger-doc ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 21, 2025 1:14pm
next-swagger-doc-demo ❌ Failed (Inspect) Apr 21, 2025 1:14pm

@codesandbox
Copy link

codesandbox bot commented Jan 20, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@changeset-bot
Copy link

changeset-bot bot commented Jan 20, 2025

⚠️ No Changeset found

Latest commit: 5f369ba

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Jan 20, 2025

Important

Review skipped

Bot user detected.

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.

@renovate renovate bot changed the title chore(deps): update dependency vite to v6.0.9 chore(deps): update dependency vite to v6.0.10 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 109cd5d to 2dbe5bd Compare January 20, 2025 22:16
@vercel
Copy link

vercel bot commented Jan 20, 2025

Deployment failed with the following error:

Resource is limited - try again in 4 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot changed the title chore(deps): update dependency vite to v6.0.10 chore(deps): update dependency vite to v6.0.11 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2dbe5bd to 0c81f4c Compare January 21, 2025 11:40
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.0.11 chore(deps): update dependency vite to v6.0.11 - autoclosed Jan 21, 2025
@renovate renovate bot closed this Jan 21, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch January 21, 2025 20:57
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.0.11 - autoclosed chore(deps): update dependency vite to v6.0.11 Jan 23, 2025
@renovate renovate bot reopened this Jan 23, 2025
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.0.11 chore(deps): update dependency @types/node to v22.10.8 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c81f4c to 5728a27 Compare January 23, 2025 06:20
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v22.10.8 chore(deps): update dependency @types/node to v22.10.9 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5728a27 to 9060170 Compare January 23, 2025 10:52
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v22.10.9 chore(deps): update dependency @types/node to v22.10.10 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9060170 to 92d6e1d Compare January 23, 2025 19:42
@renovate renovate bot reopened this Apr 12, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ca4e1c to fd63759 Compare April 12, 2025 01:25
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency @types/node to v22.14.1 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd63759 to 9a5777d Compare April 12, 2025 04:56
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v22.14.1 chore(deps): update all non-major dependencies Apr 14, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a5777d to 8ec0074 Compare April 14, 2025 14:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ec0074 to d4f4479 Compare April 16, 2025 09:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d4f4479 to f000c4d Compare April 17, 2025 04:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f000c4d to 738ae1c Compare April 17, 2025 18:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 738ae1c to ea7ea97 Compare April 18, 2025 05:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ea7ea97 to a9b4cb4 Compare April 20, 2025 05:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a9b4cb4 to 5f369ba Compare April 21, 2025 13:12
@jellydn jellydn merged commit e41cfbd into main Apr 23, 2025
12 of 13 checks passed
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.

2 participants