zaida04 / guilded.js

A library for creating bots with the guilded.gg bot API.
https://guilded.js.org
MIT License
69 stars 15 forks source link

chore(deps): update dependency pnpm to v7 #93

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

pnpm/pnpm ### [`v7.0.0`](https://togithub.com/pnpm/pnpm/releases/v7.0.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v6.32.11...v7.0.0) #### Major Changes - Node.js 12 is not supported. - The root package is excluded by default, when running `pnpm -r exec|run|add` [#​2769](https://togithub.com/pnpm/pnpm/issues/2769). - Filtering by path is done by globs. In pnpm v6, in order to pick packages under a certain directory, the following filter was used: `--filter=./apps` In pnpm v7, a glob should be used: `--filter=./apps/**` For easier upgrade, we have also added a setting to turn back filtering as it was in v6. Just set `legacy-dir-filtering=true` in `.npmrc`. - The `NODE_PATH` env variable is not set in the command shims (the files in `node_modules/.bin`). This env variable was really long and frequently caused errors on Windows. Also, the `extend-node-path` setting is removed. Related PR: [#​4253](https://togithub.com/pnpm/pnpm/pull/4253) - The `embed-readme` setting is `false` by default. - When using `pnpm run Githubissues.
  • Githubissues is a development platform for aggregating issues.