Skip to content
Merged
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
2 changes: 1 addition & 1 deletion assets/deprecation-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- [ ] 📢 Are called out in [`docs/breaking-changes.md`][]
- [ ] ⚠️ Use the deprecation helpers in [`lib/common/deprecate.ts`](https://github.com/electron/electron/blob/main/lib/common/deprecate.ts) to warn about usage (including events)
- [ ] 📝 Are marked as deprecated in the docs, using `_Deprecated_` (including properties and events)
- [ ] 🧪 Relevant tests are updated to expect deprecation messages using the helpers in [`spec/lib/deprecate-helpers.ts`](https://github.com/electron/electron/blob/main/spec/lib/deprecate-helpers.ts)
- [ ] 🧪 Relevant tests are updated to expect deprecation messages using the helpers in [`spec/lib/warning-helpers.ts`](https://github.com/electron/electron/blob/main/spec/lib/warning-helpers.ts)

### 🗑️ Previous deprecations being removed in this PR

Expand Down