Skip to content

Commit e8021cf

Browse files
Copilotjakebailey
andauthored
Update danger and danger plugins to latest versions (#3506)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jakebailey <5341706+jakebailey@users.noreply.github.com>
1 parent 5e2b828 commit e8021cf

File tree

3 files changed

+480
-688
lines changed

3 files changed

+480
-688
lines changed

dangerfile.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
// You can test it by running
22
// pnpm danger pr https://github.com/microsoft/TypeScript-Website/pull/115
33

4-
import spellcheck from "danger-plugin-spellcheck"
5-
64
// Blocked on PR deploys, see CI.yml
75
// import lighthouse from "danger-plugin-lighthouse"
86

97
// Spell check all the things
8+
const { default: spellcheck } = require("danger-plugin-spellcheck")
109
spellcheck({ settings: "microsoft/TypeScript-Website@spellcheck.json" })

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"chalk": "^4.1.2",
1616
"concurrently": "^8.2.2",
1717
"cross-env": "^7.0.2",
18-
"danger": "^9.2.10",
18+
"danger": "^13.0.5",
1919
"danger-plugin-lighthouse": "^0.5.2",
20-
"danger-plugin-spellcheck": "^1.5.0",
20+
"danger-plugin-spellcheck": "^2.1.0",
2121
"fb-watchman": "^2.0.1",
2222
"glob": "^7.2.3",
2323
"gray-matter": "4.0.3",

0 commit comments

Comments
 (0)