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 the angular group in /src/main/resources/generator/dependencies/angular with 4 updates #8199

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2023

Bumps the angular group in /src/main/resources/generator/dependencies/angular with 4 updates: @angular/core, @angular-devkit/build-angular, @angular/cli and @angular/compiler-cli.

Updates @angular/core from 17.0.4 to 17.0.5

Release notes

Sourced from @​angular/core's releases.

v17.0.5

17.0.5 (2023-11-29)

core

Commit Description
fix - 6be88040d1 avoid stale provider info when TestBed.overrideProvider is used (#52918)
fix - dee50f1d78 inherit host directives (#52992)
fix - 07920d96d4 Reattached views that are dirty from a signal update should refresh (#53001)

migrations

Commit Description
fix - aab7fb8654 Add ngForTemplate support to control flow migration (#53076)
fix - dbd6f386ea allows colons in ngIf else cases to migrate (#53076)
fix - 5b9f896009 cf migration fix migrating empty switch default (#53237)
fix - 2b3d3b0fe1 CF migration log warning when collection aliasing detected in @for (#53238)
fix - dffeac8386 cf migration removes unnecessary bound ngifelse attribute (#53236)
fix - 00cb3339ba control flow migration formatting fixes (#53076)
fix - c22af72f75 fix off by one issue with template removal in CF migration (#53255)
fix - ba6d7fe018 fixes CF migration i18n ng-template offsets (#53212)
fix - 8f6affdd64 fixes control flow migration common module removal (#53076)
fix - 6ae408847c properly handle ngIfThen cases in CF migration (#53256)
fix - 0fcef65cea Update CF migration to skip templates with duplicate ng-template names (#53204)

router

Commit Description
fix - 91486aaf07 Resolvers in different parts of the route tree should be able to execute together (#52934)
Changelog

Sourced from @​angular/core's changelog.

17.0.5 (2023-11-29)

core

Commit Type Description
6be88040d1 fix avoid stale provider info when TestBed.overrideProvider is used (#52918)
dee50f1d78 fix inherit host directives (#52992)
07920d96d4 fix Reattached views that are dirty from a signal update should refresh (#53001)

migrations

Commit Type Description
aab7fb8654 fix Add ngForTemplate support to control flow migration (#53076)
dbd6f386ea fix allows colons in ngIf else cases to migrate (#53076)
5b9f896009 fix cf migration fix migrating empty switch default (#53237)
2b3d3b0fe1 fix CF migration log warning when collection aliasing detected in @​for (#53238)
dffeac8386 fix cf migration removes unnecessary bound ngifelse attribute (#53236)
00cb3339ba fix control flow migration formatting fixes (#53076)
c22af72f75 fix fix off by one issue with template removal in CF migration (#53255)
ba6d7fe018 fix fixes CF migration i18n ng-template offsets (#53212)
8f6affdd64 fix fixes control flow migration common module removal (#53076)
6ae408847c fix properly handle ngIfThen cases in CF migration (#53256)
0fcef65cea fix Update CF migration to skip templates with duplicate ng-template names (#53204)

router

Commit Type Description
91486aaf07 fix Resolvers in different parts of the route tree should be able to execute together (#52934)

17.1.0-next.1 (2023-11-20)

common

Commit Type Description
29c5416d14 fix remove load on image once it fails to load (#52990)
7affa57754 fix scan images once page is loaded (#52991)

compiler

Commit Type Description
ec2d6e7b9c fix changed after checked error in for loops (#52935)
406049b95e fix generate i18n instructions for blocks (#52958)
d9d566d315 fix nested for loops incorrectly calculating computed variables (#52931)
5fb707f81a fix produce placeholder for blocks in i18n bundles (#52958)

compiler-cli

Commit Type Description
b4d022e230 fix add diagnostic for control flow that prevents content projection (#52726)

core

Commit Type Description
ed0fbd4071 fix cleanup loading promise when no dependencies are defined (#53031)

... (truncated)

Commits
  • 6ae4088 fix(migrations): properly handle ngIfThen cases in CF migration (#53256)
  • c22af72 fix(migrations): fix off by one issue with template removal in CF migration (...
  • 5b9f896 fix(migrations): cf migration fix migrating empty switch default (#53237)
  • 2b3d3b0 fix(migrations): CF migration log warning when collection aliasing detected i...
  • 6be8804 fix(core): avoid stale provider info when TestBed.overrideProvider is used (#...
  • dffeac8 fix(migrations): cf migration removes unnecessary bound ngifelse attribute (#...
  • ba6d7fe fix(migrations): fixes CF migration i18n ng-template offsets (#53212)
  • 0fcef65 fix(migrations): Update CF migration to skip templates with duplicate ng-temp...
  • dbd6f38 fix(migrations): allows colons in ngIf else cases to migrate (#53076)
  • 8f6affd fix(migrations): fixes control flow migration common module removal (#53076)
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 17.0.3 to 17.0.5

Release notes

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

v17.0.5

17.0.5 (2023-11-29)

v17.0.4

17.0.4 (2023-11-29)

@​schematics/angular

Commit Description
fix - 7a2823080 remove CommonModule import from standalone components

@​angular-devkit/build-angular

Commit Description
fix - 0634a4e40 avoid native realpath in application builder
fix - 22880d9cb correct set locale when using esbuild based builders
fix - a0680672f correctly watch files when app is in a directory that starts with a dot
fix - bbbe13d67 improve file watching on Windows when using certain IDEs
fix - 27e7c2e1b propagate localize errors to full build result
fix - 7455fdca0 serve assets from the provided serve-path
fix - 657a07bd6 treeshake unused class that use custom decorators
fix - 77474951b use workspace real path when not preserving symlinks
Changelog

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

17.0.5 (2023-11-29)

Rolling back bbbe13d67 which appears to break file watching on Mac devices.

17.1.0-next.0 (2023-11-29)

@​angular-devkit/build-angular

Commit Type Description
e0b274b8f feat add option to retain CSS special comments in global styles
4784155bd feat add wildcard option for allowedCommonJsDependencies
3b93df42d feat allow configuring loaders for custom file extensions in application builder
ccba849e4 feat support keyboard command shortcuts in application dev server
6473b0160 fix ensure all configured assets can be served by dev server

17.0.4 (2023-11-29)

@​schematics/angular

Commit Type Description
7a2823080 fix remove CommonModule import from standalone components

@​angular-devkit/build-angular

Commit Type Description
0634a4e40 fix avoid native realpath in application builder
22880d9cb fix correct set locale when using esbuild based builders
a0680672f fix correctly watch files when app is in a directory that starts with a dot
bbbe13d67 fix improve file watching on Windows when using certain IDEs
27e7c2e1b fix propagate localize errors to full build result
7455fdca0 fix serve assets from the provided serve-path
657a07bd6 fix treeshake unused class that use custom decorators
77474951b fix use workspace real path when not preserving symlinks

Commits
  • 6cf8662 release: cut the v17.0.5 release
  • ea5bbe7 Revert "fix(@​angular-devkit/build-angular): improve file watching on Windows ...
  • 206c57d release: cut the v17.0.4 release
  • 7455fdc fix(@​angular-devkit/build-angular): serve assets from the provided serve-path
  • 27e7c2e fix(@​angular-devkit/build-angular): propagate localize errors to full build r...
  • 22880d9 fix(@​angular-devkit/build-angular): correct set locale when using esbuild bas...
  • a068067 fix(@​angular-devkit/build-angular): correctly watch files when app is in a di...
  • 7350c98 refactor(@​angular-devkit/build-angular): remove no longer applicable comment
  • bbbe13d fix(@​angular-devkit/build-angular): improve file watching on Windows when usi...
  • 7a28230 fix(@​schematics/angular): remove CommonModule import from standalone components
  • Additional commits viewable in compare view

Updates @angular/cli from 17.0.3 to 17.0.5

Release notes

Sourced from @​angular/cli's releases.

v17.0.5

17.0.5 (2023-11-29)

v17.0.4

17.0.4 (2023-11-29)

@​schematics/angular

Commit Description
fix - 7a2823080 remove CommonModule import from standalone components

@​angular-devkit/build-angular

Commit Description
fix - 0634a4e40 avoid native realpath in application builder
fix - 22880d9cb correct set locale when using esbuild based builders
fix - a0680672f correctly watch files when app is in a directory that starts with a dot
fix - bbbe13d67 improve file watching on Windows when using certain IDEs
fix - 27e7c2e1b propagate localize errors to full build result
fix - 7455fdca0 serve assets from the provided serve-path
fix - 657a07bd6 treeshake unused class that use custom decorators
fix - 77474951b use workspace real path when not preserving symlinks
Changelog

Sourced from @​angular/cli's changelog.

17.0.5 (2023-11-29)

Rolling back bbbe13d67 which appears to break file watching on Mac devices.

17.1.0-next.0 (2023-11-29)

@​angular-devkit/build-angular

Commit Type Description
e0b274b8f feat add option to retain CSS special comments in global styles
4784155bd feat add wildcard option for allowedCommonJsDependencies
3b93df42d feat allow configuring loaders for custom file extensions in application builder
ccba849e4 feat support keyboard command shortcuts in application dev server
6473b0160 fix ensure all configured assets can be served by dev server

17.0.4 (2023-11-29)

@​schematics/angular

Commit Type Description
7a2823080 fix remove CommonModule import from standalone components

@​angular-devkit/build-angular

Commit Type Description
0634a4e40 fix avoid native realpath in application builder
22880d9cb fix correct set locale when using esbuild based builders
a0680672f fix correctly watch files when app is in a directory that starts with a dot
bbbe13d67 fix improve file watching on Windows when using certain IDEs
27e7c2e1b fix propagate localize errors to full build result
7455fdca0 fix serve assets from the provided serve-path
657a07bd6 fix treeshake unused class that use custom decorators
77474951b fix use workspace real path when not preserving symlinks

Commits
  • 6cf8662 release: cut the v17.0.5 release
  • ea5bbe7 Revert "fix(@​angular-devkit/build-angular): improve file watching on Windows ...
  • 206c57d release: cut the v17.0.4 release
  • 7455fdc fix(@​angular-devkit/build-angular): serve assets from the provided serve-path
  • 27e7c2e fix(@​angular-devkit/build-angular): propagate localize errors to full build r...
  • 22880d9 fix(@​angular-devkit/build-angular): correct set locale when using esbuild bas...
  • a068067 fix(@​angular-devkit/build-angular): correctly watch files when app is in a di...
  • 7350c98 refactor(@​angular-devkit/build-angular): remove no longer applicable comment
  • bbbe13d fix(@​angular-devkit/build-angular): improve file watching on Windows when usi...
  • 7a28230 fix(@​schematics/angular): remove CommonModule import from standalone components
  • Additional commits viewable in compare view

Updates @angular/compiler-cli from 17.0.4 to 17.0.5

Release notes

Sourced from @​angular/compiler-cli's releases.

v17.0.5

17.0.5 (2023-11-29)

core

Commit Description
fix - 6be88040d1 avoid stale provider info when TestBed.overrideProvider is used (#52918)
fix - dee50f1d78 inherit host directives (#52992)
fix - 07920d96d4 Reattached views that are dirty from a signal update should refresh (#53001)

migrations

Commit Description
fix - aab7fb8654 Add ngForTemplate support to control flow migration (#53076)
fix - dbd6f386ea allows colons in ngIf else cases to migrate (#53076)
fix - 5b9f896009 cf migration fix migrating empty switch default (#53237)
fix - 2b3d3b0fe1 CF migration log warning when collection aliasing detected in @for (#53238)
fix - dffeac8386 cf migration removes unnecessary bound ngifelse attribute (#53236)
fix - 00cb3339ba control flow migration formatting fixes (#53076)
fix - c22af72f75 fix off by one issue with template removal in CF migration (#53255)
fix - ba6d7fe018 fixes CF migration i18n ng-template offsets (#53212)
fix - 8f6affdd64 fixes control flow migration common module removal (#53076)
fix - 6ae408847c properly handle ngIfThen cases in CF migration (#53256)
fix - 0fcef65cea Update CF migration to skip templates with duplicate ng-template names (#53204)

router

Commit Description
fix - 91486aaf07 Resolvers in different parts of the route tree should be able to execute together (#52934)
Changelog

Sourced from @​angular/compiler-cli's changelog.

17.0.5 (2023-11-29)

core

Commit Type Description
6be88040d1 fix avoid stale provider info when TestBed.overrideProvider is used (#52918)
dee50f1d78 fix inherit host directives (#52992)
07920d96d4 fix Reattached views that are dirty from a signal update should refresh (#53001)

migrations

Commit Type Description
aab7fb8654 fix Add ngForTemplate support to control flow migration (#53076)
dbd6f386ea fix allows colons in ngIf else cases to migrate (#53076)
5b9f896009 fix cf migration fix migrating empty switch default (#53237)
2b3d3b0fe1 fix CF migration log warning when collection aliasing detected in @​for (#53238)
dffeac8386 fix cf migration removes unnecessary bound ngifelse attribute (#53236)
00cb3339ba fix control flow migration formatting fixes (#53076)
c22af72f75 fix fix off by one issue with template removal in CF migration (#53255)
ba6d7fe018 fix fixes CF migration i18n ng-template offsets (#53212)
8f6affdd64 fix fixes control flow migration common module removal (#53076)
6ae408847c fix properly handle ngIfThen cases in CF migration (#53256)
0fcef65cea fix Update CF migration to skip templates with duplicate ng-template names (#53204)

router

Commit Type Description
91486aaf07 fix Resolvers in different parts of the route tree should be able to execute together (#52934)

17.1.0-next.1 (2023-11-20)

common

Commit Type Description
29c5416d14 fix remove load on image once it fails to load (#52990)
7affa57754 fix scan images once page is loaded (#52991)

compiler

Commit Type Description
ec2d6e7b9c fix changed after checked error in for loops (#52935)
406049b95e fix generate i18n instructions for blocks (#52958)
d9d566d315 fix nested for loops incorrectly calculating computed variables (#52931)
5fb707f81a fix produce placeholder for blocks in i18n bundles (#52958)

compiler-cli

Commit Type Description
b4d022e230 fix add diagnostic for control flow that prevents content projection (#52726)

core

Commit Type Description
ed0fbd4071 fix cleanup loading promise when no dependencies are defined (#53031)

... (truncated)

Commits
  • baf5830 test(compiler): Update golden partial file (#53209)
  • a31f65d refactor(compiler): Fix order of compound template/element param values (#53209)
  • 7873678 refactor(compiler): Record sub-messages as belonging to root i18n block (#53209)
  • dee50f1 fix(core): inherit host directives (#52992)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the angular group in /src/main/resources/generator/dependencies/angular with 4 updates: [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core), [@angular-devkit/build-angular](https://github.com/angular/angular-cli), [@angular/cli](https://github.com/angular/angular-cli) and [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli).


Updates `@angular/core` from 17.0.4 to 17.0.5
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.5/packages/core)

Updates `@angular-devkit/build-angular` from 17.0.3 to 17.0.5
- [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.0.3...17.0.5)

Updates `@angular/cli` from 17.0.3 to 17.0.5
- [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.0.3...17.0.5)

Updates `@angular/compiler-cli` from 17.0.4 to 17.0.5
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.5/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (51241e8) 100.00% compared to head (1b6cbf5) 100.00%.
Report is 15 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main     #8199   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      2626      2626           
===========================================
  Files            683       683           
  Lines          11611     11611           
  Branches         252       252           
===========================================
  Hits           11611     11611           

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

@github-actions github-actions bot merged commit aed00ac into main Nov 30, 2023
36 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/src/main/resources/generator/dependencies/angular/angular-50945933f6 branch November 30, 2023 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants