perspective-viewership-extension
perspective-viewership-extension copied to clipboard
Bump vite and @angular-devkit/build-angular
Bumps vite to 6.0.11 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates vite
from 5.1.5 to 6.0.11
Release notes
Sourced from vite's releases.
v6.0.11
Please refer to CHANGELOG.md for details.
v6.0.10
Please refer to CHANGELOG.md for details.
v6.0.9
This version contains a breaking change due to security fixes. See https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6 for more details.
Please refer to CHANGELOG.md for details.
v6.0.8
Please refer to CHANGELOG.md for details.
v6.0.7
Please refer to CHANGELOG.md for details.
v6.0.6
Please refer to CHANGELOG.md for details.
v6.0.5
Please refer to CHANGELOG.md for details.
v6.0.4
Please refer to CHANGELOG.md for details.
v6.0.3
Please refer to CHANGELOG.md for details.
v6.0.2
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
v6.0.1
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
v6.0.0
Please refer to CHANGELOG.md for details.
v6.0.0-beta.10
Please refer to CHANGELOG.md for details.
... (truncated)
Changelog
Sourced from vite's changelog.
6.0.11 (2025-01-21)
- fix:
preview.allowedHosts
with specific values was not respected (#19246) (aeb3ec8), closes #19246- fix: allow CORS from loopback addresses by default (#19249) (3d03899), closes #19249
6.0.10 (2025-01-20)
6.0.9 (2025-01-20)
- fix!: check host header to prevent DNS rebinding attacks and introduce
server.allowedHosts
(bd896fb)- fix!: default
server.cors: false
to disallow fetching from untrusted origins (b09572a)- fix: verify token for HMR WebSocket connection (029dcd6)
6.0.8 (2025-01-20)
- fix: avoid SSR HMR for HTML files (#19193) (3bd55bc), closes #19193
- fix: build time display 7m 60s (#19108) (cf0d2c8), closes #19108
- fix: don't resolve URL starting with double slash (#19059) (35942cd), closes #19059
- fix: ensure
server.close()
only called once (#19204) (db81c2d), closes #19204- fix: resolve.conditions in ResolvedConfig was
defaultServerConditions
(#19174) (ad75c56), closes #19174- fix: tree shake stringified JSON imports (#19189) (f2aed62), closes #19189
- fix: use shared sigterm callback (#19203) (47039f4), closes #19203
- fix(deps): update all non-major dependencies (#19098) (8639538), closes #19098
- fix(optimizer): use correct default install state path for yarn PnP (#19119) (e690d8b), closes #19119
- fix(types): improve
ESBuildOptions.include / exclude
type to allowreadonly (string | RegExp)[]
(ea53e70), closes #19146- chore(deps): update dependency pathe to v2 (#19139) (71506f0), closes #19139
6.0.7 (2025-01-02)
- fix: fix
minify
whenbuilder.sharedPlugins: true
(#19025) (f7b1964), closes #19025- fix: skip the plugin if it has been called before with the same id and importer (#19016) (b178c90), closes #19016
- fix(html): error while removing
vite-ignore
attribute for inline script (#19062) (a492253), closes #19062- fix(ssr): fix semicolon injection by ssr transform (#19097) (1c102d5), closes #19097
- perf: skip globbing for static path in warmup (#19107) (677508b), closes #19107
- feat(css): show lightningcss warnings (#19076) (b07c036), closes #19076
6.0.6 (2024-12-26)
... (truncated)
Commits
a0ed405
release: v6.0.113d03899
fix: allow CORS from loopback addresses by default (#19249)aeb3ec8
fix:preview.allowedHosts
with specific values was not respected (#19246)9654348
release: v6.0.102495022
fix: try parseserver.origin
URL (#19241)a55f8ba
release: v6.0.9bd896fb
fix!: check host header to prevent DNS rebinding attacks and introduce `serve...029dcd6
fix: verify token for HMR WebSocket connectionb09572a
fix!: defaultserver.cors: false
to disallow fetching from untrusted originsc0f72a6
release: v6.0.8- Additional commits viewable in compare view
Updates @angular-devkit/build-angular
from 17.3.2 to 19.1.5
Release notes
Sourced from @angular-devkit/build-angular
's releases.
v19.1.5
19.1.5 (2025-01-29)
@schematics/angular
Commit Description update library schematic to use @angular-devkit/build-angular:ng-packagr
@angular/build
@angular/ssr
Commit Description enhance dynamic route matching for better performance and accuracy redirect to locale pathname instead of full URL rename provideServerRoutesConfig
toprovideServerRouting
v19.1.4
19.1.4 (2025-01-22)
@angular-devkit/schematics
Commit Description ensure collections can be resolved via test runner in pnpm workspaces
@angular/build
@angular/ssr
Commit Description prevent route matcher error when SSR routing is not used properly manage catch-all routes with base href unblock route extraction with withEnabledBlockingInitialNavigation
v19.1.3
19.1.3 (2025-01-20)
@angular/build
Commit Description
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular
's changelog.
19.1.5 (2025-01-29)
@schematics/angular
Commit Type Description 14e3a71e4 fix update library schematic to use @angular-devkit/build-angular:ng-packagr
@angular/build
Commit Type Description d53d25fc1 fix allow tailwindcss 4.x as a peer dependency bd9d379f0 fix disable TypeScript removeComments
optione73e9102e fix handle empty module case to avoid TypeError bb413456e fix keep background referenced HMR update chunks 2011d3428 fix support template updates that also trigger global stylesheet changes 688019946 fix update vite to version 6.0.11
@angular/ssr
Commit Type Description 94643d54d fix enhance dynamic route matching for better performance and accuracy 747557aa0 fix redirect to locale pathname instead of full URL bbbc1eb7a fix rename provideServerRoutesConfig
toprovideServerRouting
18.2.14 (2025-01-29)
@angular-devkit/build-angular
Commit Type Description 9d34d28ec fix remove unused vite
dependency18.2.13 (2025-01-29)
@angular/cli
Commit Type Description deeaf1883 fix correctly select package versions in descending order during ng add
... (truncated)
Commits
5a6f853
release: cut the v19.1.5 release747557a
fix(@angular/ssr
): redirect to locale pathname instead of full URL7532aca
build: migrate@angular-devkit/build-angular
tests torules_js
bb41345
fix(@angular/build
): keep background referenced HMR update chunks14e3a71
fix(@schematics/angular
): update library schematic to use `@angular-devkit/bu...3cc197c
refactor(@angular/build
): allow browser client to log console message with de...66fa06c
build: migrate@angular/build
tests torules_js
5afcfc0
build: migratemodules/testing/builders
torules_js
runtimee2aa475
build: migrate@angular/ssr
tests torules_js
fece30a
build: do not auto install peer dependencies- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.