Skip to content

chore(deps): update dependency cross-env to v10#806

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/cross-env-10.x
Open

chore(deps): update dependency cross-env to v10#806
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/cross-env-10.x

Conversation

@renovate

@renovate renovate Bot commented Jul 28, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cross-env 7.0.310.1.0 age confidence

Release Notes

kentcdodds/cross-env (cross-env)

v10.1.0

Compare Source

Features
  • add support for default value syntax (152ae6a)

For example:

"dev:server": "cross-env wrangler dev --port ${PORT:-8787}",

If PORT is already set, use that value, otherwise fallback to 8787.

Learn more about Shell Parameter Expansion

v10.0.0

Compare Source

TL;DR: You should probably not have to change anything if:

  • You're using a modern maintained version of Node.js (v20+ is tested)
  • You're only using the CLI (most of you are as that's the intended purpose)

In this release (which should have been v8 except I had some issues with automated releases 🙈), I've updated all the things and modernized the package. This happened in #​261

Was this needed? Not really, but I just thought it'd be fun to modernize this package.

Here's the highlights of what was done.

  • Replace Jest with Vitest for testing
  • Convert all source files from .js to .ts with proper TypeScript types
  • Use zshy for ESM-only builds (removes CJS support)
  • Adopt @​epic-web/config for TypeScript, ESLint, and Prettier
  • Update to Node.js >=20 requirement
  • Remove kcd-scripts dependency
  • Add comprehensive e2e tests with GitHub Actions matrix testing
  • Update GitHub workflow with caching and cross-platform testing
  • Modernize documentation and remove outdated sections
  • Update all dependencies to latest versions
  • Add proper TypeScript declarations and exports

The tool maintains its original functionality while being completely modernized with the latest tooling and best practices

BREAKING CHANGES
  • This is a major rewrite that changes the module format from CommonJS to ESM-only. The package now requires Node.js >=20 and only exports ESM modules (not relevant in most cases).

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "after 10:30 before 18:00 every weekday except after 13:00 before 14:00"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 enabled auto-merge (squash) July 28, 2025 02:52
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 3 times, most recently from b38f17c to 32bd785 Compare August 13, 2025 05:46
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch from 32bd785 to 82eb659 Compare August 18, 2025 11:04
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 4 times, most recently from c29363b to f46e668 Compare August 28, 2025 05:53
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from 788dcac to a613346 Compare September 5, 2025 04:29
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 4 times, most recently from 9b20d69 to 789060f Compare September 18, 2025 08:57
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 5 times, most recently from 682a62c to f8c314a Compare October 2, 2025 04:28
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 3 times, most recently from 1f51a83 to a15af5f Compare October 10, 2025 04:55
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 4 times, most recently from 0fccc98 to 5cec240 Compare October 17, 2025 14:04
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch from 5cec240 to a13d8b6 Compare October 21, 2025 06:05
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from f0da18b to ffe502a Compare October 29, 2025 04:57
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch from ffe502a to 2d3be99 Compare November 3, 2025 05:43
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 4 times, most recently from 8d8046f to 8e13e07 Compare November 18, 2025 18:34
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch from 8e13e07 to 0ff7ff4 Compare November 25, 2025 05:56
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch from 0ff7ff4 to 7c5401a Compare December 4, 2025 09:58
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 4 times, most recently from 80d5936 to 0d09b29 Compare January 28, 2026 06:28
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 5 times, most recently from ae8a0a8 to 208d51a Compare February 10, 2026 10:05
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from 8b156bd to d1220b5 Compare February 12, 2026 05:52
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 4 times, most recently from 42e40c9 to 59db643 Compare February 27, 2026 08:54
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch 4 times, most recently from f79964a to 66198d1 Compare March 9, 2026 09:14
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch from 66198d1 to 591743b Compare March 20, 2026 05:22
@renovate renovate Bot force-pushed the renovate/cross-env-10.x branch from 591743b to 35052f4 Compare March 23, 2026 04:26
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.

0 participants