fix(deps): update dependency @pnpm/fs.hard-link-dir to v1000#512
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency @pnpm/fs.hard-link-dir to v1000#512renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
3b8d483 to
4663f11
Compare
032f6f4 to
c161fe3
Compare
9745d3a to
3c38282
Compare
3c38282 to
0b1dcbb
Compare
0030a2a to
ce224a9
Compare
7595b22 to
f3d2934
Compare
f3d2934 to
4039395
Compare
4039395
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^2.0.0->^1000.0.0Release Notes
pnpm/pnpm (@pnpm/fs.hard-link-dir)
v4.0.0Compare Source
Breaking 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)v3.0.0Compare Source
Breaking Changes
shrinkwrap.yamltopnpm-lock.yaml--scopeflag is deprecated-rflag is not an alias of--registryanymore.pnpm i -r===pnpm recursive installsave-exactandsave-prefixconfigs (#1633)pnpm recursive linkcommand is deprecatedlink-workspace-packagesconfig istrueby defaultshared-workspace-lockfileconfig istrueby defaultshrinkwrap->lockfileshrinkwrap-only->lockfile-onlyshrinkwrap-directory->lockfile-directoryshared-workspace-shrinkwrap->shared-workspace-lockfilefrozen-shrinkwrap->frozen-lockfileprefer-frozen-shrinkwrap->prefer-frozen-lockfilenode_modulesmay not contain!in their path (#1601)v2.0.1Compare 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.