Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump vite and @angular-devkit/build-angular #57

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2024

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)

4.4.9 (2023-08-07)

... (truncated)

Commits

Updates @angular-devkit/build-angular from 16.2.9 to 16.2.11

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v16.2.11

16.2.11 (2023-12-21)

v16.2.10

16.2.10 (2023-11-08)

@​angular-devkit/build-angular

Commit Description
fix - bab3672cd normalize exclude path
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

16.2.11 (2023-12-21)

@​angular-devkit/build-angular

Commit Type Description
e0e011fc4 build update dependency vite to v4.5.1

17.1.0-next.2 (2023-12-13)

@​angular-devkit/build-angular

Commit Type Description
204794c4f feat add support for --no-browsers in karma builder
f6e67df1c feat inline Google and Adobe fonts located in stylesheets
4b3a96542 fix baseHref with trailing slash causes server not to be accessible without trailing slash
72bd0ab9d fix allow vite to serve JavaScript and TypeScript assets
12f4433af fix cache loading of component resources in JIT mode
d07ef2f0b fix ensure browser-esbuild is used in dev server with browser builder and forceEsbuild
5b8e2d5e5 fix ensure port 0 uses random port with Vite development server
0f253a1fc fix file is missing from the TypeScript compilation with JIT
2909daf61 fix handle updates of an npm link library from another workspace when preserveSymlinks is true
bf5fbddd4 fix inlining of fonts results in jagged fonts for Windows users
6a44989f5 fix retain symlinks to output platform directories on builds
4e1f0e44d fix the request url "..." is outside of Vite serving allow list for all assets
7a50df5c0 fix update ESM loader to work with Node.js 18.19.0
125fb779f perf reduce TypeScript JSDoc parsing in application builder

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

... (truncated)

Commits
  • 75ab5fa release: cut the v16.2.11 release
  • 8314369 test: always use package manager force option in version add command E2E
  • e0e011f build: update dependency vite to v4.5.1
  • 66b18b6 release: cut the v16.2.10 release
  • bab3672 fix(@​angular-devkit/build-angular): normalize exclude path
  • 64e263e docs: the node.js's link fix.
  • See full diff in compare view

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 4.5.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `vite` from 4.4.7 to 4.5.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite)

Updates `@angular-devkit/build-angular` from 16.2.9 to 16.2.11
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@16.2.9...16.2.11)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2024

Superseded by #59.

@dependabot dependabot bot closed this Feb 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vite-and-angular-devkit/build-angular-4.5.1 branch February 20, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants