Skip to content

Commit

Permalink
Reverted chai to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
reduckted committed Jan 1, 2024
1 parent 96cfea0 commit 4066413
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 55 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ updates:
ignore:
- dependency-name: "@types/vscode" # Pinned to enable support for older versions of VS Code.
- dependency-name: "@types/node" # Pinned because VS Code uses Node.js v16.
- dependency-name: "chai" # Pinned because v5 is ESM only.
- dependency-name: "sinon-chai" # Pinned because chai@5 is ESM only.

- package-ecosystem: "nuget"
directory: "/visual-studio"
Expand Down
2 changes: 1 addition & 1 deletion vscode/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"typescript.tsdk": "node_modules\\typescript\\lib"
}
122 changes: 69 additions & 53 deletions vscode/package-lock.json

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

2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@vscode/test-electron": "2.3.8",
"@vscode/vsce": "2.22.0",
"ajv": "8.12.0",
"chai": "5.0.0",
"chai": "4.3.10",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
Expand Down

0 comments on commit 4066413

Please sign in to comment.