8000 chore: update deprecation helpers link by dsanders11 · Pull Request #191 · electron/cation · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: update deprecation helpers link #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
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
0