-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update devdependencies (#203)
* chore(deps): update devdependencies * build(rush): config changes from rush update * chore: change files * Fix lint errors * chore: change files Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: mmkal <[email protected]>
- Loading branch information
1 parent
72630da
commit eb3b412
Showing
18 changed files
with
321 additions
and
404 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// todo: make this not a .txt file. VSCode can't really handle linting the whole project though. | ||
// Probably not worth fixing before https://github.com/eslint/rfcs/9 is implemented though. | ||
module.exports = require('./tools/rig/.eslintrc') |
11 changes: 11 additions & 0 deletions
11
common/changes/eslint-plugin-codegen/renovate-devdependencies_pr-203.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"comment": "chore(deps): update devdependencies (#203) - @renovate[bot]", | ||
"type": "patch", | ||
"packageName": "eslint-plugin-codegen" | ||
} | ||
], | ||
"packageName": "eslint-plugin-codegen", | ||
"email": "renovate[bot]@users.noreply.github.com" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/expect-type/renovate-devdependencies_pr-203.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"comment": "chore(deps): update devdependencies (#203) - @renovate[bot]", | ||
"type": "patch", | ||
"packageName": "expect-type" | ||
} | ||
], | ||
"packageName": "expect-type", | ||
"email": "renovate[bot]@users.noreply.github.com" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/io-ts-extra/renovate-devdependencies_pr-203.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"comment": "chore(deps): update devdependencies (#203) - @renovate[bot]", | ||
"type": "patch", | ||
"packageName": "io-ts-extra" | ||
} | ||
], | ||
"packageName": "io-ts-extra", | ||
"email": "renovate[bot]@users.noreply.github.com" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/memorable-moniker/renovate-devdependencies_pr-203.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"comment": "chore(deps): update devdependencies (#203) - @renovate[bot]", | ||
"type": "patch", | ||
"packageName": "memorable-moniker" | ||
} | ||
], | ||
"packageName": "memorable-moniker", | ||
"email": "renovate[bot]@users.noreply.github.com" | ||
} |
Oops, something went wrong.