Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates various development dependencies across the monorepo to their latest patch and minor versions, including core testing frameworks (Vitest, Storybook), browser automation tools (WebdriverIO, Puppeteer, Cypress), and build tooling dependencies.
Changes:
- Upgraded workspace catalog dependencies (@types/node, vitest) in pnpm-workspace.yaml
- Updated Storybook-related packages from v10.1.8 to v10.1.11 and Vitest packages from v4.0.15 to v4.0.17
- Upgraded WebdriverIO packages from v9.21.x to v9.23.0, Puppeteer from v24.33.0 to v24.35.0, and Cypress from v15.7.1 to v15.9.0
- Updated root-level tooling dependencies (commitlint, typescript-eslint, turbo, etc.) and pnpm package manager from v10.25.0 to v10.28.0
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updated catalog versions for @types/node and vitest |
| packages/webdriverio/package.json | Upgraded WebdriverIO packages from v9.21.x to v9.23.0 |
| packages/storybook/package.json | Updated Storybook packages to v10.1.11, Vitest to v4.0.17, and changed storybook-addon-pseudo-states from "next" to specific version |
| packages/puppeteer/package.json | Upgraded puppeteer from v24.33.0 to v24.35.0 |
| packages/cypress/package.json | Updated cypress to v15.9.0 and eslint-plugin-cypress to v5.2.1 |
| packages/core/package.json | Upgraded msw from v2.12.4 to v2.12.7 |
| package.json | Updated multiple root devDependencies including commitlint, typescript-eslint, turbo, and pnpm package manager |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.