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.3 age adoption passing confidence
@formatjs/intl-localematcher ^0.5.4 -> ^0.6.0 age adoption passing confidence
@types/node (source) ^18.19.34 -> ^18.19.78 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.15 age adoption passing confidence
pnpm (source) 9.4.0 -> 9.15.6 age adoption passing confidence
prettier (source) ^3.3.2 -> ^3.5.2 age adoption passing confidence
prettier-plugin-jsdoc ^1.3.0 -> ^1.3.2 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.8.2 age adoption passing confidence
vitest (source) ^2.1.3 -> ^2.1.9 age adoption passing confidence

Release Notes

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

v2.3.3

Compare Source

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

v2.3.2

Compare Source

Bug Fixes

v2.3.1

Compare Source

Bug Fixes

v2.3.0

Compare Source

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

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores
jprichardson/node-fs-extra (fs-extra)

v11.3.0

Compare Source

pnpm/pnpm (pnpm)

v9.15.6: pnpm 9.15.6

Compare Source

Patch Changes

  • Fix instruction for updating pnpm with corepack #​9101.
  • Print pnpm's version after the execution time at the end of the console output.
  • The pnpm version specified by packageManager cannot start with v.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

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: pnpm 9.15.3

Compare Source

Patch Changes

  • Fixed the Regex used to find the package manifest during packing #​8938.
  • pnpm update --filter <pattern> --latest <pkg> should only change the specified package for the specified workspace, when dedupe-peer-dependents is set to true #​8877.
  • Exclude .DS_Store file at patch-commit #​8922.
  • Fix a bug in which pnpm patch is unable to bring back old patch without specifying @version suffix #​8919.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

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: pnpm 9.15.1

Compare Source

Patch Changes
  • pnpm remove should not link dependencies from the workspace, when link-workspace-packages is set to false #​7674.
  • Installation with hoisted node_modules should not fail, when a dependency has itself in its own peer dependencies #​8854.
Platinum Sponsors
Bit Bit Figma
Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.15.0: pnpm 9.15

Compare Source

Minor Changes

  • Metadata directory version bumped to force fresh cache after we shipped a fix to the metadata write function. This change is backward compatible as install doesn't require a metadata cache.

Patch Changes

  • pnpm update --global should not crash if there are no any global packages installed #​7898.
  • Fix an exception when running pnpm update --interactive if catalogs are used.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.4: pnpm 9.14.4

Compare Source

Patch Changes

  • Don't ever save mutated metadata to the metadata cache.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

Silver Sponsors

Leniolabs_ 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 2 times, most recently 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 3 times, most recently from c4df56e to 179b9d8 Compare January 26, 2025 08:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8a9fc41 to d01f585 Compare February 12, 2025 11:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2053bed to 55da925 Compare February 16, 2025 23:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ed7caa9 to 05a28e5 Compare March 3, 2025 19:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05a28e5 to 28d3032 Compare March 3, 2025 23:48
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