vault/ui/config/deprecation-workflow.js
Angel Garbarino a8aeb01788
Dependency bumps part 1 (#30541)
* bump ember render modifiers

* bump ember/string from 3 to 4

* bump test-helpers

* bump asn1js from 2 to 3 major

* bump autosize

* bump concurently from 8 to 9

* remove unused path-to-tree, test, and thus deepmerge

* bump ember-cli-deprecation-workflow and adjust config

* bump ember-inflector

* bump ember-load-initializers

* bump back ember-inflector it broke things

* bump ember-qunit and add required stuff to test-helper file

* bump ember-resolver

* bump truth-helpers

* Delete ui/ent.txt

* Update package.json

* bump back qunit

* remove ember-page-title
2025-05-13 08:51:25 -06:00

12 lines
238 B
JavaScript

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/
/* global self */
self.deprecationWorkflow = self.deprecationWorkflow || {};
self.deprecationWorkflow.config = {
throwOnUnhandled: false,
workflow: [],
};