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): update angular packages #529

Merged
merged 4 commits into from May 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 17.2.3 -> 17.3.7 age adoption passing confidence
@angular/animations (source) 17.2.3 -> 17.3.8 age adoption passing confidence
@angular/cli 17.2.3 -> 17.3.7 age adoption passing confidence
@angular/common (source) 17.2.3 -> 17.3.8 age adoption passing confidence
@angular/compiler (source) 17.2.3 -> 17.3.8 age adoption passing confidence
@angular/compiler-cli (source) 17.2.3 -> 17.3.8 age adoption passing confidence
@angular/core (source) 17.2.3 -> 17.3.8 age adoption passing confidence
@angular/forms (source) 17.2.3 -> 17.3.8 age adoption passing confidence
@angular/platform-browser (source) 17.2.3 -> 17.3.8 age adoption passing confidence
@angular/platform-browser-dynamic (source) 17.2.3 -> 17.3.8 age adoption passing confidence
@angular/router (source) 17.2.3 -> 17.3.8 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v17.3.7

Compare Source

v17.3.6

Compare Source

@​angular-devkit/build-angular
Commit Type Description
dcec59799 fix properly configure headers for media resources and HTML page

v17.3.5

Compare Source

v17.3.4

Compare Source

@​angular-devkit/build-angular
Commit Type Description
1128bdd64 fix ensure esbuild-based builders exclusively produce ESM output

v17.3.3

Compare Source

@​schematics/angular
Commit Type Description
a673baf5c fix Revert "fix(@​schematics/angular): rename SSR port env variable"

v17.3.2

Compare Source

@​schematics/angular
Commit Type Description
935f931ee fix rename SSR port env variable
@​angular-devkit/build-angular
Commit Type Description
c9d436000 fix Internal server error: Invalid URL when using a non localhost IP
59fba38ec fix ensure proper resolution of linked SCSS files
27dd8f208 fix service-worker references non-existent named index output
c12907d92 fix update webpack-dev-middleware to 6.1.2

v17.3.1

Compare Source

17.3.1 (2024-03-20)

@​schematics/angular
Commit Description
fix - 198ca9afc improve Sass format clarity for application style option
@​angular-devkit/build-angular
Commit Description
fix - 2809971a5 only generate server directory when SSR is enabled
fix - 3f601a14e typo in allowedHosts warning for unsupported vite options
perf - 79c44adac avoid transforming empty component stylesheets
perf - cc3167f30 reduce build times for apps with a large number of components when utilizing esbuild-based builders

v17.3.0

Compare Source

@​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
angular/angular (@​angular/animations)

v17.3.8

Compare Source

compiler
Commit Type Description
c21b459ba6 fix add math elements to schema (#​55631) (#​55645)
core
Commit Type Description
3818436ebc fix don't schedule timer triggers on the server (#​55605)

v17.3.7

Compare Source

v17.3.6

Compare Source

core
Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#​55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#​55374)
8979fba2c5 fix skip defer timers on the server (#​55480)

v17.3.5

Compare Source

v17.3.4

Compare Source

common
Commit Type Description
53427d875d fix invalid ImageKit quality parameter (#​55193)
766548c3ec fix skip transfer cache on client (#​55012)

v17.3.3

Compare Source

17.3.3 (2024-04-03)
core
Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#​55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#​55096)
migrations
Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#​55113)

v17.3.2

Compare Source

compiler
Commit Type Description
2b7bad5151 fix invoke method-based tracking function with context (#​54960)
compiler-cli
Commit Type Description
b478dfbfda fix report errors when initializer APIs are used on private fields (#​55070)
core
Commit Type Description
708ba8115f fix establish proper injector resolution order for @defer blocks (#​55079)
http
Commit Type Description
cb433af0e1 fix include transferCache when cloning HttpRequest (#​54939)
64f202cab9 fix manage different body types for caching POST requests (#​54980)
migrations
Commit Type Description
2f9d94bc4a fix account for variables in imports initializer (#​55081)
router
Commit Type Description
365fd50407 fix RouterLinkActive will always remove active classes when links are not active (#​54982)

v17.3.1

Compare Source

17.3.1 (2024-03-20)
compiler
Commit Description
fix - c0788200e2 capture data bindings for content projection purposes in blocks (#​54876)
compiler-cli
Commit Description
fix - 99e9474aa2 symbol feature detection for the compiler (#​54711)

v17.3.0

Compare Source

compiler
Commit Type Description
1a6beae8a2 feat Enable template pipeline by default. (#​54571)
f386a04c9d fix handle two-way bindings to signal-based template variables in instruction generation (#​54714)
1f129f114e fix not catching for loop empty tracking expressions (#​54772)
compiler-cli
Commit Type Description
12dc4d074e fix account for as expression in docs extraction (#​54414)
da7fbb40f0 fix detect when the linker is working in unpublished angular and widen supported versions (#​54439)
492e03f699 fix flag two-way bindings to non-signal values in templates (#​54714)
5afa4f0ec1 fix support ModuleWithProviders literal detection with typeof (#​54650)
core
Commit Type Description
331b16efd2 feat add API to inject attributes on the host node (#​54604)
fb540e169a feat add migration for invalid two-way bindings (#​54630)
c687b8f453 feat expose new output() API (#​54650)
c809069f21 feat introduce outputFromObservable() interop function (#​54650)
aff65fd1f4 feat introduce outputToObservable interop helper (#​54650)
974958913c feat support TypeScript 5.4 (#​54414)
39a50f9a8d fix ensure all initializer functions run in an injection context (#​54761)
243ccce624 fix exclude class attribute intended for projection matching from directive matching (#​54800)
2909e9817d fix prevent infinite loops in clobbered elements check (#​54425)
7243c704cf fix return a readonly signal on asReadonly. (#​54706)
bb35414a38 perf speed up retrieval of DestroyRef in EventEmitter (#​54748)
http
Commit Type Description
8d37ed035c fix exclude caching for authenticated HTTP requests (#​54746)
router
Commit Type Description
c1c7384e02 feat Add reusable types for router guards (#​54580)
7225485311 fix Navigations triggered by cancellation events should cancel previous navigation (#​54710)

v17.2.4

Compare Source

compiler-cli
Commit Type Description
917b9bdd2e fix unwrap expressions with type parameters in query read property (#​54647)
core
Commit Type Description
586cc24a10 fix apply TestBed provider overrides to @defer dependencies (#​54667)
b558a01c84 fix generic inference for signal inputs may break with --strictFunctionTypes (#​54652)
443e5f1591 fix return a readonly signal on asReadonly. (#​54719)
ffbafc7d4a fix untrack various core operations (#​54614)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/angular-packages branch 7 times, most recently from 6489e57 to dbecd0c Compare March 7, 2024 20:31
@renovate renovate bot force-pushed the renovate/angular-packages branch 12 times, most recently from 0d4e9de to 5100cb5 Compare March 13, 2024 22:06
@renovate renovate bot changed the title fix(deps): update angular packages to v17.2.4 fix(deps): update angular packages to v17.3.0 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/angular-packages branch from 5100cb5 to 0644988 Compare March 14, 2024 01:53
@renovate renovate bot changed the title fix(deps): update angular packages to v17.3.0 chore(deps): update angular packages to v17.3.0 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/angular-packages branch 7 times, most recently from 9100ffb to 4fabaa8 Compare March 18, 2024 10:33
@renovate renovate bot force-pushed the renovate/angular-packages branch 10 times, most recently from 92363b8 to f425ebf Compare May 8, 2024 14:30
@renovate renovate bot changed the title chore(deps): update angular packages chore(deps): update angular packages to v17.3.7 May 8, 2024
@renovate renovate bot force-pushed the renovate/angular-packages branch 2 times, most recently from 522c5f1 to 2f3e26e Compare May 8, 2024 19:18
@renovate renovate bot changed the title chore(deps): update angular packages to v17.3.7 chore(deps): update angular packages May 8, 2024
@renovate renovate bot force-pushed the renovate/angular-packages branch 5 times, most recently from a9b8895 to f025098 Compare May 12, 2024 07:12
@renovate renovate bot force-pushed the renovate/angular-packages branch from f025098 to da8a94d Compare May 13, 2024 10:02
Copy link
Contributor Author

renovate bot commented May 13, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

auto-merge was automatically disabled May 13, 2024 10:36

Rebase failed

@hugo-vrijswijk hugo-vrijswijk merged commit 8d16957 into master May 13, 2024
3 checks passed
@hugo-vrijswijk hugo-vrijswijk deleted the renovate/angular-packages branch May 13, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant