Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions dangerfile.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// You can test it by running
// pnpm danger pr https://github.com/microsoft/TypeScript-Website/pull/115

import spellcheck from "danger-plugin-spellcheck"

// Blocked on PR deploys, see CI.yml
// import lighthouse from "danger-plugin-lighthouse"

// Spell check all the things
const { default: spellcheck } = require("danger-plugin-spellcheck")
spellcheck({ settings: "microsoft/TypeScript-Website@spellcheck.json" })
4 changes: 2 additions & 2 deletions package.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot also update the other danger plugins

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated danger-plugin-spellcheck from ^1.5.0 to ^2.1.0. danger-plugin-lighthouse was already at the latest (^0.5.2). Verified pnpm danger ci works correctly with the updated plugin. (d329652)

Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"chalk": "^4.1.2",
"concurrently": "^8.2.2",
"cross-env": "^7.0.2",
"danger": "^9.2.10",
"danger": "^13.0.5",
"danger-plugin-lighthouse": "^0.5.2",
"danger-plugin-spellcheck": "^1.5.0",
"danger-plugin-spellcheck": "^2.1.0",
"fb-watchman": "^2.0.1",
"glob": "^7.2.3",
"gray-matter": "4.0.3",
Expand Down
Loading