Skip to content

Commit

Permalink
Merge pull request #691 from TNG/renovate/types
Browse files Browse the repository at this point in the history
chore(deps): update types
  • Loading branch information
YaniKolev authored Nov 17, 2023
2 parents b024808 + 3d2b59e commit 0af639a
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 79 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ module.exports = {
selector: 'typeLike',
format: ['PascalCase'],
},
{
selector: 'import',
format: ['camelCase', 'PascalCase'],
},
],
'@typescript-eslint/no-empty-function': 'error',
'@typescript-eslint/no-empty-interface': 'error',
Expand Down
136 changes: 68 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"devDependencies": {
"@sinonjs/fake-timers": "11.2.2",
"@types/cron": "2.0.1",
"@types/human-interval": "1.0.1",
"@types/jest": "29.5.6",
"@types/lodash": "4.14.200",
"@types/luxon": "3.3.3",
"@types/human-interval": "1.0.2",
"@types/jest": "29.5.8",
"@types/lodash": "4.14.201",
"@types/luxon": "3.3.4",
"@types/node": "20.9.1",
"@types/pino": "7.0.4",
"@types/sinonjs__fake-timers": "8.1.4",
"@types/uuid": "9.0.6",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@types/sinonjs__fake-timers": "8.1.5",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
Expand Down
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
},
"packageRules": [
{
"matchPackagePatterns": ["^eslint"],
"matchPackagePatterns": ["^eslint", "^@typescript-eslint/"],
"automerge": true,
"automergeType": "branch",
"groupName": "ESLint packages",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
},
{
"matchPackagePatterns": ["^@types"],
"matchPackagePatterns": ["^@types/"],
"automerge": true,
"automergeType": "branch",
"groupName": "Types",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
},
{
"matchDepTypes": ["devDependencies"],
"excludePackagePrefixes": ["eslint", "@types"],
"excludePackagePrefixes": ["eslint", "@types/, @typescript-eslint/"],
"automerge": true,
"automergeType": "branch",
"groupName": "Dev dependencies",
Expand Down

0 comments on commit 0af639a

Please sign in to comment.