Remove Codecov integration and add dependency diff workflow#226
Merged
Conversation
Mirrors projectwallace/stylelint-plugin#232: drop the Codecov upload step, CODECOV_TOKEN env var, and @codecov/rollup-plugin (no longer needed), and add a dependency-diff.yml workflow that packs base/PR branches and runs e18e/action-dependency-diff to surface dependency and bundle size changes on pull requests. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015F7NAapJWqo3k5bYoUmJbu
Contributor
|
| 📦 Package | 📋 Versions |
|---|---|
| @babel/parser | 2 versions
|
| @babel/types | 2 versions
|
| @babel/helper-string-parser | 2 versions
|
| @babel/helper-validator-identifier | 2 versions
|
| @rolldown/binding-wasm32-wasi | 2 versions
|
| picomatch | 2 versions
|
| rolldown | 2 versions
|
| @oxc-project/types | 2 versions
|
| @rolldown/binding-android-arm64 | 2 versions
|
| @rolldown/binding-darwin-arm64 | 2 versions
|
| @rolldown/binding-darwin-x64 | 2 versions
|
| @rolldown/binding-freebsd-x64 | 2 versions
|
| @rolldown/binding-linux-arm-gnueabihf | 2 versions
|
| @rolldown/binding-linux-arm64-gnu | 2 versions
|
| @rolldown/binding-linux-arm64-musl | 2 versions
|
| @rolldown/binding-linux-ppc64-gnu | 2 versions
|
| @rolldown/binding-linux-s390x-gnu | 2 versions
|
| @rolldown/binding-linux-x64-gnu | 2 versions
|
| @rolldown/binding-linux-x64-musl | 2 versions
|
| @rolldown/binding-openharmony-arm64 | 2 versions
|
| @rolldown/binding-win32-arm64-msvc | 2 versions
|
| @rolldown/binding-win32-x64-msvc | 2 versions
|
💡 To find out what depends on a specific package, run: pnpm -r why example-package
🎉 Package Size Decrease
| 📦 Package | 📏 Base Size | 📏 Source Size | 📈 Size Change |
|---|---|---|---|
| @projectwallace/format-css | 8.6 kB | 8.6 kB | -19 B |
…e version vitest's dependency chain (via @vitest/mocker/@vitest/coverage-v8) was resolving a vulnerable vite@8.0.10 (GHSA-fx2h-pf6j-xcff) separately from any pinned version, tripping `pnpm audit --audit-level=high` in CI. Pinning vite@^8.1.4 directly makes pnpm dedupe to the single patched version across the tree. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015F7NAapJWqo3k5bYoUmJbu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Mirrors projectwallace/stylelint-plugin#232:
CODECOV_TOKENenv var from the build job, and the@codecov/rollup-plugindependency (including its usage intsdown.config.ts)dependency-diff.ymlworkflow that packs the base and PR branches and runse18e/action-dependency-diffto comment on PRs with a dependency/bundle size diffTest plan
pnpm testpasses (254 tests)pnpm run buildsucceeds without the Codecov pluginpnpm run check(typecheck) passespnpm run lintpassescodecov/CODECOVreferences in the repoGenerated by Claude Code