Skip to content

Conversation

@Hdoc1509
Copy link
Owner

@Hdoc1509 Hdoc1509 commented Jan 5, 2026

  • updated vite to vite@v7
  • update vite-related packages to support vite@v7
    • vite-plugin-hrc-import is compatible but is missing more supported versions of vite in its peerDependencies
  • add local vite-plugin-html-mifnifier plugin to replace unmaintained vite-plugin-html
  • use build.rollupOptions.output.manualChunks option instead of deprecated splitVendoChunkPlugin() from vite
  • simplify and fix ci-root and ci-vanilla workflows

it was not an error, just normal empty results
ensure `legacy` apps uses `vite@v5` because of dependency on `astro` and
`@vitejs/plugin-react`
`vitest@v3.2.0` added support for `vite@v7`.
- `@vitejs/plugin-react` added support for `vite@v7` since `v4.5.2`.
  - required adding `react` as peer dependency of `@lib/components` to prevent
    resolve import errors of `react/jsx-runtime` on `build`
- `typescript` to `v5.5+` due to changes of `@vitejs/plugin-react` in
  `v5.0.0`
  - similar issue: vitejs/vite-plugin-react#985
  - change: vitejs/vite-plugin-react@b9efa3f#diff-d1f942b9a74f586a80bca3733150b7c692a6460e8350bc19cbbad1d53f95b356
- `sass` to `1.70.0+` due to changes in peer deps of `vite@v6.3.10`
  - pr: vitejs/vite#19979
  - `@use` rule instead of `@import`. `@import` is deprecated since `v1.80.0`
- @lib/sass-utils: replace `@import` rule by `@use`. needed since `sass@v1.80.0`
@netlify
Copy link

netlify bot commented Jan 5, 2026

Deploy Preview for hdoc-weather-app ready!

Name Link
🔨 Latest commit c0320c4
🔍 Latest deploy log https://app.netlify.com/projects/hdoc-weather-app/deploys/695be1fcf498680008b53f41
😎 Deploy Preview https://deploy-preview-13--hdoc-weather-app.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jan 5, 2026

Deploy Preview for hdoc-github-jobs ready!

Name Link
🔨 Latest commit c0320c4
🔍 Latest deploy log https://app.netlify.com/projects/hdoc-github-jobs/deploys/695be1fc681ca50008565860
😎 Deploy Preview https://deploy-preview-13--hdoc-github-jobs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jan 5, 2026

Deploy Preview for hdoc-quote-generator ready!

Name Link
🔨 Latest commit c0320c4
🔍 Latest deploy log https://app.netlify.com/projects/hdoc-quote-generator/deploys/695be1fc954fbc00089aee65
😎 Deploy Preview https://deploy-preview-13--hdoc-quote-generator.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Hdoc1509 Hdoc1509 merged commit 93ef1d7 into master Jan 5, 2026
15 checks passed
@Hdoc1509 Hdoc1509 deleted the root/vite7 branch January 5, 2026 16:24
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.

2 participants