Skip to content

chore(deps): update npm (runtime) (major) - #262

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/major-npm-(runtime)
Open

renovate[bot] wants to merge 1 commit into
developfrom
renovate/major-npm-(runtime)

Conversation

@renovate

@renovate renovate Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
dotenv 17.2.318.0.3 age confidence
ioredis 5.8.26.0.0 age confidence
openai 6.10.07.23.0 age confidence

Release Notes

motdotla/dotenv (dotenv)

v18.0.3

Compare Source

Changed
  • Patch DOTENV_QUIET setting when inside .env file (#​1059)

v18.0.2

Compare Source

  • Patch additional edge cases for the fast parser (#​1056)

v18.0.1

Compare Source

Changed
  • Handle file urls in config logging (#​1054)

v18.0.0

Compare Source

Added
$ dotenv run -- node index.js
◇ injected env (2) from .env
Hello Dotenv
  • NEW: Dotenv now has a fast parser thanks to @​homanp of superagent.sh. Pass config({ fast: true }), flag --fast, or set DOTENV_FAST=true to opt-in to ~2x faster character-scanner parser. (#​1010)
$ dotenv run --fast -- node index.js
◇ injected env (2) from .env
Hello Dotenv
Changed
  • Injecting message sent to stderr rather than stdout and tips removed (#​1037)
Removed

v17.4.2

Compare Source

Changed
  • Improved skill files - tightened up details (#​1009)

v17.4.1

Compare Source

Changed
  • Change text injecting to injected (#​1005)

v17.4.0

Compare Source

Added
  • Add skills/ folder with focused agent skills: skills/dotenv/SKILL.md (core usage) and skills/dotenvx/SKILL.md (encryption, multiple environments, variable expansion) for AI coding agent discovery via the skills.sh ecosystem (npx skills add motdotla/dotenv)
Changed
  • Tighten up logs: ◇ injecting env (14) from .env (#​1003)

v17.3.1

Compare Source

Changed
  • Fix as2 example command in README and update spanish README

v17.3.0

Compare Source

Added
  • Add a new README section on dotenv’s approach to the agentic future.
Changed
  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

v17.2.4

Compare Source

Changed
  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#​915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
redis/ioredis (ioredis)

v6.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • ioredis now requires Node.js 20 or newer and uses RESP3 by default. Set protocol: 2 to retain the v5 wire protocol.

5.11.1 (2026-06-04)

Bug Fixes
  • cluster: reconnect to nodes that restart without slot changes (#​2096) (c84b2ee)
  • parse protocol-relative Redis URLs as TCP connections (#​2125) (131ee24)

v5.11.1

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • ioredis now requires Node.js 20 or newer and uses RESP3 by default. Set protocol: 2 to retain the v5 wire protocol.

5.11.1 (2026-06-04)

Bug Fixes
  • cluster: reconnect to nodes that restart without slot changes (#​2096) (c84b2ee)
  • parse protocol-relative Redis URLs as TCP connections (#​2125) (131ee24)

v5.11.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • ioredis now requires Node.js 20 or newer and uses RESP3 by default. Set protocol: 2 to retain the v5 wire protocol.

5.11.1 (2026-06-04)

Bug Fixes
  • cluster: reconnect to nodes that restart without slot changes (#​2096) (c84b2ee)
  • parse protocol-relative Redis URLs as TCP connections (#​2125) (131ee24)

v5.10.1

Compare Source

Bug Fixes
Features

5.10.1 (2026-03-19)

Bug Fixes

v5.10.0

Compare Source

Bug Fixes
Features

5.10.1 (2026-03-19)

Bug Fixes

v5.9.3

Compare Source

Features

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.2 (2026-01-15)

Bug Fixes
Reverts

5.9.1 (2026-01-08)

Bug Fixes

v5.9.2

Compare Source

Features

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.2 (2026-01-15)

Bug Fixes
Reverts

5.9.1 (2026-01-08)

Bug Fixes

v5.9.1

Compare Source

Features

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.2 (2026-01-15)

Bug Fixes
Reverts

5.9.1 (2026-01-08)

Bug Fixes

v5.9.0

Compare Source

Features

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.2 (2026-01-15)

Bug Fixes
Reverts

5.9.1 (2026-01-08)

Bug Fixes
openai/openai-node (openai)

v7.23.0

Compare Source

Features
Chores

v7.22.0

Compare Source

Features

v7.21.0

Compare Source

Features
Bug Fixes
  • api: preserve model choices and improve request handling (#​2787) (a4a4396)
Chores

v7.20.0

Compare Source

Features
Bug Fixes

v7.19.0

Compare Source

Features
Chores

v7.18.0

Compare Source

Features
Bug Fixes
  • api: validate WebSocket results and preserve header defaults (#​2763) (a7e830b)
Chores

v7.17.0

Compare Source

Features
Bug Fixes
Chores
  • update lint tooling and tailor anti-slop for the SDK (#​2753) (21a03c2)
Documentation
  • examples: preserve split UTF-8 in raw stream consumer (#​2714) (f44152a)

v7.16.0

Compare Source

Features
Bug Fixes
Chores

v7.15.0

Compare Source

Features

v7.14.0

Compare Source

Features
Bug Fixes
  • deps-dev: bump joi from 18.2.3 to 18.2.5 in /ecosystem-tests/vercel-edge (#​2702) (029b805)
  • deps: bump next from 15.5.23 to 15.5.25 in /ecosystem-tests/vercel-edge (#​2703) (e9446db)
  • deps: bump sharp from 0.35.3 to 0.35.4 in /ecosystem-tests/vercel-edge (#​2704) (ca95705)
  • deps: update remaining tooling and fixture patches (#​2712) (bcaabee)

v7.13.0

Compare Source

Features

v7.12.1

Compare Source

Includes the GPT Image 2.5 support from 7.12.0, which was not published to npm.

Features
Bug Fixes
  • ci: run Cloudflare example regressions before release (#​2706) (c5cc31c)

v7.10.0

Compare Source

Features
Documentation
  • add canonical SDK security model (#​2566) ([e6a7

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Madrid)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate
renovate Bot requested a review from alvarobernal2412 July 28, 2026 00:40
@github-actions github-actions Bot added size/xs 📦 Dependencies Pull requests that update a dependency file labels Jul 28, 2026
@coveralls

coveralls commented Jul 28, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 91.547%. remained the same — renovate/major-npm-(runtime) into develop

@renovate
renovate Bot force-pushed the renovate/major-npm-(runtime) branch 3 times, most recently from 1c8a18f to e216353 Compare July 31, 2026 18:00
@renovate renovate Bot changed the title chore(deps): update dependency openai to v7 chore(deps): update npm (runtime) (major) Jul 31, 2026
@renovate

renovate Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will error in a future major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: ioredis-mock@8.13.1
npm error Found: ioredis@6.0.0
npm error node_modules/ioredis
npm error   ioredis@"6.0.0" from the root project
npm error   peer ioredis@">=5" from @types/ioredis-mock@8.2.6
npm error   node_modules/@types/ioredis-mock
npm error     peer @types/ioredis-mock@"^8" from ioredis-mock@8.13.1
npm error     node_modules/ioredis-mock
npm error       dev ioredis-mock@"8.13.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer ioredis@"^5" from ioredis-mock@8.13.1
npm error node_modules/ioredis-mock
npm error   dev ioredis-mock@"8.13.1" from the root project
npm error
npm error Conflicting peer dependency: ioredis@5.11.1
npm error node_modules/ioredis
npm error   peer ioredis@"^5" from ioredis-mock@8.13.1
npm error   node_modules/ioredis-mock
npm error     dev ioredis-mock@"8.13.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-09-23T09_59_26_794Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-23T09_59_26_794Z-debug-0.log

@renovate
renovate Bot force-pushed the renovate/major-npm-(runtime) branch from e216353 to f89bc57 Compare August 4, 2026 01:06
@renovate
renovate Bot force-pushed the renovate/major-npm-(runtime) branch from f89bc57 to c28134a Compare August 17, 2026 22:15
@renovate
renovate Bot force-pushed the renovate/major-npm-(runtime) branch 4 times, most recently from d798b84 to 5f0f7e3 Compare September 2, 2026 02:56
@renovate
renovate Bot force-pushed the renovate/major-npm-(runtime) branch 4 times, most recently from a574f24 to 3dc199a Compare September 10, 2026 22:44
@renovate
renovate Bot force-pushed the renovate/major-npm-(runtime) branch 8 times, most recently from a4e5619 to c8e4c6b Compare September 22, 2026 23:00
@renovate
renovate Bot force-pushed the renovate/major-npm-(runtime) branch from c8e4c6b to 2f68ef7 Compare September 23, 2026 09:59
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 Dependencies Pull requests that update a dependency file dependencies size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants