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 #96

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 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.12.7 -> ^20.17.11 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.5.2 -> ^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.2 age adoption passing confidence
jiti ^1.21.0 -> ^1.21.7 age adoption passing confidence
pnpm (source) 9.0.6 -> 9.15.2 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.4.2 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.7.2 age adoption passing confidence
vitest (source) ^1.5.2 -> ^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
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.2

Compare Source

compare changes

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

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.7

Compare Source

compare changes (📦 bundled dependencies updated)

🩹 Fixes
  • Use native require cache of loaded entries only Node.js 22.12.+ compatibility (#​349)

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
pnpm/pnpm (pnpm)

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.1

Compare Source

v9.15.0

Compare Source

v9.14.4

Compare Source

v9.14.3

Compare Source

v9.14.2

Compare Source

Patch Changes

  • pnpm publish --json should work #​8788.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.1

Compare Source

Minor Changes

  • Added support for pnpm pack --json to print packed tarball and contents in JSON format #​8765.

Patch Changes

  • pnpm exec should print a meaningful error message when no command is provided #​8752.
  • pnpm setup should remove the CLI from the target location before moving the new binary #​8173.
  • Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #​7697.
  • Don't crash if the use-node-version setting is used and the system has no Node.js installed #​8769.
  • Convert settings in local .npmrc files to their correct types. For instance, child-concurrency should be a number, not a string #​5075.
  • pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true.
  • pnpm init should respect the --dir option #​8768.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.0

Compare Source

v9.13.2: pnpm 9.13.2

Compare Source

Patch Changes

  • Detection of circular peer dependencies should not crash with aliased dependencies #​8759. Fixes a regression introduced in the previous version.
  • Fix race condition of symlink creations caused by multiple parallel dlx processes.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

Silver Sponsors

Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
vlt Vite

v9.13.1: pnpm 9.13.1

Compare Source

Patch Changes

  • Fixed some edge cases where resolving circular peer dependencies caused a dead lock #​8720.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

Silver Sponsors

Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
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 2 times, most recently from 5d2a78e to 8980e29 Compare May 21, 2024 04:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b3decb6 to 6a6d501 Compare June 2, 2024 23:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from db51ad6 to f8c84c9 Compare June 10, 2024 17:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6eac582 to 5b8d972 Compare June 18, 2024 01:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 468800d to 4fe0031 Compare June 22, 2024 08:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 097df93 to 3e949d0 Compare July 1, 2024 19:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from eb2855e to 52eae42 Compare July 7, 2024 18:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 38b41c8 to 1d8a13d Compare July 16, 2024 23:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 77ae89b to 72f98c6 Compare October 29, 2024 18:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ffcbb5b to c826b84 Compare November 3, 2024 07:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c7e7f9c to 7368d9c Compare November 20, 2024 12:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 1ae6e79 to e23d659 Compare November 29, 2024 13:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 73305e3 to deb31c7 Compare December 6, 2024 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4d18376 to 8a94a36 Compare December 18, 2024 00:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a94a36 to 65657c9 Compare December 20, 2024 00:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 65657c9 to a944325 Compare December 28, 2024 21:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a944325 to 9dfd81d Compare January 1, 2025 03:54
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