-
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
Changes from 4 commits
f4d82e9
499aa27
9ceb465
0d24ba7
7e2d969
6b3fdbd
a558c82
8a8b9e5
c5659b7
0dfc369
a3a1ea5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,18 @@ | ||
| import { Autocomplete } from '@linode/ui'; | ||
| import React from 'react'; | ||
|
|
||
| import { engineOptions } from './constants'; | ||
| import type { AlertFilterKey, EngineType } from './types'; | ||
|
|
||
| import type { AlertFilterKey } from './types'; | ||
| const engineOptions: EngineType[] = [ | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
|
||
| { | ||
| id: 'mysql', | ||
| label: 'MySQL', | ||
| }, | ||
| { | ||
| id: 'postgresql', | ||
| label: 'PostgreSQL', | ||
| }, | ||
| ]; | ||
|
|
||
| export interface AlertsEngineOptionProps { | ||
| /** | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,6 @@ | |
| "@linode/api-v4": "workspace:*" | ||
| }, | ||
| "peerDependencies": { | ||
| "vite": "^6.2.5" | ||
| "vite": "^6.3.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