⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps vite to 4.5.1 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates vite from 4.4.7 to 4.5.1
Changelog
Sourced from vite's changelog.
4.5.1 (2023年12月04日)
4.5.0 (2023年10月18日)
4.4.11 (2023年10月05日)
- revert: "fix: use string manipulation instead of regex to inject esbuild helpers (54e1275), closes #14094
4.4.10 (2023年10月03日)
- fix: add source map to Web Workers (fix #14216) (#14217) (df6f32f), closes #14216 #14217
- fix: handle errors during
hasWorkspacePackageJSON function (#14394) (6f6e5de), closes #14394
- fix: handle sourcemap correctly when multiple line import exists (#14232) (218861f), closes #14232
- fix: if host is specified check whether it is valid (#14013) (b1b816a), closes #14013
- fix: include
vite/types/* in exports field (#14296) (40e99a1), closes #14296
- fix: initWasm options should be optional (#14152) (119c074), closes #14152
- fix: restore builtins list (f8b9adb)
- fix: use string manipulation instead of regex to inject esbuild helpers (#14094) (128ad8f), closes #14094
- fix: ws never connects after restarting server if server.hmr.server is set (#14127) (441642e), closes #14127
- fix(analysis): warnings for dynamic imports that use static template literals (#14458) (0c6d289), closes #14458
- fix(cli): convert special base (#14283) (d4bc0fb), closes #14283
- fix(css): remove pure css chunk sourcemap (#14290) (cd7e033), closes #14290
- fix(css): reset render cache on renderStart (#14326) (d334b3d), closes #14326
- fix(glob): trigger HMR for glob in a package (#14117) (0f582bf), closes #14117
- fix(import-analysis): preserve importedUrls import order (#14465) (269aa43), closes #14465
- fix(manifest): preserve pure css chunk assets (#14297) (3d63ae6), closes #14297
- fix(optimizer): define crawlDeps after scanProcessing and optimizationResult are complete (fix #1428 (fcaf749), closes #14284 #14285
- fix(resolve): support submodules of optional peer deps (#14489) (104971d), closes #14489
- fix(vite): precisely check if files are in dirs (#14241) (c4758d1), closes #14241
- feat: improve deno and bun support (#14379) (8bc1f9d), closes #14379
4.4.9 (2023年08月07日)
... (truncated)
Commits
Updates @angular-devkit/build-angular from 16.2.10 to 17.0.7
Release notes
Sourced from @angular-devkit/build-angular's releases.
v17.0.7
17.0.7 (2023年12月13日)
@angular-devkit/build-angular
| Commit |
Description |
| fix - 3df3e583c |
baseHref with trailing slash causes server not to be accessible without trailing slash |
| fix - ef1178188 |
allow vite to serve JavaScript and TypeScript assets |
| fix - 385eb77d2 |
cache loading of component resources in JIT mode |
| fix - 4b3af73ac |
ensure browser-esbuild is used in dev server with browser builder and forceEsbuild |
| fix - d1b27e53e |
ensure port 0 uses random port with Vite development server |
| fix - f2f7d7c70 |
file is missing from the TypeScript compilation with JIT |
| fix - 7b8d6cddd |
handle updates of an npm link library from another workspace when preserveSymlinks is true |
| fix - c08c78cb8 |
inlining of fonts results in jagged fonts for Windows users |
| fix - 930024811 |
retain symlinks to output platform directories on builds |
| fix - 3623fe911 |
update ESM loader to work with Node.js 18.19.0 |
v17.0.6
17.0.6 (2023年12月06日)
@schematics/angular
| Commit |
Description |
| fix - da5d39471 |
enable TypeScript skipLibCheck in new workspace |
@angular-devkit/build-angular
| Commit |
Description |
| fix - 048512874 |
app-shell generation incorrect content when using the application builder |
| fix - f9e982c44 |
check namespaced Sass variables when rebasing URLs |
| fix - a1e8ffa9d |
correctly align error/warning messages when spinner is active |
| fix - 46d88a034 |
handle watch updates on Mac OSX when using native FSEvents API |
| fix - 4594407ae |
improve file watching on Windows when using certain IDEs |
| fix - aa9e7c615 |
normalize locale tags with Intl API when resolving in application builder |
| fix - a8dbf1da2 |
watch symlink when using preserveSymlinks option |
| perf - e3820cb6c |
only enable advanced optimizations with script optimizations |
v17.0.5
17.0.5 (2023年11月29日)
v17.0.4
17.0.4 (2023年11月29日)
@schematics/angular
| Commit |
Description |
| fix - 7a2823080 |
remove CommonModule import from standalone components |
@angular-devkit/build-angular
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular's changelog.
17.0.7 (2023年12月13日)
@angular-devkit/build-angular
| Commit |
Type |
Description |
| 3df3e583c |
fix |
baseHref with trailing slash causes server not to be accessible without trailing slash |
| ef1178188 |
fix |
allow vite to serve JavaScript and TypeScript assets |
| 385eb77d2 |
fix |
cache loading of component resources in JIT mode |
| 4b3af73ac |
fix |
ensure browser-esbuild is used in dev server with browser builder and forceEsbuild |
| d1b27e53e |
fix |
ensure port 0 uses random port with Vite development server |
| f2f7d7c70 |
fix |
file is missing from the TypeScript compilation with JIT |
| 7b8d6cddd |
fix |
handle updates of an npm link library from another workspace when preserveSymlinks is true |
| c08c78cb8 |
fix |
inlining of fonts results in jagged fonts for Windows users |
| 930024811 |
fix |
retain symlinks to output platform directories on builds |
| 3623fe911 |
fix |
update ESM loader to work with Node.js 18.19.0 |
17.1.0-next.1 (2023年12月06日)
@schematics/angular
| Commit |
Type |
Description |
| b513d89b7 |
feat |
add optional migration to use application builder |
| e2f92ab95 |
fix |
enable TypeScript skipLibCheck in new workspace |
@angular-devkit/build-angular
| Commit |
Type |
Description |
| 364a16b7a |
feat |
move browser-sync as optional dependency |
| e3ad8c42a |
fix |
app-shell generation incorrect content when using the application builder |
| 8e9b67513 |
fix |
check namespaced Sass variables when rebasing URLs |
| dcc60c6ce |
fix |
correctly align error/warning messages when spinner is active |
| 7ccc21007 |
fix |
handle watch updates on Mac OSX when using native FSEvents API |
| 4bcee3167 |
fix |
improve file watching on Windows when using certain IDEs |
| 9906ab7b4 |
fix |
normalize asset source locations in Vite-based development server |
| f0c032dc5 |
fix |
normalize locale tags with Intl API when resolving in application builder |
| ffa2d07c8 |
fix |
watch symlink when using preserveSymlinks option |
| b10d2a7bb |
perf |
only enable advanced optimizations with script optimizations |
17.0.6 (2023年12月06日)
... (truncated)
Commits
eeb5634 release: cut the v17.0.7 release
f2f7d7c fix(@angular-devkit/build-angular): file is missing from the TypeScript compi...
3623fe9 fix(@angular-devkit/build-angular): update ESM loader to work with Node.js 18...
ef11781 fix(@angular-devkit/build-angular): allow vite to serve JavaScript and TypeSc...
385eb77 fix(@angular-devkit/build-angular): cache loading of component resources in J...
7b8d6cd fix(@angular-devkit/build-angular): handle updates of an npm link library f...
9300248 fix(@angular-devkit/build-angular): retain symlinks to output platform direct...
fcd9adc test(@angular-devkit/build-angular): add support for builder harness director...
f63566e refactor(@angular-devkit/build-angular): remove deployUrl from browser-esbuil...
c08c78c fix(@angular-devkit/build-angular): inlining of fonts results in jagged fonts...
- 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.
Uh oh!
There was an error while loading. Please reload this page.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps vite to 4.5.1 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates
vitefrom 4.4.7 to 4.5.1Changelog
Sourced from vite's changelog.
... (truncated)
Commits
c075115release: v4.5.141bb354fix: backport #15223, proxy html path should be encoded (#15226)055d2b8release: v4.5.0ed7bdc5feat: scan .marko files (#14669)45595effeat: backport mdx as known js source (#14560) (#14670)520139cfeat(ssr): backport ssr.resolve.conditions and ssr.resolve.externalConditions...b50db04release: v4.4.1154e1275revert: "fix: use string manipulation instead of regex to inject esbuild helpersf3a3e77release: v4.4.10f8b9adbfix: restore builtins listUpdates
@angular-devkit/build-angularfrom 16.2.10 to 17.0.7Release notes
Sourced from
@angular-devkit/build-angular's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/build-angular's changelog.... (truncated)
Commits
eeb5634release: cut the v17.0.7 releasef2f7d7cfix(@angular-devkit/build-angular): file is missing from the TypeScript compi...3623fe9fix(@angular-devkit/build-angular): update ESM loader to work with Node.js 18...ef11781fix(@angular-devkit/build-angular): allow vite to serve JavaScript and TypeSc...385eb77fix(@angular-devkit/build-angular): cache loading of component resources in J...7b8d6cdfix(@angular-devkit/build-angular): handle updates of annpm linklibrary f...9300248fix(@angular-devkit/build-angular): retain symlinks to output platform direct...fcd9adctest(@angular-devkit/build-angular): add support for builder harness director...f63566erefactor(@angular-devkit/build-angular): remove deployUrl from browser-esbuil...c08c78cfix(@angular-devkit/build-angular): inlining of fonts results in jagged fonts...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.