https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
7e6fc10 release: cut the v14.2.3 release 21 September 2022, 18:06:58 UTC
bba2dae fix(animations): make sure that the useAnimation function delay is applied (#47468) make sure that when an animation is used via the `useAnimation` function and a delay has been provided then that delay gets correctly applied (this PR is a follow up for #47285) PR Close #47468 20 September 2022, 08:10:24 UTC
fe6d33c docs: add fatima amzil to contributors (#47097) PR Close #47097 19 September 2022, 16:58:15 UTC
aaad830 ci: remove atscott from unavailable list (#47482) atscott is no longer OOO long term and is available. PR Close #47482 19 September 2022, 16:16:52 UTC
e5d0cd8 build: fix AleksanderBodurri to be the correct capitalization in pullapprove config (#47483) Fix AleksanderBodurri username. PR Close #47483 19 September 2022, 16:12:19 UTC
1dd5b42 build: update dependency google-closure-compiler to v20220905 (#47437) See associated pull request for more information. PR Close #47437 19 September 2022, 15:21:03 UTC
0095a98 docs: add standalone component intro video (#47359) Fix: #47358 PR Close #47359 19 September 2022, 15:19:09 UTC
9d59bd8 docs: add link to YouTube video of Typed Forms (#47361) Fix: #47360 PR Close #47361 19 September 2022, 15:12:35 UTC
be7a0ee docs: add issue template for Angular DevTools (#47383) Previously there was no existing issue template for users who want to open a feature request or bug report issue for Angular DevTools. This commit addresses this by creating a new issue template for Angular DevTools. PR Close #47383 19 September 2022, 15:10:54 UTC
1e0b078 docs: update events (#47462) Generated `events.json` with the latest events retrieved from the Firebase DB. PR Close #47462 19 September 2022, 15:08:07 UTC
7872371 fix(devtools): fix positioning of property explorer expansion icon (#47446) At some point this went out of sync with the rest of the styling around it. This commit fixes the positioning. PR Close #47446 19 September 2022, 14:59:13 UTC
e563139 fix(docs-infra): apply `text-top` instead of `top` for table alignment (#47457) use `text-top` instead of `top` for table cells verical alignment so that the texts are correctly vertially aligned regardless on the dom structure resolves #47423 PR Close #47457 19 September 2022, 11:14:09 UTC
08cd6e1 test(docs-infra): add mocks for missing mat-icons (#47469) add mocks for missing mat-icons in order to reduce noise when running aio tests PR Close #47469 19 September 2022, 11:12:22 UTC
3f4cbe4 docs: update contribution docs for serving a local library/project (#47421) PR Close #47421 19 September 2022, 07:41:36 UTC
1b42b04 docs(docs-infra): add missing decorator in tutorial step (#47456) PR Close #47456 19 September 2022, 07:40:12 UTC
ef7d888 docs: move Image Directive guide link to the Feature Preview section (#47466) This commit updates the location of the Image Directive guide link in the left navigation menu. Now the link is located under the Feature Preview section. Also, this commit updates the Image Directive guides to add a highlighted message that the directive is in the developer preview mode. PR Close #47466 19 September 2022, 07:37:37 UTC
db3b532 fix(docs-infra): fix `Update AIO events` GitHub Action (#47452) Previously, the `Update AIO events` GitHub Action was using a version of the `create-pr-for-changes` GitHub Action that relied on a GitHub App key for Angular Robot. This, however, prevented PRs from being created from the accounts fork. Switch to a newer version of the `create-pr-for-changes` action that uses a GitHub Personal Access Token instead. PR Close #47452 16 September 2022, 09:17:49 UTC
3119f60 fix(docs-infra): initialize events arrays in EventsComponent (#47458) initialize the events fields of the EventsComponent so that they are always defined PR Close #47458 16 September 2022, 09:14:57 UTC
d961f1f docs(docs-infra): add documentation on debugging the events generation process (#47449) PR Close #47449 15 September 2022, 16:20:15 UTC
cc2d32a release: cut the v14.2.2 release 15 September 2022, 02:47:30 UTC
a0cb501 ci: update payload size for cli-hello-world-lazy test (#47431) The size for the mentioned tests decreased causing CI build to fail. Updating sizes to the current ones. PR Close #47431 14 September 2022, 16:20:56 UTC
ad23934 ci: update payload size for Animations integration test (#47424) This commit updates the payload size for the Animations integration test app. The increase is likely is a result of a number of accumulated changes from various commits merged previously. PR Close #47424 14 September 2022, 05:46:30 UTC
e21494a refactor(core): drop `RootContext` object (#47056) In a previous refactor, the `RootContext` was update to only contain a reference to a component. This commit perform further refactoring to get rid of the `RootContext` altogether, while storing component reference directly on the root view (without the `RootContext` wrapper). PR Close #47056 13 September 2022, 16:21:35 UTC
937e6c5 fix(animations): make sure that the animation function delay is applied (#47285) make sure that when an animation is defined via the `animation` function (and used via `useAnimation`) and a delay has been provided then that delay gets correctly applied resolves #47283 PR Close #47285 13 September 2022, 16:20:45 UTC
24e5c2a docs(core): fix viewProviders & providers typos in NodeInjectorFactory (#47408) Fixes incorrect spellings for providers (provides) and viewProviders (viewProvides) in NodeInjectorFactory examples PR Close #47408 13 September 2022, 16:20:18 UTC
e0f09ec build: use the `create-pr-for-changes` action from `angular/dev-infra` (#47410) Use the `create-pr-for-changes` action of the `angular/dev-infra` repo, instead of the `gkalpak/dev-infra` one. The latter was used during development for debugging purposes during and was accidentally committed to the repo. PR Close #47410 13 September 2022, 16:19:22 UTC
bb06432 refactor(platform-server): add a marker to specify how a page was rendered (#47103) This commit updates the `renderApplication`, `renderModule` and `renderModuleFactory` functions to append a special marker (in a form of an attribute, called `ng-server-context`) to the component host elements. This marker is needed to analyze how a page was rendered. PR Close #47103 13 September 2022, 02:05:49 UTC
183dbb7 docs(forms): correcting description verbs of formGroup methods (#47399) Updated methods' description verbs. They are sometimes used with the assumption of the 'it' pronoun and sometimes not. For instance, the verb 'to construct' is used with 's' in one method description and not others. It is the case for other verbs as well. This is also remarkable in the description of the built-in methods of FormArray. PR Close #47399 13 September 2022, 02:05:23 UTC
4b7b1ae docs: update prompts in the doc issue template (#47389) Co-Authored-By: Joe Martin (Crowdstaffing) <87730750+josmar-crwdstffng@users.noreply.github.com> PR Close #47389 12 September 2022, 20:25:47 UTC
f9f414e docs: replace deprecated --outFile option for ng extract-i18n (#47397) replace deprecated --outFile option for ng extract-i18n The `--outFile` command option was last used in Angular v10 (back when it was still `ng xi18n`), yet there are still references to it in the documentation, alongside the up-to-date option `--out-file`. This commit replaces all mentions to the incorrect option with the correct writing. PR Close #47397 12 September 2022, 20:25:21 UTC
47ed62f docs: fix angle brackets in details code block (#47400) Angle brackets are not showing inside the markdown code block by writing like &lt; &gt;. PR Close #47400 12 September 2022, 20:24:57 UTC
2d7ce00 build(docs-infra): introduce new process for generating data for the events page (#45588) This commit introduces a new process for generating data for the AIO [events page](https://angular.io/events), which streamlines the process and minimizes duplication and manual work. For more details, see `aio/scripts/generate-events/README.md`. PR Close #45588 12 September 2022, 19:25:45 UTC
c9bdf9b fix(common): rename `rawSrc` -> `ngSrc` in NgOptimizedImage directive (#47362) (#47396) As an ongoing effort to stabilize the NgOptimizedImage API before existing the Developer Preview, this commit renames the `rawSrc` attribute used for the NgOptimizedImage selector matching to `ngSrc`. The `rawSrcset` is also renamed to `ngSrcset` for consistency. The motivation for this change is to align the attribute name better with other built-in directives, such as `ngFor`, `ngIf`, `ngClass`, `ngStyle`, etc. Note: this is technically a breaking change, but since the NgOptimizedImage directive is in the Developer Preview mode, we land the change in a patch branch. PR Close #47362 PR Close #47396 12 September 2022, 08:18:55 UTC
a61d553 refactor(common): drop unnecessary srcset sanitization (#47302) This commit updates runtime and compiler to drop unnecessary `srcset` sanitization. The sanitization was needed previously for old browsers, but all modern browsers can handle `srcset` safely without any additional sanitization. See prior discussion in https://github.com/angular/angular/pull/45182. Resolves #45164. PR Close #47302 09 September 2022, 21:27:16 UTC
80c66a1 fix(forms): don't prevent default behavior for forms with method="dialog" (#47308) The forms `submit` event handlers have a `return false` to prevent form submissions from reloading the page, however this also prevents the browser behavior for forms with `method="dialog"`. These changes add an exception since the `method="dialog"` doesn't refresh the page. Fixes #47150. PR Close #47308 09 September 2022, 21:26:49 UTC
055b472 docs: Removed unnecessary blank line (#47329) PR Close #47329 09 September 2022, 21:26:23 UTC
403b970 refactor(common): create an `NgFor` alias for `NgForOf` directive (#47309) This commit adds a re-export of the `NgForOf` class as `NgFor` to improve the DX for cases when the directive is used as standalone. Developers can import `NgFor` class, which better matches the `ngFor` attribute used in a template. PR Close #47309 09 September 2022, 21:04:55 UTC
f4a65b2 docs: fix typo in app.component.ts (#47384) identifer -> identifier PR Close #47384 09 September 2022, 21:04:26 UTC
07a4882 docs: increase aio-preview size limit (#47395) The current limit of ~24MB is now too small to allow preview builds. This update increases the limit to 35MB. PR Close #47395 09 September 2022, 21:01:00 UTC
a3e1303 fix(core): imply @Optional flag when a default value is provided (#47242) Unify default value handling across injector and node injector: as long as a default value is provided it has the same effect as specifying the @Optional() flag. Fixes #47109 PR Close #47242 08 September 2022, 16:34:18 UTC
ea6f6eb docs: updates es version based on issue #47335 (#47379) - Updates the documentation for typescript-configuration.md by updating target version from 'es2017' to 'es2020' PR Close #47379 08 September 2022, 16:33:53 UTC
16ba9aa build: update dependency typescript to ~4.8.0 (#47367) See associated pull request for more information. > **Note** > This is a backport of #47293 to the `14.2.x` branch. PR Close #47367 07 September 2022, 17:49:39 UTC
b75a374 docs: fix linter errors for accessibility page (#47327) This addresses a part of the issue #47179. PR Close #47327 07 September 2022, 17:49:05 UTC
c9666cc docs: fix minor typos in various documentations (#47290) (#47290) PR Close #47290 PR Close #47290 07 September 2022, 17:48:31 UTC
223e27e docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) PR Close #47295 PR Close #47295 07 September 2022, 17:47:21 UTC
4002f01 release: cut the v14.2.1 release 07 September 2022, 17:34:36 UTC
0e35829 fix(compiler): avoid errors for inputs with Object-builtin names (#47220) Using raw objects as a lookup structure will inadvertently find methods defined on `Object`, where strings are expected. This causes errors downstream when string operations are applied on functions. This commit switches over to use `Map`s in the DOM element schema registry to fix this category of issues. Fixes #46936 PR Close #47220 06 September 2022, 18:55:13 UTC
124a600 docs: add new words to vocabulary (#47344) docs: add VMWare to spell check dictionary docs: add rebase, rebases, rebased to spell check dictionary docs: add repos to spell check dictionary docs: change repeated string regex PR Close #47344 06 September 2022, 18:33:15 UTC
2b503c8 docs: Update markdown and formatting in image-directive topic. (#47259) PR Close #47259 06 September 2022, 18:30:50 UTC
6091786 fix(service-worker): include headers in requests for assets (#47260) Previously, when requesting non-cached asset resources from the network, the ServiceWorker would strip off all request metadata (including headers). This was done in order to avoid issues with opaque responses, but it turned out to be overly aggressive, breaking/worsening legit usecases (such as requesting compressed data). This commit fixes this by preserving the headers of such requests. For reference, Workbox passes the original request as is. (See for example the [NetworkFirst][1] strategy). > **Note** > Data requests (i.e. requests for URLs that belong to a data-group) are not affected by this. They already use the original resource as is. [1]: https://github.com/GoogleChrome/workbox/blob/95f97a207fd51efb3f8a653f6e3e58224183a778/packages/workbox-strategies/src/NetworkFirst.ts#L90 Fixes #24227 PR Close #47260 06 September 2022, 17:03:13 UTC
65d9362 test(service-worker): simplify how redirects are defined in `MockServerState` (#47260) Previously, the `MockServerStateBuilder#withRedirect()` method did two things: (a) define a redirect from one path to another and (b) specify the contents of the redirect destination. This was confusing, because it deviated from the regular way of specifying file contents, which is via a `MockFileSystem` instance. This commit slightly simplifies the process of defining redirects by having the `withRedirect()` method only define the redirect and let the contents of the redirect destination be specified as usual via `MockFileSystem`. This makes `MockFileSystem` the single source of truth for file contents used with `MockServerState`. PR Close #47260 06 September 2022, 17:03:13 UTC
f5cfbe0 test(service-worker): fix default value of `Request#credentials` (`omit` --> `same-origin`) (#47260) Previously, the default value of `MockRequest#credentials` (used in testing) was set to `omit`. This was different than the default value used in browsers, which is `same-origin` (see [Request docs on MDN][1]) and could lead to incorrect test results. This commit changes the default value for `credentials` to `same-origin` to match what would happen in the browser. [1]: https://developer.mozilla.org/en-US/docs/Web/API/Request/credentials PR Close #47260 06 September 2022, 17:03:13 UTC
28d3350 fix(service-worker): only consider GET requests as navigation requests (#47263) Previously, the criteria for determining if a request was a [navigation request][1] did not account for the request method. This incorrectly identified HTML form submit POST requests as navigation requests and served `index.html` instead of passing them through to the server, thus breaking the form submission. This commit fixes this by ensuring that only GET requests are considered navigation requests. > **Note** > HTML forms with their method set to `GET` will still be affected by > the issue. This is not a big concern, because using `GET` for form > submission is quite uncommon and generally discouraged (due to > limitations and security considerations). [1]: https://angular.io/guide/service-worker-config#handling-navigation-requests Fixes #36368 PR Close #47263 06 September 2022, 17:02:11 UTC
56304d6 build: update io_bazel_rules_sass digest to f3874ae (#47292) See associated pull request for more information. PR Close #47292 06 September 2022, 16:59:22 UTC
d8cfb7c refactor(router): remove unnecesary `null` (#47238) These null values are unused and unecessary. I suspect it's a remnant from when the codebase was transpiled to Dart. PR Close #47238 06 September 2022, 16:57:38 UTC
f4825c7 refactor(common): remove unnecesary `null` (#47238) These null values are unused and unecessary. I suspect it's a remnant from when the codebase was transpiled to Dart. PR Close #47238 06 September 2022, 16:57:38 UTC
e6b6e89 refactor(animations): remove unnecesary `null` (#47238) These null values are unused and unecessary. I suspect it's a remnant from when the codebase was transpiled to Dart. PR Close #47238 06 September 2022, 16:57:38 UTC
da7dc46 refactor(forms): remove unnecesary `null` (#47238) These null values are unused and unecessary. I suspect it's a remnant from when the codebase was transpiled to Dart. PR Close #47238 06 September 2022, 16:57:38 UTC
1875ce5 fix(common): use DOCUMENT token to query for preconnect links (#47353) `PreconnectLinkChecker` checks to see if preconnect links have been added to the `<head>` element but uses `document` directly which does not exist when rendering in Angular Universal. This PR switches the `PreconnectLinkChecker` to use the `DOCUMENT` token instead so that the query works when SSR'ing PR Close #47353 06 September 2022, 16:56:27 UTC
c0d7ac9 fix(common): improve formatting of image warnings (#47299) This is a tiny fix to add paragraph breaks in image distortion warnings to make them a bit easier to read. With this change, the intrinsic and rendered image sizes are printed on their own lines instead of mid-paragraph. PR Close #47299 06 September 2022, 16:55:57 UTC
0d337c9 build: update github/codeql-action action to v2.1.22 (#47223) See associated pull request for more information. PR Close #47223 06 September 2022, 16:51:56 UTC
b7c1d72 docs: fix linting errors in component overview guide (#47352) PR Close #47352 06 September 2022, 16:41:13 UTC
844f48c docs: add substitution entry for camel case (#47351) PR Close #47351 06 September 2022, 16:40:40 UTC
57f13bf docs: fix linting errors in class binding guide (#47351) PR Close #47351 06 September 2022, 16:40:40 UTC
f11d6ff docs: apply suggestions from code review (#47350) Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com> PR Close #47350 06 September 2022, 16:38:33 UTC
798a92d docs: fix linting errors in architecture components guide (#47350) PR Close #47350 06 September 2022, 16:38:32 UTC
be5180a docs: formatting issue (#47349) There were some formatting issue and I just updated * to & in migration-undecorated-classes.md PR Close #47349 06 September 2022, 16:37:49 UTC
200ddce docs: update angular-package-format guide (#47342) PR Close #47342 06 September 2022, 16:35:39 UTC
0ba363d docs: update aio/content/guide/angular-package-format.md with suggestion (#47342) Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com> PR Close #47342 06 September 2022, 16:35:39 UTC
5f06544 docs: apply suggestions from code review (#47342) adding suggestions from Bob. Co-authored-by: Bob Watson <104218420+bob-watson@users.noreply.github.com> PR Close #47342 06 September 2022, 16:35:39 UTC
55cc287 docs: fix linting errors in angular package format guide (#47342) PR Close #47342 06 September 2022, 16:35:38 UTC
0e2d2a5 docs: fix grammar (#47333) there aren't many forms here, the object model belongs to the form, hence the apostroph is needed before the letter s PR Close #47333 06 September 2022, 16:33:15 UTC
a62f3fa docs: fixed a "grammatical opportunity" (#47328) Since "application design" is being used as an adjective in the following sentence: Angular is an application design framework and development platform for creating efficient and sophisticated single-page apps. I recommend replacing it with "application-design" (cf. https://en.wikipedia.org/wiki/Compound_modifier). PR Close #47328 06 September 2022, 16:32:26 UTC
577673d docs: fix linting errors in change detection guide (#47324) PR Close #47324 06 September 2022, 16:31:21 UTC
58fd2dc docs: update cloudinary url (#47320) PR Close #47320 06 September 2022, 16:30:49 UTC
d10b6f5 docs: fix typo in image directive guide (#47313) PR Close #47313 06 September 2022, 16:30:14 UTC
c5d0da9 docs: fix doc linter warnings in `app-shell.md` (#47282) PR Close #47282 06 September 2022, 16:24:05 UTC
3f81b2a docs: fix doc linter warning and error in `accessibility.md` (#47282) PR Close #47282 06 September 2022, 16:24:04 UTC
24660f6 docs: fix doc linter warnings in `angular-compiler-options.md` (#47282) PR Close #47282 06 September 2022, 16:24:04 UTC
80155e8 docs(service-worker): add note regarding assets and CORS (#47262) Fixes #41931 PR Close #47262 06 September 2022, 16:23:29 UTC
921ab02 refactor(service-worker): refactored code to remove useless code (#47255) - Removes useless code in `generator.ts` and `module.ts` in service-workers - Uses inline variables to return values from functions PR Close #47255 06 September 2022, 16:15:07 UTC
5d9f933 docs: fixing typos and grammatical errors in several documentation files (#47254) - Fixes grammar issues in various markdown files, like the `DEBUG.md` or `DEVELOPER.md` PR Close #47254 06 September 2022, 16:14:25 UTC
fd1bfaa docs(docs-infra): improve docs on updating angular.io and docs examples apps (#47250) Add a new doc, `aio/UPDATING.md`, with instructions on updating the angular.io app to align with the latest Angular CLI/framework/Material. Also, update the instructions on updating the docs examples apps. PR Close #47250 06 September 2022, 16:13:54 UTC
ee8a3a2 docs(docs-infra): add instructions on using Let's Encrypt for preview server certificates (#47250) Add a new doc with instructions on how to use TLS certificates issues by [Let's Encrypt][1] in the PR preview server. [1]: https://letsencrypt.org/ PR Close #47250 06 September 2022, 16:13:53 UTC
6ef1d37 docs(docs-infra): minor improvements in preview server docs (#47250) PR Close #47250 06 September 2022, 16:13:53 UTC
41c845b docs: typo (#47246) It appears that the indefinite pronoun either does not agree with the verb occur in your sentence. Consider changing the form of the verb. PR Close #47246 06 September 2022, 16:13:22 UTC
acfa5cb docs: compress the bios image (#47244) PR Close #47244 06 September 2022, 16:12:39 UTC
8c6227f docs: add Maina Wycliffe to GDE resources (#47244) PR Close #47244 06 September 2022, 16:12:39 UTC
7b92f21 docs(service-worker): improve docs related to `SwUpdate` APIs (#46960) This commit improves documentation related to recently improved or deprecated `SwUpdate` APIs in the following ways: - Update [check-for-update.service.ts][1] to make use of the return value of [SwUpdate#checkForUpdate()][2]. - Update [prompt-update.service.ts][3] to not call [SwUpdate#activateUpdate()][4] and just reload the page. - Update the [SwUpdate#activateUpdate()][4] API docs to explain that it is only useful if you want to update a client without reloading and that it can easily lead to version skew. - Update [a code-snippet][5] to no longer be [hard-coded][6]. [1]: https://github.com/angular/angular/blob/9d9d05911dbd6e2f30e4c7bced0e41fd20ec4285/aio/content/examples/service-worker-getting-started/src/app/check-for-update.service.ts#L16 [2]: https://angular.io/api/service-worker/SwUpdate#checkForUpdate [3]: https://github.com/angular/angular/blob/9d9d05911dbd6e2f30e4c7bced0e41fd20ec4285/aio/content/examples/service-worker-getting-started/src/app/prompt-update.service.ts#L15 [4]: https://angular.io/api/service-worker/SwUpdate#activateUpdate [5]: https://github.com/angular/angular/blob/96c6139c9ab35aa6ab2330a5a79a5906d5c2e8be/packages/service-worker/src/update.ts#L44-L54 [6]: https://angular.io/guide/docs-style-guide#hard-coded-snippets Fixes #43665 PR Close #46960 06 September 2022, 16:11:58 UTC
626340b docs(http): Update HttClient "JSON object" to "JavaScript object" (#47325) updated all references of "JSON object" to "JavaScript object" in HttpClient `common/http/src/client.ts` Fixes #43242 PR Close #47325 03 September 2022, 18:00:44 UTC
af975d5 docs(http): replace http method return description (#47322) PR Close #47322 02 September 2022, 02:14:56 UTC
4ac5ea3 docs: update security guide (#47296) Update the security guide to our new vulnerability intake process. PR Close #47296 30 August 2022, 18:03:44 UTC
20e1a24 build: update to TypeScript 4.8 final (#47270) (#47278) Bumps up to the final version of TS 4.8 and removes some workarounds. PR Close #47270 PR Close #47278 26 August 2022, 17:27:55 UTC
59a6fe7 refactor(compiler): replace most usages of getMutableClone (#47167) (#47271) Replaces (almost) all of the usages of the deprecated `getMutableClone` function from TypeScript which has started to log deprecation warnings in version 4.8 and will likely be removed in version 5.0. The one place we have left is in the default import handling of ngtsc which will be more difficult to remove. PR Close #47167 PR Close #47271 26 August 2022, 16:44:31 UTC
fed626d docs(common): fix code examples in image directive guide (#47269) PR Close #47269 26 August 2022, 16:20:58 UTC
e9b3d20 release: cut the v14.2.0 release 25 August 2022, 21:30:43 UTC
c5db867 fix(common): remove duplicate deepForEach (#47189) This commit removes a duplicate deepForEach function from url.ts. It is also in the preconnect_link_checker, where it is actually used. PR Close #47189 24 August 2022, 19:20:58 UTC
f9511bf fix(common): avoid interacting with a destroyed injector (#47243) The NgOptimizedImage directive was previously trying to use an already destroyed injector in the ngOnDestroy callback. This fix pre-injects necessery tokens so no injector calls are done in the destroy process. PR Close #47243 24 August 2022, 19:20:24 UTC
40d8821 docs: add image directive guide (#47155) PR Close #47155 24 August 2022, 19:16:48 UTC
9e02af8 build: invalidate circleci cache to prune unused nested node modules (#47240) Yarn 1.x has a bug where it keeps nested unused node modules and doesn't delete them automatically. This throws off Bazel in some scenarios when the lock file is updated. This commit invalidates the cache to get a fresh clean node modules cache without any unused nested directories. PR Close #47240 24 August 2022, 18:04:19 UTC
back to top