• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Unleash / unleash / 32186938738
87%
master: 91%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 18 Aug 2026 09:22PM UTC
Jobs 1
Files 1210
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Aug 2026 09:17PM UTC coverage: 87.401% (-0.03%) from 87.428%
32186938738

push

github

web-flow
chore(deps): update dependency esbuild to v0.28.2 (#12545)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [esbuild](https://redirect.github.com/evanw/esbuild) | [`0.28.1` →
`0.28.2`](https://renovatebot.com/diffs/npm/esbuild/0.28.1/0.28.2) |
![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.28.2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.28.1/0.28.2?slim=true)
|

---

### Release Notes

<details>
<summary>evanw/esbuild (esbuild)</summary>

###
[`v0.28.2`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0282)

[Compare
Source](https://redirect.github.com/evanw/esbuild/compare/v0.28.1...v0.28.2)

- Fix tree shaking bug due to TypeScript import alias
([#&#8203;4507](https://redirect.github.com/evanw/esbuild/issues/4507))

This release fixes a bug that could cause esbuild to incorrectly
tree-shake imports that are used in a TypeScript type alias under
certain circumstances. Affected code uses a TypeScript-specific `import`
assignment and looks something like this:

  ```ts
  import Base from './dep.js';
  import Alias = Base.SomeType;
  ```

- Fix CSS minification bug involving `&`
([#&#8203;4497](https://redirect.github.com/evanw/esbuild/issues/4497))

This release fixes a bug where esbuild's CSS minifier incorrectly
removed a `&` when it was unsafe to do so. Here is an example:

  ```css
  /* Original code */
  .a .b {
    & .b:not(& .c) {
      color: red;
    }
  }

  /* Old output (with --minify) */
  .a .b{.b:not(& .c){color:red}}

  /* New output (with --minify) */
  .a .b{& .b:not(& .c){color:red}}
  ```

This should match `<span class="a"><span class="b"><span
class="b">yes</span></span></span>` but not `<span class="a"><span
class="b">no</span></span>`. The old output incorrectly matched both.

- Avoid overwriting... (continued)

2010 of 2221 branches covered (90.5%)

15865 of 18152 relevant lines covered (87.4%)

782.49 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
77.12
-4.24% src/lib/features/playground/feature-evaluator/constraint.ts
Jobs
ID Job ID Ran Files Coverage
1 32186938738.1 18 Aug 2026 09:22PM UTC 1210
87.4
GitHub Action Run
Source Files on build 32186938738
  • Tree
  • List 1210
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32186938738
  • 894f990b on github
  • Prev Build on main (#32156839015)
  • Next Build on main (#32206778641)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc