Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence Type Update
@changesets/cli (source) 2.28.1 -> 2.29.7 age confidence devDependencies minor
@types/aws-lambda (source) 8.10.148 -> 8.10.152 age confidence devDependencies patch
@types/node (source) 22.13.14 -> 22.18.6 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
node 22.14.0 -> 22.19.0 age confidence uses-with minor
pnpm (source) 10.7.0 -> 10.17.0 age confidence packageManager minor
simple-git-hooks 2.12.1 -> 2.13.1 age confidence devDependencies minor
tsup (source) 8.4.0 -> 8.5.0 age confidence devDependencies minor
typescript (source) 5.8.2 -> 5.9.2 age confidence devDependencies minor
vitest (source) 3.1.1 -> 3.2.4 age confidence devDependencies minor

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes

v2.29.5

Compare Source

Patch Changes

v2.29.4

Compare Source

Patch Changes

v2.29.3

Compare Source

Patch Changes

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

Patch Changes

v2.29.0

Compare Source

Minor Changes
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 [[email protected]] 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
actions/node-versions (node)

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.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,


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
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 (432ce30).

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 5 times, most recently from a96dd9d to f37fda2 Compare July 15, 2025 07:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 500ba45 to 8174cf0 Compare July 19, 2025 10:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d3d7e39 to 9885e37 Compare August 1, 2025 05:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d899164 to ad42f14 Compare August 15, 2025 09:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f9e2389 to 19cd1a9 Compare August 19, 2025 18:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e9391c7 to 4fc4f2d Compare August 31, 2025 10:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 13264c7 to 098e008 Compare September 9, 2025 13:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9dabe09 to 9fa3e2a Compare September 17, 2025 15:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9fa3e2a to 432ce30 Compare September 18, 2025 02:24
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.

0 participants