chore: bump deps#436
Merged
Merged
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
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.jsonfor 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.