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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@formatjs/ecma402-abstract ^2.2.1 -> ^2.3.2 age adoption passing confidence
@formatjs/intl-localematcher ^0.5.4 -> ^0.5.10 age adoption passing confidence
@types/node (source) ^18.19.34 -> ^18.19.74 age adoption passing confidence
chalk ^5.3.0 -> ^5.4.1 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
fs-extra ^11.2.0 -> ^11.3.0 age adoption passing confidence
intl-messageformat ^10.5.14 -> ^10.7.14 age adoption passing confidence
pnpm (source) 9.4.0 -> 9.15.4 age adoption passing confidence
prettier (source) ^3.3.2 -> ^3.4.2 age adoption passing confidence
prettier-plugin-jsdoc ^1.3.0 -> ^1.3.2 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.7.3 age adoption passing confidence
vitest (source) ^2.1.3 -> ^2.1.8 age adoption passing confidence

Release Notes

formatjs/formatjs (@​formatjs/ecma402-abstract)

v2.3.2

Compare Source

Bug Fixes

v2.3.1

Compare Source

Bug Fixes

v2.3.0

Compare Source

Bug Fixes
  • turn on isolatedDeclarations and specify explicit types everywhere (4d855c2) - by @​longlho
Features

v2.2.5

Compare Source

Note: Version bump only for package @​formatjs/ecma402-abstract

v2.2.4

Compare Source

Note: Version bump only for package @​formatjs/ecma402-abstract

v2.2.3

Compare Source

Bug Fixes

v2.2.2

Compare Source

Note: Version bump only for package @​formatjs/ecma402-abstract

chalk/chalk (chalk)

v5.4.1

Compare Source

v5.4.0

Compare Source

  • Update CIRCLECI environments to return level 3 color support f838120
eslint/eslint (eslint)

v8.57.1

Compare Source

jprichardson/node-fs-extra (fs-extra)

v11.3.0

Compare Source

pnpm/pnpm (pnpm)

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.3

Compare Source

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
vlt Vite

v9.13.0: pnpm 9.13

Compare Source

Minor Changes

  • The self-update now accepts a version specifier to install a specific version of pnpm. E.g.:

    pnpm self-update 9.5.0
    

    or

    pnpm self-update next-10
    

Patch Changes

  • Fix Cannot read properties of undefined (reading 'name') that is printed while trying to render the missing peer dependencies warning message #​8538.

Platinum Sponsors

Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains

Configuration

📅 Schedule: Branch creation - "before 2am on monday" (UTC), 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, 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 from 1cbd84a to b7104da Compare June 25, 2024 09:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 122f4a7 to e10d0cf Compare July 10, 2024 17:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7b464bd to cec1f15 Compare July 21, 2024 19:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3ead1d0 to 860c718 Compare July 26, 2024 19:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 18c4be0 to abfb5c5 Compare August 10, 2024 02:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bc5ad93 to 453e1ae Compare August 17, 2024 17:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7c21591 to 88235cd Compare August 25, 2024 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d74f2eb to 2c3bacf Compare September 4, 2024 17:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fb00178 to 43fed07 Compare September 12, 2024 19:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 14d620c to 8531494 Compare September 23, 2024 11:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5f9da7f to 2774082 Compare September 30, 2024 19:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2774082 to 2cbaa61 Compare October 5, 2024 13:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ca47d78 to 0e33924 Compare December 5, 2024 16:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 56bb340 to 26e15eb Compare December 12, 2024 06:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26e15eb to 0cff3e2 Compare December 14, 2024 09:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8a70ac5 to c48c8b8 Compare December 24, 2024 19:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2209d0d to d69078e Compare January 5, 2025 18:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b7a29ad to b829583 Compare January 11, 2025 21:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 71362f4 to 3831f6a Compare January 23, 2025 05:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a2849ff to c4df56e Compare January 26, 2025 04:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c4df56e to 179b9d8 Compare January 26, 2025 08:32
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