Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 9, 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/Hong_Kong)

  • Branch creation
    • "after 1am and before 6am"
  • Automerge
    • "after 6am and before 9am"

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 added the dependencies Pull requests that update a dependency file label Aug 9, 2025
@renovate
renovate Bot requested a review from foray1010 August 9, 2025 01:36
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from 8cf7e6a to d2fc9de Compare August 15, 2025 04:48
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from d2fc9de to 9b5d1ef Compare August 27, 2025 05:55
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 9b5d1ef to c8da4bd Compare September 10, 2025 06:27
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch 3 times, most recently from 50d250b to 9900548 Compare October 2, 2025 18:39
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 9900548 to 8a93870 Compare October 9, 2025 04:48
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from ab48a6e to f91dace Compare October 23, 2025 05:11
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch 3 times, most recently from deff22b to 56ddd09 Compare November 10, 2025 23:50
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 56ddd09 to a9c7883 Compare November 18, 2025 12:58
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from a9c7883 to e1c6870 Compare December 3, 2025 19:44
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from e1c6870 to a63048c Compare December 17, 2025 05:36
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from a63048c to 4eb9a95 Compare January 19, 2026 18:40
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 4eb9a95 to 6af5265 Compare February 2, 2026 20:52
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 6af5265 to 221b930 Compare February 15, 2026 06:46
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from fc1cd57 to 20a19de Compare May 12, 2026 11:59
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 20a19de to 366f534 Compare May 28, 2026 14:15
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 366f534 to 13b7daa Compare June 11, 2026 17:01
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from 6f2fac6 to 3270517 Compare July 12, 2026 23:52
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 3270517 to 4f3ec1b Compare August 1, 2026 11:14
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 4f3ec1b to 5b0d01e Compare August 26, 2026 15:09
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 5b0d01e to 462dac7 Compare September 2, 2026 22:10
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 462dac7 to 388c0bf Compare September 7, 2026 22:54
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant