Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 4.3.0 -> 4.4.0 age adoption passing confidence
@types/node (source) 22.13.5 -> 22.13.8 age adoption passing confidence
expect-type 1.1.0 -> 1.2.0 age adoption passing confidence
pnpm (source) 10.4.1 -> 10.5.2 age adoption passing confidence
rollup (source) 4.34.8 -> 4.34.9 age adoption passing confidence
typescript (source) 5.7.3 -> 5.8.2 age adoption passing confidence
unbuild 3.3.1 -> 3.5.0 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v4.4.0

Compare Source

   🚀 Features
    View changes on GitHub
mmkal/expect-type (expect-type)

v1.2.0

Compare Source

What's Changed

toMatchTypeOf is now deprecated. There are no plans to remove it any time soon, so it's not critical to immediately remove usages, but if you want to avoid squigglies in IDEs complaining about deprecations, here's what you should do:

If you have an assertion like this:

expectTypeOf(foo).toMatchTypeOf<Abc>()

There are a few options for upgrading it. The easiest is toExtend which is identical to the behaviour of toMatchTypeOf:

expectTypeOf(foo).toExtend<Abc>()

This will work in all cases. But, there is now a stricter option that will work in many cases and be slightly more likely to catch things like readonly properties matching:

expectTypeOf(foo).toMatchObjectType<Abc>()

But, as the name suggests, this will only work on plain object types, it will fail for union types, and some other complex types.


If you have code like this:

expectTypeOf(foo).toMatchTypeOf(bar)

You'll need to use typeof because toExtend and toMatchObjectType do not accept arguments

expectTypeOf(foo).toExtend<typeof bar>()
expectTypeOf(foo).toMatchObjectType<typeof bar>()

Full Changelog: mmkal/expect-type@v1.1.0...v1.2.0

pnpm/pnpm (pnpm)

v10.5.2

Compare Source

Patch Changes
  • The pnpm config set command should change the global .npmrc file by default.
    This was a regression introduced by #​9151 and shipped in pnpm v10.5.0.

v10.5.1

Compare Source

Patch Changes
  • Throw an error message if a pnpm-workspaces.yaml or pnpm-workspaces.yml file is found instead of a pnpm-workspace.yaml #​9170.
  • Fix the update of pnpm-workspace.yaml by the pnpm approve-builds command #​9168.
  • Normalize generated link paths in package.json #​9163
  • Specifying overrides in pnpm-workspace.yaml should work.
  • pnpm dlx should ignore settings from the package.json file in the current working directory #​9178.

v10.5.0

Compare Source

Minor Changes
  • Allow to set the "pnpm" settings from package.json via the pnpm-workspace.yaml file #​9121.

  • Added support for automatically syncing files of injected workspace packages after pnpm run #​9081. Use the sync-injected-deps-after-scripts setting to specify which scripts build the workspace package. This tells pnpm when syncing is needed. The setting should be defined in a .npmrc file at the root of the workspace. Example:

    sync-injected-deps-after-scripts[]=compile
  • The packages field in pnpm-workspace.yaml became optional.

Patch Changes
  • pnpm link with no parameters should work as if --global is specified #​9151.
  • Allow scope registry CLI option without --config. prefix such as --@&#8203;scope:registry=https://scope.example.com/npm #​9089.
  • pnpm link <path> should calculate relative path from the root of the workspace directory #​9132.
  • 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.
rollup/rollup (rollup)

v4.34.9

Compare Source

2025-03-01

Bug Fixes
  • Support JSX modes in WASM (#​5866)
  • Allow the CustomPluginOptions to be extended (#​5850)
Pull Requests
microsoft/TypeScript (typescript)

v5.8.2

Compare Source

unjs/unbuild (unbuild)

v3.5.0

Compare Source

compare changes

🚀 Enhancements
  • Use fix-dts-default-cjs-exports to transform cjs types (#​513)
🏡 Chore
❤️ Contributors

v3.4.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v3.4.1

Compare Source

compare changes

🩹 Fixes
  • Filter commonjs plugin when generating declaration (#​495)
❤️ Contributors

v3.4.0

Compare Source

compare changes

🚀 Enhancements
  • Prefer publishConfig from package.json when defined (#​506)
🩹 Fixes
  • Workaroud the composite in tsconfig.json (#​504)
📦 Build
  • Remove extra dist files (c0c00ad)
🏡 Chore
❤️ Contributors

Configuration

📅 Schedule: Branch creation - "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.

@vercel
Copy link

vercel bot commented Mar 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
magic-regexp-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 3, 2025 9:37am

@renovate renovate bot added the chore label Mar 3, 2025
@renovate renovate bot requested a review from danielroe as a code owner March 3, 2025 00:35
@renovate renovate bot added the dependencies label Mar 3, 2025
@github-actions
Copy link

github-actions bot commented Mar 3, 2025

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 366 352 ▼ (-3.98%)
Lines 147532 146450 ▼ (-0.74%)
Identifiers 149870 150052 ▲ (+0.12%)
Symbols 251671 252046 ▲ (+0.15%)
Types 51230 51230 ± (0.00%)
Instantiations 612217 612217 ± (0.00%)
Memory used 280963K 288685K ▲ (+2.67%)
I/O read 0.02s 0.02s ± (0.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.94s 0.97s ± (+3.09%)
Bind time 0.44s 0.44s ± (0.00%)
Check time 2.04s 2.04s ± (0.00%)
Emit time 0.1s 0.09s ± (-11.11%)
Total time 3.52s 3.54s ± (+0.56%)

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 3, 2025

CodSpeed Performance Report

Merging #503 will not alter performance

Comparing renovate/all-minor-patch (8fe3fdd) with main (25d0ee8)

Summary

✅ 6 untouched benchmarks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e1908c to 8fe3fdd Compare March 3, 2025 09:36
@github-actions
Copy link

github-actions bot commented Mar 3, 2025

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 366 352 ▼ (-3.98%)
Lines 147532 146450 ▼ (-0.74%)
Identifiers 149870 150052 ▲ (+0.12%)
Symbols 251671 252046 ▲ (+0.15%)
Types 51230 51230 ± (0.00%)
Instantiations 612217 612217 ± (0.00%)
Memory used 282039K 288941K ▲ (+2.39%)
I/O read 0.03s 0.02s ▼ (-50.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.95s 0.96s ± (+1.04%)
Bind time 0.41s 0.45s ± (+8.89%)
Check time 2.03s 2.06s ± (+1.46%)
Emit time 0.1s 0.1s ± (0.00%)
Total time 3.49s 3.57s ± (+2.24%)

@danielroe danielroe merged commit d473641 into main Mar 3, 2025
12 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch March 3, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant