Skip to content

chore(deps): bump the minor-and-patch group with 3 updates#96

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/minor-and-patch-16fcd8070b
Open

chore(deps): bump the minor-and-patch group with 3 updates#96
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/minor-and-patch-16fcd8070b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 3 updates: @dotenvx/dotenvx, emulate and turbo.

Updates @dotenvx/dotenvx from 2.0.0 to 2.3.1

Release notes

Sourced from @​dotenvx/dotenvx's releases.

v2.3.1

see CHANGELOG

v2.3.0

see CHANGELOG

v2.2.2

see CHANGELOG

v2.2.1

see CHANGELOG

v2.2.0

see CHANGELOG

v2.1.5

see CHANGELOG

v2.1.4

see CHANGELOG

v2.1.3

see CHANGELOG

v2.1.2

see CHANGELOG

v2.1.1

see CHANGELOG

v2.1.0

see CHANGELOG

Changelog

Sourced from @​dotenvx/dotenvx's changelog.

2.3.1 (2026-07-08)

Changed

  • Fix correct default valuation interpolation for empty strings by upgrading primitives package

2.3.0 (2026-07-08)

Added

  • Add lock up and lock down commands for password protecting private keys (#875)

Changed

  • BREAKING: Rename keychain commands to native to make way for windows and linux. (#875)

Removed

  • BREAKING: Remove --no-ops. Use --no-armor. (#875)

2.2.2 (2026-07-08)

Changed

  • Move login and logout under armor (#874)

2.2.1 (2026-07-08)

Changed

  • Move genexample to top level commands (#873)

2.2.0 (2026-07-07)

Added

  • Use dotenvx keychain up|down to move your private keys to your macOS Keychain (#872)

2.1.5 (2026-07-06)

Changed

  • precommit and prebuild respect _PLAIN (#871)

2.1.4 (2026-07-02)

Added

  • Add support for DOTENV_CONFIG_CONVENTION=nextjs (#869)

... (truncated)

Commits

Updates emulate from 0.8.0 to 0.9.0

Changelog

Sourced from emulate's changelog.

0.9.0

New Features

  • Nuxt emulator adapter — new @emulators/adapter-nuxt package for embedding emulators in Nuxt apps, with Nuxt server route handling, persistence, response rewriting, and Nitro tracing support (#188)
  • Nuxt embedded example — added examples/nuxt-embedded demonstrating same-origin OAuth flows (GitHub + Google), a catch-all emulate server route, and cookie-based sessions (#188)

Improvements

  • Nuxt docs and agent guidance — documented Nuxt setup across the README, docs site, and agent skills (#188)

Contributors

Commits

Updates turbo from 2.10.2 to 2.10.4

Release notes

Sourced from turbo's releases.

Turborepo v2.10.4

What's Changed

Changelog

... (truncated)

Commits
  • 1506a11 publish 2.10.4 to registry
  • 11a68c7 fix: Stop flagging relative imports that resolve into node_modules in boundar...
  • 947b478 fix: Raise the open-file soft limit at startup (#13282)
  • ddc584d feat: Make turbo prune Cargo-aware (#13281)
  • ff0d508 perf: Skip dependency-closure assembly for toolchains that derive nothing (#1...
  • 39d623e feat: Make turbo watch Cargo-aware (#13280)
  • af01fdf fix: Collapse nested package-manager fallback conditional (#13279)
  • 7e02f94 release(turborepo): 2.10.4-canary.2 (#13278)
  • 8e3a59f release(library): 0.0.1-canary.23 (#13276)
  • ce18f0a test: Add end-to-end coverage for Cargo workspaces (#13274)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by cubic

Update @dotenvx/dotenvx, emulate, and turbo to latest minor/patch versions to pick up fixes and performance improvements.

  • Dependencies

    • @dotenvx/dotenvx: 2.0.0 → 2.3.1 (adds lock commands; renames keychainnative; removes --no-ops)
    • emulate: 0.8.0 → 0.9.0 (new Nuxt adapter)
    • turbo: 2.10.2 → 2.10.4 (performance and stability fixes)
  • Migration

    • If using dotenvx scripts: replace keychain with native, and --no-ops with --no-armor.

Written for commit e8afe97. Summary will update on new commits.

Bumps the minor-and-patch group with 3 updates: [@dotenvx/dotenvx](https://github.com/dotenvx/dotenvx), [emulate](https://github.com/vercel-labs/emulate/tree/HEAD/packages/emulate) and [turbo](https://github.com/vercel/turborepo).


Updates `@dotenvx/dotenvx` from 2.0.0 to 2.3.1
- [Release notes](https://github.com/dotenvx/dotenvx/releases)
- [Changelog](https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md)
- [Commits](dotenvx/dotenvx@v2.0.0...v2.3.1)

Updates `emulate` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/vercel-labs/emulate/releases)
- [Changelog](https://github.com/vercel-labs/emulate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel-labs/emulate/commits/HEAD/packages/emulate)

Updates `turbo` from 2.10.2 to 2.10.4
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.10.2...v2.10.4)

---
updated-dependencies:
- dependency-name: "@dotenvx/dotenvx"
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: emulate
  dependency-version: 0.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: turbo
  dependency-version: 2.10.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Jul 9, 2026
@greptile-apps

greptile-apps Bot commented Jul 9, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
asana Ready Ready Preview, Comment Jul 9, 2026 5:49am

Request Review

@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedemulate@​0.8.0 ⏵ 0.9.075 +1100100 +194 +1100
Updatedturbo@​2.10.2 ⏵ 2.10.4100 +110085 +197100
Updated@​dotenvx/​dotenvx@​2.0.0 ⏵ 2.3.191 -210010098 +2100

View full report

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