Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 1, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@changesets/changelog-github (source) 0.5.1 -> 0.5.2 age confidence devDependencies patch
@changesets/cli (source) 2.28.1 -> 2.29.8 age confidence devDependencies minor
@tsconfig/node18 (source) 18.2.4 -> 18.2.6 age confidence devDependencies patch
@types/aws-lambda (source) 8.10.148 -> 8.10.159 age confidence devDependencies patch
@types/node (source) 22.13.14 -> 22.19.1 age confidence devDependencies minor
@vitest/coverage-v8 (source) 3.1.1 -> 3.2.4 age confidence devDependencies minor
dotenv 16.4.7 -> 16.6.1 age confidence devDependencies minor
nanoid 5.1.5 -> 5.1.6 age confidence devDependencies patch
node 22.14.0 -> 22.21.1 age confidence uses-with minor
pnpm (source) 10.7.0 -> 10.24.0 age confidence packageManager minor
prettier (source) 4.0.0-alpha.12 -> 4.0.0-alpha.13 age confidence devDependencies patch
simple-git-hooks 2.12.1 -> 2.13.1 age confidence devDependencies minor
tsup (source) 8.4.0 -> 8.5.1 age confidence devDependencies minor
typescript (source) 5.8.2 -> 5.9.3 age confidence devDependencies minor
vitest (source) 3.1.1 -> 3.2.4 age confidence devDependencies minor

Release Notes

changesets/changesets (@​changesets/changelog-github)

v0.5.2

Compare Source

tsconfig/bases (@​tsconfig/node18)

v18.2.6

Compare Source

v18.2.5

Compare Source

vitest-dev/vitest (@​vitest/coverage-v8)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.1.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.2

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
motdotla/dotenv (dotenv)

v16.6.1

Compare Source

Changed
  • Default quiet to true – hiding the runtime log message (#​874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@​dotenvx/dotenvx').config().

v16.6.0

Compare Source

Added
  • Default log helpful message [dotenv@16.6.0] injecting env (1) from .env (#​870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.

v16.5.0

Compare Source

Added
  • 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.

[!TIP]
Become a sponsor

The dotenvx README is viewed thousands of times DAILY on GitHub and NPM.
Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.

Changed
  • Remove _log method. Use _debug #​862
ai/nanoid (nanoid)

v5.1.6

Compare Source

  • Fixed infinite loop on 0 size for customAlphabet.
actions/node-versions (node)

v22.21.1: 22.21.1

Compare Source

Node.js 22.21.1

v22.21.0: 22.21.0

Compare Source

Node.js 22.21.0

v22.20.0: 22.20.0

Compare Source

Node.js 22.20.0

v22.19.0: 22.19.0

Compare Source

Node.js 22.19.0

v22.18.0: 22.18.0

Compare Source

Node.js 22.18.0

v22.17.1: 22.17.1

Compare Source

Node.js 22.17.1

v22.17.0: 22.17.0

Compare Source

Node.js 22.17.0

v22.16.0: 22.16.0

Compare Source

Node.js 22.16.0

v22.15.1: 22.15.1

Compare Source

Node.js 22.15.1

v22.15.0: 22.15.0

Compare Source

Node.js 22.15.0

pnpm/pnpm (pnpm)

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:is-odd@3.0.1) #​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:
      - chokidar@4.0.3
      - webpack@4.47.0 || 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](https://redirect.github.com/pnpm/pnpm/issues/

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 added the dependencies label May 1, 2025
@codecov
Copy link

codecov bot commented May 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.69%. Comparing base (b6239a5) to head (ac8c9d5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #214   +/-   ##
=======================================
  Coverage   71.69%   71.69%           
=======================================
  Files           1        1           
  Lines          53       53           
  Branches        6        6           
=======================================
  Hits           38       38           
  Misses         15       15           

☔ 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 9 times, most recently from 05100a2 to 3222c08 Compare May 8, 2025 15:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4596cf1 to dbf686d Compare May 19, 2025 02:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4b04438 to 148c673 Compare May 22, 2025 08:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 68c615b to 03cfbed Compare June 3, 2025 18:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 57caabd to 6e2cffa Compare October 6, 2025 13:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b3e8fdf to 5d79e77 Compare October 16, 2025 02:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1508aeb to b2d312f Compare October 21, 2025 17:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 626f2b2 to 02c6845 Compare November 3, 2025 05:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from dc442bc to 947dbd5 Compare November 13, 2025 07:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9afa362 to de135dd Compare November 20, 2025 17:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de135dd to ac8c9d5 Compare November 27, 2025 18:08
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