Skip to content

chore(deps): bump dotenv from 17.2.3 to 17.4.2 in /backend#2281

Open
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/backend/staging/dotenv-17.4.2
Open

chore(deps): bump dotenv from 17.2.3 to 17.4.2 in /backend#2281
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/backend/staging/dotenv-17.4.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps dotenv from 17.2.3 to 17.4.2.

Changelog

Sourced from dotenv's changelog.

17.4.2 (2026-04-12)

Changed

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

17.4.1 (2026-04-05)

Changed

  • Change text injecting to injected (#1005)

17.4.0 (2026-04-01)

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)

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

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.

17.2.4 (2026-02-05)

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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.2.3 to 17.4.2.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.3...v17.4.2)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 8, 2026
@greptile-apps

greptile-apps Bot commented Jun 8, 2026

Copy link
Copy Markdown

Greptile Summary

Routine Dependabot bump of dotenv in the backend from ^17.2.3 to ^17.4.2. All intermediate releases (17.2.4 through 17.4.2) are non-breaking: they include a TypeScript type fix, README rewrites, log message wording changes, and the addition of an agent-skills folder — no functional library behaviour changed.

  • The only file modified is backend/package.json, updating the semver range for dotenv.
  • No lockfile (package-lock.json or yarn.lock) change is included in the diff, so the actual resolved version will be updated on the next install.

Confidence Score: 5/5

Safe to merge — only the dotenv version range in package.json is touched, and all intermediate releases are documentation/log changes with no breaking API modifications.

The bump spans three minor versions, but every changelog entry between 17.2.3 and 17.4.2 is either a README rewrite, a log-message wording change, an agent-skills folder addition, or a TypeScript type widening. None of these alter runtime behaviour for consumers of the library, so the risk of regression is negligible.

No files require special attention.

Important Files Changed

Filename Overview
backend/package.json Bumps dotenv from ^17.2.3 to ^17.4.2; all intermediate releases contain only documentation, README, and log-message changes with no functional or breaking API changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[dependabot opens PR] --> B[backend/package.json\ndotenv ^17.2.3 → ^17.4.2]
    B --> C{Changes in 17.2.4 – 17.4.2?}
    C --> D[TypeScript type fix\nDotenvPopulateInput]
    C --> E[README rewrite\n+ agentic section]
    C --> F[Log message\nwording tweaks]
    C --> G[skills/ folder\nadded to package]
    D & E & F & G --> H[No functional / breaking\nAPI changes]
    H --> I[Safe to merge]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump dotenv from 17.2.3 to ..." | Re-trigger Greptile

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants