-
Notifications
You must be signed in to change notification settings - Fork 387
deps: [M3-9804] - Upgrade Vite to 6.3.x #12074
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
deps: [M3-9804] - Upgrade Vite to 6.3.x #12074
Conversation
| import type { AlertFilterKey, EngineType } from './types'; | ||
|
|
||
| import type { AlertFilterKey } from './types'; | ||
| const engineOptions: EngineType[] = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made this change because there was a circular dependency here causing a unit test failure
packages/manager/src/features/CloudPulse/Alerts/AlertsResources/AlertsEngineTypeFilter.tsx ➡️ packages/manager/src/features/CloudPulse/Alerts/AlertsResources/constants.ts ➡️ packages/manager/src/features/CloudPulse/Alerts/AlertsResources/AlertsEngineTypeFilter.tsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
| "@typescript-eslint/eslint-plugin": "^8.29.0", | ||
| "@typescript-eslint/parser": "^8.29.0", | ||
| "@linode/eslint-plugin-cloud-manager": "^0.0.10", | ||
| "jiti": "^2.4.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh?! I thought i had removed it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you! 🚀
do we need a changeset for this?
Cloud Manager UI test results🔺 1 failing test on test run #5 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/linodes/clone-linode.spec.ts" |
|||||||||||||||||
Description 📝
6.3.xto resolve https://github.com/linode/manager/security/dependabot/1613.1.xpnpm --recursive update @babel/runtimeandpnpm --recursive update @babel/helpersto resolve@babel/helpersand@babel/runtimeto latest #11864.... Not sure what caused the versions to go back... If it happens agian, we may want to use a resolution of figure out another plan@types/uuidpackagejitipackageHow to test 🧪
Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅