You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Detected deprecated use of @app-config/encryption parsing extension. Please install @app-config/encryption and add it to your meta file "parsingExtensions".',
@@ -46,25 +46,13 @@ export default function v1Compat(shouldShowDeprecationNotice?: true): ParsingExt
46
46
// TODO: multiple properties defined
47
47
48
48
if('extends'invalue){
49
-
if(shouldShowDeprecationNotice){
50
-
logger.warn(
51
-
'Detected deprecated use of @app-config/v1-compat parsing extension. Please install @app-config/v1-compat and add it to your meta file "parsingExtensions".',
'Detected deprecated use of @app-config/v1-compat parsing extension. Please install @app-config/v1-compat and add it to your meta file "parsingExtensions".',
65
-
);
66
-
}
67
-
68
56
returnparse(
69
57
{
70
58
$extends: {
@@ -77,25 +65,13 @@ export default function v1Compat(shouldShowDeprecationNotice?: true): ParsingExt
77
65
}
78
66
79
67
if('override'invalue){
80
-
if(shouldShowDeprecationNotice){
81
-
logger.warn(
82
-
'Detected deprecated use of @app-config/v1-compat parsing extension. Please install @app-config/v1-compat and add it to your meta file "parsingExtensions".',
'Detected deprecated use of @app-config/v1-compat parsing extension. Please install @app-config/v1-compat and add it to your meta file "parsingExtensions".',
0 commit comments