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 #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2024

Removes vite. It's no longer used after updating ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.

Removes vite

Updates @angular-devkit/build-angular from 17.1.0 to 17.1.4

Release notes

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

v17.1.4

17.1.4 (2024-02-14)

@​angular/cli

Commit Description
fix - 6d2168db9 prevent BOM errors in package.json during ng update

@​angular-devkit/build-angular

Commit Description
fix - bf42d6df2 bypass Vite prebundling for absolute URL imports

v17.1.3

17.1.3 (2024-02-08)

@​angular-devkit/build-angular

Commit Description
fix - 3de3aa170 allow ./ baseHref when using vite based server
fix - 17f47a3c9 ensure WebWorker main entry is used in output code

v17.1.2

17.1.2 (2024-01-31)

@​angular-devkit/build-angular

Commit Description
fix - 6815f13e3 add required modules as externals imports
fix - a0e306098 correctly handle glob negation in proxy config when using vite
fix - 235c8403a handle regular expressions in proxy config when using Vite
fix - 5332e5b2e resolve absolute output-path when using esbuild based builders
fix - 3deb0d4a1 return 404 for assets that are not found

v17.1.1

17.1.1 (2024-01-24)

@​schematics/angular

Commit Description
fix - 35ebf1efd retain trailing comma when adding providers to app config

@​angular/cli

Commit Description
fix - 8ebb754c2 update regex to validate the project-name

@​angular-devkit/build-angular

Commit Description
fix - 88de1da92 ENOENT: no such file or directory on Windows during component rebuild
fix - 4e2586aeb allow package file loader option with Vite prebundling
fix - aca1cfcda do not add internal CSS resources files in watch

... (truncated)

Changelog

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

17.1.4 (2024-02-14)

@​angular/cli

Commit Type Description
6d2168db9 fix prevent BOM errors in package.json during ng update

@​angular-devkit/build-angular

Commit Type Description
bf42d6df2 fix bypass Vite prebundling for absolute URL imports

17.1.3 (2024-02-08)

@​angular-devkit/build-angular

Commit Type Description
3de3aa170 fix allow ./ baseHref when using vite based server
17f47a3c9 fix ensure WebWorker main entry is used in output code

17.1.2 (2024-01-31)

@​angular-devkit/build-angular

Commit Type Description
6815f13e3 fix add required modules as externals imports
a0e306098 fix correctly handle glob negation in proxy config when using vite
235c8403a fix handle regular expressions in proxy config when using Vite
5332e5b2e fix resolve absolute output-path when using esbuild based builders
3deb0d4a1 fix return 404 for assets that are not found

17.1.1 (2024-01-24)

@​angular/cli

... (truncated)

Commits
  • 2850a6c release: cut the v17.1.4 release
  • bf42d6d fix(@​angular-devkit/build-angular): bypass Vite prebundling for absolute URL ...
  • 6d2168d fix(@​angular/cli): prevent BOM errors in package.json during ng update
  • cceb852 release: cut the v17.1.3 release
  • 17f47a3 fix(@​angular-devkit/build-angular): ensure WebWorker main entry is used in ou...
  • c3538b4 test: update webpack tests filenames and size checks to pass with latest webpack
  • 3de3aa1 fix(@​angular-devkit/build-angular): allow ./ baseHref when using vite based...
  • 1b2bf5d refactor(@​angular-devkit/build-angular): remove casting since `setSourceMapsE...
  • 147b089 release: cut the v17.1.2 release
  • 235c840 fix(@​angular-devkit/build-angular): handle regular expressions in proxy confi...
  • 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.

Removes [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). It's no longer used after updating ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Removes `vite`

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

---
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 Apr 3, 2024
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.

None yet

0 participants