samchungy / fastify-zod-openapi

Fastify plugin for zod-openapi
MIT License
57 stars 7 forks source link

Bump skuba from 6.2.0 to 7.1.1 #30

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps skuba from 6.2.0 to 7.1.1.

Release notes

Sourced from skuba's releases.

v7.1.1

Patch Changes

  • init: Resolve directory path when patching Renovate config (#1241)

    This should fix the Failed to patch Renovate config. warning when creating a new repo.

v7.1.0

Minor Changes

  • format, lint: Skip autofixing on Renovate branches when there is no open pull request (#1226)

    This prevents an issue where a Renovate branch can get stuck in the Edited/Blocked state without a pull request being raised.

  • deps: eslint-config-skuba 3 (#1234)

    This major upgrade brings in new rules from typescript-eslint v6.

    Diff patch from eslint-config-skuba 2 and eslint-config-skuba 3

    {
    +  '@typescript-eslint/array-type': '...',
    +  '@typescript-eslint/ban-tslint-comment': '...',
    +  '@typescript-eslint/ban-ts-comment': '...',
    +  '@typescript-eslint/class-literal-property-style': '...',
    +  '@typescript-eslint/consistent-generic-constructors': '...',
    +  '@typescript-eslint/consistent-indexed-object-style': '...',
    +  '@typescript-eslint/consistent-type-assertions': '...',
    +  'dot-notation': '...',
    +  '@typescript-eslint/dot-notation': '...',
    +  '@typescript-eslint/no-base-to-string': '...',
    +  '@typescript-eslint/no-confusing-non-null-assertion': '...',
    +  '@typescript-eslint/no-duplicate-enum-values': '...',
    +  '@typescript-eslint/no-duplicate-type-constituents': '...',
    +  '@typescript-eslint/no-empty-function': '...',
    +  '@typescript-eslint/no-empty-interface': '...',
    +  '@typescript-eslint/no-explicit-any': '...',
    +  '@typescript-eslint/no-non-null-assertion': '...',
    +  '@typescript-eslint/no-redundant-type-constituents': '...',
    +  '@typescript-eslint/no-unsafe-declaration-merging': '...',
    +  '@typescript-eslint/no-unsafe-enum-comparison': '...',
    +  '@typescript-eslint/prefer-for-of': '...',
    +  '@typescript-eslint/prefer-function-type': '...',
    +  '@typescript-eslint/prefer-nullish-coalescing': '...',
    +  '@typescript-eslint/prefer-optional-chain': '...',
    +  '@typescript-eslint/prefer-string-starts-ends-with': '...',
    -  'no-extra-semi': '...',
    -  '@typescript-eslint/no-extra-semi': '...',
    }
    

... (truncated)

Changelog

Sourced from skuba's changelog.

7.1.1

Patch Changes

  • init: Resolve directory path when patching Renovate config (#1241)

    This should fix the Failed to patch Renovate config. warning when creating a new repo.

7.1.0

Minor Changes

  • format, lint: Skip autofixing on Renovate branches when there is no open pull request (#1226)

    This prevents an issue where a Renovate branch can get stuck in the Edited/Blocked state without a pull request being raised.

  • deps: eslint-config-skuba 3 (#1234)

    This major upgrade brings in new rules from typescript-eslint v6.

    Diff patch from eslint-config-skuba 2 and eslint-config-skuba 3

    {
    +  '@typescript-eslint/array-type': '...',
    +  '@typescript-eslint/ban-tslint-comment': '...',
    +  '@typescript-eslint/class-literal-property-style': '...',
    +  '@typescript-eslint/consistent-generic-constructors': '...',
    +  '@typescript-eslint/consistent-indexed-object-style': '...',
    +  '@typescript-eslint/consistent-type-assertions': '...',
    +  'dot-notation': '...',
    +  '@typescript-eslint/dot-notation': '...',
    +  '@typescript-eslint/no-base-to-string': '...',
    +  '@typescript-eslint/no-confusing-non-null-assertion': '...',
    +  '@typescript-eslint/no-duplicate-enum-values': '...',
    +  '@typescript-eslint/no-duplicate-type-constituents': '...',
    +  '@typescript-eslint/no-redundant-type-constituents': '...',
    +  '@typescript-eslint/no-unsafe-declaration-merging': '...',
    +  '@typescript-eslint/no-unsafe-enum-comparison': '...',
    +  '@typescript-eslint/prefer-for-of': '...',
    +  '@typescript-eslint/prefer-function-type': '...',
    +  '@typescript-eslint/prefer-nullish-coalescing': '...',
    +  '@typescript-eslint/prefer-optional-chain': '...',
    +  '@typescript-eslint/prefer-string-starts-ends-with': '...',
    -  'no-extra-semi': '...',
    -  '@typescript-eslint/no-extra-semi': '...',
    }
    
  • format, lint: Add pnpm-lock.yaml to .prettierignore (#1225)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #35.