c12 icon indicating copy to clipboard operation
c12 copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 3 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-c8 ^0.23.4 -> ^0.24.3 age adoption passing confidence
dotenv ^16.0.2 -> ^16.0.3 age adoption passing confidence
eslint (source) ^8.23.1 -> ^8.25.0 age adoption passing confidence
pathe ^0.3.8 -> ^0.3.9 age adoption passing confidence
pnpm (source) 7.12.1 -> 7.13.4 age adoption passing confidence
typescript (source) ^4.8.3 -> ^4.8.4 age adoption passing confidence
unbuild ^0.8.11 -> ^0.9.4 age adoption passing confidence
vitest ^0.23.4 -> ^0.24.3 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.24.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.24.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.24.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.24.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
motdotla/dotenv

v16.0.3

Compare Source

Changed
  • Added library version to debug logs (#​682)
eslint/eslint

v8.25.0

Compare Source

Features

  • 173e820 feat: Pass --max-warnings value to formatters (#​16348) (Brandon Mills)
  • 6964cb1 feat: remove support for ignore files in FlatESLint (#​16355) (Milos Djermanovic)
  • 1cc4b3a feat: id-length counts graphemes instead of code units (#​16321) (Sosuke Suzuki)

Documentation

Chores

v8.24.0

Compare Source

Features

  • 1729f9e feat: account for sourceType: "commonjs" in the strict rule (#​16308) (Milos Djermanovic)
  • b0d72c9 feat: add rule logical-assignment-operators (#​16102) (fnx)
  • f02bcd9 feat: array-callback-return support findLast and findLastIndex (#​16314) (Sosuke Suzuki)

Documentation

Chores

unjs/pathe

v0.3.9

Compare Source

pnpm/pnpm

v7.13.4

Compare Source

Patch Changes

  • pnpm link <pkg> --global should work when a custom target directory is specified with the --dir CLI option #​5473.
  • It should be possible to override dependencies with local packages using overrides #​5443.

Our Gold Sponsors

Our Silver Sponsors

v7.13.3

Compare Source

Patch Changes

  • Don't crash when auto-install-peers is set to true and installation is done on a workspace with that has the same dependencies in multiple projects #​5454.
  • Add global option in pnpm link --help #​5461.
  • Show execution time on install, update, add, and remove #​1021.
  • Fix the return path of pnpm pack, when a custom destination directory is used #​5471.

Our Gold Sponsors

Our Silver Sponsors

v7.13.2

Compare Source

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.

Our Gold Sponsors

Our Silver Sponsors

v7.13.1

Compare Source

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

Compare Source

Minor Changes

  • Ignore packages listed in package.json > pnpm.updateConfig.ignoreDependencies fields on update/outdated command #​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:

    {
      "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 !@&#8203;babel/*
    

    And it may be combined with other patterns:

      pnpm update @&#8203;babel/* !@&#8203;babel/core
    

Patch Changes

  • Hooks should be applied on pnpm deploy #​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:

    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.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: https://github.com/pnpm/pnpm/compare/v7.12.2...v7.13.0

v7.12.2

Compare Source

Patch Changes

  • Don't crash when auto-install-peers is true and the project has many complex circular dependencies #​5394.
  • pnpm link --global should work with the --dir=<path> option #​5371.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: https://github.com/pnpm/pnpm/compare/v7.12.1...v7.12.2

Microsoft/TypeScript

v4.8.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

unjs/unbuild

v0.9.4

Compare Source

📦 Build
  • Fix rollup-plugin-dts version (522687f)
❤️ Contributors
  • Pooya Parsa

v0.9.3

Compare Source

📦 Build
  • Use latest rollup-plugin-dts (2b3953e)
❤️ Contributors
  • Pooya Parsa

v0.9.2

Compare Source

🩹 Fixes
  • rollup: Use inline implementation of esbuild (af41b01)
🏡 Chore
  • Use fixed build for rollup-plugin-dts (f7acbf4)
✅ Tests
❤️ Contributors
  • Pooya Parsa

v0.9.1

Compare Source

🩹 Fixes
  • Do not infer .json subpath exports to build (b57afec)
❤️ Contributors
  • Pooya Parsa

v0.9.0

Compare Source

🚀 Enhancements
  • ⚠️ Update rollup to v3 (#​129)
🏡 Chore
⚠️ Breaking Changes
  • ⚠️ Update rollup to v3 (#​129)
❤️ Contributors
  • Chris
  • Pooya Parsa

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.

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


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Sep 23 '22 01:09 renovate[bot]

Codecov Report

Merging #40 (34ed251) into main (a688e7f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   89.34%   89.34%           
=======================================
  Files           3        3           
  Lines         366      366           
  Branches       47       47           
=======================================
  Hits          327      327           
  Misses         39       39           

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

codecov[bot] avatar Sep 23 '22 01:09 codecov[bot]