chore(deps-dev): bump the vite group across 1 directory with 4 updates#215
Merged
Conversation
e73de5e to
8c98ce5
Compare
Bumps the vite group with 4 updates in the / directory: [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-legacy), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [vite-plugin-dts](https://github.com/qmhc/unplugin-dts/tree/HEAD/packages/vite-plugin-dts) and [vite-plugin-virtual](https://github.com/patak-js/vite-plugin-virtual). Updates `@vitejs/plugin-legacy` from 7.2.1 to 8.0.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-legacy/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.2/packages/plugin-legacy) Updates `vite` from 7.3.3 to 8.0.16 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite) Updates `vite-plugin-dts` from 4.5.4 to 5.0.2 - [Release notes](https://github.com/qmhc/unplugin-dts/releases) - [Changelog](https://github.com/qmhc/unplugin-dts/blob/main/packages/vite-plugin-dts/CHANGELOG.md) - [Commits](https://github.com/qmhc/unplugin-dts/commits/vite-plugin-dts@5.0.2/packages/vite-plugin-dts) Updates `vite-plugin-virtual` from 0.4.0 to 0.5.0 - [Commits](patak-cat/vite-plugin-virtual@v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: "@vitejs/plugin-legacy" dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vite - dependency-name: vite dependency-version: 8.0.15 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vite - dependency-name: vite-plugin-dts dependency-version: 5.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vite - dependency-name: vite-plugin-virtual dependency-version: 0.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vite ... Signed-off-by: dependabot[bot] <support@github.com>
8c98ce5 to
46d6ea7
Compare
…ite 8
Vite 8 bundles with Rolldown, which rejects an object-form manualChunks
("Expected Function but received Object") and broke the PWA and Tauri builds.
Convert both to the function form.
Rolldown's worker bundler (esbuild) also cannot lower the inlined dcm2niix
worker to the safari14 target, so bump the macOS/WebKit floor to safari15
(macOS 12+ ships Safari 15+).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
🚀 PWA Preview DeploymentYour PWA preview has been deployed! Preview URL: https://niivue.github.io/niivue-vscode/pr-215/ This preview will be updated automatically when you push new commits to this PR. |
Contributor
Coverage ReportOverall line coverage: 33.9% (+7.1) vs
|
Contributor
🧹 PWA Preview CleanupThe preview deployment for this PR has been removed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the vite group with 4 updates in the / directory: @vitejs/plugin-legacy, vite, vite-plugin-dts and vite-plugin-virtual.
Updates
@vitejs/plugin-legacyfrom 7.2.1 to 8.0.2Release notes
Sourced from @vitejs/plugin-legacy's releases.
... (truncated)
Changelog
Sourced from @vitejs/plugin-legacy's changelog.
... (truncated)
Commits
9b7d150fix(deps): update all non-major dependencies (#21988)1af1d3achore(deps): update rolldown-related dependencies (#21787)efef073chore: add changelog rearrange script (#21835)a6639d7release: plugin-legacy@8.0.04595aebchore(legacy): update peer dep Vite to 8eaa4352fix(deps): update all non-major dependencies (#21786)521fdc0fix(deps): update all non-major dependencies (#21691)cc50822feat(legacy)!: bump modern browser threshold toimport.meta.resolvesupport...a2aa337release: plugin-legacy@8.0.0-beta.39037c29docs(legacy): update stale description (#21610)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@vitejs/plugin-legacysince your current version.Updates
vitefrom 7.3.3 to 8.0.16Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
f94df87release: v8.0.16dc245c7fix: reject windows alternate paths (#22572)50b9512fix(deps): reject UNC paths for launch-editor-middleware (#22571)8d1b019release: v8.0.152686d7dfix(deps): update all non-major dependencies (#22511)3052a67chore(deps): update rolldown-related dependencies (#22566)e3cfb9dfix(optimizer): close the rolldown bundle when write() rejects (#22528)6978a9crefactor: correct logic incollectAllModulesfunction (#22562)646dbedfeat: update rolldown to 1.0.3 (#22538)85a0efffix: capitalize error messages and remove spurious space in parse error (#22488)Updates
vite-plugin-dtsfrom 4.5.4 to 5.0.2Release notes
Sourced from vite-plugin-dts's releases.
Changelog
Sourced from vite-plugin-dts's changelog.
Commits
5a9d566release(vite-plugin-dts): v5.0.2730af18chore: bump minimum Node.js requirement to >=20b77a250release(vite-plugin-dts): v5.0.1c1a18b2docs: split README into docs and clean up legacy descriptions07b7f3cchore: fix repository of package.json2996858release(vite-plugin-dts): v5.0.06f02521chore: bump deps and fix minor type issues66c6fe0ci: use npm trusted publishing and fix prerelease tag inference17cfad9release(vite-plugin-dts): v5.0.0-beta.7ee2acd5fix: bump@microsoft/api-extractorto fix security vulnerabilities (#462)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vite-plugin-dts since your current version.
Updates
vite-plugin-virtualfrom 0.4.0 to 0.5.0Commits
834c58echore: release v0.5.0002d747chore: Vite 7 in peerDeps (#15)