Skip to content

chore(deps)(deps): bump dotenv from 16.6.1 to 17.4.2#6

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dotenv-17.4.2
Closed

chore(deps)(deps): bump dotenv from 16.6.1 to 17.4.2#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dotenv-17.4.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown
Contributor

Bumps dotenv from 16.6.1 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.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@xcodethink

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dotenv-17.4.2 branch from c5bfcd9 to bb0ce15 Compare May 2, 2026 15:43
@xcodethink

Copy link
Copy Markdown
Owner

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dotenv-17.4.2 branch from bb0ce15 to f38d2ee Compare May 2, 2026 15:47
xcodethink pushed a commit that referenced this pull request May 2, 2026
…s to ^16

@browserbasehq/stagehand@2.5.8 peer-depends on `dotenv@^16.4.5` and
imports it at runtime (`require("dotenv")` in dist/index.js:482). Letting
dependabot keep proposing dotenv 17 PRs (most recent: PR #6) creates
review churn for an upgrade with no user value — dotenv 17's only
behavioural change vs 16 is the new `quiet` default, which would just
get silenced. Revisit when T-NEW-1 (Stagehand v3 migration) lands.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown
Contributor Author

Looks like dotenv is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this May 2, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dotenv-17.4.2 branch May 2, 2026 15:50
xcodethink pushed a commit that referenced this pull request May 3, 2026
…s to ^16

@browserbasehq/stagehand@2.5.8 peer-depends on `dotenv@^16.4.5` and
imports it at runtime (`require("dotenv")` in dist/index.js:482). Letting
dependabot keep proposing dotenv 17 PRs (most recent: PR #6) creates
review churn for an upgrade with no user value — dotenv 17's only
behavioural change vs 16 is the new `quiet` default, which would just
get silenced. Revisit when T-NEW-1 (Stagehand v3 migration) lands.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
xcodethink pushed a commit that referenced this pull request May 3, 2026
Bug fixes:
- #1 CRITICAL: require.resolve() → createRequire() for ESM compat
- #2 CRITICAL: axe-core eval() → page.addScriptTag() for CSP safety
- #3 MAJOR: fallback default reverted to optional (backward compat)
- #4 null guard on SQLite pragma user_version
- #5 safe string concat in pragma (no interpolation)
- #6 axe-core try-catch + result shape validation
- #7 a11y score formula: weighted penalty (critical*2+serious*1+moderate*0.5+minor*0.25)
- #8 page-stability: differentiate closed page vs other errors
- #9 deduplicate rephrase mutations
- #10 CriticResult shape consistency for axe-core results
- #11 pragma SQL pattern fix (covered by #5)

Improvements:
- Layer 2 LLM rewrite: Haiku-powered instruction mutation (~$0.001/call)
- Layer 3c auto-selector: observe() discovers CSS selectors automatically
- Unit tests: 16 tests (instruction-mutator + history) via vitest

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
xcodethink pushed a commit that referenced this pull request May 3, 2026
…s to ^16

@browserbasehq/stagehand@2.5.8 peer-depends on `dotenv@^16.4.5` and
imports it at runtime (`require("dotenv")` in dist/index.js:482). Letting
dependabot keep proposing dotenv 17 PRs (most recent: PR #6) creates
review churn for an upgrade with no user value — dotenv 17's only
behavioural change vs 16 is the new `quiet` default, which would just
get silenced. Revisit when T-NEW-1 (Stagehand v3 migration) lands.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant