Angular Robot
fbf49b5e9c
build: update all non-major dependencies ( #52259 )
...
See associated pull request for more information.
PR Close #52259
2023-10-19 09:25:42 -07:00
Angular Robot
e63e3db80a
build: update all non-major dependencies ( #52024 )
...
See associated pull request for more information.
PR Close #52024
2023-10-09 12:02:26 -07:00
Angular Robot
5e6955a06f
build: update dependency css-selector-parser to v3 ( #51984 )
...
See associated pull request for more information.
PR Close #51984
2023-10-04 07:27:15 -07:00
Andrew Kushnir
684891a63e
refactor(docs-infra): increase timeout for flaky tests ( #51747 )
...
This commit updates the `jasmine.DEFAULT_TIMEOUT_INTERVAL` value for some AIO tests from 10 -> 20 seconds to give more time to complete processing. This commit also refactors tests to use async/await pattern.
PR Close #51747
2023-09-13 10:47:54 -07:00
Andrew Scott
38c6fa1cee
fix(docs-infra): Ensure experimental tag shows up on docs ( #51712 )
...
The experimental tag is part of the stability tags along with "deprecated". This commit updates some code to pick up experimental as well.
PR Close #51712
2023-09-11 09:20:54 -07:00
Joey Perrott
055448e9c6
fix(docs-infra): fix incomplete escaping ( #51604 )
...
Correct incomplete escaping
PR Close #51604
2023-08-31 17:15:29 +00:00
Matthieu Riegler
4a2492380c
docs(docs-infra): fix docs-watch script ( #51316 )
...
With this commit we can use `yarn docs-watch` again
Fixes #51308
PR Close #51316
2023-08-17 10:17:34 -07:00
Matthieu Riegler
6a8c030ab1
docs(docs-infra): Hide decorator option row if empty. ( #51327 )
...
In case where the decorator option has no description nor usageNotes, we can hide that row.
PR Close #51327
2023-08-11 06:07:38 -07:00
aanchal
388d1db89d
docs: add the title tag ( #51233 )
...
PR Close #51233
2023-08-01 12:15:11 -07:00
Angular Robot
27d43a4a7f
build: lock file maintenance ( #51134 )
...
See associated pull request for more information.
PR Close #51134
2023-07-24 08:12:51 -07:00
Matthieu Riegler
33acf4f6ea
docs(docs-infra): fix rendering of Exported from section on Firefox. ( #51116 )
...
On Firefox when an `a` element contains a `block` element, the `a` element is not aligned with the `li` marker.
Fixes #51112
PR Close #51116
2023-07-20 19:58:11 +00:00
Angular Robot
385adbbc53
build: update dependency core-js to v3 ( #51099 )
...
See associated pull request for more information.
PR Close #51099
2023-07-19 17:37:36 +00:00
Matthieu Riegler
957541d550
docs(docs-infra): Throw an error when examples include a binary image ( #50654 )
...
Stackblitz doesnt support sending binary images, this commit makes sure we don't publish examples with missing assets.
PR Close #50654
2023-07-14 20:49:39 +00:00
Matthieu Riegler
5d11844a7c
docs: update link to the TS config. ( #50933 )
...
This TS config doc is now at https://angular.io/guide/typescript-configuration
PR Close #50933
2023-07-05 13:58:35 +02:00
Angular Robot
a5bd5ddbaa
build: lock file maintenance ( #50877 )
...
See associated pull request for more information.
PR Close #50877
2023-06-28 13:33:22 -07:00
Mladen Jakovljević
19913ccbb7
feat(docs-infra): add option to filter docs with developer preview status ( #50142 )
...
Add a feature to the ApiListComponent with which users can filter documents based on the "developer preview" status.
PR Close #50142
2023-06-20 11:01:32 +02:00
Matthieu Riegler
8cd90bacae
docs(docs-infra): throw an error when @link is used with a backtick reference ( #50110 )
...
As part of #50097 , we'll add this constraint to the @see comments
PR Close #50110
2023-06-14 10:54:39 +02:00
Matthieu Riegler
c8c00ae485
docs(docs-infra): create code block for links to methods ( #50110 )
...
Before this commit, links to methods had to rely on a custom title (or the method name would be displayed).
With this commit, {@link MyClass#myMethod} will ouput a link as `MyClass#myMethod`.
This has a 2nd advantage : We can now rely on the validation by the `checkAnchorLinksProcessor` to ensure the method actually exist.
This commit is part of #50110 to improve linking in the documentation.
PR Close #50110
2023-06-14 10:54:38 +02:00
Angular Robot
ad82f3ab47
build: update all non-major dependencies ( #50583 )
...
See associated pull request for more information.
PR Close #50583
2023-06-13 12:45:12 +02:00
Angular Robot
17dec5bbe7
build: lock file maintenance ( #50532 )
...
See associated pull request for more information.
PR Close #50532
2023-06-13 11:46:07 +02:00
Kristiyan Kostadinov
fa1e371fce
build: update AIO to Angular 16.1 ( #50667 )
...
Updates AIO to Angular 16.1.0 to allow for some docs to be updated.
PR Close #50667
2023-06-12 19:15:45 +02:00
aanchal
70c2e39b0b
docs: updated the markup elements ( #50586 )
...
PR Close #50586
2023-06-06 14:14:26 -07:00
Nemikolh
34989fda7a
fix(docs-infra): replace use of turbo on StackBlitz with npm ( #50576 )
...
Turbo is being deprecated and can be replaced by npm with some tweaks. In particular, the installation step needs `--legacy-peer-deps` to mimic turbo's behaviour.
PR Close #50576
2023-06-06 12:19:55 +00:00
alkavats1
d856be0314
docs: removed the obsolete frameborder Tag and updated the files with using css ( #50480 )
...
PR Close #50480
2023-05-30 12:59:26 -07:00
Matthieu Riegler
1ca6362c06
docs(docs-infra): rimraf requires the globflag. ( #50493 )
...
On windows rimraf requires since v4 the glob flag to support wildcards in path.
fixes #49806
PR Close #50493
2023-05-30 12:58:52 -07:00
alkavats1
7d8ebfc949
docs: updated the deprecated tag of width in table tag ( #50487 )
...
PR Close #50487
2023-05-30 09:21:27 -07:00
Mladen Jakovljević
3152c4de92
fix(docs-infra): remove extra slash from JSON-LD data ( #50140 )
...
Remove double slash from the "@id" field.
PR Close #50140
2023-05-23 14:13:10 +00:00
Matthieu Riegler
3e025d9d3b
docs(docs-infra): Add a deprecated label to APIs ( #50287 )
...
This adds a deprecated label next to the other labels on the API pages for methods & properties.
Fixes #44265
PR Close #50287
2023-05-15 09:31:00 -07:00
Matthieu Riegler
d0f6d31228
docs(docs-infra): Remove internal constructors from the doc. ( #50282 )
...
Internal constructor should not be exposed in the doc. This removes them.
Related to #50281
PR Close #50282
2023-05-15 09:24:58 -07:00
Angular Robot
85b4941be1
build: update all non-major dependencies ( #50217 )
...
See associated pull request for more information.
PR Close #50217
2023-05-12 12:56:25 -07:00
Angular Robot
16866596d5
build: update dependency @rollup/plugin-commonjs to v25 ( #50264 )
...
See associated pull request for more information.
PR Close #50264
2023-05-12 10:15:11 -07:00
Angular Robot
f2926b19e8
build: lock file maintenance ( #49879 )
...
See associated pull request for more information.
PR Close #49879
2023-05-11 14:27:01 -07:00
Matthieu Riegler
bad7bae468
docs(docs-infra): Warning message when using absolute links to aio in the documentation ( #50213 )
...
This commit adds a processor to check for absolute links to angular.io. Absolute links to aio should be avoided because they will appear as external links.
PR Close #50213
2023-05-10 14:29:50 -07:00
Alan Agius
cd5946bccd
build: lock file maintenance ( #50227 )
...
See associated pull request for more information.
(cherry picked from commit d5f92bdd64 )
PR Close #50227
2023-05-10 11:32:43 -07:00
Matthieu Riegler
cc286be7af
docs(docs-infra): Remove warning for @Annotation. ( #50218 )
...
Per #50206 , `@Annotation` is needed for tsickle. This commit removes the warning "Invalid tags found" produced by dgeni for the annotation decorator.
PR Close #50218
2023-05-09 14:49:26 -07:00
Angular Robot
84a2e7db55
build: lock file maintenance ( #49914 )
...
See associated pull request for more information.
PR Close #49914
2023-05-09 14:38:45 -07:00
Matthieu Riegler
e60b3d45b9
build: remove unused deps ( #50116 )
...
* All `@types` package removed have typings in their package.
* brotli is unused
* tmp is unused
* vlq is unused
PR Close #50116
2023-05-08 14:33:20 -07:00
Alex Rickabaugh
9d4842cadb
Revert "docs(docs-infra): Remove unused annotation template ( #50114 )" ( #50206 )
...
This reverts commit a1ca162fd6 .
This commit causes failures in g3, because `@Annotation` is load-bearing for
tsickle's decorator downleveling transformation.
PR Close #50206
2023-05-08 09:45:35 -07:00
Matthieu Riegler
a631b1fe63
docs(docs-infra): remove remainings of the webworker platform. ( #50059 )
...
The webworker platform was droped in v11.
PR Close #50059
2023-05-04 09:06:55 +02:00
Alex Rickabaugh
612771ed54
build: update aio to 16.0.0 ( #50131 )
...
This commit updates the Angular version for AIO and its examples to 16.0.0.
PR Close #50131
2023-05-03 12:56:41 -07:00
Matthieu Riegler
a1ca162fd6
docs(docs-infra): Remove unused annotation template ( #50114 )
...
This page is unused since v7.
PR Close #50114
2023-05-03 10:39:49 +02:00
Matthieu Riegler
72ac1a0eab
docs(docs-infra): hide Debugging the errorsection. ( #50074 )
...
On the error template, hide `Debugging the error` when there is none provided in the markdown file.
PR Close #50074
2023-05-02 12:15:01 +02:00
Matthieu Riegler
3c474485e2
docs: Add rxjs-interop and reactivity primitives APIs ( #50066 )
...
This commit add the APIs of rxjs-interop and reactivity primitives to the online documentation.
PR Close #50066
2023-05-01 07:53:47 -07:00
Angular Robot
9b24bb9e50
build: update all non-major dependencies ( #49990 )
...
See associated pull request for more information.
PR Close #49990
2023-04-26 13:13:29 -07:00
Angular Robot
85f3a38bb3
build: update all non-major dependencies ( #49909 )
...
See associated pull request for more information.
PR Close #49909
2023-04-18 20:54:28 +00:00
Ikko Eltociear Ashimine
3ce1c98b1d
refactor: fix typo in windows-chromium-path.js ( #49676 )
...
preceeding -> preceding
PR Close #49676
2023-04-18 16:22:09 +00:00
Matthieu Riegler
f9886e1e28
refactor(docs-infra): remove dart support & mentions ( #49857 )
...
There is no need to keep the support for Dart here.
PR Close #49857
2023-04-17 14:00:49 +00:00
Angular Robot
c190fbb15c
build: update dependency rimraf to v5 ( #49757 )
...
See associated pull request for more information.
PR Close #49757
2023-04-12 09:28:25 -07:00
Andrew Kushnir
b98ecbc0ce
build: update minimum supported Node version from 16.13.0 -> 16.14.0 ( #49771 )
...
This commit updates the minimum supported Node version across packages from 16.13.0 -> 16.14.0 to ensure compatibility with dependencies.
PR Close #49771
2023-04-11 07:56:31 -07:00
Angular Robot
85ca1f99b7
build: update dependency concurrently to v8 ( #49662 )
...
See associated pull request for more information.
PR Close #49662
2023-04-03 19:12:44 -07:00