Skip to content

chore: bump deps#436

Merged
adibarra merged 3 commits into
masterfrom
chore/bump-deps-2026-06-09
Jun 10, 2026
Merged

chore: bump deps#436
adibarra merged 3 commits into
masterfrom
chore/bump-deps-2026-06-09

Conversation

@adibarra

@adibarra adibarra commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Note

Low Risk
Routine version bumps and lint-only refactors with no new features; overlay run-id parsing still uses numeric match indices alongside named groups, which is valid in ES2018+.

Overview
Dependency refresh across the monorepo: root oxfmt / oxlint / pnpm, app Next, React, Radix, PostHog, Vitest, and aligned bumps in db, constants, and mcp.

Most application edits follow oxlint (with ES2018 in packages/app/tsconfig.json for regex features): regexes use named captures and non-capturing groups in charts, ingest/ETL, MCP SQL guard, Cypress hydration checks, and tests; several interface shapes switch from method syntax to explicit function-typed properties (ai-providers, exclusion, encryption, D3 test mocks, skip-tracker).

Behavior should be unchanged aside from toolchain and lint compliance; a few GitHub run URL parsers still read match[1] while the pattern uses (?<runId>…) (numbered groups remain valid for named captures).

Reviewed by Cursor Bugbot for commit b6cf963. Bugbot is set up for automated code reviews on this repo. Configure here.

adibarra added 3 commits June 9, 2026 22:46
next/posthog-js/@posthog/nextjs-config pinned to the newest releases
that clear the minimumReleaseAge supply-chain policy (today's releases
are too new); cypress stays at 15.16.0 for the same reason.
Transitive via @modelcontextprotocol/sdk in packages/mcp. Verified
postcss and qs overrides still map to live advisories (minimum set).
- method-signature-style (30): interface method signatures converted
  to property signatures with function types
- prefer-named-capture-group (43): regex groups named or made
  non-capturing where the value is never read
- tsconfig target ES2017 -> ES2018 (root + app): named capture groups
  are ES2018 syntax
@adibarra adibarra marked this pull request as ready for review June 10, 2026 04:29
@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
inferencemax-app Ready Ready Preview, Comment Jun 10, 2026 4:29am

Request Review

@adibarra adibarra merged commit 7bdfb0a into master Jun 10, 2026
24 checks passed
@adibarra adibarra deleted the chore/bump-deps-2026-06-09 branch June 10, 2026 05:06
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