fix(deps): update dependency @pnpm/lockfile-file to v4#22
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency @pnpm/lockfile-file to v4#22renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^3.0.17->^4.0.0Release Notes
pnpm/pnpm
v4.0.1Compare Source
Bug Fixes
--latestshould work with scoped packages (@zkochan,4eb8484)undefinedwhenpackage.jsonhas no"name"(@yaodingyd, #2005)--globalnow works again (@ExE-Boss, #2064)v4.0.0Breaking Changes
node_modulesstructure.node_modules/.pnpm(#1636, @zkochan)node_modules/.pnpm/node_modules. So application code has no access to the hoisted packages but dependencies have. (#1998, @zkochan)node_modules/.pnpm-lock.yamltonode_modules/.pnpm/lock.yaml(#2018, @zkochan)shamefully-flattenrenamed toshamefully-hoist. (@zkochan)hoist-patternis*by default. All packages are hoisted but application code has access only to listed dependencies. So the buggy ecosystem packages will work but pnpm will prevent users from requiring packages that are not declared inpackage.json. (@zkochan)pnpm addfails if no packages are specified (5f73a7c, @zkochan)pnpm installinstalls all dependencies of all workspace packages when executed inside a workspace (5f73a7c, @zkochan)independent-leavesis only allowed with hoisting turned off (f3d5037, @zkochan)pnpm outdateddoes not print details by default. To should details, use the--longflag (#2017, @aparajita)package.jsonis always included in the workspace (#2021, @ExE-Boss)pnpm install --foopnpm remove foo --save-exact--*-shrinkwrapoption aliases from the CLI.fewer-dependenciesinstead offast(#2042, @zkochan)reflinkanymore. Usecloneinstead, which is a cross-platform alternative.The new pattern matcher only supports
*(so you can doeslint-*or*-plugin-*). The*now also matches scopes, so*pluginmatches both@eslint/pluginandeslint-plugin.Features
trueby default. Whenfalse, pnpm will not hoist any dependencies in node_modules, preventing dependencies inside node_modules from accessing unlisted dependencies. (#2004, @zkochan)*by default. All packages matching this pattern will be hoisted. For example, you can choose to hoist only eslint packages:hoist-pattern=eslint-*. By default, all packages are hoisted. (#1997, #1998, @zkochan)shamefully-flattenin previous versions of pnpm. The project's code has access to hoisted dependencies. (#2006, @zkochan)pnpm outdatedoutput for readability (#2007, @aparajita)pnpm outdated --no-tableprints a list of outdated packages instead of a table (#2026, @aparajita)--helpcommands (#2013, @zkochan)pnpm why <package>(#2015, @ExE-Boss)Configuration
📅 Schedule: 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.