vuepress-star / vuepress-theme-star

Repo for VuePress Theme Star
https://vuepress-star.github.io/
MIT License
1 stars 0 forks source link

chore(deps): update pnpm to v7.27.0 #183

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

pnpm/pnpm ### [`v7.27.0`](https://togithub.com/pnpm/pnpm/releases/tag/v7.27.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.26.3...v7.27.0) #### Minor Changes - A new `resolution-mode` added: `lowest-direct`. With this resolution mode direct dependencies will be resolved to their lowest versions. So if there is `foo@^1.1.0` in the dependencies, then `1.1.0` will be installed, even if the latest version of `foo` is `1.2.0`. - Support script selector with RegExp such as `pnpm run /build:.*/` and execute the matched scripts with the RegExp [#​5871](https://togithub.com/pnpm/pnpm/pull/5871). #### Patch Changes - Fix version number replacing for namespaced workspace packages. `workspace:@​foo/bar@*` should be replaced with `npm:@​foo/bar@` on publish [#​6052](https://togithub.com/pnpm/pnpm/pull/6052). - When resolving dependencies, prefer versions that are already used in the root of the project. This is important to minimize the number of packages that will be nested during hoisting [#​6054](https://togithub.com/pnpm/pnpm/pull/6054). - Deduplicate direct dependencies. Let's say there are two projects in the workspace that dependend on `foo`. One project has `foo@1.0.0` in the dependencies while another one has `foo@^1.0.0` in the dependencies. In this case, `foo@1.0.0` should be installed to both projects as satisfies the version specs of both projects. - Use Map rather than Object in `createPackageExtender` to prevent read the prototype property to native function #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.26.3`](https://togithub.com/pnpm/pnpm/releases/tag/v7.26.3) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.26.2...v7.26.3) #### Patch Changes - Directories inside the virtual store should not contain the ( or ) chars. This is to fix issues with storybook and the new v6 `pnpm-lock.yaml` lockfile format [#​5976](https://togithub.com/pnpm/pnpm/issues/5976). - The update command should not replace dependency versions specified via dist-tags [#​5996](https://togithub.com/pnpm/pnpm/pull/5996). - Fixed an issue that was causing pnpm to stuck forever during installation [#​5909](https://togithub.com/pnpm/pnpm/issues/5909). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.26.2`](https://togithub.com/pnpm/pnpm/releases/tag/v7.26.2) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.26.1...v7.26.2) #### Patch Changes - Wrap text in `pnpm audit` output for better readability [#​5981](https://togithub.com/pnpm/pnpm/issues/5981) - Fix "cross-device link not permitted" error when `node-linker` is set to `hoisted` [#​5992](https://togithub.com/pnpm/pnpm/issues/5992). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.26.1`](https://togithub.com/pnpm/pnpm/releases/tag/v7.26.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.26.0...v7.26.1) #### Patch Changes - Fixed out of memory error that sometimes happens when `node-linker` is set to `hoisted` [#​5988](https://togithub.com/pnpm/pnpm/pull/5988). - Fixed `EMFILE: too many open files` by using graceful-fs for reading bin files of dependencies [#​5887](https://togithub.com/pnpm/pnpm/issues/5887). - Fix lockfile v6 on projects that use patched dependencies [#​5967](https://togithub.com/pnpm/pnpm/issues/5967). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.26.0`](https://togithub.com/pnpm/pnpm/releases/tag/v7.26.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.25.1...v7.26.0) #### Minor Changes - Add a `pnpm dedupe` command that removes dependencies from the lockfile by re-resolving the dependency graph. This work similar to yarn's [`yarn dedupe --strategy highest`](https://yarnpkg.com/cli/dedupe) command [#​5958](https://togithub.com/pnpm/pnpm/pull/5958) #### Patch Changes - Packages hoisted to the virtual store are not removed on repeat install, when the non-headless algorithm runs the installation [#​5971](https://togithub.com/pnpm/pnpm/pull/5971). - `prepublishOnly` and `prepublish` should not be executed on `pnpm pack` [#​2941](https://togithub.com/pnpm/pnpm/issues/2941). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.25.1`](https://togithub.com/pnpm/pnpm/releases/tag/v7.25.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.25.0...v7.25.1) #### Patch Changes - Show dependency paths info in `pnpm audit` output [#​3073](https://togithub.com/pnpm/pnpm/issues/3073) - The store integrity check should validate the side effects cache of the installed package. If the side effects cache is broken, the package needs to be rebuilt [#​4997](https://togithub.com/pnpm/pnpm/issues/4997). - Add more info to the description of the `--force` option in the `pnpm install` command [#​5932](https://togithub.com/pnpm/pnpm/pull/5932). - Don't crash when a bin file is not found and `prefer-symlinked-executables` is `true` [#​5946](https://togithub.com/pnpm/pnpm/pull/5946). - `pnpm install --fix-lockfile` should not fail if the package has no dependencies [#​5878](https://togithub.com/pnpm/pnpm/issues/5878). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.25.0`](https://togithub.com/pnpm/pnpm/releases/tag/v7.25.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.24.3...v7.25.0) #### Minor Changes - When patching a dependency that is already patched, the existing patch is applied to the dependency, so that the new edit are applied on top of the existing ones. To ignore the existing patches, run the patch command with the `--ignore-existing` option [#​5632](https://togithub.com/pnpm/pnpm/issues/5632). - When `extend-node-path` is set to `false`, the `NODE_PATH` environment variable is not set in the command shims [#​5910](https://togithub.com/pnpm/pnpm/pull/5910) #### Patch Changes - Ensure the permission of bin file when `prefer-symlinked-executables` is set to `true` [#​5913](https://togithub.com/pnpm/pnpm/pull/5913). - If an external tool or a user have removed a package from node_modules, pnpm should add it back on install. This was only an issue with `node-linker=hoisted`. #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.24.3`](https://togithub.com/pnpm/pnpm/releases/tag/v7.24.3) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.24.2...v7.24.3) #### Patch Changes - Don't break lockfile v6 on repeat install if `use-lockfile-v6` is not set to `true`. #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.24.2`](https://togithub.com/pnpm/pnpm/releases/tag/v7.24.2) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.24.1...v7.24.2) #### Minor Changes - Added support for `pnpm-lock.yaml` format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use the `use-lockfile-v6=true` setting in `.npmrc`. Or run `pnpm install --use-lockfile-v6` [#​5810](https://togithub.com/pnpm/pnpm/pull/5810). #### Patch Changes - `pnpm run` should fail if the path to the project contains colon(s). - `pnpm config set key=value` should work the same as `pnpm config set key value` [#​5889](https://togithub.com/pnpm/pnpm/issues/5889). - The upload of built artifacts (side effects) should not fail when `node-linker` is set to `hoisted` and installation runs on a project that already had a `node_modules` directory [#​5823](https://togithub.com/pnpm/pnpm/issues/5823). This fixes a bug introduced by [#​5814](https://togithub.com/pnpm/pnpm/pull/5814). - `pnpm exec` should work when the path to the project contains colon(s) [#​5846](https://togithub.com/pnpm/pnpm/issues/5846). - Git-hosted dependencies should not be built, when `ignore-scripts` is set to `true` [#​5876](https://togithub.com/pnpm/pnpm/issues/5876). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.24.1`](https://togithub.com/pnpm/pnpm/compare/v7.24.0...v7.24.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.24.0...v7.24.1) ### [`v7.24.0`](https://togithub.com/pnpm/pnpm/compare/v7.23.0...v7.24.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.23.0...v7.24.0) ### [`v7.23.0`](https://togithub.com/pnpm/pnpm/releases/tag/v7.23.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.22.0...v7.23.0) #### Minor Changes - When the `resolve-peers-from-workspace-root` setting is set to `true`, pnpm will use dependencies installed in the root of the workspace to resolve peer dependencies in any of the workspace's projects [#​5882](https://togithub.com/pnpm/pnpm/pull/5882). #### Patch Changes - The help of the run command should list the `--resume-from` option. - Should display `--include-workspace-root` option on recursive command's help info. #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.22.0`](https://togithub.com/pnpm/pnpm/releases/tag/v7.22.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.21.0...v7.22.0) #### Minor Changes - The `pnpm list` and `pnpm why` commands will now look through transitive dependencies of `workspace:` packages. A new `--only-projects` flag is available to only print `workspace:` packages. - `pnpm exec` and `pnpm run` command support `--resume-from` option. When used, the command will executed from given package [#​4690](https://togithub.com/pnpm/pnpm/issues/4690). - Expose the `npm_command` environment variable to lifecycle hooks & scripts. #### Patch Changes - Fix a situation where `pnpm list` and `pnpm why` may not respect the `--depth` argument. - Report to the console when a git-hosted dependency is built [#​5847](https://togithub.com/pnpm/pnpm/pull/5847). - Throw an accurate error message when trying to install a package that has no versions, or all of its versions are unpublished [#​5849](https://togithub.com/pnpm/pnpm/issues/5849). - replace dependency `is-ci` by `ci-info` (`is-ci` is just a simple wrapper around `ci-info`). - Only run prepublish scripts of git-hosted dependencies, if the dependency doesn't have a main file. In this case we can assume that the dependencies has to be built. - Print more contextual information when a git-hosted package fails to be prepared for installation [#​5847](https://togithub.com/pnpm/pnpm/pull/5847). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.21.0`](https://togithub.com/pnpm/pnpm/releases/tag/v7.21.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.20.0...v7.21.0) #### Minor Changes - The `pnpm dlx` command supports the `--shell-mode` (or `-c`) option. When used, the script is executed by a shell [#​5679](https://togithub.com/pnpm/pnpm/issues/5679). #### Patch Changes - The config command should work with the `--location=global` CLI option [#​5841](https://togithub.com/pnpm/pnpm/issues/5841). - Only the `pnpm add --global ` command should fail if there is no global pnpm bin directory in the system PATH [#​5841](https://togithub.com/pnpm/pnpm/issues/5841). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.20.0`](https://togithub.com/pnpm/pnpm/releases/tag/v7.20.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.19.0...v7.20.0) #### Minor Changes - pnpm gets its own implementation of the following commands: - `pnpm config get` - `pnpm config set` - `pnpm config delete` - `pnpm config list` In previous versions these commands were passing through to npm CLI. PR: [#​5829](https://togithub.com/pnpm/pnpm/pull/5829) Related issue: [#​5621](https://togithub.com/pnpm/pnpm/issues/5621) - Add show alias to `pnpm view` [#​5835](https://togithub.com/pnpm/pnpm/pull/5835). - pnpm reads settings from its own global configuration file at `$XDG_CONFIG_HOME/pnpm/rc` [#​5829](https://togithub.com/pnpm/pnpm/pull/5829). - Add the 'description'-field to the licenses output [#​5836](https://togithub.com/pnpm/pnpm/pull/5836). #### Patch Changes - `pnpm rebuild` should not fail if `node_modules` was created by pnpm version 7.18 or older [#​5815](https://togithub.com/pnpm/pnpm/issues/5815). - `pnpm env` should print help. - Run the prepublish scripts of packages installed from Git [#​5826](https://togithub.com/pnpm/pnpm/issues/5826). - `pnpm rebuild` should print a better error message when a hoisted dependency is not found [#​5815](https://togithub.com/pnpm/pnpm/issues/5815). #### Our Gold Sponsors
#### Our Silver Sponsors

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, check this box

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

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3795171660

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 3724072809: 0.0%
Covered Lines: 2
Relevant Lines: 2

💛 - Coveralls