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(deps): update pnpm to v7.9.3 #79

Merged
merged 1 commit into from
Aug 18, 2022
Merged

chore(deps): update pnpm to v7.9.3 #79

merged 1 commit into from
Aug 18, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

pnpm/pnpm

v7.9.3

Compare Source

Patch Changes

  • Remove legacy signal handlers #​5224

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * fix: remove legacy signal handlers by @​d3lm in https://github.com/pnpm/pnpm/pull/5224

Full Changelog: pnpm/pnpm@v7.9.2...v7.9.3

v7.9.2

Compare Source

Patch Changes

  • When the same package is both in "peerDependencies" and in "dependencies", treat this dependency as a peer dependency if it may be resolved from the dependencies of parent packages #​5210.
  • Update node-gyp to v9.
  • Update the compatibility database.

Our Gold Sponsors

#### Our Silver Sponsors

v7.9.1

Compare Source

Patch Changes

  • pnpm setup: don't use setx to set env variables on Windows.

Our Gold Sponsors

#### Our Silver Sponsors

v7.9.0

Compare Source

Minor Changes

  • When ignore-dep-scripts is true, ignore scripts of dependencies but run the scripts of the project.
  • When ignore-compatibility-db is set to true, the compatibility database will not be used to patch dependencies #​5132.
  • Print the versions of packages in peer dependency warnings and errors.
  • Support a new hook for passing a custom package importer to the store controller.

Patch Changes

  • Don't print the same deprecation warning multiple times.
  • On POSIX pnpm setup should suggest users to source the config instead of restarting the terminal.
  • Installing a package with bin that points to an .exe file on Windows #​5159.
  • Fix bug where the package manifest was not resolved if verify-store-integrity is set to false.
  • Fix sorting of keys in lockfile to make it more deterministic and prevent unnecessary churn in the lockfile #​5151.
  • Don't create a separate bundle for pnpx.

Our Gold Sponsors

#### Our Silver Sponsors

v7.8.0

Compare Source

Minor Changes

  • When publishConfig.directory is set, only symlink it to other workspace projects if publishConfig.linkDirectory is set to true. Otherwise, only use it for publishing #​5115.

Patch Changes

  • Don't incorrectly identify a lockfile out-of-date when the package has a publishConfig.directory field #​5124.
  • Don't crash when a config file contains a setting with an env variable that doesn't exist #​5093.

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * fix: don't incorrectly identify a lockfile out-of-date by @​zkochan in https://github.com/pnpm/pnpm/pull/5126 * feat: publishConfig.linkDirectory by @​zkochan in https://github.com/pnpm/pnpm/pull/5125 * fix: don't crash on a .npmrc with missing env var by @​zkochan in https://github.com/pnpm/pnpm/pull/5127 * chore: fix typo by @​LuciNyan in https://github.com/pnpm/pnpm/pull/5128 #### New Contributors * @​LuciNyan made their first contribution in https://github.com/pnpm/pnpm/pull/5128

Full Changelog: pnpm/pnpm@v7.7.1...v7.8.0

v7.7.1

Compare Source

Patch Changes

  • pnpm should not consider a lockfile out-of-date if auto-install-peers is set to true and the peer dependency is in devDependencies or optionalDependencies #​5080.
  • Don't incorrectly consider a lockfile out-of-date when workspace:^ or workspace:~ version specs are used in a workspace.

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * fix: frozen install in a project with peer deps and `auto-install-peers=true` by @​zkochan in https://github.com/pnpm/pnpm/pull/5120 * fix: don't incorrectly consider a lockfile to be out-of-date by @​zkochan in https://github.com/pnpm/pnpm/pull/5121

Full Changelog: pnpm/pnpm@v7.7.0...v7.7.1

v7.7.0

Compare Source

Minor Changes

  • Add experimental lockfile format that should merge conflict less in the importers section. Enabled by setting the use-inline-specifiers-lockfile-format = true feature flag in .npmrc.

    If this feature flag is committed to a repo, we recommend setting the minimum allowed version of pnpm to this release in the package.json engines field. Once this is set, older pnpm versions will throw on invalid lockfile versions.

  • Add publishDirectory field to the lockfile and relink the project when it changes.

  • verify-store-integrity=false makes pnpm skip checking the integrities of files in the global content-addressable store.

  • Allow to set only-built-dependencies[] through .npmrc.

Patch Changes

  • It should be possible to publish a package with local dependencies from a custom publish directory (set via publishConfig.directory) #​3901.
  • pnpm deploy should inject local dependencies of all types (dependencies, optionalDependencies, devDependencies) #​5078.
  • When a project in a workspace has a publishConfig.directory set, dependent projects should install the project from that directory #​3901
  • pnpm deploy: accept absolute paths and use cwd instead of workspaceDir for deploy target directory #​4980.
  • pnpm setup should update .zshrc in the right directory when a $ZDOTDIR is set.

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * fix(deploy): inject all types of deps by @​zkochan in https://github.com/pnpm/pnpm/pull/5084 * fix(make-dedicated-lockfile): prepublishOnly script is automatically … by @​zkochan in https://github.com/pnpm/pnpm/pull/5083 * fix: symlink a workspace pkg correctly, when it has a custom publish dir by @​zkochan in https://github.com/pnpm/pnpm/pull/5089 * feat: add experimental use-inline-specifiers-lockfile-format by @​gluxon in https://github.com/pnpm/pnpm/pull/5091 * fix: plugin-commands-deploy use path resolve on deploy target dir by @​AWare in https://github.com/pnpm/pnpm/pull/5026 * fix: relink the project when its publish directory changes by @​zkochan in https://github.com/pnpm/pnpm/pull/5109 * fix: don't include specifiers field in new experimental lockfile format by @​zkochan in https://github.com/pnpm/pnpm/pull/5110 * feat: verify-store-integrity by @​zkochan in https://github.com/pnpm/pnpm/pull/5112 #### New Contributors * @​AWare made their first contribution in https://github.com/pnpm/pnpm/pull/5026

Full Changelog: pnpm/pnpm@v7.6.0...v7.7.0

v7.6.0

Compare Source

Minor Changes

  • A new setting supported: prefer-symlinked-executables. When true, pnpm will create symlinks to executables in
    node_modules/.bin instead of command shims (but on POSIX systems only).

    This setting is true by default when node-linker is set to hoisted.

    Related issue: #​4782.

  • When lockfile-include-tarball-url is set to true, every entry in pnpm-lock.yaml will contain the full URL to the package's tarball #​5054.

Patch Changes

  • pnpm deploy should include all dependencies by default #​5035.

  • Don't print warnings about file verifications. Just print info messages instead.

  • pnpm publish --help should print the --recursive and --filter options #​5019.

  • It should be possible to run exec/run/dlx with the --use-node-version option.

  • pnpm deploy should not modify the lockfile #​5071

  • pnpm deploy should not fail in CI #​5071

  • When auto-install-peers is set to true, automatically install direct peer dependencies #​5028.

    So if your project the next manifest:

    {
      "dependencies": {
        "lodash": "^4.17.21"
      },
      "peerDependencies": {
        "react": "^18.2.0"
      }
    }

    pnpm will install both lodash and react as a regular dependencies.

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * pnpm rebuild accepts --store-dir by @​chengcyber in https://github.com/pnpm/pnpm/pull/5036 * fix(deploy): include all deps by default by @​zkochan in https://github.com/pnpm/pnpm/pull/5040 * chore(deps): upgrade nock to v13 by @​mcmxcdev in https://github.com/pnpm/pnpm/pull/5043 * fix: log more info on HTTP error by @​zkochan in https://github.com/pnpm/pnpm/pull/4917 * fix: document the -r option by @​zkochan in https://github.com/pnpm/pnpm/pull/5044 * chore(deps): upgrade sinon to v14 by @​mcmxcdev in https://github.com/pnpm/pnpm/pull/5045 * fix(audit): add authentication to pnpm-audit by @​sled in https://github.com/pnpm/pnpm/pull/5053 * feat: prefer-symlinked-executables by @​zkochan in https://github.com/pnpm/pnpm/pull/5048 * chore: update pnpm-workspace.yaml by @​ayu14214 in https://github.com/pnpm/pnpm/pull/5060 * feat: add `lockfile-include-tarball-url` option by @​MBelniak in https://github.com/pnpm/pnpm/pull/5054 * fix: auto install root peer deps when auto-install-peers=true by @​zkochan in https://github.com/pnpm/pnpm/pull/5067 * fix(deploy): don't modify the lockfile and fail in CI by @​zkochan in https://github.com/pnpm/pnpm/pull/5074 #### New Contributors * @​mcmxcdev made their first contribution in https://github.com/pnpm/pnpm/pull/5043 * @​sled made their first contribution in https://github.com/pnpm/pnpm/pull/5053 * @​ayu14214 made their first contribution in https://github.com/pnpm/pnpm/pull/5060 * @​MBelniak made their first contribution in https://github.com/pnpm/pnpm/pull/5054

Full Changelog: pnpm/pnpm@v7.5.2...v7.6.0


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - 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 Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Apr 30, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
hyperbook ✅ Ready (Inspect) Visit Preview Aug 18, 2022 at 9:57PM (UTC)

@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 4840f83 to cf1191e Compare May 3, 2022 03:23
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from cf1191e to 817d300 Compare May 6, 2022 09:37
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 817d300 to 5fe0577 Compare May 7, 2022 03:15
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 5fe0577 to 01d4060 Compare May 7, 2022 12:38
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 01d4060 to 4430356 Compare May 7, 2022 21:54
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 4430356 to ca775b4 Compare May 11, 2022 00:01
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from ca775b4 to 0df63ca Compare May 11, 2022 02:06
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 0df63ca to eb9a887 Compare May 12, 2022 02:06
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from eb9a887 to 37b71e8 Compare May 12, 2022 02:11
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 37b71e8 to f2b1ed7 Compare May 12, 2022 08:42
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from f2b1ed7 to ed23d66 Compare May 12, 2022 11:31
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from ed23d66 to 56ef882 Compare May 12, 2022 18:25
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 56ef882 to 92bb726 Compare May 14, 2022 03:51
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 92bb726 to eb20526 Compare May 17, 2022 00:34
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 8910c4c to eb50c9d Compare July 6, 2022 01:59
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from eb50c9d to fb34edb Compare July 12, 2022 00:08
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from fb34edb to 42fa474 Compare July 14, 2022 04:46
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 42fa474 to f39c331 Compare July 17, 2022 00:02
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from f39c331 to dd73081 Compare July 22, 2022 14:05
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from dd73081 to 4cf56eb Compare July 29, 2022 14:02
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 4cf56eb to 22c2a1f Compare July 30, 2022 12:18
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 22c2a1f to fe5f651 Compare July 31, 2022 10:22
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from fe5f651 to f4b2a6d Compare August 4, 2022 02:32
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from f4b2a6d to f473095 Compare August 6, 2022 19:38
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from f473095 to 5bbf47d Compare August 17, 2022 10:51
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 5bbf47d to 5fc1e82 Compare August 18, 2022 19:51
@renovate renovate bot changed the title chore(deps): update pnpm to v7 chore(deps): update pnpm to v7.9.3 Aug 18, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 5fc1e82 to 3c96ecd Compare August 18, 2022 21:56
@renovate renovate bot merged commit 2fcbc6a into main Aug 18, 2022
@renovate renovate bot deleted the renovate/pnpm-7.x branch August 18, 2022 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants