DEV: Remove transition-methods deprecation (#22673)

All https://deprecations.emberjs.com/v3.x/#toc_routing-transition-methods deprecations have been resolved.
This commit is contained in:
Isaac Janzen 2023-07-18 16:09:28 -05:00 committed by GitHub
parent 72edb7270c
commit bd88b7d6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@ globalThis.deprecationWorkflow.config = {
// `throwOnUnhandled` here since it is easier to toggle.
workflow: [
{ handler: "silence", matchId: "route-render-template" },
{ handler: "silence", matchId: "routing.transition-methods" },
{ handler: "silence", matchId: "route-disconnect-outlet" },
{ handler: "silence", matchId: "this-property-fallback" },
{ handler: "silence", matchId: "discourse.select-kit" },