Skip to content

Comments

chore: deps 260219#4626

Merged
escapedcat merged 4 commits intomasterfrom
chore/deps-260219
Feb 19, 2026
Merged

chore: deps 260219#4626
escapedcat merged 4 commits intomasterfrom
chore/deps-260219

Conversation

@escapedcat
Copy link
Member

@escapedcat escapedcat commented Feb 19, 2026

PR Type

Enhancement


Description

  • Upgrade vitest from v3 to v4 with updated API imports

  • Update test environment configuration for vitest v4 compatibility

  • Upgrade eslint and related dependencies to latest versions

  • Update vitest coverage plugin to v4


File Walkthrough

Relevant files
Enhancement
test-environment.ts
Update vitest imports and environment config                         

@packages/test-environment/src/test-environment.ts

  • Changed import path from vitest to vitest/environments for Environment
    type
  • Added viteEnvironment: "node" property to environment configuration
  • Maintains compatibility with vitest v4 API changes
+2/-1     
Dependencies
package.json
Upgrade vitest to v4                                                                         

@packages/test-environment/package.json

  • Upgraded vitest dependency from ^3.0.0 to ^4.0.18
+1/-1     
package.json
Update vitest and eslint dependencies                                       

package.json

  • Upgraded vitest from ^3.0.0 to ^4.0.18
  • Upgraded @vitest/coverage-istanbul from ^3.0.0 to ^4.0.18
  • Upgraded @eslint/js from ^9.16.0 to ^10.0.1
  • Upgraded eslint from ^9.16.0 to ^10.0.0
+4/-4     

@qodo-code-review
Copy link

qodo-code-review bot commented Feb 19, 2026

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
No custom compliance provided

Follow the guide to enable custom compliance check.

  • Update
Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@codesandbox-ci
Copy link

codesandbox-ci bot commented Feb 19, 2026

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@qodo-code-review
Copy link

qodo-code-review bot commented Feb 19, 2026

PR Code Suggestions ✨

No code suggestions found for the PR.

@escapedcat escapedcat merged commit f6fb19e into master Feb 19, 2026
23 checks passed
@escapedcat escapedcat deleted the chore/deps-260219 branch February 19, 2026 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant