chore: update dependencies#2623
Open
matyasf wants to merge 5 commits into
Open
Conversation
Update most dependencies to their latest versions.
matyasf
commented
Jul 3, 2026
Comment on lines
+30
to
+31
| // getOffsetParents returns only transformed or non-statically-positioned | ||
| // ancestors, plus the document body (always included as the last entry). |
Collaborator
Author
There was a problem hiding this comment.
This change is here because Jest was updated
|
Visual regression report✅ No changes.
Baselines come from the |
matyasf
commented
Jul 3, 2026
| import { Project } from '@lerna/project' | ||
| const syncRootPackageVersion = async (useProjectVersion: boolean) => { | ||
| const project = new Project(process.cwd()) | ||
| const syncRootPackageVersion = async () => { |
Collaborator
Author
There was a problem hiding this comment.
I've removed the deprecated lerna/project package and added code that has the same behaviour
Bump vitest from ^3.2.2 to ^4.1.9 across all packages and @types/jest from ^29.5.14 to ^30.0.0. Adjust vitest.setup.ts and tsconfig files for the new major versions.
…on reader Drop the deprecated @lerna/project dependency and read the project version directly by walking up to the nearest lerna.json. Removes the associated deprecated transitive deps from the lockfile. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…h local Package class Drop the deprecated @lerna/package dependency and implement a minimal local Package class in pkg-utils exposing name/location/version/serialize. Update ui-scripts to use the version getter/setter instead of the old get/set API. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
Update most dependencies to their latest versions.
vitestfrom ^3.2.2 to ^4.1.9 across all packages. Adjustvitest.setup.tsandtsconfigfiles for the new major versions.@lerna/projectdependency and read the project versiondirectly by walking up to the nearest
lerna.json.@lerna/packagedependency and implement a minimal localPackageclass inpkg-utilsto test: