Paul Gschwendtner
4fee94a96c
build: rename //:root_modules
to //:node_modules
.
...
This is necessary as `rules_js` requires this "common name" when dealing
with Yarn workspaces, linking first party dependencies automatically.
In the future, we may be able to send a PR to `rules_js` to support a
custom name somehow.
2025-01-15 19:20:40 +01:00
Joey Perrott
92c7674604
build: migrate @angular-devkit/schematics-cli to npm_package
...
This allows us to use the package in the RJS pnpm workspace.
2025-01-15 08:36:31 -08:00
Angular Robot
23ebfd9440
build: update all non-major dependencies
2025-01-15 10:56:18 +01:00
Paul Gschwendtner
a8335cf950
build: never use interop targets for ts compilations
...
* Removes `interop_deps` from the `ts_project` interop macro.
* Keeps `_rjs` suffix for now as we still need the interop targets for
e.g. `jasmine_node_test` and the `rules_nodejs` linker.
In follow-ups we can remove the suffix, and interop layer.
2025-01-09 09:42:06 +01:00
Charles Lyding
0d9a8359cb
build: migrate @angular-devkit/schematics-cli
to ts_project
...
The `@angular-devkit/schematics-cli` package has been migrated to the `rules_js` ts_project rule.
2024-12-23 12:05:42 -05:00
Angular Robot
099b5a7d53
build: update all non-major dependencies
2024-12-23 09:22:06 -05:00
Angular Robot
e126bf9018
build: update all non-major dependencies
2024-12-08 15:32:03 +01:00
Angular Robot
d095498622
build: update schematics dependencies to ~5.5.0
2024-12-03 08:34:23 +01:00
Kristiyan Kostadinov
4d466bfa6a
build: update to TypeScript 5.7
...
Updates the repo to use TypeScript 5.7.
2024-12-02 14:15:18 +01:00
Angular Robot
14bc784f09
build: update all non-major dependencies
2024-11-12 13:13:19 -08:00
Angular Robot
afec9297dc
build: update all non-major dependencies
2024-10-28 14:36:59 -04:00
Angular Robot
d4c17520b1
build: update schematics dependencies to ~5.4.0
2024-10-14 09:33:51 -07:00
Angular Robot
5c57e1da36
build: update dependency @inquirer/prompts to v7
2024-10-07 09:44:53 -07:00
Angular Robot
93542bfc6d
build: update dependency @inquirer/prompts to v6
2024-09-16 08:19:49 +02:00
Kristiyan Kostadinov
8f051a49e6
build: update all remaining places to TypeScript 5.6
...
Updates a few leftover places to the TypeScript 5.6 final version.
2024-09-10 09:25:11 +02:00
Angular Robot
27c1c77896
build: update all non-major dependencies
2024-09-09 19:36:13 +02:00
Angular Robot
eb97c4354f
build: update schematics dependencies to ~5.3.0
2024-09-09 16:44:12 +02:00
Angular Robot
83918eee6c
build: update all non-major dependencies
2024-09-03 07:44:10 -04:00
sidhanshamil
37693c40e3
feat(@angular-devkit/schematics-cli): add package manager option to blank schematic
2024-08-13 09:29:55 -04:00
Alan Agius
73c2437965
fix(@angular-devkit/schematics-cli): prevent bypassing select/checkbox prompts on validation failure
...
Previously, when a select or checkbox prompt failed validation, it was bypassed, preventing users from correcting their input. This commit ensures that when validation fails, the prompts are re-displayed, allowing users to make the necessary corrections. This improves the user experience and helps avoid unintended selections.
Closes #28189
2024-08-12 15:42:17 +02:00
Angular Robot
3e1f952536
build: update all non-major dependencies
2024-08-07 11:00:03 -04:00
Angular Robot
349e052f41
build: update all non-major dependencies
2024-08-05 15:43:13 -04:00
Angular Robot
2bf8e7f296
build: update all non-major dependencies
2024-07-30 12:40:39 +02:00
Angular Robot
22938486c5
build: update all non-major dependencies
2024-07-29 14:39:15 +02:00
Angular Robot
048df34ccb
build: update dependency @inquirer/prompts to v5.3.2
2024-07-23 18:14:59 -07:00
Angular Robot
94b331e667
build: update all non-major dependencies
2024-07-22 12:53:59 -07:00
Angular Robot
64b50815e1
build: update all non-major dependencies
2024-07-18 10:04:45 -07:00
Angular Robot
e21e9867f0
build: update all non-major dependencies
2024-07-17 09:34:41 -07:00
Charles Lyding
5895e9fb01
test: enable no-case-declarations
lint rule
...
The `no-case-declarations` rule is now enabled and all failures
in have been addressed within the published code. Unit tests
have been excluded.
2024-07-11 08:19:56 +02:00
Angular Robot
89aa22a7ba
build: update all non-major dependencies
2024-07-08 12:06:20 +02:00
Alan Agius
f16fbd82ad
build: update all non-major dependencies
2024-07-01 13:44:11 +02:00
Angular Robot
7c4e0918d9
build: update all non-major dependencies
2024-06-27 10:09:22 -07:00
Kristiyan Kostadinov
eb52981885
build: use TypeScript 5.5 for new projects and tests
...
Now that https://github.com/angular/angular/pull/56358 is on track for 18.1, we can use TypeScript 5.5 for newly-created projects and in tests.
2024-06-26 08:29:01 -07:00
Angular Robot
a442f8c3a3
build: update all non-major dependencies
2024-06-20 09:15:40 +02:00
Charles Lyding
d36c53bc82
refactor(@angular-devkit/schematics-cli): use latest inquirer prompt package
...
The `inquirer` package has been rewritten with a new set of packages.
The rewrite had a focus on reduced package size and improved performance.
The main prompt package is now `@inquirer/prompts`. The API is very similar
but did require some refactoring to adapt to Angular's usage.
2024-06-07 08:58:25 -04:00
Alan Agius
60b7c13bdd
refactor: format bazel build files
...
The formatter does not automatically fix these failures.
2024-06-06 11:12:06 +02:00
Ash Ramirez
434a3740f0
refactor(@angular/cli): update aio links -> adev links
...
Updates for all angular.io links to the new angular.dev domain. Additionally, adjustment to new resources where the equivalent does not exist on the new site (e.g. Tour of Heroes tutorial)
2024-06-06 11:12:06 +02:00
Angular Robot
2e9fe6a22a
build: update all non-major dependencies
2024-06-03 10:50:03 -07:00
Angular Robot
776e63d3c9
build: update all non-major dependencies
2024-05-20 09:44:20 -04:00
Angular Robot
0154af9afa
build: update all non-major dependencies
2024-05-14 14:29:10 +02:00
Angular Robot
1d7531b88f
build: update all non-major dependencies
2024-04-29 06:54:11 -04:00
Angular Robot
8843188080
build: update all non-major dependencies
2024-04-17 20:01:54 +02:00
Angular Robot
b250831598
build: update all non-major dependencies
2024-04-15 12:34:09 +02:00
Angular Robot
3860fb3e42
build: update all non-major dependencies
...
(cherry picked from commit 7da0965ce3856cfc99158db8510ae339d3dc8fad)
2024-04-02 10:07:07 -07:00
Angular Robot
8374dc6df1
build: update all non-major dependencies
2024-03-14 10:53:31 +01:00
Alan Agius
32fda45e45
build: update TypeScript version to ~5.4.2
2024-03-07 15:26:05 +01:00
Angular Robot
30f182c7ad
build: update all non-major dependencies
2024-02-26 14:29:44 -05:00
Charles Lyding
275b5e7480
refactor(@angular-devkit/schematics-cli): rename schematic template files with a template extension
...
Files that contain template instructions should include a `.template` extension to prevent them from
being treated as TypeScript/JSON/etc. files. Not doing so can result in parse errors or other failures
when the files are incorrectly processed by other tools.
2024-02-15 11:01:28 +01:00
Angular Robot
ccdaed4e49
build: update all non-major dependencies
2024-02-06 08:42:54 -05:00
Angular Robot
8515c6bb54
build: update all non-major dependencies
2024-01-29 15:27:28 -08:00