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

Update angular monorepo #226

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update angular monorepo #226

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 17.2.1 -> 17.3.12 age adoption passing confidence
@angular/common (source) 17.2.1 -> 17.3.12 age adoption passing confidence
@angular/compiler (source) 17.2.1 -> 17.3.12 age adoption passing confidence
@angular/compiler-cli (source) 17.2.1 -> 17.3.12 age adoption passing confidence
@angular/core (source) 17.2.1 -> 17.3.12 age adoption passing confidence
@angular/forms (source) 17.2.1 -> 17.3.12 age adoption passing confidence
@angular/localize 17.2.1 -> 17.3.12 age adoption passing confidence
@angular/platform-browser (source) 17.2.1 -> 17.3.12 age adoption passing confidence
@angular/platform-browser-dynamic (source) 17.2.1 -> 17.3.12 age adoption passing confidence
@angular/router (source) 17.2.1 -> 17.3.12 age adoption passing confidence
zone.js (source, changelog) ~0.14.3 -> ~0.15.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v17.3.12

Compare Source

compiler
Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#​57002) (#​57003)

v17.3.11

Compare Source

17.3.11 (2024-06-05)

v17.3.10

Compare Source

v17.3.9

Compare Source

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)

v17.2.3

Compare Source

common
Commit Type Description
1a526f2881 perf AsyncPipe should not call markForCheck on subscription (#​54554)
compiler-cli
Commit Type Description
2aefed8763 fix catch function instance properties in interpolated signal diagnostic (#​54325)
48aec63ee4 fix identify aliased initializer functions (#​54480)
daf7c611b2 fix identify aliased initializer functions (#​54609)
core
Commit Type Description
57123524a2 fix collect providers from NgModules while rendering @defer block (#​52881)
79a32816dc fix fix typo in injectors.svg file (#​54596)
migrations
Commit Type Description
dbe673b027 fix resolve infinite loop for a single line element with a long tag name and angle bracket on a new line (#​54588)

v17.2.2

Compare Source

common
Commit Type Description
d34e3298db fix image placeholder not removed in OnPush component (#​54515)
compiler
Commit Type Description
6447c0eecc fix adding the inert property to the "SCHEMA" array (#​53148)
compiler-cli
Commit Type Description
0a3edfb543 fix correctly detect deferred dependencies across scoped nodes (#​54499)
790f4f7c26 fix use correct symbol name for default imported symbols in defer blocks (#​54495)
core
Commit Type Description
3bd5860c74 fix properly execute content queries for root components (#​54457)
migrations
Commit Type Description
bb57d34110 fix Fix cf migration regular expression to include underscores (#​54533)
router
Commit Type Description
3e31f1a34e fix Clear internal transition when navigation finalizes (#​54261)
angular/angular (@​angular/common)

v17.3.12

Compare Source

17.3.12 (2024-07-17)
compiler
Commit Description
fix - 327bae473b JIT mode incorrectly interpreting host directive configuration in partial compilation (#​57002) (#​57003)

v17.3.11

Compare Source

17.3.11 (2024-06-05)

v17.3.10

Compare Source

v17.3.9

Compare Source

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)

v17.2.3

Compare Source

common
Commit Type Description
1a526f2881 perf AsyncPipe should not call markForCheck on subscription (#​54554)
compiler-cli
Commit Type Description
2aefed8763 fix catch function instance properties in interpolated signal diagnostic (#​54325)
48aec63ee4 fix identify aliased initializer functions (#​54480)
daf7c611b2 fix identify aliased initializer functions (#​54609)
core
Commit Type Description
57123524a2 fix collect providers from NgModules while rendering @defer block (#​52881)
79a32816dc fix fix typo in injectors.svg file (#​54596)
migrations
Commit Type Description
dbe673b027 fix resolve infinite loop for a single line element with a long tag name and angle bracket on a new line (#​54588)

v17.2.2

Compare Source

common
Commit Type Description
d34e3298db fix image placeholder not removed in OnPush component (#​54515)
compiler
Commit Type Description
6447c0eecc fix adding the inert property to the "SCHEMA" array (#​53148)
compiler-cli
Commit Type Description
0a3edfb543 fix correctly detect deferred dependencies across scoped nodes (#​54499)
790f4f7c26 fix use correct symbol name for default imported symbols in defer blocks (#​54495)
core
Commit Type Description
3bd5860c74 fix properly execute content queries for root components (#​54457)
migrations
Commit Type Description
bb57d34110 fix Fix cf migration regular expression to include underscores (#​54533)
router
Commit Type Description
3e31f1a34e fix Clear internal transition when navigation finalizes (#​54261)
angular/angular (zone.js)

v0.15.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • zone.js: fakeAsync will now flush pending timers at the end of
    the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

0.14.10 (2024-08-05)

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

0.14.6 (2024-05-16)

Bug Fixes

0.14.5 (2024-04-30)

Bug Fixes

0.14.4 (2024-02-13)

Bug Fixes

0.14.3 (2023-12-19)

Bug Fixes
Features
  • zone.js: implement Promise.withResolvers() ([#​53514]

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Feb 22, 2024

Deploy Preview for bss-web-admin ready!

Name Link
🔨 Latest commit c771ac5
🔍 Latest deploy log https://app.netlify.com/sites/bss-web-admin/deploys/66d453732915290008f03039
😎 Deploy Preview https://deploy-preview-226--bss-web-admin.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 96
Accessibility: 100
Best Practices: 92
SEO: 82
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5152ef7 to 6adec16 Compare February 28, 2024 00:43
@renovate renovate bot changed the title Update angular monorepo to v17.2.2 Update angular monorepo to v17.2.3 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6adec16 to e5730cc Compare March 6, 2024 20:18
@renovate renovate bot changed the title Update angular monorepo to v17.2.3 Update angular monorepo to v17.2.4 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e5730cc to fb05e1d Compare March 13, 2024 21:51
@renovate renovate bot changed the title Update angular monorepo to v17.2.4 Update angular monorepo to v17.3.0 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from fb05e1d to 3f2f2d8 Compare March 20, 2024 23:23
@renovate renovate bot changed the title Update angular monorepo to v17.3.0 Update angular monorepo to v17.3.1 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3f2f2d8 to d95e7a1 Compare March 28, 2024 20:01
@renovate renovate bot changed the title Update angular monorepo to v17.3.1 Update angular monorepo to v17.3.2 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d95e7a1 to c3e1101 Compare April 4, 2024 02:05
@renovate renovate bot changed the title Update angular monorepo to v17.3.2 Update angular monorepo to v17.3.3 Apr 4, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from c3e1101 to 7842312 Compare April 10, 2024 23:41
@renovate renovate bot changed the title Update angular monorepo to v17.3.3 Update angular monorepo to v17.3.4 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 7842312 to 331fa35 Compare April 17, 2024 22:26
@renovate renovate bot changed the title Update angular monorepo to v17.3.4 Update angular monorepo to v17.3.5 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 331fa35 to d425c4b Compare April 25, 2024 17:07
@renovate renovate bot changed the title Update angular monorepo to v17.3.5 Update angular monorepo to v17.3.6 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d425c4b to cba45c2 Compare April 30, 2024 22:39
@renovate renovate bot changed the title Update angular monorepo to v17.3.6 Update angular monorepo Apr 30, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from cba45c2 to 893a00e Compare May 1, 2024 19:32
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 893a00e to d4bf312 Compare May 8, 2024 20:38
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from d2643b9 to e3649ad Compare May 22, 2024 21:15
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from b0be9cf to 409b0c3 Compare June 6, 2024 23:23
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 409b0c3 to 358f45b Compare July 17, 2024 22:36
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 358f45b to d5b2856 Compare August 5, 2024 19:49
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d5b2856 to c771ac5 Compare September 1, 2024 11:43
Copy link
Author

renovate bot commented Sep 1, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: bss-web-admin-frontend@0.0.0
npm error Found: zone.js@0.15.0
npm error node_modules/zone.js
npm error   zone.js@"~0.15.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.14.0" from @angular/core@17.3.12
npm error node_modules/@angular/core
npm error   @angular/core@"^17.2.0" from the root project
npm error   peer @angular/core@"17.3.12" from @angular/animations@17.3.12
npm error   node_modules/@angular/animations
npm error     @angular/animations@"^17.2.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-09-01T11_43_40_095Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-09-01T11_43_40_095Z-debug-0.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants