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 all non-major dependencies #164

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.12.7 -> ^20.16.13 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.5.0 -> ^1.6.0 age adoption passing confidence
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
eslint-config-unjs ^0.2.1 -> ^0.4.1 age adoption passing confidence
jiti ^1.21.0 -> ^1.21.6 age adoption passing confidence
nypm ^0.3.8 -> ^0.3.12 age adoption passing confidence
ohash ^1.1.3 -> ^1.1.4 age adoption passing confidence
pnpm (source) 9.0.5 -> 9.12.2 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.3.3 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.6.3 age adoption passing confidence
vitest (source) ^1.5.0 -> ^1.6.0 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v1.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unjs/changelogen (changelogen)

v0.5.7

Compare Source

compare changes

🩹 Fixes
  • bump: Avoid using + for canary suffix (#​224)
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Add option to sign git tags (#​117)
  • git: Support parse git messages that have prefix emoji (#​146)
🩹 Fixes
  • github: Use bearer token (#​180)
  • Handle repo name with multiple segments (#​219)
  • Lowercase scope when filtering (#​199)
💅 Refactors
  • Replace execa with execSync (#​222)
  • Use human readable date for canary versions (#​223)
  • Update execCommand (68127be)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v8.57.1

Compare Source

unjs/eslint-config (eslint-config-unjs)

v0.4.1

Compare Source

compare changes

💅 Refactors
  • Use Linter.Config as return type (2cce21a)
  • Reflax markdown rules (587c6a7)
🏡 Chore
❤️ Contributors

v0.4.0

Compare Source

compare changes

🏡 Chore
  • ⚠️ Update dependencies (ec5727e)
  • Use eslint ts support with jiti (0d531f8)
⚠️ Breaking Changes
  • ⚠️ Update dependencies (ec5727e)
❤️ Contributors

v0.3.2

Compare Source

compare changes

🏡 Chore
  • Update unicorn plugin to 53 (0a944e4)
❤️ Contributors

v0.3.1

Compare Source

compare changes

🩹 Fixes
  • markdown: Override default rules (4765dd5)
🏡 Chore
  • Remove prerelease script (pnpm why ?!) (a98c465)
❤️ Contributors

v0.3.0

Compare Source

compare changes

unjs/jiti (jiti)

v1.21.6

Compare Source

compare changes

🩹 Fixes
  • Use internal cached modules only if loaded (#​247)

v1.21.5

Compare Source

compare changes

🩹 Fixes

From 1.21.4

  • Avoid node: protocol for node 14 compatibility (5d877de)
  • Update deps (5e11181)

v1.21.4

Compare Source

v1.21.3

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.2

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.1

Compare Source

compare changes

🏡 Chore
🤖 CI
❤️ Contributors
unjs/nypm (nypm)

v0.3.12

Compare Source

compare changes

🚀 Enhancements
🏡 Chore
❤️ Contributors

v0.3.11

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v0.3.10

Compare Source

compare changes

🩹 Fixes
  • Do not call addDependency with empty array (#​147)
🏡 Chore
❤️ Contributors

v0.3.9

Compare Source

compare changes

🚀 Enhancements
  • Allow installing peerDeps when using addDependency (#​135)
  • cli: Support pnpm (rm, uninstall, un) aliases for removing packages (#​126)
  • Add option to install dependencies with a frozen lockfile (#​121)
🩹 Fixes
  • Use correct flag when getting pnpm workspace args (#​130)
🏡 Chore
❤️ Contributors
unjs/ohash (ohash)

v1.1.4

Compare Source

compare changes

🩹 Fixes
  • murmurHash: Fix murmurHash3 implementation, add tests (#​83)
📖 Documentation
  • Improved and finalized jsdocs in exported functions (#​74)
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)

v9.12.2: pnpm 9.12.2

Compare Source

Patch Changes

  • When checking whether a file in the store has executable permissions, the new approach checks if at least one of the executable bits (owner, group, and others) is set to 1. Previously, a file was incorrectly considered executable only when all the executable bits were set to 1. This fix ensures that files with any executable permission, regardless of the user class, are now correctly identified as executable #​8546.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e210d79 to ae7e606 Compare May 14, 2024 06:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4ece1e8 to e731fac Compare May 27, 2024 11:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 31f5a81 to a6deb89 Compare June 5, 2024 13:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2dab77b to 9defa85 Compare June 16, 2024 01:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from ba54d27 to 08ce560 Compare June 22, 2024 11:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bfccf1a to 8bc13ad Compare June 25, 2024 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 366d219 to b4bd243 Compare August 25, 2024 22:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4fe869a to ad282b4 Compare September 1, 2024 12:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2a37096 to 51c2f75 Compare September 9, 2024 20:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2850c96 to 66c2a08 Compare September 20, 2024 14:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 89f32ff to f8eb570 Compare September 28, 2024 19:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3b623c5 to d06bf1a Compare October 9, 2024 00:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1233041 to 443a7f6 Compare October 18, 2024 01:28
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.

0 participants