-
-
Notifications
You must be signed in to change notification settings - Fork 37
chore(deps): update all non-major dependencies #1184
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 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 (
|
109cd5d to
2dbe5bd
Compare
|
Deployment failed with the following error: |
2dbe5bd to
0c81f4c
Compare
0c81f4c to
5728a27
Compare
5728a27 to
9060170
Compare
9060170 to
92d6e1d
Compare
8ca4e1c to
fd63759
Compare
fd63759 to
9a5777d
Compare
9a5777d to
8ec0074
Compare
8ec0074 to
d4f4479
Compare
d4f4479 to
f000c4d
Compare
f000c4d to
738ae1c
Compare
738ae1c to
ea7ea97
Compare
ea7ea97 to
a9b4cb4
Compare
a9b4cb4 to
5f369ba
Compare
This PR contains the following updates:
22.14.0->22.14.13.1.1->3.1.23.1.1->3.1.215.3.0->15.3.110.8.0->10.9.00.28.2->0.28.36.2.6->6.3.23.1.1->3.1.2Release Notes
vitest-dev/vitest (@vitest/coverage-v8)
v3.1.2Compare Source
🚀 Features
🐞 Bug Fixes
chaivariable invitest/globals(fix: #7474) - by @Jay-Karia in https://github.com/vitest-dev/vitest/issues/7771 and https://github.com/vitest-dev/vitest/issues/7474 (d9297)test.excludewhen same object passed incoverage.exclude- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7774 (c3751)envionmentOptions- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7795 (67430)awaitprofiler calls - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7763 (795a6)🏎 Performance
View changes on GitHub
vercel/next.js (next)
v15.3.1Compare Source
pnpm/pnpm (pnpm)
v10.9.0Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will add the following entry to your
package.json:{ "dependencies": { "@​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": { "@​foo/bar": "npm:@​jsr/foo__bar@^0.1.2" } }Related issue: #8941.
Note: The
@jsrscope defaults to https://npm.jsr.io/ if the@jsr:registrysetting 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 topnpm-workspace.yaml:dangerouslyAllowAllBuildshas the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRunwhennodeLinkerishoistedand there is a workspace package without dependencies andnode_modulesdirectory #9424.verifyDepsBeforeRunsupport fornodeLinker: pnp. CombiningverifyDepsBeforeRunandnodeLinker: pnpwill now print a warning.v10.8.1Compare Source
Patch Changes
package.json,onlyBuiltDependencieswill be written topnpm-workspace.yamlfile #9404.TypeStrong/TypeDoc (typedoc)
v0.28.3Compare Source
Bug Fixes
@inlinenow functions when referencing tuple types, #2932.@linklinks to the current page are now rendered, #2934.@includeCodenow supports regions in TypeScript files with.mtsand.ctsfile extensions, #2935.vitejs/vite (vite)
v6.3.2Compare Source
css.lightningcssoption in css minification process (#19879) (b5055e0), closes #19879v6.3.1Compare Source
Promise.allSettledin preload function (#19805) (35c7f35), closes #19805transformcalls (#19878) (a152b7c), closes #19878v6.3.0Compare Source
hot.invalidatein circular deps (#19870) (d4ee5e8), closes #19870Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.