chore(deps-dev): bump @vitejs/plugin-vue from 5.2.4 to 6.0.8 - #90
chore(deps-dev): bump @vitejs/plugin-vue from 5.2.4 to 6.0.8#90dependabot[bot] wants to merge 1 commit into
Conversation
|
|
|
Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 5.2.4 to 6.0.8. - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases) - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.8/packages/plugin-vue) --- updated-dependencies: - dependency-name: "@vitejs/plugin-vue" dependency-version: 6.0.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
cf91704 to
cda0ef6
Compare
|
Superseded by #98, which applies this bump ( Generated by Claude Code |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…appy-dom, prettier, @unocss/preset-icons Applies the dependabot-proposed bumps (#87, #88, #90, #91, #93): - @babel/core 7.29.0 -> 7.29.6 - vite 7.3.2 -> 7.3.5 (root catalog + solid-router example) - vite-plugin-dts 4.5.4 -> 5.0.3 - @vitejs/plugin-vue 5.2.4 -> 6.0.8 - happy-dom 20.8.3 -> 20.8.9 - prettier 3.8.1 -> 3.9.5 - @unocss/preset-icons 66.6.4 -> 66.7.5 vite-plugin-dts 5 renamed its `outDir`/`rollupTypes` options to `outDirs`/`bundleTypes` and now requires `@microsoft/api-extractor` as an explicit dependency rather than pulling it in transitively; updated all package vite.config.ts files and added the dependency accordingly. Also added `/// <reference types="vitest/config" />` to the vite.config.ts files that were missing it, needed for the `test` field to type-check under the new dts tooling. Reformatted a handful of union types per prettier 3.9's updated style. The typescript 5.8.2 -> 7.0.2 bump (dependabot #89) is intentionally skipped: TypeScript 7's new compiler breaks @microsoft/api-extractor's .d.ts bundling in packages/core ("Symbol not found for identifier: Omit"), so PR #89 is closed as not mergeable for now.
…appy-dom, prettier, @unocss/preset-icons (#98) ## Summary Applies the dependabot-proposed dependency bumps that build/test cleanly: - `@babel/core` 7.29.0 → 7.29.6 (#93) - `vite` 7.3.2 → 7.3.5 — root catalog + `examples/solid-router` (#93) - `happy-dom` 20.8.3 → 20.8.9 (#93) - `prettier` 3.8.1 → 3.9.5 (#91) - `@vitejs/plugin-vue` 5.2.4 → 6.0.8 (#90) - `@unocss/preset-icons` 66.6.4 → 66.7.5 (#88) - `vite-plugin-dts` 4.5.4 → 5.0.3 (#87) vite-plugin-dts 5 renamed its `outDir`/`rollupTypes` plugin options to `outDirs`/`bundleTypes`, and now requires `@microsoft/api-extractor` as an explicit dependency instead of pulling it in transitively — updated every package's `vite.config.ts` and added the dependency accordingly. A few `vite.config.ts` files were also missing `/// <reference types="vitest/config" />`, which the new dts tooling's stricter config type-checking surfaced; added it where needed. Reformatted a handful of union types to match prettier 3.9's updated style (`eslint --fix`). **Not included:** `typescript` 5.8.2 → 7.0.2 (dependabot #89). TypeScript 7's new compiler breaks `@microsoft/api-extractor`'s `.d.ts` bundling in `packages/core` (`Symbol not found for identifier: Omit`), so that bump isn't mergeable yet. PR #89 will be closed with an explanation; the others (#87, #88, #90, #91, #93) are superseded by this PR and will be closed too. Added an empty changeset since this is dev-tooling only, no published package behavior changes. Also fixes CI warnings surfaced while auditing this branch: bumps `actions/checkout` v3 → v4 in `build.yml`/`pr-checks.yml`, removes two genuinely unused test bindings, and adds a `varsIgnorePattern: '^_'` exception for the intentional `infer _` pattern in `packages/paths/lib/validate-path.ts`. ## Type of change - 🧹 Chore / CI ## Checklist - [x] I linked a related issue (or explained why there isn't one) — supersedes dependabot PRs #87, #88, #90, #91, #93; #89 explained above - [x] `pnpm build` passes - [x] `pnpm typecheck` passes - [x] `pnpm test` passes and I added/updated tests for my change — no test changes needed, existing suite covers this - [x] `pnpm lint` passes - [x] I added a changeset (`pnpm changeset`), or an empty one for no-release changes (`pnpm changeset --empty`)
Bumps @vitejs/plugin-vue from 5.2.4 to 6.0.8.
Release notes
Sourced from @vitejs/plugin-vue's releases.
Changelog
Sourced from @vitejs/plugin-vue's changelog.
... (truncated)
Commits
d8ff7d0release: plugin-vue@6.0.8d59c3c0feat(plugin-vue): add forced vapor mode option (#766)d369e5afix(deps): update all non-major dependencies (#781)f93acebrelease: plugin-vue@6.0.7941b651feat: use carets for@rolldown/pluginutilsversion (#776)77dc8bcfix(deps): update all non-major dependencies (#774)9e825b8fix(deps): update all non-major dependencies (#762)51dbf4brelease: plugin-vue@6.0.69e07ae9feat(plugin-vue): propagate multiRoot for template-only vapor components (#745)050c996fix(deps): update all non-major dependencies (#738)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@vitejs/plugin-vuesince your current version.