chore(deps): update patch dependencies - #22
Merged
Merged
Conversation
### Dependencies - @biomejs/biome: 2.4.4 → 2.4.12 (dev) - @tailwindcss/postcss: 4.2.1 → 4.2.4 (dev) - logan-logger: 1.1.14 → 1.1.16 (prod) - postcss: 8.5.6 → 8.5.10 (dev) - react: 19.2.4 → 19.2.5 (prod) - react-dom: 19.2.4 → 19.2.5 (prod) - tailwindcss: 4.2.1 → 4.2.4 (dev) ### Fixes - biome.json: migrate schema URL to v2.4.12 - lib/logger.ts: fix 2 noNegationElse lint warnings (inverted ternary conditions)
|
🚅 Deployed to the luddy.dance-pr-22 environment in superb-amazement
|
railway-app
Bot
temporarily deployed
to
superb-amazement / luddy.dance-pr-22
April 23, 2026 14:23
Destroyed
### Dependencies - Upgrade TypeScript 5.9 -> 6.0.3 - Upgrade Vite (added explicit pin) to 8.0.10 - Upgrade @vitejs/plugin-react 5.x -> 6.0.1 - Upgrade jsdom 28.x -> 29.0.2 - Upgrade vitest and @vitest/ui 4.0.x -> 4.1.5 ### Fixes - Add `scrollMargin: string` property to IntersectionObserver mock in tests/setup.ts to satisfy jsdom 29 / TypeScript 6 strict interface requirements - Add global.d.ts to declare CSS module types, resolving TS6 strict-mode import errors
railway-app
Bot
temporarily deployed
to
superb-amazement / luddy.dance-pr-22
April 23, 2026 14:28
Destroyed
railway-app
Bot
temporarily deployed
to
superb-amazement / luddy.dance-pr-22
April 23, 2026 14:31
Destroyed
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
Changes
Dependencies
@biomejs/biome2.4.4 → 2.4.12 (dev),@tailwindcss/postcss4.2.1 → 4.2.4 (dev),logan-logger1.1.14 → 1.1.16 (prod),postcss8.5.6 → 8.5.10 (dev),react19.2.4 → 19.2.5 (prod),react-dom19.2.4 → 19.2.5 (prod),tailwindcss4.2.1 → 4.2.4 (dev)Config & Lint Fixes
$schemaURL from version 2.4.4 to 2.4.12noNegationElsewarnings by inverting negated ternary conditionsTest plan
pnpm test)pnpm lint)pnpm build)Notes
Dependabot PR #21 (next 16.1.6 → 16.2.3) currently has a failing security check due to known vulnerabilities in transitive dependencies of
@vitejs/plugin-react(viteandpicomatch). Resolving those will require a major version bump of@vitejs/plugin-reactand is tracked separately.