Skip to content

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

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

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

Conversation

@tradeshift-renovate

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
cross-env devDependencies major ^7.0.3 -> ^10.0.0

Release Notes

kentcdodds/cross-env (cross-env)

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 - "every weekday in 2125" (UTC).

🚦 Automerge: Enabled.

♻️ Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@tradeshift-renovate tradeshift-renovate Bot requested a review from a team as a code owner August 1, 2025 02:24
@tradeshift-renovate tradeshift-renovate Bot added dependencies Pull requests that update a dependency file dev labels Aug 1, 2025
@tradeshift-renovate tradeshift-renovate Bot requested a review from a team as a code owner August 1, 2025 02:24
@tradeshift-renovate tradeshift-renovate Bot added dependencies Pull requests that update a dependency file dev labels Aug 1, 2025
@tradeshift-renovate tradeshift-renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from 0430b84 to ec7985e Compare August 1, 2025 02:24
@ts-sonarqube

ts-sonarqube Bot commented Aug 1, 2025

Copy link
Copy Markdown

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 dev

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant