angular-ru-sdk
angular-ru-sdk copied to clipboard
🅰️ ngular-RU Software Development Kit
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | dependencies | patch | [`27.5.0` -> `27.5.2`](https://renovatebot.com/diffs/npm/@types%2fjest/27.5.0/27.5.2) | | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://togithub.com/kulshekhar/ts-jest))...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@ngxs/logger-plugin](https://togithub.com/ngxs/store) | devDependencies | patch | [`3.7.3` -> `3.7.4`](https://renovatebot.com/diffs/npm/@ngxs%2flogger-plugin/3.7.3/3.7.4) | | [@ngxs/store](https://togithub.com/ngxs/store) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular-devkit/build-angular](https://togithub.com/angular/angular-cli) | devDependencies | patch | [`13.3.2` -> `13.3.9`](https://renovatebot.com/diffs/npm/@angular-devkit%2fbuild-angular/13.3.2/13.3.9) | | [@angular/animations](https://togithub.com/angular/angular) |...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/ngxs/store/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have...
### Which @angular-ru/* package(s) are relevant/releated to the feature request? eslint-config-enterprise ### Description "@typescript-eslint/no-unnecessary-type-constraint": "error"
### Which @angular-ru/* package(s) are relevant/releated to the feature request? _No response_ ### Description https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/consistent-type-exports.md
### Which @angular-ru/* package(s) are relevant/releated to the feature request? _No response_ ### Description ``` 'import/resolver': { 'eslint-import-resolver-typescript': true, // always try to resolve types under `@types` directory // even...
### Which @angular-ru/* package(s) are relevant/releated to the feature request? _No response_ ### Description ``` '@typescript-eslint/consistent-type-imports': [ 'error', {prefer: 'type-imports', disallowTypeAnnotations: true}, ], ```
### Which @angular-ru/* package(s) are relevant/releated to the feature request? _No response_ ### Description "importsNotUsedAsValues": "error"