angular-ru-sdk
angular-ru-sdk copied to clipboard
build: update eslint dependencies (major)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| eslint-import-resolver-typescript | dependencies | major | 2.7.1 -> 3.3.0 |
| eslint-plugin-decorator-position | dependencies | major | 4.0.1 -> 5.0.1 |
| eslint-plugin-html | dependencies | major | 6.2.0 -> 7.1.0 |
| eslint-plugin-unicorn | dependencies | major | 42.0.0 -> 43.0.2 |
Release Notes
import-js/eslint-import-resolver-typescript
v3.3.0
Minor Changes
-
#154
42f2dd6Thanks @JounQin! - feat: addexternsionAliasoption support,.d.([cm]?ts|tsx)are always preferred than.([cm]?js|jsx)typescriptresolvestypescript/lib/typescript.d.tsinstead oftypescript/lib/typescript.jsby default -
#154
42f2dd6Thanks @JounQin! - feat: exportsglobSync,defaultExtensions,defaultMainFields,defaultConditionNamesanddefaultExtensionAliasfor reusing
Patch Changes
-
#154
42f2dd6Thanks @JounQin! - perf: cacheoptionsandresolver -
#154
42f2dd6Thanks @JounQin! - chore: align with Angular Package Format correctlyreference: https://angular.io/guide/angular-package-format
-
#156
4bd60c3Thanks @JounQin! - docs: document options fromenhanced-resolve
v3.2.7
Patch Changes
v3.2.6
Patch Changes
v3.2.5
Patch Changes
v3.2.4
Patch Changes
v3.2.2
Patch Changes
v3.2.1
Patch Changes
v3.2.0
Minor Changes
-
#128
56775b3Thanks @JounQin! - refactor: support custom extensions on resolving -
#128
56775b3Thanks @JounQin! - feat: try extensionless file by default
v3.1.5
Patch Changes
v3.1.4
Patch Changes
v3.1.3
Patch Changes
v3.1.2
Patch Changes
3.1.1 (2022-06-27)
Bug Fixes
v3.1.1
v3.1.0
⚠ BREAKING CHANGES
- use enhanced-resolve instead
Features
- support angular-package-format out of box (7e0cd04)
- use enhanced-resolve instead (39ab8b1), closes #85 #107
v3.0.0
⚠ BREAKING CHANGES
- remove depracated directory option
- use get-tsconfig to replace tsconfig-paths
- bump globby, use synckit for sync fn
- deps: bump tsconfig-paths to ^4.0.0 (#104)
Features
-
bump globby, use synckit for sync fn (322cb29)
-
ignore
node_modulesfolder inprojectsoption glob (#105) (1e1b5a6) -
remove depracated directory option (67c8d59)
-
use get-tsconfig to replace tsconfig-paths (78a08e0)
2.7.1 (2022-04-03)
Bug Fixes
NullVoxPopuli/eslint-plugin-decorator-position
v5.0.1
Bug Fixes
- bug where decorators would not correctly be placed on a separate line for methods (4bbcc36)
- ci: tell ci that the default branch name is now 'main' (d058726)
- package: include babel config during publishing (a059a47), closes /github.com/NullVoxPopuli/eslint-plugin-decorator-position/issues/493#issuecomment-1185321587
v5.0.0
Features
- support eslint@8 (4193fac)
- upgrade: adding eslint v7 ci testing (fef593c)
- upgrade: adding exports of private eslint api on first rule run (c8186e3)
- upgrade: adding exports of private eslint api on first rule run (582543e)
- upgrade: adding postinstall script to exports private eslint api (7ad2761)
- upgrade: adding support for eslint v6 (d549fe1)
- upgrade: adding support for eslint v7 (afdc876)
- upgrade: drop automatic detection of printWidth (deb4c07)
- upgrade: eslint@8 (e00f402)
- upgrade: fix ci (6f382ca)
- upgrade: fix lint (882599d)
- upgrade: fix lint (49603f9)
- upgrade: fix smoke tests (359dec5)
- upgrade: fix smoke tests (1648e88)
- upgrade: rolling back formatting and package version (01b0087)
- upgrade: upgrade readme (9452f5e)
BREAKING CHANGES
-
- node 12 is no longer supported, support for node 18 was added.
- eslint8 will not support the prettier/prettier rule. reading the config from prettier/prettier is not supported by eslint. It's possible it could maybe be added later through hacks (currently in place) / private api usage, but eslint8 does not give access to the config for a file.
4.0.1 (2021-09-29)
Bug Fixes
sindresorhus/eslint-plugin-unicorn
v43.0.2
v43.0.1
- Remove
prefer-event-targetfrom the recommended preset4d2faacEventTargetrequires Node.js 16 and we target Node.js 14. We'll enable it again in a year when we can target Node.js 16.
v43.0.0
New rules
Breaking
- Require Node.js 14
Improvements
- Add
prefer-top-level-awaitrule to recommended preset (#1803)6f5ecf5 - Deprecate
import-indexrule (#1787)0034e69 - Update abbreviations to support Next.js functions (#1804)
4b96057 text-encoding-identifier-case: Ignore JSXmeta[charset="utf-8"](#1817)c67a70fprefer-number-properties: Check any use of global functions (#1834)51d7e06prefer-number-properties: Detect usage via global object (#1832)80c4af2no-array-for-each: Check reassign infor..inandfor..of(#1824)d3b2548no-useless-undefined: Ignoreref(undefined)in Vue project (#1828)e7306e5prefer-node-protocol: Always checkrequire()(#1827)2c914d4no-array-for-each: Improve parameter reassign detection (#1823)56df468no-array-for-each: Add fix for arrow function body (#1785)59218e3
Fixes
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Renovate Bot.
Codecov Report
Merging #1343 (f475379) into master (a1b4a86) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #1343 +/- ##
=======================================
Coverage 82.67% 82.67%
=======================================
Files 617 617
Lines 8747 8747
Branches 1679 1679
=======================================
Hits 7232 7232
Misses 1435 1435
Partials 80 80
| Flag | Coverage Δ | |
|---|---|---|
| cdk | 80.14% <ø> (ø) |
|
| jest | 80.83% <ø> (ø) |
|
| ngxs | 96.63% <ø> (ø) |
|
| summary | 82.67% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 8025d7a...f475379. Read the comment docs.