mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
* 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
12 lines
238 B
JavaScript
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: [],
|
|
};
|