Skip to content

chore(deps): refresh workspace dependencies#2811

Merged
srod merged 3 commits into
developfrom
codex/review-monorepo-maintenance-needs
Mar 8, 2026
Merged

chore(deps): refresh workspace dependencies#2811
srod merged 3 commits into
developfrom
codex/review-monorepo-maintenance-needs

Conversation

@srod
Copy link
Copy Markdown
Owner

@srod srod commented Mar 8, 2026

Summary

  • apply safe minor and patch dependency updates across the monorepo
  • add Bun overrides for patched transitive dependencies and regenerate the lockfile
  • update docs dependencies and clean up docs CSS required by the newer Biome version

Validation

  • bun run ci
  • bun audit
  • bun run changeset --help

Notes

  • reduces bun audit findings from 22 to 7
  • remaining findings are concentrated in the deprecated Babel/minimatch path and were not changed here to avoid a behavioral or packaging break

Summary by cubic

Refresh workspace dependencies, align bun@1.3.10 across CI, and remove risky root overrides to avoid transitive conflicts. Cuts bun audit findings from 22 to 7 and keeps docs CSS working with stricter @biomejs/biome.

  • Dependencies

    • Root: set packageManager to bun@1.3.10; bump @biomejs/biome@2.4.6, vitest@4.0.18, tsdown@0.20.3, vite-tsconfig-paths@6.1.1, @types/node@22.19.15.
    • Packages: upgrade deps with no API changes expected: cssnano@7.1.x, esbuild@0.27.3, html-minifier-next@4.19.x, imagemin@9.0.1, lightningcss@1.31.x, sharp@0.34.5, svgo@4.0.1, @swc/core@1.15.x, @minify-html/node@0.18.1.
    • Docs: update astro@5.18, @astrojs/cloudflare@12.6.12, @astrojs/preact@4.1.3, preact@10.28.x, wrangler@4.71.0; tidy CSS to satisfy new Biome rules.
    • Overrides: drop remaining root overrides to avoid forcing incompatible transitives.
  • Bug Fixes

    • CI: restore pngquant install; align Bun pin to 1.3.10 across workflows and the @node-minify/action composite action.

Written for commit 1acf60e. Summary will update on new commits.

Summary by CodeRabbit

  • New Features

    • Responsive base font sizing for improved readability.
    • Global inline code styling for consistent appearance.
    • Aspect-ratio enforcement for embedded videos/iframes.
  • Chores

    • Updated many dependencies and devDependencies across packages.
    • Upgraded declared package manager version and CI/setup Bun version.
  • Style

    • Minor formatting and newline cleanups across package manifests.

Apply safe minor and patch updates across the monorepo, regenerate the Bun lockfile, and add root overrides for vulnerable transitive packages that can be patched without changing package behavior.

Also update the docs site dependency set and clean up docs CSS so the stricter Biome version still passes CI.
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 8, 2026

🦋 Changeset detected

Latest commit: 1acf60e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 31 packages
Name Type
@node-minify/action Patch
@node-minify/cssnano Patch
@node-minify/docs Patch
@node-minify/esbuild Patch
@node-minify/html-minifier Patch
@node-minify/imagemin Patch
@node-minify/lightningcss Patch
@node-minify/minify-html Patch
@node-minify/sharp Patch
@node-minify/svgo Patch
@node-minify/swc Patch
@node-minify/cli Patch
@node-minify/examples Patch
@node-minify/benchmark Patch
@node-minify/babel-minify Patch
@node-minify/clean-css Patch
@node-minify/core Patch
@node-minify/crass Patch
@node-minify/csso Patch
@node-minify/google-closure-compiler Patch
@node-minify/jsonminify Patch
@node-minify/no-compress Patch
@node-minify/oxc Patch
@node-minify/run Patch
@node-minify/sqwish Patch
@node-minify/terser Patch
@node-minify/types Patch
@node-minify/uglify-es Patch
@node-minify/uglify-js Patch
@node-minify/utils Patch
@node-minify/yui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 8, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d9c3e748-2d14-4cd4-82ca-59a444250c0e

📥 Commits

Reviewing files that changed from the base of the PR and between 7e9124e and 1acf60e.

⛔ Files ignored due to path filters (2)
  • .changeset/stale-trainers-remain.md is excluded by !.changeset/**
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (8)
  • .github/actions/node-minify/action.yml
  • .github/workflows/codeql.yml
  • .github/workflows/publish.yml
  • .github/workflows/release-action.yml
  • .github/workflows/test-action.yml
  • .github/workflows/test.yml
  • docs/src/styles/index.css
  • package.json
✅ Files skipped from review due to trivial changes (1)
  • .github/workflows/release-action.yml

📝 Walkthrough

Walkthrough

This PR updates many dependency versions across the monorepo (root and package-level), bumps Bun/packageManager versions in workflows and root manifest, and adjusts docs CSS (responsive base font sizing, global inline code styling, button tweaks, and iframe aspect-ratio).

Changes

Cohort / File(s) Summary
Root manifest
package.json
Bumped multiple devDependencies (vitest, @biomejs/biome, @types/node, vite-tsconfig-paths, etc.) and updated packageManager to bun@1.3.10.
Docs manifest
docs/package.json
Bumped Astro/Cloudflare/Preact-related deps and wrangler to newer minor/patch versions.
Docs styles
docs/src/styles/index.css
Replaced fixed base font-size with responsive clamp() sizing, added global code styling (mono font, colors, padding, border-radius, word-break), simplified button flex rules, and added aspect-ratio: 16 / 9 for article > section iframe.
CI workflows
.github/workflows/..., .github/actions/.../action.yml
Bumped Bun setup versions from 1.3.91.3.10 in multiple GitHub Actions workflows and action files.
Action package
packages/action/package.json
Minor dependency bumps: @actions/github and @vercel/ncc.
Minifier / build deps
packages/...
packages/cssnano/package.json, packages/esbuild/package.json, packages/html-minifier/package.json, packages/imagemin/package.json, packages/lightningcss/package.json, packages/minify-html/package.json, packages/sharp/package.json, packages/svgo/package.json, packages/swc/package.json
Updated specific package dependencies across minifier and build-related packages (cssnano, esbuild, html-minifier-next, imagemin, lightningcss, @minify-html/node, sharp, svgo, @swc/core).
Formatting / small edits
packages/.../package.json (many)
packages/babel-minify/package.json, packages/benchmark/package.json, packages/clean-css/package.json, packages/cli/package.json, packages/core/package.json, packages/crass/package.json, packages/csso/package.json, packages/google-closure-compiler/package.json, packages/jsonminify/package.json, packages/no-compress/package.json, packages/oxc/package.json, packages/run/package.json, packages/sqwish/package.json, packages/terser/package.json, packages/uglify-es/package.json, packages/uglify-js/package.json, packages/utils/package.json, packages/yui/package.json
Mostly end-of-file newline additions, minor dependency reorderings, and trivial formatting tweaks; no behavioral changes.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related issues

  • srod/node-minify#1589: Matches Renovate/dashboard dependency updates (package/version bumps and workflow Bun version changes).

Possibly related PRs

  • srod/node-minify#2696: Updates/introduces Bun setup in workflows; related to this PR's Bun version bumps.
  • srod/node-minify#2793: Touches package manifests and workflow Bun/packageManager entries similar to this PR.
  • srod/node-minify#2707: Modifies CI/publish workflows and packageManager settings overlapping with these changes.

Suggested labels

Review effort 3/5

Poem

🐰 I nibble through package lines so neat,
I bump the versions with a twitch of feet.
I styled the code and tuned the type,
Pushed Bun up fast — then took a pipe.
A tiny hop, the repo’s sweet.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(deps): refresh workspace dependencies' directly and clearly summarizes the main change - updating dependencies across the monorepo, which is confirmed by the file-level summaries showing numerous version bumps and dependency updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch codex/review-monorepo-maintenance-needs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@qodo-code-review
Copy link
Copy Markdown

Review Summary by Qodo

Refresh workspace dependencies and add Bun overrides for security

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Update workspace dependencies to latest minor/patch versions
• Add Bun overrides for vulnerable transitive packages
• Upgrade Biome to stricter version and fix CSS compliance
• Improve code formatting consistency across package.json files
Diagram
flowchart LR
  A["Dependency Updates"] --> B["Root package.json"]
  A --> C["Docs Dependencies"]
  A --> D["Package Dependencies"]
  B --> E["Bun Overrides Added"]
  C --> F["Biome CSS Fixes"]
  D --> G["Minor/Patch Versions"]
  E --> H["Security Improvements"]
  F --> I["Stricter Linting Pass"]
Loading

Grey Divider

File Changes

1. package.json Dependencies +21/-9

Add Bun overrides and update root dependencies

package.json


2. docs/package.json Dependencies +7/-7

Update Astro and Cloudflare worker dependencies

docs/package.json


3. docs/src/styles/index.css Formatting +15/-19

Reorganize code styles and remove duplicate rules

docs/src/styles/index.css


View more (28)
4. packages/action/package.json Dependencies +2/-2

Update GitHub Actions and NCC dependencies

packages/action/package.json


5. packages/babel-minify/package.json Formatting +1/-1

Add newline at end of file

packages/babel-minify/package.json


6. packages/benchmark/package.json Formatting +3/-3

Reorder devDependencies alphabetically

packages/benchmark/package.json


7. packages/clean-css/package.json Formatting +1/-1

Add newline at end of file

packages/clean-css/package.json


8. packages/cli/package.json Formatting +2/-2

Reorder dependencies alphabetically

packages/cli/package.json


9. packages/core/package.json Formatting +1/-1

Add newline at end of file

packages/core/package.json


10. packages/crass/package.json Formatting +1/-1

Add newline at end of file

packages/crass/package.json


11. packages/cssnano/package.json Dependencies +2/-2

Update cssnano to latest minor version

packages/cssnano/package.json


12. packages/csso/package.json Formatting +1/-1

Add newline at end of file

packages/csso/package.json


13. packages/esbuild/package.json Dependencies +2/-2

Update esbuild to latest patch version

packages/esbuild/package.json


14. packages/google-closure-compiler/package.json Formatting +1/-1

Add newline at end of file

packages/google-closure-compiler/package.json


15. packages/html-minifier/package.json Dependencies +2/-2

Update html-minifier-next to latest version

packages/html-minifier/package.json


16. packages/imagemin/package.json Dependencies +1/-1

Update imagemin to latest patch version

packages/imagemin/package.json


17. packages/jsonminify/package.json Formatting +1/-1

Add newline at end of file

packages/jsonminify/package.json


18. packages/lightningcss/package.json Dependencies +2/-2

Update lightningcss to latest minor version

packages/lightningcss/package.json


19. packages/minify-html/package.json Dependencies +2/-2

Reorder dependencies and update minify-html

packages/minify-html/package.json


20. packages/no-compress/package.json Formatting +1/-1

Add newline at end of file

packages/no-compress/package.json


21. packages/oxc/package.json Formatting +1/-1

Add newline at end of file

packages/oxc/package.json


22. packages/run/package.json Formatting +1/-1

Add newline at end of file

packages/run/package.json


23. packages/sharp/package.json Dependencies +1/-1

Update sharp to latest patch version

packages/sharp/package.json


24. packages/sqwish/package.json Formatting +1/-1

Add newline at end of file

packages/sqwish/package.json


25. packages/svgo/package.json Dependencies +1/-1

Update svgo to latest patch version

packages/svgo/package.json


26. packages/swc/package.json Dependencies +2/-2

Update SWC core to latest minor version

packages/swc/package.json


27. packages/terser/package.json Formatting +1/-1

Add newline at end of file

packages/terser/package.json


28. packages/uglify-es/package.json Formatting +1/-1

Add newline at end of file

packages/uglify-es/package.json


29. packages/uglify-js/package.json Formatting +1/-1

Add newline at end of file

packages/uglify-js/package.json


30. packages/utils/package.json Formatting +1/-1

Add newline at end of file

packages/utils/package.json


31. packages/yui/package.json Formatting +1/-1

Add newline at end of file

packages/yui/package.json


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown

qodo-code-review Bot commented Mar 8, 2026

Code Review by Qodo

🐞 Bugs (2) 📘 Rule violations (1) 📎 Requirement gaps (0)

Grey Divider


Action required

1. Bun version drift in CI🐞 Bug ⛯ Reliability
Description
The repo now declares bun@1.3.10, but CI workflows and the composite action still pin bun 1.3.9,
which can cause lockfile/override behavior differences and CI-vs-local divergence.
Code

package.json[34]

+  "packageManager": "bun@1.3.10",
Evidence
package.json declares bun@1.3.10, while multiple CI workflows and the composite action explicitly
install bun 1.3.9, so the same commit can be executed with a different Bun version than intended by
the repo metadata.

package.json[32-36]
.github/workflows/test.yml[26-30]
.github/workflows/publish.yml[27-31]
.github/workflows/codeql.yml[29-33]
.github/workflows/release-action.yml[29-33]
.github/workflows/test-action.yml[24-28]
.github/actions/node-minify/action.yml[88-92]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
The repo declares `packageManager: bun@1.3.10`, but CI workflows and the composite action still pin Bun to `1.3.9`. This can cause CI/local behavior differences (including lockfile handling and overrides behavior) and makes builds non-reproducible.
## Issue Context
Multiple workflows and the deprecated composite action explicitly set `bun-version: "1.3.9"`.
## Fix Focus Areas
- package.json[32-36]
- .github/workflows/test.yml[26-30]
- .github/workflows/publish.yml[27-31]
- .github/workflows/codeql.yml[29-33]
- .github/workflows/release-action.yml[29-33]
- .github/workflows/test-action.yml[24-28]
- .github/actions/node-minify/action.yml[88-92]
## Suggested fix
- Update all `bun-version` pins to `1.3.10` (matching `package.json`), OR
- Remove hardcoding and use a single source of truth (e.g., read from `package.json` in a preceding step and pass it to `setup-bun`).

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


2. Overrides break semver constraints🐞 Bug ✓ Correctness
Description
The new root overrides force transitive deps to versions outside the ranges declared by their
consumers (e.g., cross-spawn 6 vs ^7, undici 6 vs ^5, got 11 vs ^7, wrangler 4.71 vs exact 4.50),
which can lead to install or runtime failures in tools relying on those deps.
Code

package.json[R64-75]

+  "overrides": {
+    "cross-spawn": "6.0.6",
+    "devalue": "5.6.3",
+    "got": "11.8.5",
+    "http-cache-semantics": "4.1.1",
+    "js-yaml": "4.1.1",
+    "json5": "2.2.3",
+    "rollup": "4.59.0",
+    "semver-regex": "3.1.4",
+    "undici": "6.23.0",
+    "wrangler": "4.71.0"
+  }
Evidence
The PR introduces global overrides in the root package.json. The generated bun.lock shows these
overrides are applied and that several upstream packages declare narrower/older dependency ranges
(or exact versions), meaning the overridden versions are not semver-compatible with what those
packages expect.

package.json[64-75]
bun.lock[434-445]
bun.lock[2513-2514]
bun.lock[1529-1530]
bun.lock[1611-1612]
bun.lock[1759-1760]
bun.lock[451-454]
bun.lock[2647-2648]
bun.lock[463-464]
bun.lock[2745-2746]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
Root-level overrides are forcing versions that do not satisfy the ranges requested by upstream packages (e.g., `spawndamnit` wants `cross-spawn ^7` but override pins `6.0.6`; `@actions/github` wants `undici ^5` but override pins `6.23.0`; `download` wants `got ^7` but override pins `11.8.5`; `@astrojs/cloudflare` wants `wrangler 4.50.0` but override pins `4.71.0`). This can lead to install failures or subtle runtime errors in dependency code paths.
## Issue Context
The overrides are intended to patch transitive dependencies, but the chosen versions must remain API-compatible with consumers.
## Fix Focus Areas
- package.json[64-75]
- bun.lock[434-445]
- bun.lock[1611-1612]
- bun.lock[1759-1760]
- bun.lock[2513-2514]
- bun.lock[451-454]
- bun.lock[2647-2648]
- bun.lock[463-464]
- bun.lock[2745-2746]
## Suggested fix
- Adjust overrides to versions that still satisfy consumers’ declared ranges (e.g., keep `cross-spawn` within `^7`, `undici` within `^5`, `got` within `^7`, and avoid overriding `wrangler` beyond `@astrojs/cloudflare`’s exact requirement), OR
- Use scoped overrides (override only for a specific package subtree) so you don’t break other dependents.
- Regenerate `bun.lock` and re-run `bun run ci` + any docs build steps that rely on `wrangler`.

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools



Remediation recommended

3. Dependency bumps lack changeset 📘 Rule violation ✓ Correctness
Description
This PR updates published package dependencies (e.g., @node-minify/esbuild), which is likely
user-facing, but no changeset is included in the PR diff. Without a changeset, releases/changelogs
may not reflect these updates.
Code

packages/esbuild/package.json[56]

+    "esbuild": "^0.27.3"
Evidence
The checklist requires a changeset for user-facing changes (PR Compliance ID 16). The diff shows
dependency updates inside published packages (example shown), and the PR description indicates broad
dependency refreshes, but the provided PR diff contains no .changeset/* addition.

AGENTS.md
packages/esbuild/package.json[56-56]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
This PR updates dependencies in published packages but does not include a Changesets changeset file, which may omit release notes/versioning updates.
## Issue Context
The PR summary indicates dependency updates across the monorepo. If any published package behavior, bundle output, or supported runtime matrix may change (even via dependency bumps), a changeset should be added.
## Fix Focus Areas
- packages/esbuild/package.json[56-56]
- packages/cssnano/package.json[56-56]
- packages/html-minifier/package.json[57-58]
- package.json[64-75]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 32 files

Comment thread package.json
Comment thread package.json Outdated
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Mar 8, 2026

Greptile Summary

This PR performs a broad dependency refresh across the node-minify monorepo: it bumps Bun from 1.3.5 to 1.3.10, upgrades workspace and docs dependencies (astro 5.0→5.18, @swc/core 1.10→1.15, lightningcss 1.28→1.31, wrangler 4.0→4.71, and more), and introduces a root-level overrides block to force 10 security-patched transitive dependencies into their fixed versions — reducing bun audit findings from 22 to 7.

Notable issue:

  • http-cache-semantics override pins to 4.1.1, which is below astro@5.18.0's declared minimum of ^4.2.0; the override silently violates that constraint and may suppress behaviour introduced between 4.1.1 and 4.2.0

All other findings:

  • cross-spawn v6 override (vs spawndamnit's ^7.0.5 requirement) — while this crosses a major version boundary, bun run changeset --help was validated successfully
  • CSS button changes — duplicated flex properties in the button rule were cleaned up (not removed), maintaining the layout
  • All other package bumps (esbuild, cssnano, sharp, svgo, html-minifier-next, @minify-html/node, imagemin, etc.) are clean minor/patch updates within their existing ranges
  • The remaining 7 audit findings in the deprecated Babel/minimatch path are intentionally left for future work to avoid packaging breaks

Confidence Score: 4/5

  • Safe to merge with one semver constraint violation that should be resolved before merging.
  • The PR is mostly a straightforward, safe dependency refresh with minor/patch updates across the board. However, the http-cache-semantics override (4.1.1) violates astro@5.18's declared minimum (^4.2.0), which could silently suppress functionality. All other overrides are sound, and the CSS changes are cosmetic deduplication without functional impact. The cross-spawn major version bypass has already been validated via bun run changeset --help.
  • package.json — the http-cache-semantics override should be bumped to 4.2.0 or higher to align with astro's requirements.

Last reviewed commit: 7e9124e

Comment thread package.json Outdated
"cross-spawn": "6.0.6",
"devalue": "5.6.3",
"http-cache-semantics": "4.1.1",
"js-yaml": "4.1.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

http-cache-semantics override pins a version below what astro@5.18.0 requires.

The override sets http-cache-semantics to 4.1.1, but astro@5.18.0 declares "http-cache-semantics": "^4.2.0" in its dependencies. Bun's overrides mechanism will force 4.1.1 globally, bypassing astro's semver constraint.

While HTTP caching may appear functional (it's only a minor version difference), any behavior changed, fixed, or added between versions 4.1.1 and 4.2.0 will be silently missing. Since the intent of this override is to apply security patches to transitive dependencies, consider bumping to 4.2.0 or higher to avoid breaking astro's declared minimum:

Suggested change
"js-yaml": "4.1.1",
"http-cache-semantics": "4.2.0",

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/src/styles/index.css`:
- Around line 165-178: Replace the deprecated declaration inside the code
selector: remove the obsolete "word-break: break-word" rule and instead add
"overflow-wrap: anywhere" (and optionally keep "word-break: normal" if explicit
behavior is desired) so inline code blocks use the modern equivalent; update the
block in the CSS rule for the code selector where variables like --font-mono and
--theme-code-inline-bg are defined (the code { ... } rule) to reflect this
change.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 01f8fd98-0c5b-4980-9c85-7e71abf65968

📥 Commits

Reviewing files that changed from the base of the PR and between 6a2b193 and 9f02144.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (31)
  • docs/package.json
  • docs/src/styles/index.css
  • package.json
  • packages/action/package.json
  • packages/babel-minify/package.json
  • packages/benchmark/package.json
  • packages/clean-css/package.json
  • packages/cli/package.json
  • packages/core/package.json
  • packages/crass/package.json
  • packages/cssnano/package.json
  • packages/csso/package.json
  • packages/esbuild/package.json
  • packages/google-closure-compiler/package.json
  • packages/html-minifier/package.json
  • packages/imagemin/package.json
  • packages/jsonminify/package.json
  • packages/lightningcss/package.json
  • packages/minify-html/package.json
  • packages/no-compress/package.json
  • packages/oxc/package.json
  • packages/run/package.json
  • packages/sharp/package.json
  • packages/sqwish/package.json
  • packages/svgo/package.json
  • packages/swc/package.json
  • packages/terser/package.json
  • packages/uglify-es/package.json
  • packages/uglify-js/package.json
  • packages/utils/package.json
  • packages/yui/package.json

Comment thread docs/src/styles/index.css
Remove the remaining root overrides to avoid forcing incompatible transitive versions across the workspace. Align workflow and composite action Bun pins with packageManager, apply the docs CSS review fix, and add a changeset for the published dependency bumps.
@srod srod merged commit 0197540 into develop Mar 8, 2026
16 checks passed
@srod srod deleted the codex/review-monorepo-maintenance-needs branch March 8, 2026 15:21
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.22%. Comparing base (6a2b193) to head (1acf60e).
⚠️ Report is 4 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2811   +/-   ##
========================================
  Coverage    95.22%   95.22%           
========================================
  Files           73       73           
  Lines         1739     1739           
  Branches       527      527           
========================================
  Hits          1656     1656           
  Misses          83       83           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant