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

build(deps): bump undici and @angular-devkit/build-angular in /demo #1776

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2024

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

Updates undici from 6.2.1 to 6.7.1

Release notes

Sourced from undici's releases.

v6.7.1

What's Changed

New Contributors

Full Changelog: nodejs/undici@v6.7.0...v6.7.1

v6.7.0

What's Changed

... (truncated)

Commits

Updates @angular-devkit/build-angular from 17.1.2 to 17.3.0

Release notes

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

v17.3.0

17.3.0 (2024-03-13)

@​schematics/angular

Commit Description
feat - 5ab71fc92 update CSS/Sass import/use specifiers in application migration

@​angular-devkit/build-angular

Commit Description
feat - 9ca3a5450 add deployUrl to application builder
fix - 3821344da ensure proper display of build logs in the presence of warnings or errors
fix - de2d05049 provide better error message when server option is required but missing

v17.3.0-rc.0

17.3.0-rc.0 (2024-03-06)

@​schematics/angular

Commit Description
feat - 5ab71fc92 update CSS/Sass import/use specifiers in application migration

@​angular-devkit/build-angular

Commit Description
feat - 9ca3a5450 add deployUrl to application builder

v17.2.3

17.2.3 (2024-03-06)

@​angular-devkit/build-angular

Commit Description
fix - 7cc8261fd avoid implicit CSS file extensions when resolving
fix - 259ec72d5 avoid marking component styles as media with no output media directory
fix - faffdfdce disable deployUrl when using vite dev-server

v17.2.2

17.2.2 (2024-02-28)

@​angular-devkit/build-angular

Commit Description
fix - 3394d3cf1 ensure all related stylesheets are rebuilt when an import changes

v17.2.1

17.2.1 (2024-02-22)

@​angular-devkit/build-angular

Commit Description

... (truncated)

Changelog

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

17.3.0 (2024-03-13)

@​schematics/angular

Commit Type Description
5ab71fc92 feat update CSS/Sass import/use specifiers in application migration

@​angular-devkit/build-angular

Commit Type Description
9ca3a5450 feat add deployUrl to application builder
3821344da fix ensure proper display of build logs in the presence of warnings or errors
de2d05049 fix provide better error message when server option is required but missing

17.2.3 (2024-03-06)

@​angular-devkit/build-angular

Commit Type Description
7cc8261fd fix avoid implicit CSS file extensions when resolving
259ec72d5 fix avoid marking component styles as media with no output media directory
faffdfdce fix disable deployUrl when using vite dev-server

17.2.2 (2024-02-28)

@​angular-devkit/build-angular

Commit Type Description
3394d3cf1 fix ensure all related stylesheets are rebuilt when an import changes

17.2.1 (2024-02-22)

@​angular-devkit/build-angular

... (truncated)

Commits
  • 407c3a3 release: cut the v17.3.0 release
  • 99fb28a build: bump @angular/ssr framework versions
  • 498e2f5 build: bump framework dependencies for minor release
  • 5707578 refactor(@​angular-devkit/build-angular): properly display errors originating ...
  • de2d050 fix(@​angular-devkit/build-angular): provide better error message when server ...
  • 9999fdd build: update vendored TypeScript to final
  • ea8c4c8 refactor(@​angular-devkit/build-angular): add warnings for unsupported vite op...
  • 3821344 fix(@​angular-devkit/build-angular): ensure proper display of build logs in th...
  • 5263815 build: update all non-major dependencies
  • 7dfddae build: update TypeScript version to ~5.4.2
  • 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 [undici](https://github.com/nodejs/undici) to 6.7.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `undici` from 6.2.1 to 6.7.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.2.1...v6.7.1)

Updates `@angular-devkit/build-angular` from 17.1.2 to 17.3.0
- [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.2...17.3.0)

---
updated-dependencies:
- dependency-name: undici
  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 Mar 16, 2024
@shanmukhateja shanmukhateja merged commit 3486a11 into master Mar 16, 2024
1 check passed
@shanmukhateja shanmukhateja deleted the dependabot/npm_and_yarn/demo/undici-and-angular-devkit/build-angular-6.7.1 branch March 16, 2024 10:40
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

1 participant