@markuplint/file-resolver
Advanced tools
Comparing version 4.6.1 to 4.7.0
@@ -118,4 +118,12 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) { | ||
if (isMatched && config) { | ||
// Note: Original config disappears | ||
configSet.config = config; | ||
switch (configSet.config.overrideMode) { | ||
case 'merge': { | ||
configSet.config = mergeConfig(configSet.config, config); | ||
break; | ||
} | ||
default: /* or "reset" */ { | ||
configSet.config = config; | ||
break; | ||
} | ||
} | ||
} | ||
@@ -122,0 +130,0 @@ } |
{ | ||
"name": "@markuplint/file-resolver", | ||
"version": "4.6.1", | ||
"version": "4.7.0", | ||
"description": "The file resolver of markuplint", | ||
@@ -27,13 +27,13 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"devDependencies": { | ||
"@types/node": "20.12.7" | ||
"@types/node": "20.12.8" | ||
}, | ||
"dependencies": { | ||
"@markuplint/html-parser": "4.5.1", | ||
"@markuplint/ml-ast": "4.2.0", | ||
"@markuplint/ml-config": "4.5.1", | ||
"@markuplint/ml-core": "4.6.1", | ||
"@markuplint/ml-spec": "4.4.1", | ||
"@markuplint/parser-utils": "4.5.1", | ||
"@markuplint/selector": "4.5.1", | ||
"@markuplint/shared": "4.2.0", | ||
"@markuplint/html-parser": "4.6.0", | ||
"@markuplint/ml-ast": "4.3.0", | ||
"@markuplint/ml-config": "4.6.0", | ||
"@markuplint/ml-core": "4.7.0", | ||
"@markuplint/ml-spec": "4.5.0", | ||
"@markuplint/parser-utils": "4.6.0", | ||
"@markuplint/selector": "4.6.0", | ||
"@markuplint/shared": "4.3.0", | ||
"cosmiconfig": "9.0.0", | ||
@@ -46,3 +46,3 @@ "debug": "4.3.4", | ||
}, | ||
"gitHead": "b029c86a6b3a9ea8189d2e5535e3023aaea753fd" | ||
"gitHead": "b8d7bae9bdcdad63ff79abe21b88be12abde3633" | ||
} |
46598
1232
+ Added@markuplint/html-parser@4.6.0(transitive)
+ Added@markuplint/html-spec@4.7.0(transitive)
+ Added@markuplint/ml-ast@4.3.0(transitive)
+ Added@markuplint/ml-config@4.6.0(transitive)
+ Added@markuplint/ml-core@4.7.0(transitive)
+ Added@markuplint/ml-spec@4.5.0(transitive)
+ Added@markuplint/parser-utils@4.6.0(transitive)
+ Added@markuplint/selector@4.6.0(transitive)
+ Added@markuplint/shared@4.3.0(transitive)
+ Added@markuplint/types@4.4.0(transitive)
+ Addedtype-fest@4.18.1(transitive)
- Removed@markuplint/html-parser@4.5.1(transitive)
- Removed@markuplint/html-spec@4.6.1(transitive)
- Removed@markuplint/ml-ast@4.2.0(transitive)
- Removed@markuplint/ml-config@4.5.1(transitive)
- Removed@markuplint/ml-core@4.6.1(transitive)
- Removed@markuplint/ml-spec@4.4.1(transitive)
- Removed@markuplint/parser-utils@4.5.1(transitive)
- Removed@markuplint/selector@4.5.1(transitive)
- Removed@markuplint/shared@4.2.0(transitive)
- Removed@markuplint/types@4.3.0(transitive)
- Removedtype-fest@4.15.0(transitive)
Updated@markuplint/ml-ast@4.3.0
Updated@markuplint/ml-config@4.6.0
Updated@markuplint/ml-core@4.7.0
Updated@markuplint/ml-spec@4.5.0
Updated@markuplint/selector@4.6.0
Updated@markuplint/shared@4.3.0