Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^22.17.0 -> ^22.18.11 age confidence
automd ^0.4.0 -> ^0.4.2 age confidence
c12 ^3.2.0 -> ^3.3.1 age confidence
eslint (source) ^9.32.0 -> ^9.37.0 age confidence
magic-string ^0.30.17 -> ^0.30.19 age confidence
oxc-minify (source) ^0.81.0 -> ^0.95.0 age confidence
oxc-parser (source) ^0.81.0 -> ^0.95.0 age confidence
oxc-transform (source) ^0.81.0 -> ^0.95.0 age confidence
pnpm (source) 10.14.0 -> 10.18.3 age confidence
pretty-bytes ^7.0.0 -> ^7.1.0 age confidence
rolldown (source) 1.0.0-beta.31 -> 1.0.0-beta.43 age confidence
rolldown-plugin-dts ^0.15.5 -> ^0.16.12 age confidence
tinyglobby (source) ^0.2.14 -> ^0.2.15 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
unjs/c12 (c12)

v3.3.1

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors

v3.3.0

Compare Source

compare changes

🚀 Enhancements
  • Support loading config with array exports (#​272)
  • Allow extends without extension (#​268)
🩹 Fixes
  • loadDotenv: cwd is optional (#​273)
📖 Documentation
  • Improve dotenv section with multiple files example (#​270)
🏡 Chore
✅ Tests
❤️ Contributors
eslint/eslint (eslint)

v9.37.0

Compare Source

v9.36.0

Compare Source

v9.35.0

Compare Source

v9.34.0

Compare Source

v9.33.0

Compare Source

rich-harris/magic-string (magic-string)

v0.30.19

Compare Source

Bug Fixes
Features
  • replace(All) support replacement for functions when the first parameter is a string (#​304) (fd1d887)

v0.30.18

Compare Source

Bug Fixes
oxc-project/oxc (oxc-minify)

v0.95.0

🚀 Features
  • c19c9ec napi/minify: Expose join_vars, sequences, and max_iterations options (#​14545) (IWANABETHATGUY)
🐛 Bug Fixes
  • 32a41cf napi/minify: S/passes/max_iterations to avoid confusion (#​14608) (Boshen)
  • 14686a4 napi/minify: Handle boolean values for compress.unused option (#​14513) (Kentaro Suzuki)

v0.92.0

🐛 Bug Fixes
  • 2f9e16d napi/minifier, napi/transformer: Rename CommonJS file to .cjs (#​14047) (overlookmotel)
🚜 Refactor

v0.91.0

💥 BREAKING CHANGES
  • 6fcb0d0 minifier: [BREAKING] Receive supported engines instead of ecmascript versions (#​13933) (sapphi-red)
🐛 Bug Fixes
  • 21bbf95 napi: Rebuild bindings file for NAPI packages (#​13889) (overlookmotel)
💼 Other

v0.90.0

🚀 Features
  • b52389a node: Bump engines field to require Node.js 20.19.0+ for ESM support (#​13879) (Copilot)
🐛 Bug Fixes
  • 9796ec1 napi: Fix binding files (Boshen)

v0.83.0

💥 BREAKING CHANGES
  • 34d0a01 napi/minify,transform: [BREAKING] Change module type to ESM (#​13349) (Boshen)
🚀 Features

v0.82.3

🐛 Bug Fixes

v0.82.2

🚜 Refactor

v0.82.1

🚀 Features
  • 993db89 minifier: .minify and .dce methods; run dce in loop (#​13026) (Boshen)
oxc-project/oxc (oxc-parser)

v0.95.0

🚀 Features
🚜 Refactor
  • 4f301de napi/parser, linter/plugins: Improve formatting of generated code (#​14554) (overlookmotel)
  • 68c0252 napi/parser, linter/plugins: Shorten generated raw transfer deserializer code (#​14553) (overlookmotel)
  • f6d890a napi/parser: Re-run ast_tools codegen (#​14547) (overlookmotel)
  • 52f35c6 napi/parser, linter/plugins: Rename types.js to type_ids.js (#​14384) (overlookmotel)
🧪 Testing
  • f293e3e napi/parser: Disable raw transfer tests on antd.js fixture (#​14446) (overlookmotel)
  • 994c099 napi/parser: Skip slow test (#​14424) (overlookmotel)
  • 0b076b4 napi/parser: Fix and clarify exclude tests logic (#​14409) (overlookmotel)
  • 56274a5 napi/parser: Increase timeout on slow test (#​14391) (overlookmotel)

v0.94.0

🚀 Features
  • a2914fe linter/plugins: Add loc field getter to all AST nodes (#​14355) (overlookmotel)
  • c8de6fe linter/plugins: Add parent field to AST nodes (#​14345) (overlookmotel)
  • 7e4d04f napi/parser: Add option to add parent prop to AST nodes with raw transfer (#​14344) (overlookmotel)
  • 6374065 napi/parser: Raw transfer support range field (#​14319) (overlookmotel)
🐛 Bug Fixes
  • a11bc9f napi/parser, linter/plugins: Add range field to TemplateElement (#​14339) (overlookmotel)
  • c65e782 napi/parser: Fix JSDoc comments (#​14318) (overlookmotel)
🚜 Refactor
  • 1489376 napi/parser, linter/plugins: Minify walker code (#​14376) (overlookmotel)
  • c8eeeb5 linter/plugins: Remove build-time dependency on napi/parser (#​14374) (overlookmotel)
  • 073167a napi/parser: Simplify raw transfer deserializer codegen (#​14313) (overlookmotel)
  • 34e1c0b napi/parser: Use minifier to generate JS/TS raw transfer deserializers from single source (#​14312) (overlookmotel)
  • a98757a napi/parser: Minify syntax in raw transfer deserializers (#​14308) (overlookmotel)
⚡ Performance
  • e75d42d napi/parser, linter/plugins: Remove runtime preserveParens option from raw transfer deserializers (#​14338) (overlookmotel)

v0.93.0

🚜 Refactor
  • c0c0c17 napi/parser: Remove unnecessary #[estree(field_order)] attr (#​14144) (overlookmotel)
🧪 Testing
  • 8c09592 napi/parser: Align fixture version with other tasks (#​14146) (overlookmotel)

v0.92.0

💥 BREAKING CHANGES
  • b1da5d5 napi/parser: [BREAKING] Change oxc-parser to ESM (#​14042) (overlookmotel)
🐛 Bug Fixes
  • 1f4be38 napi/parser: Generate .d.mts extension for types (#​14038) (Daniel Roe)
🚜 Refactor
📚 Documentation
🧪 Testing

v0.91.0

🐛 Bug Fixes
  • 0185984 napi/parser: Raw transfer preserveParens option apply to TSParenthesizedType (#​13964) (overlookmotel)
  • bd2fa90 napi/parser: Move browser.js file (#​13918) (overlookmotel)
  • 5ff91bc napi/parser: Fix example (#​13887) (overlookmotel)
  • 21bbf95 napi: Rebuild bindings file for NAPI packages (#​13889) (overlookmotel)
🚜 Refactor
  • 48062d0 napi/parser: Itemize files in package.json (#​13978) (overlookmotel)
  • 329b7e7 napi/parser: Move scripts to scripts directory (#​13900) (overlookmotel)
  • ac3e9e9 napi/parser: Move JS code into src-js directory (#​13899) (overlookmotel)
  • 2cef8ec napi/parser: Remove outdated comment (#​13886) (overlookmotel)
📚 Documentation
  • 7a50ad9 napi/parser, napi/transform: Correct README examples (#​13934) (overlookmotel)
💼 Other

v0.90.0

🚀 Features
  • b52389a node: Bump engines field to require Node.js 20.19.0+ for ESM support (#​13879) (Copilot)
  • 24a21b3 napi/parser: preserveParens option for raw transfer (#​13855) (overlookmotel)
🐛 Bug Fixes
  • 9796ec1 napi: Fix binding files (Boshen)
🚜 Refactor

v0.89.0

🐛 Bug Fixes
  • 341791e parser: Invalid main entrypoint in package.json (#​13767) (Ari Perkkiö)

v0.88.0

💥 BREAKING CHANGES
🐛 Bug Fixes
  • ab51394 raw_transfer: Disable layout assertions on some 32-bit platforms (#​13716) (overlookmotel)
🚜 Refactor
  • babbaca all: Remove pub from modules with no exports (#​13618) (overlookmotel)

v0.82.3

🚜 Refactor

v0.82.2

🚜 Refactor
  • f6ac2e6 allocator, napi/parser: Use usize::is_multiple_of (#​13142) (overlookmotel)
⚡ Performance
  • ecc9c60 napi/parser: Raw transfer: reduce maths complexity (#​13145) (overlookmotel)

v0.82.0

🚜 Refactor
  • bf9ae3b ast/estree: Remove custom serializer for TSImportTypeQualifier (#​12961) (overlookmotel)
oxc-project/oxc (oxc-transform)

v0.94.0

🚀 Features
  • 588acd5 transformer: Add ES2026 target for explicit resource management (#​14330) (Boshen)
🐛 Bug Fixes
  • 013e053 napi/transform: Fix define plugin not applying DCE correctly (#​14264) (Boshen)

v0.92.0

🐛 Bug Fixes
  • 2f9e16d napi/minifier, napi/transformer: Rename CommonJS file to .cjs (#​14047) (overlookmotel)
🚜 Refactor

v0.91.0

🐛 Bug Fixes
  • 21bbf95 napi: Rebuild bindings file for NAPI packages (#​13889) (overlookmotel)
📚 Documentation
  • 7a50ad9 napi/parser, napi/transform: Correct README examples (#​13934) (overlookmotel)
💼 Other

v0.90.0

🚀 Features
  • 70c402b napi/transform: Add async transform function (#​13881) (Boshen)
  • b52389a node: Bump engines field to require Node.js 20.19.0+ for ESM support (#​13879) (Copilot)
🐛 Bug Fixes
  • 9796ec1 napi: Fix binding files (Boshen)

v0.83.0

💥 BREAKING CHANGES
  • 34d0a01 napi/minify,transform: [BREAKING] Change module type to ESM (#​13349) (Boshen)

v0.82.3

🐛 Bug Fixes
  • 76a9865 transformer/legacy-decorator: Metadata should be inserted after all params decorators (#​13215) (Dunqing)
  • f10ac33 codegen: Remove end sourcemaps for }, ], ) (#​13180) (Boshen)
pnpm/pnpm (pnpm)

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646.
  • Fixed EISDIR error when bin field points to a directory #​9441.
  • Preserve version and hasBin for variations packages #​10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072.
  • Prevent a table width error in pnpm outdated --long #​10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057.

v10.18.2

Compare Source

Patch Changes
  • pnpm outdated --long should work #​10040.
  • Replace ndjson with split2. Reduce the bundle size of pnpm CLI #​10054.
  • pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #​9963.
  • pnpm version switching should work when the pnpm home directory is in a symlinked directory #​9715.
  • Fix EPIPE errors when piping output to other commands #​10027.

v10.18.1

Compare Source

Patch Changes
  • Don't print a warning, when --lockfile-only is used #​8320.
  • pnpm setup creates a command shim to the pnpm executable. This is needed to be able to run pnpm self-update on Windows #​5700.
  • When using pnpm catalogs and running a normal pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when using pnpm add --save-catalog as originally intended.

v10.18.0

Compare Source

Minor Changes
  • Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.

    Added configuration options for warning thresholds: fetchWarnTimeoutMs and fetchMinSpeedKiBps.
    Warning messages are displayed when requests exceed time thresholds or fall below speed minimums

    Related PR: #​10025.

Patch Changes
  • Retry filesystem operations on EAGAIN errors #​9959.
  • Outdated command respects minimumReleaseAge configuration #​10030.
  • Correctly apply the cleanupUnusedCatalogs configuration when removing dependent packages.
  • Don't fail with a meaningless error when scriptShell is set to false #​8748.
  • pnpm dlx should not fail when minimumReleaseAge is set #​10037.

v10.17.1

Compare Source

Patch Changes
  • When a version specifier cannot be resolved because the versions don't satisfy the minimumReleaseAge setting, print this information out in the error message #​9974.
  • Fix state.json creation path when executing pnpm patch in a workspace project #​9733.
  • When minimumReleaseAge is set and the latest tag is not mature enough, prefer a non-deprecated version as the new latest #​9987.

v10.17.0

Compare Source

Minor Changes
  • The minimumReleaseAgeExclude setting now supports patterns. For instance:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - "@​eslint/*"

    Related PR: #​9984.

Patch Changes
  • Don't ignore the minimumReleaseAge check, when the package is requested by exact version and the packument is loaded from cache #​9978.
  • When minimumReleaseAge is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #​9979.

v10.16.1

Compare Source

Patch Changes
  • The full metadata cache should be stored not at the same location as the abbreviated metadata. This fixes a bug where pnpm was loading the abbreviated metadata from cache and couldn't find the "time" field as a result #​9963.
  • Forcibly disable ANSI color codes when generating patch diff #​9914.

v10.16.0

Compare Source

Minor Changes
  • There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new setting that delays the installation of newly released dependencies. In most cases, such attacks are discovered quickly and the malicious versions are removed from the registry within an hour.

    The new setting is called minimumReleaseAge. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, setting minimumReleaseAge: 1440 ensures that only packages released at least one day ago can be installed.

    If you set minimumReleaseAge but need to disable this restriction for certain dependencies, you can list them under the minimumReleaseAgeExclude setting. For instance, with the following configuration pnpm will always install the latest version of webpack, regardless of its release time:

    minimumReleaseAgeExclude:
      - webpack

    Related issue: #​9921.

  • Added support for finders #​9946.

    In the past, pnpm list and pnpm why could only search for dependencies by name (and optionally version). For example:

    pnpm why minimist
    

    prints the chain of dependencies to any installed instance of minimist:

    verdaccio 5.20.1
    ├─┬ handlebars 4.7.7
    │ └── minimist 1.2.8
    └─┬ mv 2.1.1
      └─┬ mkdirp 0.5.6
        └── minimist 1.2.8
    

    What if we want to search by other properties of a dependency, not just its name? For instance, find all packages that have react@17 in their peer dependencies?

    This is now possible with "finder functions". Finder functions can be declared in .pnpmfile.cjs and invoked with the --find-by=<function name> flag when running pnpm list or pnpm why.

    Let's say we want to find any dependencies that have React 17 in peer dependencies. We can add this finder to our .pnpmfile.cjs:

    module.exports = {
      finders: {
        react17: (ctx) => {
          return ctx.readManifest().peerDependencies?.react === "^17.0.0";
        },
      },
    };

    Now we can use this finder function by running:

    pnpm why --find-by=react17
    

    pnpm will find all dependencies that have this React in peer dependencies and print their exact locations in the dependency graph.

    @&#8203;apollo/client 4.0.4
    ├── @&#8203;graphql-typed-document-node/core 3.2.0
    └── graphql-tag 2.12.6
    

    It is also possible to print out some additional information in the output by returning a string from the finder. For example, with the following finder:

    module.exports = {
      finders: {
        react17: (ctx) => {
          const manifest = ctx.readManifest();
          if (manifest.peerDependencies?.react === "^17.0.0") {
            return `license: ${manifest.license}`;
          }
          return false;
        },
      },
    };

    Every matched package will also print out the license from its package.json:

    @&#8203;apollo/client 4.0.4
    ├── @&#8203;graphql-typed-document-node/core 3.2.0
    │   license: MIT
    └── graphql-tag 2.12.6
        license: MIT
    
Patch Changes
  • Fix deprecation warning printed when executing pnpm with Node.js 24 #​9529.
  • Throw an error if nodeVersion is not set to an exact semver version #​9934.
  • pnpm publish should be able to publish a .tar.gz file #​9927.
  • Canceling a running process with Ctrl-C should make pnpm run return a non-zero exit code #​9626.

v10.15.1

Compare Source

Patch Changes
  • Fix .pnp.cjs crash when importing subpath #​9904.
  • When resolving peer dependencies, pnpm looks whether the peer dependency is present in the root workspace project's dependencies. This change makes it so that the peer dependency is correctly resolved even from aliased npm-hosted dependencies or other types of dependencies #​9913.

v10.15.0

Compare Source

Minor Changes
  • Added the cleanupUnusedCatalogs configuration. When set to true, pnpm will remove unused catalog entries during installation #​9793.
  • Automatically load pnpmfiles from config dependencies that are named @*/pnpm-plugin-* #​9780.
  • pnpm config get now prints an INI string for an object value #​9797.
  • pnpm config get now accepts property paths (e.g. pnpm config get catalog.react, pnpm config get .catalog.react, pnpm config get 'packageExtensions["@&#8203;babel/parser"].peerDependencies["@&#8203;babel/types"]'), and pnpm config set now accepts dot-leading or subscripted keys (e.g. pnpm config set .ignoreScripts true).
  • pnpm config get --json now prints a JSON serialization of config value, and pnpm config set --json now parses the input value as JSON.
Patch Changes
  • Semi-breaking. When automatically installing missing peer dependencies, prefer versions that are already present in the direct dependencies of the root workspace package #​9835.
  • When executing the pnpm create command, must verify whether the node version is supported even if a cache already exists #​9775.
  • When making requests for the non-abbreviated packument, add */* to the Accept header to avoid getting a 406 error on AWS CodeArtifact #​9862.
  • The standalone exe version of pnpm works with glibc 2.26 again #​9734.
  • Fix a regression in which pnpm dlx pkg --help doesn't pass --help to pkg #​9823.
sindresorhus/pretty-bytes (pretty-bytes)

v7.1.0

Compare Source

  • Add fixedWidth option for right-aligned output 73df489
  • Add nonBreakingSpace option b637640
  • Fix truncation behavior with fraction digits options b64cee5

v7.0.1

Compare Source


rolldown/rolldown (rolldown)

v1.0.0-beta.43

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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.

Copy link

codecov bot commented Aug 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.37%. Comparing base (3ce07db) to head (ef975c1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #52   +/-   ##
=======================================
  Coverage   72.37%   72.37%           
=======================================
  Files           9        9           
  Lines         601      601           
  Branches       96       96           
=======================================
  Hits          435      435           
  Misses        165      165           
  Partials        1        1           

☔ 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 7 times, most recently from cb7e4eb to 2be4bce Compare August 23, 2025 03:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ef975c1 to 10329f7 Compare August 31, 2025 11:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c291049 to 425cb36 Compare September 8, 2025 10:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 72bba54 to 5558b8f Compare September 15, 2025 07:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5dd7a3f to f8c3ecb Compare September 18, 2025 03:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from de5e5d5 to 206f478 Compare September 24, 2025 16:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from d2d2521 to 9f98374 Compare October 3, 2025 22:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 83d357c to 2f85701 Compare October 13, 2025 06:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c925ebd to 38a41d6 Compare October 17, 2025 11:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 38a41d6 to e0d5898 Compare October 17, 2025 15:59
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