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 #130

Merged
merged 1 commit into from
Aug 17, 2022
Merged

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

merged 1 commit into from
Aug 17, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 7.7.1 -> 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


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 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 Jul 31, 2022

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

Name Status Preview Updated
pintorajs ✅ Ready (Inspect) Visit Preview Aug 17, 2022 at 10:23AM (UTC)

@codecov
Copy link

codecov bot commented Jul 31, 2022

Codecov Report

Merging #130 (2e39aab) into master (87f80b1) will increase coverage by 0.07%.
The diff coverage is 95.69%.

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
+ Coverage   91.06%   91.13%   +0.07%     
==========================================
  Files          69       86      +17     
  Lines        3994     4533     +539     
  Branches      762      821      +59     
==========================================
+ Hits         3637     4131     +494     
- Misses        357      402      +45     
Flag Coverage Δ
unittests 91.13% <95.69%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/pintora-diagrams/src/dot/db.ts 100.00% <ø> (ø)
packages/pintora-diagrams/src/util/arrow/index.ts 89.47% <89.47%> (ø)
packages/pintora-diagrams/src/dot/artist.ts 96.44% <91.78%> (ø)
packages/pintora-core/src/themes/theme-default.ts 100.00% <100.00%> (ø)
packages/pintora-diagrams/src/activity/artist.ts 92.67% <100.00%> (+0.01%) ⬆️
packages/pintora-diagrams/src/component/artist.ts 96.57% <100.00%> (+4.05%) ⬆️
packages/pintora-diagrams/src/dot/artist/const.ts 100.00% <100.00%> (ø)
...kages/pintora-diagrams/src/dot/artist/draw-node.ts 100.00% <100.00%> (ø)
...s/pintora-diagrams/src/dot/artist/style-context.ts 100.00% <100.00%> (+3.84%) ⬆️
packages/pintora-diagrams/src/dot/config.ts 100.00% <100.00%> (ø)
... and 38 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot changed the title chore(deps): update pnpm to v7.8.0 chore(deps): update pnpm to v7.9.0 Aug 6, 2022
@renovate renovate bot changed the title chore(deps): update pnpm to v7.9.0 chore(deps): update pnpm to v7.9.3 Aug 17, 2022
@hikerpig hikerpig merged commit b3f7f9b into master Aug 17, 2022
@renovate renovate bot deleted the renovate/pnpm-7.x branch August 17, 2022 11:39
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.

1 participant