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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@parcel/watcher ^2.4.1 -> ^2.5.0 age adoption passing confidence devDependencies minor
eslint (source) ^9.12.0 -> ^9.15.0 age adoption passing confidence devDependencies minor
eslint-config-unjs ^0.4.1 -> ^0.4.2 age adoption passing confidence devDependencies patch
jiti ^2.3.3 -> ^2.4.0 age adoption passing confidence devDependencies minor
node (source) 20.18.0 -> 20.18.1 age adoption passing confidence patch
pnpm (source) 9.12.2 -> 9.14.2 age adoption passing confidence packageManager minor
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence devDependencies minor
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence devDependencies minor
workerd ^v1.20241106.0 -> ^1.20241112.0 age adoption passing confidence devDependencies minor
wrangler (source) ^3.86.0 -> ^3.91.0 age adoption passing confidence devDependencies minor

Release Notes

parcel-bundler/watcher (@​parcel/watcher)

v2.5.0

Compare Source

Added

  • Support 32-bit arm musl platform
  • Support npm --build-from-source flag to optionally build from source instead of using prebuilt packages. Can be used in conjunction with --no-optional to prevent installing platform-specific dependencies.

Fixed

  • Fix use after free errors (#​177)
  • Fix deadlock between Watcher and Debounce threads (#​189)
  • Avoid open() calls on stat() failures on macOS to prevent security dialogs (#​186)
eslint/eslint (eslint)

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

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
unjs/jiti (jiti)

v2.4.0

Compare Source

compare changes

🚀 Enhancements
  • Support generic type for jiti.import<T> (#​331)
🩹 Fixes
  • Try to resolve .ts files with .js extension from js files (#​337)
🏡 Chore
🤖 CI
❤️ Contributors
nodejs/node (node)

v20.18.1: 2024-11-20, Version 20.18.1 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits
pnpm/pnpm (pnpm)

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


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 requested a review from pi0 as a code owner October 22, 2024 02:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from c0483e5 to ff14638 Compare October 28, 2024 15:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 009cc75 to 62d2ede Compare November 4, 2024 07:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 19baeb4 to 0420283 Compare November 13, 2024 12:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from e15758c to a2c49c4 Compare November 21, 2024 16:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 864b8e0 to 1786bf4 Compare November 26, 2024 21:24
Copy link
Contributor Author

renovate bot commented Nov 27, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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