@savvy-web/silk 4.1.0 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -10
- package/biome/silk.json +1 -1
- package/changesets-markdownlint.js +7 -56495
- package/package.json +5 -37
- package/changesets-changelog.cjs +0 -55940
- package/changesets-changelog.d.cts +0 -9307
- package/changesets-changelog.d.ts +0 -9308
- package/changesets-changelog.js +0 -56514
- package/changesets-markdownlint.cjs +0 -55963
- package/changesets-markdownlint.d.cts +0 -11
- package/changesets-remark.d.ts +0 -18
- package/changesets-remark.js +0 -29
- package/changesets.d.ts +0 -10
- package/changesets.js +0 -20
- package/commitlint-formatter.d.ts +0 -14
- package/commitlint-formatter.js +0 -21
- package/commitlint-prompt.d.ts +0 -23
- package/commitlint-prompt.js +0 -25
- package/commitlint-static.d.ts +0 -22
- package/commitlint-static.js +0 -22
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Changesets } from "@savvy-web/silk-effects";
|
|
2
|
-
//#region src/changesets/markdownlint.d.ts
|
|
3
|
-
export declare const ContentStructureRule: typeof Changesets.MarkdownlintContentStructureRule;
|
|
4
|
-
export declare const DependencyTableFormatRule: typeof Changesets.MarkdownlintDependencyTableFormatRule;
|
|
5
|
-
export declare const HeadingHierarchyRule: typeof Changesets.MarkdownlintHeadingHierarchyRule;
|
|
6
|
-
export declare const RequiredSectionsRule: typeof Changesets.MarkdownlintRequiredSectionsRule;
|
|
7
|
-
export declare const UncategorizedContentRule: typeof Changesets.MarkdownlintUncategorizedContentRule;
|
|
8
|
-
declare const SilkChangesetsRules: typeof Changesets.SilkChangesetsRules;
|
|
9
|
-
//#endregion
|
|
10
|
-
export { SilkChangesetsRules as default };
|
|
11
|
-
//# sourceMappingURL=changesets-markdownlint.d.cts.map
|
package/changesets-remark.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Changesets } from "@savvy-web/silk-effects";
|
|
2
|
-
//#region src/changesets/remark.d.ts
|
|
3
|
-
export declare const AggregateDependencyTablesPlugin: typeof Changesets.AggregateDependencyTablesPlugin;
|
|
4
|
-
export declare const ContributorFootnotesPlugin: typeof Changesets.ContributorFootnotesPlugin;
|
|
5
|
-
export declare const DeduplicateItemsPlugin: typeof Changesets.DeduplicateItemsPlugin;
|
|
6
|
-
export declare const IssueLinkRefsPlugin: typeof Changesets.IssueLinkRefsPlugin;
|
|
7
|
-
export declare const MergeSectionsPlugin: typeof Changesets.MergeSectionsPlugin;
|
|
8
|
-
export declare const NormalizeFormatPlugin: typeof Changesets.NormalizeFormatPlugin;
|
|
9
|
-
export declare const ReorderSectionsPlugin: typeof Changesets.ReorderSectionsPlugin;
|
|
10
|
-
export declare const SilkChangesetPreset: typeof Changesets.SilkChangesetPreset;
|
|
11
|
-
export declare const SilkChangesetTransformPreset: typeof Changesets.SilkChangesetTransformPreset;
|
|
12
|
-
export declare const ContentStructureRule: typeof Changesets.ContentStructureRule;
|
|
13
|
-
export declare const DependencyTableFormatRule: typeof Changesets.DependencyTableFormatRule;
|
|
14
|
-
export declare const HeadingHierarchyRule: typeof Changesets.HeadingHierarchyRule;
|
|
15
|
-
export declare const RequiredSectionsRule: typeof Changesets.RequiredSectionsRule;
|
|
16
|
-
export declare const UncategorizedContentRule: typeof Changesets.UncategorizedContentRule;
|
|
17
|
-
//#endregion
|
|
18
|
-
//# sourceMappingURL=changesets-remark.d.ts.map
|
package/changesets-remark.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Changesets } from "@savvy-web/silk-effects";
|
|
2
|
-
|
|
3
|
-
//#region src/changesets/remark.ts
|
|
4
|
-
/**
|
|
5
|
-
* Remark plugins and presets shim for \@savvy-web/silk.
|
|
6
|
-
*
|
|
7
|
-
* Drop-in replacement for \@savvy-web/changesets/remark.
|
|
8
|
-
* Re-exports all transform plugins, presets, and lint rules so remark
|
|
9
|
-
* configs that import from the old module path continue to work unchanged.
|
|
10
|
-
*
|
|
11
|
-
* @packageDocumentation
|
|
12
|
-
*/
|
|
13
|
-
const AggregateDependencyTablesPlugin = Changesets.AggregateDependencyTablesPlugin;
|
|
14
|
-
const ContributorFootnotesPlugin = Changesets.ContributorFootnotesPlugin;
|
|
15
|
-
const DeduplicateItemsPlugin = Changesets.DeduplicateItemsPlugin;
|
|
16
|
-
const IssueLinkRefsPlugin = Changesets.IssueLinkRefsPlugin;
|
|
17
|
-
const MergeSectionsPlugin = Changesets.MergeSectionsPlugin;
|
|
18
|
-
const NormalizeFormatPlugin = Changesets.NormalizeFormatPlugin;
|
|
19
|
-
const ReorderSectionsPlugin = Changesets.ReorderSectionsPlugin;
|
|
20
|
-
const SilkChangesetPreset = Changesets.SilkChangesetPreset;
|
|
21
|
-
const SilkChangesetTransformPreset = Changesets.SilkChangesetTransformPreset;
|
|
22
|
-
const ContentStructureRule = Changesets.ContentStructureRule;
|
|
23
|
-
const DependencyTableFormatRule = Changesets.DependencyTableFormatRule;
|
|
24
|
-
const HeadingHierarchyRule = Changesets.HeadingHierarchyRule;
|
|
25
|
-
const RequiredSectionsRule = Changesets.RequiredSectionsRule;
|
|
26
|
-
const UncategorizedContentRule = Changesets.UncategorizedContentRule;
|
|
27
|
-
|
|
28
|
-
//#endregion
|
|
29
|
-
export { AggregateDependencyTablesPlugin, ContentStructureRule, ContributorFootnotesPlugin, DeduplicateItemsPlugin, DependencyTableFormatRule, HeadingHierarchyRule, IssueLinkRefsPlugin, MergeSectionsPlugin, NormalizeFormatPlugin, ReorderSectionsPlugin, RequiredSectionsRule, SilkChangesetPreset, SilkChangesetTransformPreset, UncategorizedContentRule };
|
package/changesets.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Changesets } from "@savvy-web/silk-effects";
|
|
2
|
-
//#region src/changesets/index.d.ts
|
|
3
|
-
export type LintMessage = Changesets.LintMessage;
|
|
4
|
-
export declare const Categories: typeof Changesets.Categories;
|
|
5
|
-
export declare const Changelog: typeof Changesets.Changelog;
|
|
6
|
-
export declare const DependencyTable: typeof Changesets.DependencyTable;
|
|
7
|
-
export declare const ChangesetLinter: typeof Changesets.ChangesetLinter;
|
|
8
|
-
export declare const ChangelogTransformer: typeof Changesets.ChangelogTransformer;
|
|
9
|
-
//#endregion
|
|
10
|
-
//# sourceMappingURL=changesets.d.ts.map
|
package/changesets.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Changesets } from "@savvy-web/silk-effects";
|
|
2
|
-
|
|
3
|
-
//#region src/changesets/index.ts
|
|
4
|
-
/**
|
|
5
|
-
* Changesets class API shim for \@savvy-web/silk.
|
|
6
|
-
*
|
|
7
|
-
* Drop-in replacement for the root \@savvy-web/changesets export.
|
|
8
|
-
* Re-exports the class-based API surface consumed by higher-level tools
|
|
9
|
-
* and scripts that reference \@savvy-web/silk/changesets.
|
|
10
|
-
*
|
|
11
|
-
* @packageDocumentation
|
|
12
|
-
*/
|
|
13
|
-
const Categories = Changesets.Categories;
|
|
14
|
-
const Changelog = Changesets.Changelog;
|
|
15
|
-
const DependencyTable = Changesets.DependencyTable;
|
|
16
|
-
const ChangesetLinter = Changesets.ChangesetLinter;
|
|
17
|
-
const ChangelogTransformer = Changesets.ChangelogTransformer;
|
|
18
|
-
|
|
19
|
-
//#endregion
|
|
20
|
-
export { Categories, Changelog, ChangelogTransformer, ChangesetLinter, DependencyTable };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Commitlint } from "@savvy-web/silk-effects";
|
|
2
|
-
//#region src/commitlint/formatter.d.ts
|
|
3
|
-
export type FormatterResult = Commitlint.FormatterResult;
|
|
4
|
-
export type LintOutcome = Commitlint.LintOutcome;
|
|
5
|
-
export type RuleResult = Commitlint.RuleResult;
|
|
6
|
-
export declare const format: typeof Commitlint.format;
|
|
7
|
-
export declare const ERROR_EXPLANATIONS: Record<string, string>;
|
|
8
|
-
export declare const ERROR_SUGGESTIONS: Record<string, string>;
|
|
9
|
-
export declare const getExplanation: typeof Commitlint.getExplanation;
|
|
10
|
-
export declare const getSuggestion: typeof Commitlint.getSuggestion;
|
|
11
|
-
declare const _default: typeof Commitlint.format;
|
|
12
|
-
//#endregion
|
|
13
|
-
export { _default as default };
|
|
14
|
-
//# sourceMappingURL=commitlint-formatter.d.ts.map
|
package/commitlint-formatter.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Commitlint } from "@savvy-web/silk-effects";
|
|
2
|
-
|
|
3
|
-
//#region src/commitlint/formatter.ts
|
|
4
|
-
/**
|
|
5
|
-
* Commitlint formatter shim for \@savvy-web/silk.
|
|
6
|
-
*
|
|
7
|
-
* Drop-in replacement for \@savvy-web/commitlint/formatter.
|
|
8
|
-
* The default export is the format function, matching the original formatter/index.ts
|
|
9
|
-
* which aliased format as default. Named exports mirror the original surface.
|
|
10
|
-
*
|
|
11
|
-
* @packageDocumentation
|
|
12
|
-
*/
|
|
13
|
-
const format = Commitlint.format;
|
|
14
|
-
const ERROR_EXPLANATIONS = Commitlint.ERROR_EXPLANATIONS;
|
|
15
|
-
const ERROR_SUGGESTIONS = Commitlint.ERROR_SUGGESTIONS;
|
|
16
|
-
const getExplanation = Commitlint.getExplanation;
|
|
17
|
-
const getSuggestion = Commitlint.getSuggestion;
|
|
18
|
-
var formatter_default = Commitlint.format;
|
|
19
|
-
|
|
20
|
-
//#endregion
|
|
21
|
-
export { ERROR_EXPLANATIONS, ERROR_SUGGESTIONS, formatter_default as default, format, getExplanation, getSuggestion };
|
package/commitlint-prompt.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Commitlint } from "@savvy-web/silk-effects";
|
|
2
|
-
//#region src/commitlint/prompt.d.ts
|
|
3
|
-
export type CommitType = Commitlint.CommitType;
|
|
4
|
-
export type PromptConfigOptions = Commitlint.PromptConfigOptions;
|
|
5
|
-
export type PromptQuestion = Commitlint.PromptQuestion;
|
|
6
|
-
export type ResolvedPromptConfig = Commitlint.ResolvedPromptConfig;
|
|
7
|
-
export type TypeEnumEntry = Commitlint.TypeEnumEntry;
|
|
8
|
-
export type Inquirer = Commitlint.Inquirer;
|
|
9
|
-
export type PrompterOptions = Commitlint.PrompterOptions;
|
|
10
|
-
export type Question = Commitlint.Question;
|
|
11
|
-
export declare const COMMIT_TYPES: readonly ["ai", "build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "release", "revert", "style", "tdd", "test"];
|
|
12
|
-
export declare const TYPE_EMOJIS: Record<"ai" | "build" | "chore" | "ci" | "docs" | "feat" | "fix" | "perf" | "refactor" | "release" | "revert" | "style" | "tdd" | "test", string>;
|
|
13
|
-
export declare const TYPE_EMOJIS_UNICODE: Record<"ai" | "build" | "chore" | "ci" | "docs" | "feat" | "fix" | "perf" | "refactor" | "release" | "revert" | "style" | "tdd" | "test", string>;
|
|
14
|
-
export declare const getTypeEmoji: typeof Commitlint.getTypeEmoji;
|
|
15
|
-
export declare const createPromptConfig: typeof Commitlint.createPromptConfig;
|
|
16
|
-
export declare const createTypeEnum: typeof Commitlint.createTypeEnum;
|
|
17
|
-
export declare const defaultPromptConfig: Commitlint.ResolvedPromptConfig;
|
|
18
|
-
export declare const emojiPromptConfig: Commitlint.ResolvedPromptConfig;
|
|
19
|
-
export declare const prompter: typeof Commitlint.prompter;
|
|
20
|
-
declare const _default: Commitlint.ResolvedPromptConfig;
|
|
21
|
-
//#endregion
|
|
22
|
-
export { _default as default };
|
|
23
|
-
//# sourceMappingURL=commitlint-prompt.d.ts.map
|
package/commitlint-prompt.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Commitlint } from "@savvy-web/silk-effects";
|
|
2
|
-
|
|
3
|
-
//#region src/commitlint/prompt.ts
|
|
4
|
-
/**
|
|
5
|
-
* Commitizen prompt adapter shim for \@savvy-web/silk.
|
|
6
|
-
*
|
|
7
|
-
* Drop-in replacement for \@savvy-web/commitlint/prompt.
|
|
8
|
-
* The default export is defaultPromptConfig, matching the original prompt/index.ts
|
|
9
|
-
* which aliased defaultPromptConfig as default. Named exports mirror the original surface.
|
|
10
|
-
*
|
|
11
|
-
* @packageDocumentation
|
|
12
|
-
*/
|
|
13
|
-
const COMMIT_TYPES = Commitlint.COMMIT_TYPES;
|
|
14
|
-
const TYPE_EMOJIS = Commitlint.TYPE_EMOJIS;
|
|
15
|
-
const TYPE_EMOJIS_UNICODE = Commitlint.TYPE_EMOJIS_UNICODE;
|
|
16
|
-
const getTypeEmoji = Commitlint.getTypeEmoji;
|
|
17
|
-
const createPromptConfig = Commitlint.createPromptConfig;
|
|
18
|
-
const createTypeEnum = Commitlint.createTypeEnum;
|
|
19
|
-
const defaultPromptConfig = Commitlint.defaultPromptConfig;
|
|
20
|
-
const emojiPromptConfig = Commitlint.emojiPromptConfig;
|
|
21
|
-
const prompter = Commitlint.prompter;
|
|
22
|
-
var prompt_default = Commitlint.defaultPromptConfig;
|
|
23
|
-
|
|
24
|
-
//#endregion
|
|
25
|
-
export { COMMIT_TYPES, TYPE_EMOJIS, TYPE_EMOJIS_UNICODE, createPromptConfig, createTypeEnum, prompt_default as default, defaultPromptConfig, emojiPromptConfig, getTypeEmoji, prompter };
|
package/commitlint-static.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Commitlint } from "@savvy-web/silk-effects";
|
|
2
|
-
//#region src/commitlint/static.d.ts
|
|
3
|
-
export type CommitType = Commitlint.CommitType;
|
|
4
|
-
export type CommitTypeDefinition = Commitlint.CommitTypeDefinition;
|
|
5
|
-
export type CommitlintPlugin = Commitlint.CommitlintPlugin;
|
|
6
|
-
export type CommitlintUserConfig = Commitlint.CommitlintUserConfig;
|
|
7
|
-
export type PromptConfig = Commitlint.PromptConfig;
|
|
8
|
-
export type PromptSettings = Commitlint.PromptSettings;
|
|
9
|
-
export type RuleApplicability = Commitlint.RuleApplicability;
|
|
10
|
-
export type RuleConfigTuple = Commitlint.RuleConfigTuple;
|
|
11
|
-
export type RuleSeverity = Commitlint.RuleSeverity;
|
|
12
|
-
export type RulesConfig = Commitlint.RulesConfig;
|
|
13
|
-
export declare const COMMIT_TYPES: readonly ["ai", "build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "release", "revert", "style", "tdd", "test"];
|
|
14
|
-
export declare const COMMIT_TYPE_DEFINITIONS: readonly Commitlint.CommitTypeDefinition[];
|
|
15
|
-
export declare const DCO_SIGNOFF_TEXT = "Signed-off-by:";
|
|
16
|
-
export declare const DEFAULT_BODY_MAX_LINE_LENGTH = 300;
|
|
17
|
-
export declare const TDD_SCOPE_PATTERN: RegExp;
|
|
18
|
-
export declare const TDD_STATES: readonly ["spike", "red", "green", "refactor"];
|
|
19
|
-
declare const _default: Commitlint.CommitlintUserConfig;
|
|
20
|
-
//#endregion
|
|
21
|
-
export { _default as default };
|
|
22
|
-
//# sourceMappingURL=commitlint-static.d.ts.map
|
package/commitlint-static.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Commitlint } from "@savvy-web/silk-effects";
|
|
2
|
-
|
|
3
|
-
//#region src/commitlint/static.ts
|
|
4
|
-
/**
|
|
5
|
-
* Static commitlint config shim for \@savvy-web/silk.
|
|
6
|
-
*
|
|
7
|
-
* Drop-in replacement for \@savvy-web/commitlint/static.
|
|
8
|
-
* The default export is the static commitlint config object (no auto-detection).
|
|
9
|
-
* Named constant and type re-exports mirror the original static.ts surface.
|
|
10
|
-
*
|
|
11
|
-
* @packageDocumentation
|
|
12
|
-
*/
|
|
13
|
-
const COMMIT_TYPES = Commitlint.COMMIT_TYPES;
|
|
14
|
-
const COMMIT_TYPE_DEFINITIONS = Commitlint.COMMIT_TYPE_DEFINITIONS;
|
|
15
|
-
const DCO_SIGNOFF_TEXT = Commitlint.DCO_SIGNOFF_TEXT;
|
|
16
|
-
const DEFAULT_BODY_MAX_LINE_LENGTH = Commitlint.DEFAULT_BODY_MAX_LINE_LENGTH;
|
|
17
|
-
const TDD_SCOPE_PATTERN = Commitlint.TDD_SCOPE_PATTERN;
|
|
18
|
-
const TDD_STATES = Commitlint.TDD_STATES;
|
|
19
|
-
var static_default = Commitlint.staticConfig;
|
|
20
|
-
|
|
21
|
-
//#endregion
|
|
22
|
-
export { COMMIT_TYPES, COMMIT_TYPE_DEFINITIONS, DCO_SIGNOFF_TEXT, DEFAULT_BODY_MAX_LINE_LENGTH, TDD_SCOPE_PATTERN, TDD_STATES, static_default as default };
|