File tree Expand file tree Collapse file tree 3 files changed +480
-688
lines changed
Expand file tree Collapse file tree 3 files changed +480
-688
lines changed Original file line number Diff line number Diff line change 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" )
109spellcheck ( { settings : "microsoft/TypeScript-Website@spellcheck.json" } )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments