diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 8bfd287..cfa5b96 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -20,7 +20,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v1.7.0 + - uses: dependabot/fetch-metadata@v2.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v1.7.0 + - uses: dependabot/fetch-metadata@v2.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/Documentation/functions/Configuration.configuration.html b/Documentation/functions/Configuration.configuration.html index 733e2f6..9c13c5f 100644 --- a/Documentation/functions/Configuration.configuration.html +++ b/Documentation/functions/Configuration.configuration.html @@ -1 +1 @@ -configuration | astro-biome - v0.0.10

Generated using TypeDoc

\ No newline at end of file +configuration | astro-biome - v0.0.10

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/functions/Configuration.readFile.html b/Documentation/functions/Configuration.readFile.html index 87ce853..d2f3f7c 100644 --- a/Documentation/functions/Configuration.readFile.html +++ b/Documentation/functions/Configuration.readFile.html @@ -20,14 +20,14 @@

Parameters

Returns Promise<Buffer>

Fulfills with the contents of the file.

Since

v10.0.0

-
  • Asynchronously reads the entire contents of a file.

    +
  • Asynchronously reads the entire contents of a file.

    Parameters

    Returns Promise<string>

  • Asynchronously reads the entire contents of a file.

    +
  • Returns Promise<string>

  • Asynchronously reads the entire contents of a file.

    Parameters

    Returns Promise<string | Buffer>

  • Generated using TypeDoc

    \ No newline at end of file +

    Returns Promise<string | Buffer>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/functions/Configuration.resolve.html b/Documentation/functions/Configuration.resolve.html index 51c4f73..9366d6c 100644 --- a/Documentation/functions/Configuration.resolve.html +++ b/Documentation/functions/Configuration.resolve.html @@ -6,4 +6,4 @@ and trailing slashes are removed unless the path gets resolved to the root directory.

    Parameters

    Returns string

    Throws

    if any of the arguments is not a string.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/functions/Integration.Merge.html b/Documentation/functions/Integration.Merge.html index 1018c87..7acb50e 100644 --- a/Documentation/functions/Integration.Merge.html +++ b/Documentation/functions/Integration.Merge.html @@ -1,2 +1,2 @@ Merge | astro-biome - v0.0.10
    • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

      -

      Type Parameters

      • Ts extends readonly unknown[]

      Parameters

      • Rest ...Objects: Ts

      Returns DeepMergeHKT<Ts, Readonly<{
          DeepMergeArraysURI: "DeepMergeLeafURI";
          DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
          DeepMergeOthersURI: "DeepMergeLeafURI";
          DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
          DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
      }>, Readonly<{
          key: PropertyKey;
          parents: readonly Readonly<Record<PropertyKey, unknown>>[];
      }>>

    Generated using TypeDoc

    \ No newline at end of file +

    Type Parameters

    Parameters

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: "DeepMergeLeafURI";
        DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: "DeepMergeLeafURI";
        DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/functions/Integration.integration.html b/Documentation/functions/Integration.integration.html index de00715..9ada9e5 100644 --- a/Documentation/functions/Integration.integration.html +++ b/Documentation/functions/Integration.integration.html @@ -1 +1 @@ -integration | astro-biome - v0.0.10

    Generated using TypeDoc

    \ No newline at end of file +integration | astro-biome - v0.0.10

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/interfaces/Configuration.Type.html b/Documentation/interfaces/Configuration.Type.html index a9dd419..7aff973 100644 --- a/Documentation/interfaces/Configuration.Type.html +++ b/Documentation/interfaces/Configuration.Type.html @@ -1 +1 @@ -Type | astro-biome - v0.0.10
    interface Type ((File) => Promise<string>)

    Generated using TypeDoc

    \ No newline at end of file +Type | astro-biome - v0.0.10
    interface Type ((File) => Promise<string>)

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/interfaces/Integration.Type.html b/Documentation/interfaces/Integration.Type.html index 4e3790c..1dca877 100644 --- a/Documentation/interfaces/Integration.Type.html +++ b/Documentation/interfaces/Integration.Type.html @@ -1 +1 @@ -Type | astro-biome - v0.0.10
    interface Type ((Option) => AstroIntegration)

    Generated using TypeDoc

    \ No newline at end of file +Type | astro-biome - v0.0.10
    interface Type ((Option) => AstroIntegration)

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/interfaces/Option.Type.html b/Documentation/interfaces/Option.Type.html index 301c59d..edb6e42 100644 --- a/Documentation/interfaces/Option.Type.html +++ b/Documentation/interfaces/Option.Type.html @@ -1,4 +1,4 @@ -Type | astro-biome - v0.0.10

    Interface Type

    interface Type {
        Action?: boolean | default;
        Biome?: boolean | Type;
        Cache?: boolean | default;
        Exclude?: boolean | Type | Type[] | Set<Type>;
        File?: string | boolean | string[];
        Logger?: boolean | Type;
        Path?: boolean | Type | Type[] | Set<Type>;
    }

    Hierarchy

    • default
      • Type

    Properties

    Action? +Type | astro-biome - v0.0.10

    Interface Type

    interface Type {
        Action?: boolean | default;
        Biome?: boolean | Type;
        Cache?: boolean | default;
        Exclude?: boolean | Type | Type[] | Set<Type>;
        File?: string | boolean | string[];
        Logger?: boolean | Type;
        Path?: boolean | Type | Type[] | Set<Type>;
    }

    Hierarchy

    • default
      • Type

    Properties

    Properties

    Action?: boolean | default

    Action pipe configuration.

    -
    Biome?: boolean | Type
    Cache?: boolean | default

    Configuration for the target cache.

    +
    Biome?: boolean | Type
    Cache?: boolean | default

    Configuration for the target cache.

    Default

    { Search: "./", Folder: "./Cache" }
     
    Exclude?: boolean | Type | Type[] | Set<Type>

    Criteria for excluding files.

    diff --git a/Documentation/modules/Biome.html b/Documentation/modules/Biome.html index 8408cad..60b03e2 100644 --- a/Documentation/modules/Biome.html +++ b/Documentation/modules/Biome.html @@ -1,3 +1,3 @@ -Biome | astro-biome - v0.0.10

    Module Biome

    Index

    Type Aliases

    Type +Biome | astro-biome - v0.0.10

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/Configuration.html b/Documentation/modules/Configuration.html index e92bc8d..f444136 100644 --- a/Documentation/modules/Configuration.html +++ b/Documentation/modules/Configuration.html @@ -1,4 +1,4 @@ -Configuration | astro-biome - v0.0.10

    Module Configuration

    Index

    Interfaces

    Type +Configuration | astro-biome - v0.0.10

    Module Configuration

    Index

    Interfaces

    Functions

    configuration readFile resolve diff --git a/Documentation/modules/Integration.html b/Documentation/modules/Integration.html index ff9a2f7..584df1d 100644 --- a/Documentation/modules/Integration.html +++ b/Documentation/modules/Integration.html @@ -1,4 +1,4 @@ -Integration | astro-biome - v0.0.10

    Module Integration

    Index

    Interfaces

    Type +Integration | astro-biome - v0.0.10

    Module Integration

    Index

    Interfaces

    Variables

    Functions

    Merge integration diff --git a/Documentation/modules/Option.html b/Documentation/modules/Option.html index a567d0c..4c98411 100644 --- a/Documentation/modules/Option.html +++ b/Documentation/modules/Option.html @@ -1,3 +1,3 @@ -Option | astro-biome - v0.0.10

    Module Option

    Index

    Interfaces

    Type +Option | astro-biome - v0.0.10

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/types/Biome.Type.html b/Documentation/types/Biome.Type.html index ed338e5..bb57708 100644 --- a/Documentation/types/Biome.Type.html +++ b/Documentation/types/Biome.Type.html @@ -1 +1 @@ -Type | astro-biome - v0.0.10

    Type alias Type

    Type: Omit<Configuration, "$schema">

    Generated using TypeDoc

    \ No newline at end of file +Type | astro-biome - v0.0.10

    Type alias Type

    Type: Omit<Configuration, "$schema">

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/variables/Biome.biome.html b/Documentation/variables/Biome.biome.html index fdea6e1..8ce21c0 100644 --- a/Documentation/variables/Biome.biome.html +++ b/Documentation/variables/Biome.biome.html @@ -1 +1 @@ -biome | astro-biome - v0.0.10

    Generated using TypeDoc

    \ No newline at end of file +biome | astro-biome - v0.0.10

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/variables/Integration.Default.html b/Documentation/variables/Integration.Default.html index 1f4182a..adc6231 100644 --- a/Documentation/variables/Integration.Default.html +++ b/Documentation/variables/Integration.Default.html @@ -1 +1 @@ -Default | astro-biome - v0.0.10
    Default: Omit<DeepMergeRecordsDefaultHKTInternalProps<[{
        Action: {
            Accomplished: ((__namedParameters) => Promise<string>);
            Changed: ((Plan) => Promise<any>);
            Failed: ((__namedParameters) => Promise<string>);
            Fulfilled: ((__namedParameters) => Promise<string | false>);
            Passed: ((On) => Promise<true>);
            Read: ((__namedParameters) => Promise<string>);
            Wrote: ((__namedParameters) => Promise<any>);
        };
        Cache: {
            Folder: string;
            Search: string;
        };
        Exclude: false;
        File: string;
        Logger: 2;
        Path: string;
    }, {
        Action: {
            Accomplished: ((On) => Promise<string>);
            Failed: ((On) => Promise<string>);
            Fulfilled: ((__namedParameters) => Promise<string | false>);
        };
        Biome: any;
    }], Readonly<{
        DeepMergeArraysURI: "DeepMergeLeafURI";
        DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: "DeepMergeLeafURI";
        DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>, "__proto__">

    Generated using TypeDoc

    \ No newline at end of file +Default | astro-biome - v0.0.10
    Default: Omit<DeepMergeRecordsDefaultHKTInternalProps<[{
        Action: {
            Accomplished: ((__namedParameters) => Promise<string>);
            Changed: ((Plan) => Promise<any>);
            Failed: ((__namedParameters) => Promise<string>);
            Fulfilled: ((__namedParameters) => Promise<string | false>);
            Passed: ((On) => Promise<true>);
            Read: ((__namedParameters) => Promise<string>);
            Wrote: ((__namedParameters) => Promise<any>);
        };
        Cache: {
            Folder: string;
            Search: string;
        };
        Exclude: false;
        File: string;
        Logger: 2;
        Path: string;
    }, {
        Action: {
            Accomplished: ((On) => Promise<string>);
            Failed: ((On) => Promise<string>);
            Fulfilled: ((__namedParameters) => Promise<string | false>);
        };
        Biome: any;
    }], Readonly<{
        DeepMergeArraysURI: "DeepMergeLeafURI";
        DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: "DeepMergeLeafURI";
        DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>, "__proto__">

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/variables/Option.option.html b/Documentation/variables/Option.option.html index 8d94afd..ea499dd 100644 --- a/Documentation/variables/Option.option.html +++ b/Documentation/variables/Option.option.html @@ -1 +1 @@ -option | astro-biome - v0.0.10
    option: Omit<DeepMergeRecordsDefaultHKTInternalProps<[{
        Action: {
            Accomplished: ((__namedParameters) => Promise<string>);
            Changed: ((Plan) => Promise<any>);
            Failed: ((__namedParameters) => Promise<string>);
            Fulfilled: ((__namedParameters) => Promise<string | false>);
            Passed: ((On) => Promise<true>);
            Read: ((__namedParameters) => Promise<string>);
            Wrote: ((__namedParameters) => Promise<any>);
        };
        Cache: {
            Folder: string;
            Search: string;
        };
        Exclude: false;
        File: string;
        Logger: 2;
        Path: string;
    }, {
        Action: {
            Accomplished: ((On) => Promise<string>);
            Failed: ((On) => Promise<string>);
            Fulfilled: ((__namedParameters) => Promise<string | false>);
        };
        Biome: any;
    }], Readonly<{
        DeepMergeArraysURI: "DeepMergeLeafURI";
        DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: "DeepMergeLeafURI";
        DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>, "__proto__">

    Generated using TypeDoc

    \ No newline at end of file +option | astro-biome - v0.0.10
    option: Omit<DeepMergeRecordsDefaultHKTInternalProps<[{
        Action: {
            Accomplished: ((__namedParameters) => Promise<string>);
            Changed: ((Plan) => Promise<any>);
            Failed: ((__namedParameters) => Promise<string>);
            Fulfilled: ((__namedParameters) => Promise<string | false>);
            Passed: ((On) => Promise<true>);
            Read: ((__namedParameters) => Promise<string>);
            Wrote: ((__namedParameters) => Promise<any>);
        };
        Cache: {
            Folder: string;
            Search: string;
        };
        Exclude: false;
        File: string;
        Logger: 2;
        Path: string;
    }, {
        Action: {
            Accomplished: ((On) => Promise<string>);
            Failed: ((On) => Promise<string>);
            Fulfilled: ((__namedParameters) => Promise<string | false>);
        };
        Biome: any;
    }], Readonly<{
        DeepMergeArraysURI: "DeepMergeLeafURI";
        DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: "DeepMergeLeafURI";
        DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>, "__proto__">

    Generated using TypeDoc

    \ No newline at end of file