Skip to content

Commit

Permalink
fix(eslint-config-angular): remove deprecated properties (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Dec 8, 2022
1 parent 7b58037 commit eaf5e9a
Show file tree
Hide file tree
Showing 8 changed files with 6,666 additions and 8,433 deletions.
15,057 changes: 6,648 additions & 8,409 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -33,16 +33,16 @@
},
"prettier": "./packages/prettier-config/index.js",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-typescript": "^7.10.4",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@tinkoff/eslint-config": "file:./packages/eslint-config",
"@tinkoff/eslint-plugin": "file:./packages/eslint-plugin",
"@types/eslint": "^7.2.0",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"babel-jest": "^26.0.1",
"concurrently": "5.0.1",
"conventional-changelog-conventionalcommits": "^4.2.3",
Expand Down
4 changes: 0 additions & 4 deletions packages/eslint-config-angular/member-ordering/index.js
Expand Up @@ -28,7 +28,6 @@ module.exports = {
**/
'public-abstract-field',
'protected-abstract-field',
'private-abstract-field',

/**
* instance fields
Expand Down Expand Up @@ -107,11 +106,8 @@ module.exports = {
'public-abstract-set',
'protected-abstract-get',
'protected-abstract-set',
'private-abstract-get',
'private-abstract-set',
'public-abstract-method',
'protected-abstract-method',
'private-abstract-method',

/**
* methods
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-angular/package.json
Expand Up @@ -29,7 +29,7 @@
},
"peerDependencies": {
"@tinkoff/eslint-config": "^1.31.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-sort-class-members": "^1.14.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Expand Up @@ -19,13 +19,13 @@
"url": "https://github.com/TinkoffCreditSystems/linters.git"
},
"dependencies": {
"@babel/eslint-parser": "^7.18.2",
"@babel/eslint-plugin": "^7.17.7",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@babel/eslint-parser": "^7.19.1",
"@babel/eslint-plugin": "^7.19.1",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/eslint-plugin/lib/deprecated/member-ordering.js
Expand Up @@ -42,7 +42,6 @@ const defaultOptions = [
'private-instance-field',
'public-abstract-field',
'protected-abstract-field',
'private-abstract-field',
'public-field',
'protected-field',
'private-field',
Expand All @@ -59,7 +58,6 @@ const defaultOptions = [
'private-instance-method',
'public-abstract-method',
'protected-abstract-method',
'private-abstract-method',
'public-method',
'protected-method',
'private-method',
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Expand Up @@ -14,8 +14,8 @@
"url": "https://github.com/TinkoffCreditSystems/linters.git"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/experimental-utils": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/experimental-utils": "^5.45.1",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/linters/package.json
Expand Up @@ -17,10 +17,10 @@
},
"dependencies": {
"@tinkoff/eslint-plugin": "^1.36.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.28.0",
"@typescript-eslint/experimental-utils": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.45.1",
"@typescript-eslint/experimental-utils": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-functional": "^3.7.2",
Expand Down

0 comments on commit eaf5e9a

Please sign in to comment.