Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^24.3.0^24.10.8 age confidence
automd ^0.4.0^0.4.2 age confidence
eslint (source) ^9.34.0^9.39.2 age confidence
eslint-config-unjs ^0.5.0^0.6.2 age confidence
obuild ^0.2.1^0.4.14 age confidence
pnpm (source) 10.15.010.28.0 age confidence
prettier (source) ^3.6.2^3.7.4 age confidence
typescript (source) ^5.9.2^5.9.3 age confidence

Release Notes

unjs/automd (automd)

v0.4.2

Compare Source

compare changes

v0.4.1

Compare Source

compare changes

🩹 Fixes
  • pm-install: Use pnpm add instead of pnpm install (#​122)
  • pm, pm-install: Add npm: prefix for deno (#​115)
  • jsimport: Bun doesn't support url imports (#​112)
  • Create missing output dir (#​106)
📖 Documentation
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

v9.37.0

Compare Source

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)

Bug Fixes

Documentation

  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#​19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#​20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#​20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#​20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#​20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#​20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#​20079) (Milos Djermanovic)

v9.35.0

Compare Source

Features

  • 42761fa feat: implement suggestions for no-empty-function (#​20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#​20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#​19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#​20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#​20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#​20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#​20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#​20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#​20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#​20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#​20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#​20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#​20033) (Francesco Trotta)

Chores

unjs/eslint-config (eslint-config-unjs)

v0.6.2

Compare Source

compare changes

🩹 Fixes
  • Disable array immutation rules for now (3cde73a)
❤️ Contributors

v0.6.1

Compare Source

compare changes

💅 Refactors
  • Migrate to @eslint/markdown (2f92a53)
  • Update default rules (84cdbad)
📦 Build
🏡 Chore
❤️ Contributors

v0.6.0

Compare Source

compare changes

💅 Refactors
  • Migrate to @eslint/markdown (2f92a53)
📦 Build
🏡 Chore
❤️ Contributors
unjs/obuild (obuild)

v0.4.14

Compare Source

compare changes

🏡 Chore
  • Update rolldown to 1.0.0-beta.59 (51bd7d2)
❤️ Contributors

v0.4.13

Compare Source

compare changes

🩹 Fixes
  • rolldown: Revert includeDependenciesRecursively (7325ddd)
❤️ Contributors

v0.4.12

Compare Source

compare changes

🩹 Fixes
  • rolldown: Enable includeDependenciesRecursively (6974fb5)
  • bundle: Avoid recursion on resolveDeps (2bba5b9)
❤️ Contributors

v0.4.11

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.4.10

Compare Source

compare changes

🏡 Chore

v0.4.9

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.4.8

Compare Source

compare changes

📖 Documentation
  • Add c12 to "currently used" section (#​66)
🏡 Chore
🤖 CI
  • Bump actions checkout (#​64)
❤️ Contributors

v0.4.7

Compare Source

compare changes

💅 Refactors
  • rolldown: Use dist/_chunks for chunks (c1c8877)
❤️ Contributors

v0.4.6

Compare Source

compare changes

🚀 Enhancements
  • rolldown: Use dist/_libs for bundled dependencies (ec8c3fe)
❤️ Contributors

v0.4.5

Compare Source

compare changes

🩹 Fixes
  • rolldown: Default platform to node (439b03a)
🏡 Chore
❤️ Contributors

v0.4.4

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.4.3

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.4.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.4.1

Compare Source

compare changes

🏡 Chore
  • Update rolldown to 1.0.0-beta.59 (51bd7d2)
❤️ Contributors

v0.4.0

Compare Source

compare changes

🚀 Enhancements
  • ⚠️ Stub transform with individual links (#​60)
🩹 Fixes
  • Correctly apply transform filter hook (eee3f4d)
🏡 Chore
⚠️ Breaking Changes
  • ⚠️ Stub transform with individual links (#​60)
❤️ Contributors

v0.3.2

Compare Source

compare changes

🩹 Fixes
  • Correctly apply transform filter hook (eee3f4d)
❤️ Contributors

v0.3.1

Compare Source

compare changes

🚀 Enhancements
  • Basic transform filter support (aebfaca)
🏡 Chore
❤️ Contributors

v0.3.0

Compare Source

compare changes

🚀 Enhancements
  • transform: Add resolve options for TransformEntry (#​32)
🩹 Fixes
  • Move to pathe (#​57)
  • stub: Use relative paths in stubs to fix Windows resolution (#​51)
💅 Refactors
📖 Documentation
  • Fix defineBuildConfig import (#​36)
  • Capitalise titles (#​44)
📦 Build
🏡 Chore
  • Update eslint config (a2e3d88)
  • Update imports (3a1f342)
  • Use native node typescript support (#​54)
⚠️ Breaking Changes
❤️ Contributors
pnpm/pnpm (pnpm)

v10.28.0

Compare Source

v10.27.0

Compare Source

v10.26.2: pnpm 10.26.2

Compare Source

Patch Changes

  • Improve error message when a package version exists but does not meet the minimumReleaseAge constraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #​10307.

  • Fix installation of Git dependencies using annotated tags #​10335.

    Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused ERR_PNPM_GIT_CHECKOUT_FAILED errors because the checked-out commit hash didn't match the stored tag object hash.

  • Binaries of runtime engines (Node.js, Deno, Bun) are written to node_modules/.bin before lifecycle scripts (install, postinstall, prepare) are executed #​10244.

  • Try to avoid making network calls with preferOffline #​10334.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.1: pnpm 10.26.1

Compare Source

Patch Changes

  • Don't fail on pnpm add, when blockExoticSubdeps is set to true #​10324.
  • Always resolve git references to full commits and ensure HEAD points to the commit after checkout #​10310.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.0

Compare Source

v10.25.0

Compare Source

v10.24.0

Compare Source

v10.23.0: pnpm 10.23

Compare Source

Minor Changes

  • Added --lockfile-only option to pnpm list #​10020.

Patch Changes

  • pnpm self-update should download pnpm from the configured npm registry #​10205.
  • pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the @pnpm/exe package, when installing v11 or newer. We currently cannot ship @pnpm/exe as pkg doesn't work with ESM #​10190.
  • Node.js runtime is not added to "dependencies" on pnpm add, if there's a engines.runtime setting declared in package.json #​10209.
  • The installation should fail if an optional dependency cannot be installed due to a trust policy check failure #​10208.
  • pnpm list and pnpm why now display npm: protocol for aliased packages (e.g., foo npm:[email protected]) #​8660.
  • Don't add an extra slash to the Node.js mirror URL #​10204.
  • pnpm store prune should not fail if the store contains Node.js packages #​10131.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.22.0: pnpm 10.22

Compare Source

Minor Changes

  • Added support for trustPolicyExclude #​10164.

    You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example:

    trustPolicy: no-downgrade
    trustPolicyExclude:
      - [email protected]
      - [email protected] || 5.102.1
  • Allow to override the engines field on publish by the publishConfig.engines field.

Patch Changes

  • Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously #​10179.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.21.0

Compare Source

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - [email protected] || 21.6.5
      - [email protected]

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.

@codecov
Copy link

codecov bot commented Sep 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.12%. Comparing base (d872850) to head (645b98d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #41   +/-   ##
=======================================
  Coverage   95.12%   95.12%           
=======================================
  Files           1        1           
  Lines          82       82           
  Branches       21       21           
=======================================
  Hits           78       78           
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51e8184 to 465da85 Compare September 4, 2025 10:51
@renovate renovate bot changed the title chore(deps): update pnpm to v10.15.1 chore(deps): update all non-major dependencies Sep 4, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 465da85 to ea01207 Compare September 5, 2025 14:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from e55d0d9 to bf9c79c Compare September 19, 2025 15:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf9c79c to f9a5af9 Compare September 22, 2025 15:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 31d9c61 to 3385bcd Compare October 6, 2025 15:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 371f173 to a102b5d Compare October 16, 2025 20:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 10d1765 to b06b039 Compare October 21, 2025 19:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4135741 to 00d61d2 Compare December 3, 2025 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 69efca4 to adac7ec Compare December 11, 2025 03:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 5104f26 to 283f608 Compare December 19, 2025 03:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 283f608 to 0236a04 Compare December 23, 2025 14:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 027c229 to 184041a Compare January 6, 2026 22:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8718fc6 to 2549f22 Compare January 10, 2026 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2549f22 to 645b98d Compare January 13, 2026 19:01
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.

1 participant