Skip to content

feat(deps): upgrade vite-plus to 0.1.15-alpha.7#6

Draft
fengmk2 wants to merge 1 commit intomainfrom
update-vite-plus-alpha-0.1.15-alpha.7
Draft

feat(deps): upgrade vite-plus to 0.1.15-alpha.7#6
fengmk2 wants to merge 1 commit intomainfrom
update-vite-plus-alpha-0.1.15-alpha.7

Conversation

@fengmk2
Copy link
Copy Markdown
Owner

@fengmk2 fengmk2 commented Mar 31, 2026

Upgrade vite-plus and related packages to 0.1.15-alpha.7

@fengmk2 fengmk2 self-assigned this Mar 31, 2026
@github-actions
Copy link
Copy Markdown

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
i18n/locales/ar-EG.json Localization changed, will be marked as complete.
i18n/locales/en.json Source changed, localizations will be marked as outdated.
i18n/locales/fr-FR.json Localization changed, will be marked as complete.
i18n/locales/nb-NO.json Localization changed, will be marked as complete.
i18n/locales/ru-RU.json Localization changed, will be marked as complete.
i18n/locales/uk-UA.json Localization changed, will be marked as complete.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces several significant updates, including a new accessible Tab component system, a split sparkline view for trend charts, and an increase in the maximum package selection limit from 4 to 10. It also implements a security headers module with Content-Security-Policy support, refactors git provider API handling, and provides extensive translation updates across multiple locales. Feedback highlights critical issues in the new components, specifically missing imports for lightenOklch and applyEllipsis in SplitSparkline.vue, as well as an undefined datetimeFormatterOptions property in TrendsChart.vue.

Comment on lines +105 to +106
? (lightenOklch(unit.color, 0.5) ?? seriesColor)
: (lightenColor(seriesColor, 0.5) ?? seriesColor) // palette uses hex colours
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The variable lightenOklch is used but not imported in the script setup. This will cause a runtime error.

/>
</svg>
</div>
{{ applyEllipsis(dataset?.[i]?.name ?? '', 28) }}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The function applyEllipsis is used in the template but is not defined or imported in the script setup.

<ChartSplitSparkline
:dataset="normalisedDataset"
:dates="chartData.dates"
:datetimeFormatterOptions
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The property datetimeFormatterOptions is used in the template but is not defined in the script setup of this component.

@fengmk2 fengmk2 closed this Mar 31, 2026
@fengmk2 fengmk2 reopened this Mar 31, 2026
@github-actions github-actions Bot added stale and removed stale labels May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant