@markuplint/ml-config
Advanced tools
Comparing version 4.5.1 to 4.6.0
@@ -17,2 +17,3 @@ import deepmerge from 'deepmerge'; | ||
childNodeRules: concatArray(a.childNodeRules, b.childNodeRules), | ||
overrideMode: b.overrideMode ?? a.overrideMode, | ||
overrides: mergeObject(a.overrides, b.overrides), | ||
@@ -19,0 +20,0 @@ // delete all |
@@ -17,2 +17,3 @@ import type { ParserOptions } from '@markuplint/ml-ast'; | ||
readonly childNodeRules?: readonly ChildNodeRule[]; | ||
readonly overrideMode?: 'merge' | 'reset'; | ||
readonly overrides?: Readonly<Record<string, OverrideConfig>>; | ||
@@ -27,3 +28,3 @@ }; | ||
}; | ||
export type OverrideConfig = Omit<Config, '$schema' | 'extends' | 'overrides'>; | ||
export type OverrideConfig = Omit<Config, '$schema' | 'extends' | 'overrideMode' | 'overrides'>; | ||
export type PluginConfig = { | ||
@@ -30,0 +31,0 @@ readonly name: string; |
{ | ||
"name": "@markuplint/ml-config", | ||
"version": "4.5.1", | ||
"version": "4.6.0", | ||
"description": "JSON Schema and TypeScript types of markuplint configure JSON", | ||
@@ -27,5 +27,5 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-ast": "4.2.0", | ||
"@markuplint/selector": "4.5.1", | ||
"@markuplint/shared": "4.2.0", | ||
"@markuplint/ml-ast": "4.3.0", | ||
"@markuplint/selector": "4.6.0", | ||
"@markuplint/shared": "4.3.0", | ||
"@types/mustache": "4.2.5", | ||
@@ -35,5 +35,5 @@ "deepmerge": "4.3.1", | ||
"mustache": "4.2.0", | ||
"type-fest": "4.15.0" | ||
"type-fest": "4.18.1" | ||
}, | ||
"gitHead": "b029c86a6b3a9ea8189d2e5535e3023aaea753fd" | ||
"gitHead": "b8d7bae9bdcdad63ff79abe21b88be12abde3633" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21619
647
+ Added@markuplint/ml-ast@4.3.0(transitive)
+ Added@markuplint/ml-spec@4.5.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/ml-ast@4.2.0(transitive)
- Removed@markuplint/ml-spec@4.4.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/selector@4.6.0
Updated@markuplint/shared@4.3.0
Updatedtype-fest@4.18.1