Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2025

This PR contains the following updates:

Package Change Age Confidence
cross-env 7.0.3 -> 10.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: 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.

🔕 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 force-pushed the renovate/cross-env-10.x branch from d91de5d to 835e8c0 Compare August 6, 2025 07:49
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 835e8c0 to b2058c9 Compare August 7, 2025 03:09
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from b2058c9 to 7e77fb1 Compare August 10, 2025 07:39
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 7e77fb1 to 5d940a0 Compare August 11, 2025 23:45
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 5d940a0 to 08ee4e2 Compare August 15, 2025 12:04
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 08ee4e2 to bf1fa90 Compare August 16, 2025 12:18
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from bf1fa90 to 2b660c8 Compare August 17, 2025 12:08
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 2b660c8 to ff7c531 Compare August 23, 2025 08:05
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from ff7c531 to 9e7cbee Compare August 24, 2025 20:09
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 9e7cbee to 1d8b5c2 Compare August 27, 2025 00:20
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 1d8b5c2 to b7cd934 Compare September 1, 2025 04:09
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from 21cee71 to 1c9a041 Compare September 2, 2025 15:41
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 1c9a041 to 7cdfe82 Compare September 3, 2025 20:17
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from 2d4d2c6 to f4558da Compare September 5, 2025 15:37
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from 29ff1b9 to f9f9850 Compare September 7, 2025 15:50
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from f9f9850 to 946908b Compare September 9, 2025 04:08
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 946908b to 450b20d Compare September 11, 2025 00:10
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 450b20d to 7c817b4 Compare September 15, 2025 03:14
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 7c817b4 to a7416b1 Compare September 17, 2025 23:43
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from a7416b1 to 1aaabd6 Compare September 21, 2025 10:54
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 1aaabd6 to da9a2c9 Compare September 22, 2025 19:52
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from da9a2c9 to 1a218bc Compare September 28, 2025 10:53
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 1a218bc to dd48659 Compare September 30, 2025 08:19
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from 6452d7c to 42897d2 Compare October 1, 2025 23:52
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 42897d2 to 081322f Compare October 5, 2025 10:47
@renovate renovate bot force-pushed the renovate/cross-env-10.x branch from 081322f to 03c1d9a Compare October 6, 2025 20:05
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