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

chore(deps): bump vite and @angular/build in /e2e/a20 #11285

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2025

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

Updates vite from 6.2.1 to 6.2.3

Release notes

Sourced from vite's releases.

v6.2.3

Please refer to CHANGELOG.md for details.

v6.2.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.2.3 (2025-03-24)

6.2.2 (2025-03-14)

  • fix: await client buildStart on top level buildStart (#19624) (b31faab), closes #19624
  • fix(css): inline css correctly for double quote use strict (#19590) (d0aa833), closes #19590
  • fix(deps): update all non-major dependencies (#19613) (363d691), closes #19613
  • fix(indexHtml): ensure correct URL when querying module graph (#19601) (dc5395a), closes #19601
  • fix(preview): use preview https config, not server (#19633) (98b3160), closes #19633
  • fix(ssr): use optional chaining to prevent "undefined is not an object" happening in `ssrRewriteStac (4309755), closes #19612
  • feat: show friendly error for malformed base (#19616) (2476391), closes #19616
  • feat(worker): show asset filename conflict warning (#19591) (367d968), closes #19591
  • chore: extend commit hash correctly when ambigious with a non-commit object (#19600) (89a6287), closes #19600
Commits
  • 16869d7 release: v6.2.3
  • f234b57 fix: fs raw query with query separators (#19702)
  • b12911e release: v6.2.2
  • 98b3160 fix(preview): use preview https config, not server (#19633)
  • b31faab fix: await client buildStart on top level buildStart (#19624)
  • dc5395a fix(indexHtml): ensure correct URL when querying module graph (#19601)
  • 2476391 feat: show friendly error for malformed base (#19616)
  • 4309755 fix(ssr): use optional chaining to prevent "undefined is not an object" happe...
  • 363d691 fix(deps): update all non-major dependencies (#19613)
  • d0aa833 fix(css): inline css correctly for double quote use strict (#19590)
  • Additional commits viewable in compare view

Updates @angular/build from 20.0.0-next.1 to 20.0.0-next.3

Release notes

Sourced from @​angular/build's releases.

20.0.0-next.3

@​angular/cli

Commit Description
fix - 64732534e update minimum supported Node.js 22 version to 22.11.0

@​schematics/angular

Commit Description
fix - 9e6b9b537 add type checking of host bindings to strict config
fix - 381d35fe4 remove empty scripts option value from new applications
fix - a910fe9ae remove explicit outputPath option value from generated applications

@​angular/build

Commit Description
feat - c1de63300 allow control of source map sources content for application builds
feat - 9b682e625 support a default outputPath option for applications
fix - 156a14e38 correct handling of response/request errors
fix - a8817a3b2 handle undefined getOrCreateAngularServerApp during error compilation
fix - bd917d92a normalize karma asset paths before lookup

@​angular/ssr

Commit Description
perf - 63428f3f1 flush headers prior to start rendering the HTML
perf - 6bd7b9b4a optimized request handling performance

Breaking Changes

@​angular/cli

  • Node.js versions from 22.0 to 22.10 are no longer supported

20.0.0-next.2

@​schematics/angular

Commit Description
feat - 26fd4ea73 add migrations for server rendering updates
feat - 18e13e2ce remove --server-routing option
fix - 86d241629 add @angular/ssr dependency only when provideServerRendering import has been updated
fix - da6ef626f ensure app-shell schematic consistently uses withAppShell
fix - f126f8d34 ensure module discovery checks for an NgModule decorator
fix - 23fc8e1e1 generate components without a .component extension/type
fix - 8d715fa94 generate directives without a .directive extension/type
fix - bc0f07b48 generate services without a .service extension/type
fix - c0de72317 replace @angular/platform-browser-dynamic with @angular/platform-browser

@​angular/build

Commit Description
feat - f4be83119 Support Sass package importers
fix - cb2ab43ab ensure errors for missing component resources
fix - f780e8beb ensure relative karma stack traces for test failures

@​angular/ssr

Commit Description

... (truncated)

Changelog

Sourced from @​angular/build's changelog.

20.0.0-next.3 (2025-03-26)

Breaking Changes

@​angular/cli

  • Node.js versions from 22.0 to 22.10 are no longer supported

@​schematics/angular

Commit Type Description
9e6b9b537 fix add type checking of host bindings to strict config
381d35fe4 fix remove empty scripts option value from new applications
a910fe9ae fix remove explicit outputPath option value from generated applications

@​angular/cli

Commit Type Description
64732534e fix update minimum supported Node.js 22 version to 22.11.0

@​angular/build

Commit Type Description
c1de63300 feat allow control of source map sources content for application builds
9b682e625 feat support a default outputPath option for applications
156a14e38 fix correct handling of response/request errors
a8817a3b2 fix handle undefined getOrCreateAngularServerApp during error compilation
bd917d92a fix normalize karma asset paths before lookup

@​angular/ssr

Commit Type Description
63428f3f1 perf flush headers prior to start rendering the HTML
6bd7b9b4a perf optimized request handling performance

19.2.5 (2025-03-26)

@​angular/build

Commit Type Description
20455e2a6 fix correct handling of response/request errors

... (truncated)

Commits
  • 34c2530 release: cut the v20.0.0-next.3 release
  • bcfc1a3 docs: release notes for the v19.2.5 release
  • d2e5c1b docs: release notes for the v18.2.16 release
  • a4d59d8 docs: release notes for the v17.3.14 release
  • 2b73b72 test: ensure atime and mtime are rounded consistently in tests
  • 1f62b28 test: improve resilience of asset timestamp E2E test
  • 5c9b371 refactor(@​angular/build): use newer Node.js cp API for asset copying
  • c1de633 feat(@​angular/build): allow control of source map sources content for applica...
  • 80a778a build: update devinfra digest to be69a70
  • 911c124 build: update github/codeql-action action to v3.28.13
  • 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 26, 2025
Copy link

codecov bot commented Mar 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (420c23c) to head (a3ddaa1).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master    #11285   +/-   ##
=========================================
  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.

@satanTime
Copy link
Member

@dependabot rebase

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


Updates `vite` from 6.2.1 to 6.2.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/e2e/a20/multi-d96ec86d5d branch from d39e624 to a3ddaa1 Compare March 27, 2025 21:02
@satanTime satanTime enabled auto-merge (squash) March 27, 2025 21:03
@satanTime satanTime merged commit 17555ba into master Mar 27, 2025
6 checks passed
@satanTime satanTime deleted the dependabot/npm_and_yarn/e2e/a20/multi-d96ec86d5d branch March 27, 2025 21:12
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.

1 participant