Skip to content

chore: update dependencies#2623

Open
matyasf wants to merge 5 commits into
masterfrom
update_deps
Open

chore: update dependencies#2623
matyasf wants to merge 5 commits into
masterfrom
update_deps

Conversation

@matyasf

@matyasf matyasf commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Update most dependencies to their latest versions.

  • Bump vitest from ^3.2.2 to ^4.1.9 across all packages. Adjust vitest.setup.ts and tsconfig files for the new major versions.
  • Drop the deprecated @lerna/project dependency and read the project version
    directly by walking up to the nearest lerna.json.
  • Drop the deprecated @lerna/package dependency and implement a minimal local Package class in pkg-utils

to test:

  • smoke test docs app

Update most dependencies to their latest versions.
@matyasf matyasf self-assigned this 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).

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is here because Jest was updated

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://instructure.design/pr-preview/pr-2623/

Built to branch gh-pages at 2026-07-04 19:19 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Visual regression report

No changes.

Status Count
Unchanged 32
Changed 0
New 0
Removed 0

📊 View full report

Baselines come from the visual-baselines branch. They refresh on every merge to master.

github-actions Bot pushed a commit that referenced this pull request Jul 3, 2026
import { Project } from '@lerna/project'
const syncRootPackageVersion = async (useProjectVersion: boolean) => {
const project = new Project(process.cwd())
const syncRootPackageVersion = async () => {

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed the deprecated lerna/project package and added code that has the same behaviour

matyasf and others added 3 commits July 3, 2026 20:15
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>
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