Skip to content
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

chore(dependencies): update pnpm to v7.1.9 - autoclosed #19

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 7.1.0 -> 7.1.9 age adoption passing confidence

Release Notes

pnpm/pnpm

v7.1.9

Compare Source

Patch Changes

  • When the same package is found several times in the dependency graph, correctly autoinstall its missing peer dependencies at all times #​4820.

Our Sponsors

#### What's Changed * fix: auto-install-peers by @​zkochan in https://github.com/pnpm/pnpm/pull/4855

Full Changelog: pnpm/pnpm@v7.1.8...v7.1.9

v7.1.8

Compare Source

Patch Changes

  • Suggest updating using Corepack, when pnpm was installed via Corepack.
  • It should be possible to install a git-hosted package that has no package.json file #​4822.
  • Fix pre-compiled pnpm binaries crashing when NODE_MODULES is set.

Our Sponsors

#### What's Changed * fix: pnpm pre-compiled binaries crash when NODE_MODULES is set by @​gluxon in https://github.com/pnpm/pnpm/pull/4823 * refactor(lockfile-file): Abstract LockfileFile to Lockfile conversion by @​gluxon in https://github.com/pnpm/pnpm/pull/4824 * test: update Jest by @​zkochan in https://github.com/pnpm/pnpm/pull/4644 * fix(cli): suggest to update with Corepack by @​zkochan in https://github.com/pnpm/pnpm/pull/4854 * fix: resolve manifest promise when manifest is not found by @​zkochan in https://github.com/pnpm/pnpm/pull/4826

Full Changelog: pnpm/pnpm@v7.1.7...v7.1.8

v7.1.7

Compare Source

Patch Changes

  • Improve the performance of the build sequence calculation step #​4815.
  • Correctly detect repeated dependency sequence during resolution #​4813.

Our Sponsors

#### What's Changed * fix: `pnpm add @​teambit/bit` should succeed by @​zkochan in https://github.com/pnpm/pnpm/pull/4813 * perf: build-modules by @​zkochan in https://github.com/pnpm/pnpm/pull/4815

Full Changelog: pnpm/pnpm@v7.1.6...v7.1.7

v7.1.6

Compare Source

Patch Changes

  • Don't fail on projects with linked dependencies, when auto-install-peers is set to true #​4796.
  • NODE_ENV=production pnpm install --dev should only install dev deps #​4745.

Our Sponsors

#### What's Changed * fix: only devDependencies are installed regardless of the node env by @​Spencer17x in https://github.com/pnpm/pnpm/pull/4805 * fix(auto-install-peers): don't fail on projects with linked deps by @​zkochan in https://github.com/pnpm/pnpm/pull/4807

Full Changelog: pnpm/pnpm@v7.1.5...v7.1.6

v7.1.5

Compare Source

Patch Changes
  • Correctly detect the active Node.js version, when the pnpm CLI is bundled to an executable #​4203.
Our Sponsors

Full Changelog: pnpm/pnpm@v7.1.4...v7.1.5

v7.1.4

Compare Source

Patch Changes

  • Correctly detect the active Node.js version, when the pnpm CLI is bundled to an executable #​4203.

Our Sponsors

#### What's Changed * fix: correctly detect the active Node.js version by @​zkochan in https://github.com/pnpm/pnpm/pull/4780

Full Changelog: pnpm/pnpm@v7.1.3...v7.1.4

v7.1.3

Compare Source

Patch Changes

  • When auto-install-peers is set to true, automatically install missing peer dependencies without writing them to package.json as dependencies. This makes pnpm handle peer dependencies the same way as npm v7 #​4776.

Our Sponsors

#### What's Changed * chore: renovate bot setting to pin actions to a full length commit SHA by @​naveensrinivasan in https://github.com/pnpm/pnpm/pull/4768 * feat: auto install peer dependencies by @​zkochan in https://github.com/pnpm/pnpm/pull/4776 #### New Contributors * @​naveensrinivasan made their first contribution in https://github.com/pnpm/pnpm/pull/4768

Full Changelog: pnpm/pnpm@v7.1.2...v7.1.3

v7.1.2

Compare Source

Patch Changes
  • pnpm setup should not fail on Windows if PNPM_HOME is not yet in the system registry #​4757
  • pnpm dlx shouldn't modify the lockfile in the current working directory #​4743.
Our Sponsors
##### What's Changed * fix(setup): don't fail if PNPM_HOME is not yet in the system registry by @​zkochan in https://github.com/pnpm/pnpm/pull/4760 * fix(dlx): do not modify the lockfile in the cwd by @​zkochan in https://github.com/pnpm/pnpm/pull/4762

Full Changelog: pnpm/pnpm@v7.1.1...v7.1.2

v7.1.1

Compare Source

Patch Changes

  • When the global bin directory is set to a symlink, check not only the symlink in the PATH but also the target of the symlink #​4744.
  • Sanitize the directory names created inside node_modules/.pnpm and inside the global store #​4716
  • All arguments after pnpm create <pkg> should be passed to the executed create app package. So pnpm create next-app --typescript should work`.
  • Resolve commits from GitHub via https #​4734.

Our Sponsors

#### What's Changed * fix: sanitize dir names in the store by @​zkochan in https://github.com/pnpm/pnpm/pull/4726 * fix(create): pass all args to the executed create-app pkg by @​zkochan in https://github.com/pnpm/pnpm/pull/4730 * fix(git-resolver): resolve commits via https by @​zkochan in https://github.com/pnpm/pnpm/pull/4734 * refactor: setup by @​zkochan in https://github.com/pnpm/pnpm/pull/4731 * fix(config): checking global-bin-dir in PATH by @​zkochan in https://github.com/pnpm/pnpm/pull/4751

Full Changelog: pnpm/pnpm@v7.1.0...v7.1.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@cloudflare-pages
Copy link

cloudflare-pages bot commented May 18, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 77ef5c9
Status: ✅  Deploy successful!
Preview URL: https://8a5b9710.sophie2-synthesis-pathfinder.pages.dev
Branch Preview URL: https://renovate-pnpm-7-1-x.sophie2-synthesis-pathfinder.pages.dev

View logs

@renovate renovate bot changed the title chore(dependencies): update pnpm to v7.1.1 chore(dependencies): update pnpm to v7.1.1 - autoclosed May 18, 2022
@renovate renovate bot closed this May 18, 2022
@renovate renovate bot deleted the renovate/pnpm-7.1.x branch May 18, 2022 21:44
@renovate renovate bot changed the title chore(dependencies): update pnpm to v7.1.1 - autoclosed chore(dependencies): update pnpm to v7.1.1 May 19, 2022
@renovate renovate bot restored the renovate/pnpm-7.1.x branch May 19, 2022 10:37
@renovate renovate bot reopened this May 19, 2022
@renovate renovate bot changed the title chore(dependencies): update pnpm to v7.1.1 chore(dependencies): update pnpm to v7.1.2 May 19, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.1.x branch 3 times, most recently from 7145482 to 057aefa Compare May 21, 2022 18:36
@renovate renovate bot changed the title chore(dependencies): update pnpm to v7.1.2 chore(dependencies): update pnpm to v7.1.3 May 22, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.1.x branch 3 times, most recently from c45a55d to af2816b Compare May 23, 2022 23:50
@renovate renovate bot changed the title chore(dependencies): update pnpm to v7.1.3 chore(dependencies): update pnpm to v7.1.5 May 24, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.1.x branch 4 times, most recently from 8ef1505 to 61ac620 Compare May 27, 2022 02:30
@renovate renovate bot changed the title chore(dependencies): update pnpm to v7.1.5 chore(dependencies): update pnpm to v7.1.6 May 27, 2022
@renovate renovate bot changed the title chore(dependencies): update pnpm to v7.1.6 chore(dependencies): update pnpm to v7.1.7 May 29, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.1.x branch 7 times, most recently from 5fcad3f to 444ab89 Compare June 4, 2022 09:49
@renovate renovate bot changed the title chore(dependencies): update pnpm to v7.1.7 chore(dependencies): update pnpm to v7.1.8 Jun 4, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.1.x branch 3 times, most recently from f7bae9d to 963de25 Compare June 5, 2022 22:48
@renovate renovate bot changed the title chore(dependencies): update pnpm to v7.1.8 chore(dependencies): update pnpm to v7.1.9 Jun 6, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.1.x branch 7 times, most recently from 2710470 to 4eb3c88 Compare June 11, 2022 14:38
@renovate renovate bot force-pushed the renovate/pnpm-7.1.x branch 3 times, most recently from 60dfbdf to e83cf1b Compare June 14, 2022 17:30
@renovate renovate bot changed the title chore(dependencies): update pnpm to v7.1.9 chore(dependencies): update pnpm to v7.1.9 - autoclosed Jun 15, 2022
@renovate renovate bot closed this Jun 15, 2022
@renovate renovate bot deleted the renovate/pnpm-7.1.x branch June 15, 2022 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant