nuxt-modules / partytown

Partytown integration for Nuxt. Run third-party scripts from a web worker.
MIT License
319 stars 8 forks source link

chore(deps): update all non-major dependencies (minor) #153

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.12.2 -> 7.13.2 age adoption passing confidence
release-it 15.4.3 -> 15.5.0 age adoption passing confidence

Release Notes

pnpm/pnpm ### [`v7.13.2`](https://togithub.com/pnpm/pnpm/releases/tag/v7.13.2) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.13.1...v7.13.2) ##### Patch Changes - When linking commands to a directory, remove any .exe files that are already present in that target directory by the same name. This fixes an issue with pnpm global update on Windows. If pnpm was installed with the standalone script and then updated with pnpm using `pnpm add --global pnpm`, the exe file initially created by the standalone script should be removed. - When a direct dependency fails to resolve, print the path to the project directory in the error message. - `pnpm patch-commit` should work when the patch directory is specified with a trailing slash [#​5449](https://togithub.com/pnpm/pnpm/issues/5449). ##### Our Gold Sponsors
##### Our Silver Sponsors
### [`v7.13.1`](https://togithub.com/pnpm/pnpm/releases/tag/v7.13.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.13.0...v7.13.1) #### Patch Changes - `pnpm update --interactive` should not list dependencies ignored via the `pnpm.updateConfig.ignoreDependencies` setting. #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.13.0`](https://togithub.com/pnpm/pnpm/releases/tag/v7.13.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.12.2...v7.13.0) ##### Minor Changes - Ignore packages listed in `package.json` > `pnpm.updateConfig.ignoreDependencies` fields on update/outdated command [#​5358](https://togithub.com/pnpm/pnpm/issues/5358) For instance, if you don't want `webpack` automatically to be updated when you run `pnpm update --latest`, put this to your `package.json`: ```json { "pnpm": { "updateConfig": { "ignoreDependencies": ["webpack"] } } } ``` Patterns are also supported, so you may ignore for instance any packages from a scope: `@babel/*`. - It is possible now to update all dependencies except the listed ones using `!`. For instance, update all dependencies, except `lodash`: pnpm update !lodash It also works with pattends, for instance: pnpm update !@​babel/* And it may be combined with other patterns: pnpm update @​babel/* !@​babel/core ##### Patch Changes - Hooks should be applied on `pnpm deploy` [#​5306](https://togithub.com/pnpm/pnpm/issues/5306). - Stop `--filter-prod` option to run command on all the projects when used on workspace. `--filter-prod` option now only filter from `dependencies` and omit `devDependencies` instead of including all the packages when used on workspace. So what was happening is that if you use `--filter-prod` on workspace root like this: ```bash pnpm --filter-prod ...build-modules exec node -e 'console.log(require(`./package.json`).name)' ``` it was printing all the package of workspace, where it should only print the package name of itself and packages where it has been added as `dependency` (not as `devDependencies`) - Don't override the root dependency when auto installing peer dependencies [#​5412](https://togithub.com/pnpm/pnpm/issues/5412). ##### Our Gold Sponsors
##### Our Silver Sponsors
##### What's Changed * GitHub Workflows security hardening by @​sashashu[https://github.com/pnpm/pnpm/pull/5405](https://togithub.com/pnpm/pnpm/pull/5405)l/5405 * feat: merge readPackage hook from opts and pnpmfile by @​AGrz[https://github.com/pnpm/pnpm/pull/5403](https://togithub.com/pnpm/pnpm/pull/5403)l/5403 * feat: excluding deps from update by @​zkoch[https://github.com/pnpm/pnpm/pull/5432](https://togithub.com/pnpm/pnpm/pull/5432)l/5432 * fix: dir path repeated join in link global by @​lv[https://github.com/pnpm/pnpm/pull/5434](https://togithub.com/pnpm/pnpm/pull/5434)l/5434 * fix: filter-prod flag including all workspace pkgs by @​noorulh[https://github.com/pnpm/pnpm/pull/5437](https://togithub.com/pnpm/pnpm/pull/5437)l/5437 * Feature: ignore packages listed in `package.json > pnpm.updateConfig.ignoreDependencies` on update/outdated commands by @​Shinyaige[https://github.com/pnpm/pnpm/pull/5408](https://togithub.com/pnpm/pnpm/pull/5408)l/5408 * fix: don't override root deps when auto installing peers by @​zkoch[https://github.com/pnpm/pnpm/pull/5442](https://togithub.com/pnpm/pnpm/pull/5442)l/5442 ##### New Contributors * @​sashashura made their first contributi[https://github.com/pnpm/pnpm/pull/5405](https://togithub.com/pnpm/pnpm/pull/5405)l/5405 * @​AGrzes made their first contributi[https://github.com/pnpm/pnpm/pull/5403](https://togithub.com/pnpm/pnpm/pull/5403)l/5403 * @​noorulh06 made their first contributi[https://github.com/pnpm/pnpm/pull/5437](https://togithub.com/pnpm/pnpm/pull/5437)l/5437 **Full Changelog**: https://github.com/pnpm/pnpm/compare/v7.12.2...v7.13.0
release-it/release-it ### [`v15.5.0`](https://togithub.com/release-it/release-it/releases/tag/15.5.0) [Compare Source](https://togithub.com/release-it/release-it/compare/15.4.3...15.5.0) - Update dependencies ([`5d035be`](https://togithub.com/release-it/release-it/commit/5d035be)) - Add `npm.versionArgs` option ([`5efc57f`](https://togithub.com/release-it/release-it/commit/5efc57f))

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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