Skip to content

Commit

Permalink
Upgrade some deprecated packages (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Nov 6, 2023
1 parent f757a19 commit e3e619f
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@typespec/compiler",
"comment": "",
"type": "none"
}
],
"packageName": "@typespec/compiler"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@typespec/eslint-config-typespec",
"comment": "Upgrade `deprecation` plugin to 2.0.0",
"type": "none"
}
],
"packageName": "@typespec/eslint-config-typespec"
}
28 changes: 16 additions & 12 deletions common/config/rush/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"typescript": "~5.2.2",
"vscode-oniguruma": "~2.0.1",
"vscode-textmate": "~9.0.0",
"sinon": "~16.0.0",
"@types/sinon": "~10.0.16"
"sinon": "~17.0.1",
"@types/sinon": "~10.0.20"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-typespec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@typescript-eslint/parser": "^6.2.1",
"@rushstack/eslint-patch": "1.3.2",
"eslint": "^8.49.0",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^47.0.0",
Expand Down

0 comments on commit e3e619f

Please sign in to comment.