Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

chore(devdeps): update pnpm to v7.1.1 #288

Merged
merged 1 commit into from May 17, 2022
Merged

chore(devdeps): update pnpm to v7.1.1 #288

merged 1 commit into from May 17, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2022

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

pnpm/pnpm

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

v7.1.0

Compare Source

Minor Changes

  • Added support for libc field in package.json #​4454.

Patch Changes

  • pnpm setup should update the config of the current shell, not the preferred shell.
  • pnpm setup should not override the PNPM_HOME env variable, unless --force is used.
  • pnpm dlx should print messages about installation to stderr #​1698.
  • pnpm dlx should work with git-hosted packages. For example: pnpm dlx gengjiawen/envinfo #​4714.
  • pnpm run --stream should prefix the output with directory #​4702

Our Sponsors

#### What's Changed * fix(dlx): print install output to stderr by @​zkochan in https://github.com/pnpm/pnpm/pull/4696 * fix: `pnpm setup` breaks PATH with non-ascii characters by @​liuxingbaoyu in https://github.com/pnpm/pnpm/pull/4699 * fix(setup): update the current shell, not the preferred one by @​zkochan in https://github.com/pnpm/pnpm/pull/4701 * refactor: use @​yarnpkg/extensions instead of @​yarnpkg/plugin-compat by @​zkochan in https://github.com/pnpm/pnpm/pull/4710 * Refactor setup by @​zkochan in https://github.com/pnpm/pnpm/pull/4709 * pnpm run --stream should prefix with dir name by @​kenrick95 in https://github.com/pnpm/pnpm/pull/4703 * feat: support libc field for package.json by @​fireairforce in https://github.com/pnpm/pnpm/pull/4605 * fix: make `pnpm setup` free of garbled characters by @​liuxingbaoyu in https://github.com/pnpm/pnpm/pull/4712 * fix(dlx): pnpm dlx should work with git-hosted pkgs by @​zkochan in https://github.com/pnpm/pnpm/pull/4717 * refactor: pnpm setup by @​zkochan in https://github.com/pnpm/pnpm/pull/4713 #### New Contributors * @​liuxingbaoyu made their first contribution in https://github.com/pnpm/pnpm/pull/4699

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


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

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

@renovate
Copy link
Contributor Author

renovate bot commented May 17, 2022

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.

@renovate renovate bot changed the title chore(devdeps): update pnpm to v7.1.0 chore(devdeps): update pnpm to v7.1.1 May 17, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 17, 2022

Codecov Report

Merging #288 (6c35f39) into main (ce7398b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #288   +/-   ##
=======================================
  Coverage   94.44%   94.44%           
=======================================
  Files          21       21           
  Lines         234      234           
  Branches       25       25           
=======================================
  Hits          221      221           
  Misses          9        9           
  Partials        4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce7398b...6c35f39. Read the comment docs.

@philibea philibea merged commit 460ea20 into main May 17, 2022
@philibea philibea deleted the renovate/pnpm-7.x branch May 17, 2022 23:42
scaleway-bot pushed a commit that referenced this pull request May 18, 2022
### [1.15.17](v1.15.16...v1.15.17) (2022-05-18)

### 📦 Chore

* **devdeps:** update actions/setup-node action to v3.2.0 ([#285](#285)) ([0d43b1d](0d43b1d))
* **devdeps:** update commitlint monorepo to v17 ([#286](#286)) ([b8fcf43](b8fcf43))
* **devdeps:** update dependency @scaleway/eslint-config-react to v3.4.24 ([#280](#280)) ([ce7398b](ce7398b))
* **devdeps:** update dependency @types/react-dom to v17.0.17 ([#284](#284)) ([6ee480d](6ee480d))
* **devdeps:** update dependency eslint to v8.15.0 ([#282](#282)) ([6beb826](6beb826))
* **devdeps:** update dependency rollup to v2.73.0 ([#283](#283)) ([54173ad](54173ad))
* **devdeps:** update dependency webpack to v5.72.1 ([#278](#278)) ([322f7ca](322f7ca))
* **devdeps:** update jest monorepo to v28.1.0 ([#279](#279)) ([0813452](0813452))
* **devdeps:** update pnpm to v7.1.1 ([#288](#288)) ([460ea20](460ea20))

### 🐛 Bug Fixes

* **rich-select:** add isLoading type props ([#289](#289)) ([b30e83f](b30e83f))
@scaleway-bot
Copy link
Collaborator

🎉 This PR is included in version 1.15.17 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants