NOTE: `stemmer` v2.0.0 switched to ES modules (see words/stemmer@03519229c8), which means that the only way to consume it in our CommonJS setup (for example, in [generateKeywords][1]) is via an async `import()`. This commit makes the `generateKeywords` processor asynchronous in order to be able to dynamically import and use `stemmer`. [1]: 251bec159a/aio/tools/transforms/angular-base-package/processors/generateKeywords.js PR Close #41724
251bec159a/aio/tools/transforms/angular-base-package/processors/generateKeywords.js
This commit updates the `eslint` and `eslint-plugin-jasmine` packages to latest versions to take advantage of latest fixes and improvements. PR Close #41429
These issues appeared after upgrade of eslint jasmine plugin PR Close #19702