|
Ran
|
Jobs
6
|
Files
187
|
Run time
1min
|
Badge
README BADGES
|
push
github
build(deps-dev): bump cross-env from 7.0.3 to 10.1.0 (#1331) Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.3 to 10.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kentcdodds/cross-env/releases">cross-env's releases</a>.</em></p> <blockquote> <h2>v10.1.0</h2> <h1><a href="https://github.com/kentcdodds/cross-env/compare/v10.0.0...v10.1.0">10.1.0</a> (2025-09-29)</h1> <h3>Features</h3> <ul> <li>add support for default value syntax (<a href="https://github.com/kentcdodds/cross-env/commit/152ae6a85">152ae6a</a>)</li> </ul> <p>For example:</p> <pre lang="json"><code>"dev:server": "cross-env wrangler dev --port ${PORT:-8787}", </code></pre> <p>If <code>PORT</code> is already set, use that value, otherwise fallback to <code>8787</code>.</p> <p>Learn more about <a href="https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html">Shell Parameter Expansion</a></p> <h2>v10.0.0</h2> <h1><a href="https://github.com/kentcdodds/cross-env/compare/v9.0.0...v10.0.0">10.0.0</a> (2025-07-25)</h1> <p>TL;DR: You should probably not have to change anything if:</p> <ul> <li>You're using a modern maintained version of Node.js (v20+ is tested)</li> <li>You're only using the CLI (most of you are as that's the intended purpose)</li> </ul> <p>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 <a href="https://redirect.github.com/kentcdodds/cross-env/issues/261">#261</a></p> <p>Was this needed? Not really, but I just thought it'd be fun to modernize this package.</p> <p>Here's the highlights of what was done.</p> <ul> <li>Replace Jest with Vitest for testing</li> <li>Convert all source files from .js to .ts with proper TypeScript types</li> <li>Use zshy for ESM-only builds (removes CJS support)</li> <li>Adopt <code>@โepic-w... (continued)
5084 of 5571 branches covered (91.26%)
Branch coverage included in aggregate %.
9421 of 9810 relevant lines covered (96.03%)
4708.86 hits per line
| Lines | Coverage | โ | File |
|---|---|---|---|
| 3 |
90.13 |
-3.29% | packages/builder/lib/processors/minifier.js |
| ID | Flag name | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|---|
| 1 | fs | 23427086702.1 | 18 |
90.23 |
GitHub Action Run | |
| 2 | project | 23427086702.2 | 50 |
95.06 |
GitHub Action Run | |
| 3 | builder | 23427086702.3 | 76 |
94.13 |
GitHub Action Run | |
| 4 | cli | 23427086702.4 | 23 |
95.73 |
GitHub Action Run | |
| 5 | logger | 23427086702.5 | 5 |
100.0 |
GitHub Action Run | |
| 6 | server | 23427086702.6 | 15 |
93.07 |
GitHub Action Run |
| Coverage | โ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|