chore(deps): update all non-major dependencies #740
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.51.1->^1.52.0^22.14.1->^22.15.3^1.1.42->^1.1.43^135.0.1->^135.0.4^14.3.0->^14.3.2^4.2.1->^4.3.010.8.0->10.10.01.0.0-beta.7->1.0.0-beta.8^3.1.1->^3.1.2^4.5.0->^4.5.1^2.2.8->^2.2.10^8.5.2->^8.5.3Release Notes
microsoft/playwright (@playwright/test)
v1.52.0Compare Source
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.43Compare Source
Features
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.42...v1.1.43
giggio/node-chromedriver (chromedriver)
v135.0.4Compare Source
v135.0.3Compare Source
v135.0.2Compare Source
cypress-io/cypress (cypress)
v14.3.2Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-3-2
v14.3.1Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-3-1
cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)
v4.3.0Compare Source
Features
pnpm/pnpm (pnpm)
v10.10.0Compare Source
Minor Changes
preResolution,importPackage, andfetchershooks from local pnpmfile.Patch Changes
cdcommand, whenshellEmulatoristrue#7838.pnpm-workspace.yaml#9453.npm_package_jsonenvironment variable to the executed scripts #9452.--reporter=silentoption.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.rolldown/rolldown (rolldown)
v1.0.0-beta.8Compare Source
Bug Fixes
this.meta.watchModeistruein watch mode (#3969) (7ddcaea), closes #3960source_type(#4214) (bfe3e9e), closes #4203preserve-legalshould correspond toComments::PreserveLegal(#4137) (cef50bd), closes #4118assetFileNameshash length exceeds22(#4019) (86710df), closes #4016shorthandtoNaN(#4197) (7d55cda), closes #4196 #4123Features
withFilterutil function (#4087) (c89829d)usingsyntax sugar (#4202) (59e9a96)--inputoption (#4201) (6f18af6), closes #4175ROLLUP_WATCHandROLLDOWN_WATCHenvironment variables (#3967) (bc1eba7), closes #3961DebugTracerfor improved tracing management (#4182) (b8a64bb)plugin_indexhook-related events (#4148) (6a35d00)resolve_idhook (#4180) (0735e9a)buildIdtoSessionId(#4184) (f67f29f)llms.txtandllms-full.txt(#3979) (ef1de29)ResolveIdExtraOptions(#4050) (25f3c61)@rolldown/browser(#4112) (a0a7d95), closes #4012RenderedModuletype (#3963) (311f70c)envandassumptions(#4211) (73f1910), closes #3968assumptionsoption intransform_options(#4209) (932b46f), closes #3968targetoption intransform_options(#4210) (e00c4ca), closes #3968Performance Improvements
OutputChunkandOutputAsset(#4063) (f32a14f)concat_string!instead offormat!(#4030) (825c877)arrayinstead ofphf_set(#4079) (d30dcc5)into_ownedinstead ofto_stringto avoid unnecessary allocation (#4149) (5b4032a)phf_setfor large datasets (#4216) (c2596d3), closes #4079hook_usagemeta (#4187) (37e71eb)vitest-dev/vitest (vitest)
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
vuejs/router (vue-router)
v4.5.1Compare Source
Please refer to CHANGELOG.md for details.
vuejs/language-tools (vue-tsc)
v2.2.10Compare Source
google/zx (zx)
v8.5.3: — Trap MasterCompare Source
expBackoffimplementation$.log.outputas defaultspinner()outputquestion()I/OConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.
This PR was generated by Mend Renovate. View the repository job log.