Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update vitest monorepo to v3 (major) #261

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) 2.1.8 -> 3.0.0 age adoption passing confidence
vitest (source) 2.1.8 -> 3.0.0 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v3.0.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jan 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
palantir ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 16, 2025 3:16pm

Copy link

codecov bot commented Jan 16, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
73 1 72 0
View the top 1 failed tests by shortest run time
components/ColorModeToggle.test.tsx > components/ColorModeToggle.test.tsx
Stack Traces | 0s run time
SyntaxError: Cannot use import statement outside a moduleObject.require$$0.Module._extensions..js .pnp.cjs:17150:35Function.require$$0.Module._load .pnp.cjs:16997:31Object.<anonymous> .yarn/__virtual__/@mui-styled-engine-virtual-2ada9ba681/4/.yarn/berry/cache/@mui-styled-engine-npm-6.4.0-2194ed6726-10c0.zip/node_modules/@.../styled-engine/node/index.js:47:38

Module .../palantir/palantir/.yarn/__virtual__/@emotion-styled-virtual-f60d8360e0/4/.yarn/berry/cache/@emotion-styled-npm-11.14.0-36f2daa0c9-10c0.zip/node_modules/@.../styled/dist/emotion-styled.development.esm.js:1 seems to be an ES Module but shipped in a CommonJS package. You might want to create an issue to the package "@emotion/styled" asking them to ship the file in .mjs extension or add "type": "module" in their package.json.

As a temporary workaround you can try to inline the package by updating your config:

// vitest.config.js
export default {
  test: {
    server: {
      deps: {
        inline: [
          "@emotion/styled"
        ]
      }
    }
  }
}

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

Copy link

codecov bot commented Jan 16, 2025

Bundle Report

Changes will decrease total bundle size by 15 bytes (-0.0%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
palantir-server-cjs 6.59MB 9 bytes (-0.0%) ⬇️
palantir-client-array-push 4.09MB 6 bytes (-0.0%) ⬇️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants