Skip to content

[deps]: Update cross-env to v10 - autoclosed - #853

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

[deps]: Update cross-env to v10 - autoclosed#853
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cross-env-10.x

Conversation

@renovate

@renovate renovate Bot commented Aug 18, 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: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 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 requested a review from a team as a code owner August 18, 2025 03:16
@renovate
renovate Bot requested a review from jrmccannon August 18, 2025 03:16
@codecov

codecov Bot commented Aug 18, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (bb9e98b) to head (2966a3a).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #853   +/-   ##
===========================
===========================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bitwarden-bot bitwarden-bot changed the title [deps]: Update cross-env to v10 [PM-24902] [deps]: Update cross-env to v10 Aug 18, 2025
@bitwarden-bot

Copy link
Copy Markdown

Internal tracking:

@renovate renovate Bot changed the title [PM-24902] [deps]: Update cross-env to v10 [deps]: Update cross-env to v10 Aug 18, 2025
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from bca96e2 to b5a6dfd Compare August 20, 2025 04:19
@github-actions

github-actions Bot commented Aug 25, 2025

Copy link
Copy Markdown
Contributor

Logo
Checkmarx One – Scan Summary & Detailsdf000778-37fa-46ea-b02b-d1f162c8a325

New Issues (4)

Checkmarx found the following issues in this Pull Request

Severity Issue Source File / Package Checkmarx Insight
HIGH CVE-2025-11460 Npm-electron-38.1.0
detailsRecommended version: 38.2.2
Description: Google chrome versions prior to 141.0.7390.65 is vulnerable to Use after free in Storage.
Attack Vector: NETWORK
Attack Complexity: LOW

ID: Kp5HNmmGoJRfHxP5FcSM9TrEEwHakFMSDankvwm7WSc%3D
Vulnerable Package
LOW CVE-2025-58751 Npm-vite-6.3.5
detailsRecommended version: 6.3.6
Description: Vite is a frontend tooling framework for JavaScript. Prior to versions 7.1.5, 7.0.7, 6.3.6, and 5.4.20, files starting with the same name with the ...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: kngcRdgNXFolOOutpP0JhdE%2B8KAMMI6FlGeWayQUVeY%3D
Vulnerable Package
LOW CVE-2025-58751 Npm-vite-6.2.7
detailsRecommended version: 6.3.6
Description: Vite is a frontend tooling framework for JavaScript. Prior to versions 7.1.5, 7.0.7, 6.3.6, and 5.4.20, files starting with the same name with the ...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: QcGJ2q3QFcepHYlOD8%2FXqjhtbKTUTANtRXwtpmDnnBE%3D
Vulnerable Package
LOW CVE-2025-58752 Npm-vite-6.2.7
detailsRecommended version: 6.3.6
Description: Vite is a frontend tooling framework for JavaScript. In Vite versions through 5.4.19, 6.x through 6.3.5, 7.0.x through 7.0.6 and 7.1.x through 7.1....
Attack Vector: NETWORK
Attack Complexity: LOW

ID: rx8t%2BI%2BaVREtGH%2B3nYDS1%2Fm1BKLkxlsXSS%2F9SHUZGFo%3D
Vulnerable Package

@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from b5a6dfd to 5d8e2b0 Compare August 31, 2025 12:02
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 5d8e2b0 to 9dc9382 Compare September 25, 2025 18:07
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 9dc9382 to e51159e Compare October 6, 2025 18:38
@sonarqubecloud

Copy link
Copy Markdown

@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from e51159e to c9b0f44 Compare October 21, 2025 18:43
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from c9b0f44 to 07ae3c1 Compare November 10, 2025 16:47
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 07ae3c1 to 93314d8 Compare November 18, 2025 13:23
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 93314d8 to 572d0eb Compare December 3, 2025 14:38
@renovate renovate Bot added the major-update label Dec 3, 2025
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 572d0eb to 18de1ea Compare December 31, 2025 16:03
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 18de1ea to 55975fd Compare January 8, 2026 18:12
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from f602d4b to 4aeb421 Compare January 23, 2026 21:03
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 4aeb421 to 45f9a49 Compare February 2, 2026 16:32
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from 878f53a to 5708edd Compare February 17, 2026 16:04
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 5708edd to a9880e0 Compare March 5, 2026 16:41
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from af89719 to c28458b Compare March 16, 2026 16:39
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch 2 times, most recently from 626a500 to 92e9bf6 Compare April 1, 2026 15:52
@renovate
renovate Bot force-pushed the renovate/cross-env-10.x branch from 92e9bf6 to 2966a3a Compare April 8, 2026 15:24
@renovate renovate Bot changed the title [deps]: Update cross-env to v10 [deps]: Update cross-env to v10 - autoclosed Apr 14, 2026
@renovate renovate Bot closed this Apr 14, 2026
@renovate
renovate Bot deleted the renovate/cross-env-10.x branch April 14, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant