Should use most specific override rule when multiple rules match the same target #6210. Fix regression introduced in v7.30.1 #6271. Our Gold Sponsors Our Silver Sponsors v7.30.2 Compare Source v7.30.1 Compare Source Patch Changes Don't write the pnpm-lock.yaml file if it has no ...
pnpm version: 8.6.1 Code to reproduce the issue: See https://github.com/skovhus/pnpm-update-transitive-bug pnpm update --latest prettier (or any other specific dependency) unexpectedly upgrades transient dependencies that are unrelated t...
Update to greatest version Get the highest version for each package, even if it is not the default latest. npx pu major npx pu --target=major#alt. #prettier: ^1.4.2 ➜ ^2.8.1#... Limitations After updating package.json, runnpm i,yarn install,pnpm installorbun installto install new...
Schematics specific to updating packagesangular, Angular CLI, devkit, sdk, Angular DevKit, blueprints, code generation, schematics, schematic readme @schematics/update This package is deprecated and will not be updated beyond Angular v11 (0.1102.x). It should no longer be used.changelog 19.0.0-r...
update the@types/reactpackage to v16.4.2 update the@types/react-dompackage to v16.0.5 Regardless of the method, I recommend you delete thenode_modulesfolder in the project, as well as any package manager lock files such aspackage-lock.json(npm),yarn.lock(Yarn) orshrinkwrap.yaml(PNPM). ...
You can configure workspace paths via theupdate-ts-references.yamlfile. This is useful if your repo is havingnopackage.jsonorpnp-workspace.yamlin the root folder. Additional to that it can also being used to extend the paths config next to the normal workspace setup via npm, pnpm, yarn and...
In practical terms, Corepack will let you use Yarn and pnpm without having to install them - just like what currently happens with npm, which is shipped in Node.js by default. Please head over to the Corepack documentation page for more information on how to use it. Contributed by Maël...
This fixes some cases of circular yarn linking of dependencies. It also fixes some problems when using package managers that use symlinks to deduplicate (e. g. cnpm or pnpm) pass the resulting module in the callbacks of Compilation.addModuleChain and Compilation.addModuleTree v...
Bumped minimum Java version to 11 Fix crash caused by incompatible HyperlinkHandler 0.1337.11 Fix crash caused by concurrency issue with multiple consoles 0.1337.10 Added support to scroll to column numbers Improved detection of specific python traceback logs in quotes ...
Contribution I'd be willing to implement this feature (contributing guide) Describe the user story The pnpm update --interactive --recursive --latest command is amazing for updating dependencies. But for updating the version of pnpm used...