DEV: Unsilence and resolve setting-on-hash deprecation (#20611)

Select-kit was mutating a passed-in options hash to apply its own deprecations. This commit updates it to apply deprecated changes to the downstream `this.selectKit.options` object instead.
This commit is contained in:
David Taylor
2023-03-09 13:44:31 +00:00
committed by GitHub
parent 3c4bfb6a9f
commit 059ac3d31a
2 changed files with 31 additions and 6 deletions
@@ -10,7 +10,6 @@ globalThis.deprecationWorkflow.config = {
{ handler: "silence", matchId: "route-render-template" },
{ handler: "silence", matchId: "routing.transition-methods" },
{ handler: "silence", matchId: "route-disconnect-outlet" },
{ handler: "silence", matchId: "setting-on-hash" },
{ handler: "silence", matchId: "this-property-fallback" },
{ handler: "silence", matchId: "ember.globals-resolver" },
{ handler: "silence", matchId: "globals-resolver" },