Skip to content

chore(deps): bump vite and @angular-devkit/build-angular in /e2e/a16 #11331

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

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 24, 2025

Bumps vite to 6.3.3 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.

Updates vite from 4.5.5 to 6.3.3

Release notes

Sourced from vite's releases.

v6.3.3

Please refer to CHANGELOG.md for details.

v6.3.2

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v6.3.1

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v6.3.0

Please refer to CHANGELOG.md for details.

v6.3.0-beta.2

Please refer to CHANGELOG.md for details.

v6.3.0-beta.1

Please refer to CHANGELOG.md for details.

v6.3.0-beta.0

Please refer to CHANGELOG.md for details.

v6.2.6

Please refer to CHANGELOG.md for details.

v6.2.5

Please refer to CHANGELOG.md for details.

v6.2.4

Please refer to CHANGELOG.md for details.

v6.2.3

Please refer to CHANGELOG.md for details.

v6.2.2

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v6.2.1

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

6.3.3 (2025-04-24)

  • fix: ignore malformed uris in tranform middleware (#19853) (e4d5201), closes #19853
  • fix(assets): ensure ?no-inline is not included in the asset url in the production environment (#1949 (16a73c0), closes #19496
  • fix(css): resolve relative imports in sass properly on Windows (#19920) (ffab442), closes #19920
  • fix(deps): update all non-major dependencies (#19899) (a4b500e), closes #19899
  • fix(ssr): fix execution order of re-export (#19841) (ed29dee), closes #19841
  • fix(ssr): fix live binding of default export declaration and hoist exports getter (#19842) (80a91ff), closes #19842
  • perf: skip sourcemap generation for renderChunk hook of import-analysis-build plugin (#19921) (55cfd04), closes #19921
  • test(ssr): test ssrTransform re-export deps and test stacktrace with first line (#19629) (9399cda), closes #19629

6.3.2 (2025-04-18)

6.3.1 (2025-04-17)

6.3.0 (2025-04-16)

6.3.0-beta.2 (2025-04-11)

... (truncated)

Commits
  • db9eb97 release: v6.3.3
  • e4d5201 fix: ignore malformed uris in tranform middleware (#19853)
  • 55cfd04 perf: skip sourcemap generation for renderChunk hook of import-analysis-build...
  • ffab442 fix(css): resolve relative imports in sass properly on Windows (#19920)
  • 16a73c0 fix(assets): ensure ?no-inline is not included in the asset url in the produc...
  • 9399cda test(ssr): test ssrTransform re-export deps and test stacktrace with first ...
  • ed29dee fix(ssr): fix execution order of re-export (#19841)
  • 80a91ff fix(ssr): fix live binding of default export declaration and hoist exports ge...
  • a4b500e fix(deps): update all non-major dependencies (#19899)
  • 4bc17b4 release: v6.3.2
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 16.2.16 to 19.2.9

Release notes

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

19.2.9

@​angular-devkit/build-angular

Commit Description
fix - de52cc2c8 update http-proxy-middleware to v3.0.5

@​angular/build

Commit Description
fix - cc5229a45 pass preserveSymlinks option to Karma esbuild builder

@​angular/ssr

Commit Description
fix - a4e415ea6 support getPrerenderParams for wildcard routes

19.2.8

@​angular/build

Commit Description
fix - 4a8a4a083 include module value check when adding custom conditions
fix - 00cd0d123 prevent nested CSS in components
fix - a297c4153 properly resolve transitive external dependencies in vite-dev-server
fix - 8ab033e8e update vite to 6.2.6

19.2.7

@​angular/build

Commit Description
fix - 7f1e8c677 include component test metadata in development builds
fix - 74cd4edd5 skip normalization of relative externals

19.2.6

@​angular-devkit/schematics

Commit Description
fix - e5aec562f properly resolve relative schematics when executed from a nested directory

@​angular/build

Commit Description
fix - 76cfd364a correctly handle false value in server option
fix - d69188c6b update vite to 6.2.4 due to a security issues

19.2.5

@​angular/build

Commit Description
fix - 20455e2a6 correct handling of response/request errors
fix - 32b1dcd91 handle undefined getOrCreateAngularServerApp during error compilation
fix - 7552a9fec normalize karma asset paths before lookup
fix - 1eb5b4357 update vite to 6.2.3

... (truncated)

Changelog

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

19.2.9 (2025-04-23)

@​angular-devkit/build-angular

Commit Type Description
de52cc2c8 fix update http-proxy-middleware to v3.0.5

@​angular/build

Commit Type Description
cc5229a45 fix pass preserveSymlinks option to Karma esbuild builder

@​angular/ssr

Commit Type Description
a4e415ea6 fix support getPrerenderParams for wildcard routes

18.2.19 (2025-04-23)

@​angular-devkit/build-angular

Commit Type Description
01cc617bc fix update http-proxy-middleware to v3.0.5

20.0.0-next.6 (2025-04-16)

@​schematics/angular

Commit Type Description
d6f594fe0 feat generate applications using TypeScript project references
8654b3fea fix application migration should migrate karma builder package
be6f13ec1 fix remove setting files tsconfig field with SSR/Server generation

@​angular/build

Commit Type Description

... (truncated)

Commits
  • 2a7cb6e release: cut the v19.2.9 release
  • a4e415e fix(@​angular/ssr): support getPrerenderParams for wildcard routes
  • de52cc2 fix(@​angular-devkit/build-angular): update http-proxy-middleware to v3.0.5
  • 36d2644 refactor: replace usage of ng_package with new ng_package from rules_angular
  • cc5229a fix(@​angular/build): pass preserveSymlinks option to Karma esbuild builder
  • 450dc45 release: cut the v19.2.8 release
  • 03a420b refactor(@​angular/build): use ngHmrMode define for Vite prebundling
  • 00cd0d1 fix(@​angular/build): prevent nested CSS in components
  • 8ab033e fix(@​angular/build): update vite to 6.2.6
  • 4a8a4a0 fix(@​angular/build): include module value check when adding custom conditions
  • 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.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 6.3.3 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.5.5 to 6.3.3
- [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/v6.3.3/packages/vite)

Updates `@angular-devkit/build-angular` from 16.2.16 to 19.2.9
- [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.16...19.2.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 24, 2025
Copy link

codecov bot commented Apr 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (af04ecf) to head (d03ee62).

Additional details and impacted files
@@            Coverage Diff            @@
##            master    #11331   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          227       227           
  Lines         4965      4965           
  Branches      1154      1154           
=========================================
  Hits          4965      4965           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants