Commit 09d88b7
committed
fix(root): refresh stale workspace lockfiles + scout button lint
Refresh consumer `bun.lock` files so file: deps pick up the
renovate-481 changes:
- All workspaces consuming `@shepherdjerred/eslint-config` now
resolve `@eslint/compat` (added in 0.3.0 for ESLint 10 RN compat).
Without this, ESLint 10 threw `ResolveMessage {}` at startup since
`src/configs/react-native.ts` is evaluated eagerly via re-export.
- `tasks-for-obsidian` and `tasknotes-server` lockfiles refreshed for
`tasknotes-types` (zod ^4.3.6 → ^4.4.3). The version drift caused
TS to see two separate zod copies and reject schema args.
- `sjer.red` lockfile refreshed for `astro-opengraph-images` and
`webring` (react 19.2.5 → 19.2.6, zod 4.3.6 → 4.4.3).
- Fix `no-useless-assignment` in scout `Button.astro` — every switch
branch including `default` assigns `sizeClasses`, so the initial
`""` was provably dead.
Lockfile edits were generated by `bun update --filter '*' <dep>` in
each consumer; no transitive deps were bumped beyond what the file:
sources required.1 parent 95689f2 commit 09d88b7
22 files changed
Lines changed: 1402 additions & 420 deletions
File tree
- packages
- astro-opengraph-images
- better-skill-capped
- birmel
- cooklang-for-obsidian
- cooklang-rich-preview
- discord-plays-pokemon
- hn-enhancer
- home-assistant
- homelab
- monarch
- scout-for-lol
- packages/frontend/src/components
- sjer.red
- starlight-karma-bot
- tasknotes-server
- tasknotes-types
- tasks-for-obsidian
- temporal
- toolkit
- trmnl-dashboard
- webring
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments