From 24250aad754224dcb9258d357cadc6f80ba81d6f Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 6 May 2025 23:24:46 -0700 Subject: [PATCH] chore: update deprecation helpers link --- assets/deprecation-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/deprecation-checklist.md b/assets/deprecation-checklist.md index 33f980d..7e2d58d 100644 --- a/assets/deprecation-checklist.md +++ b/assets/deprecation-checklist.md @@ -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