Skip to content

Conversation

clydin
Copy link
Member

@clydin clydin commented Aug 26, 2025

Usages of the tags template literal utility have been removed.

The logic has been refactored to use standard JavaScript template literals and string manipulation methods to achieve the same formatting results. This change affects multiple schematics and their tests.

@clydin clydin added the target: major This PR is targeted for the next major release label Aug 26, 2025
…/core

Usages of the `tags` template literal utility have been removed.

The logic has been refactored to use standard JavaScript template literals and string manipulation methods to achieve the same formatting results. This change affects multiple schematics and their tests.
@clydin clydin force-pushed the ng-schematics/devkit-core-cleanup-1 branch from 625590a to 14c3c95 Compare August 26, 2025 21:14
@clydin clydin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Aug 26, 2025
@clydin clydin requested a review from alan-agius4 August 26, 2025 21:47
…e:path

Continuing the effort to reduce dependencies on `@angular-devkit/core`, this commit replaces path manipulation functions (`join`, `normalize`) with their equivalents from the built-in `node:path/posix` module.

This change affects the `service-worker`, `ssr`, and `web-worker` schematics. Unused imports from `@angular-devkit/core` and other modules were also removed as part of this cleanup.
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Aug 27, 2025
@clydin clydin merged commit 0bc89ef into angular:main Aug 27, 2025
32 checks passed
@clydin clydin deleted the ng-schematics/devkit-core-cleanup-1 branch August 27, 2025 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: @schematics/angular target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants