Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): update pre-commit hooks #29

Merged
merged 1 commit into from
Aug 26, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
crate-ci/typos repository patch v1.16.1 -> v1.16.8
gitleaks/gitleaks repository minor v8.17.0 -> v8.18.0
golangci/golangci-lint repository minor v1.53.3 -> v1.54.2
pre-commit/mirrors-prettier repository patch v3.0.0-alpha.9-for-vscode -> v3.0.2
python-jsonschema/check-jsonschema repository minor 0.23.3 -> 0.26.1

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

crate-ci/typos (crate-ci/typos)

v1.16.8

Compare Source

[1.16.8] - 2023-08-21

Fixes
  • (action) With fetch-depth:0, don't ignore excludes and fail with spaces in file names

v1.16.7

Compare Source

[1.16.7] - 2023-08-21

Fixes
  • Provide more context for IO error messages

v1.16.6

Compare Source

[1.16.6] - 2023-08-18

Fixes
  • Provide more context for IO error messages

v1.16.5

Compare Source

[1.16.5] - 2023-08-14

Fixes
  • Categorize pnpm-lock.yaml as a lock file

v1.16.4

Compare Source

[1.16.4] - 2023-08-12

v1.16.3

Compare Source

[1.16.3] - 2023-08-09

Fixes
  • Set bad exit code on disallowed words
  • Allow Nd in man pages
  • Allow nd in CSS
  • Allow ot and stap in sh

v1.16.2

Compare Source

[1.16.2] - 2023-08-01

Fixes
  • Updated the dictionary with the July 2023 changes
gitleaks/gitleaks (gitleaks/gitleaks)

v8.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: gitleaks/gitleaks@v8.17.0...v8.18.0

golangci/golangci-lint (golangci/golangci-lint)

v1.54.2

Compare Source

  1. updated linters:
    • errname: from 0.1.10 to 0.1.12
    • ginkgolinter: from 0.13.3 to 0.13.5
    • go-errorlint: from 1.4.3 to 1.4.4
    • godot: from 1.4.11 to 1.4.14
    • gosec: from 2.16.0 to 2.17.0
    • musttag: from 0.7.1 to 0.7.2
    • nilnil: from 0.1.5 to 0.1.7
    • staticcheck: from 0.4.3 to 0.4.5
    • usestdlibvars: from 1.23.0 to 1.24.0
    • govet: add missing directive and slog passes

v1.54.1

Compare Source

  1. updated linters:
    • go-critic: from 0.8.2 to 0.9.0
  2. misc.
    • plugin: temporarily hide warning about using plugins using the old API

v1.54.0

Compare Source

  1. updated linters:
    • decorder: from 0.2.3 to 0.4.0
    • dupword: from 0.0.11 to 0.0.12
    • errorlint: from 1.4.2 to 1.4.3
    • exhaustruct: from 2.3.0 to 3.1.0
    • forbidigo: from 1.5.3 to 1.6.0
    • funlen: from 0.0.3 to 0.1.0
    • gci: from 0.10.1 to 0.11.0
    • ginkgolinter: from 0.12.1 to 0.13.3
    • go-critic: from 0.8.1 to 0.8.2
    • go-errorlint: from 1.4.2 to 1.4.3
    • go-exhaustruct: from 2.3.0 to 3.1.0
    • gocognit: from 1.0.6 to 1.0.7
    • gocritic: from 0.8.1 to 0.8.2
    • gofmt: autofix missing newline at EOF
    • misspell: 0.4.0 to 0.4.1
    • musttag: from 0.7.0 to 0.7.1
    • paralleltest: from 1.0.7 to 1.0.8
    • tagalign: from 1.2.2 to 1.3.2
    • typecheck: explain it and remove it from the linter list
    • zerologlint: from 0.1.2 to 0.1.3
  2. misc.
    • 🎉 go1.21 support
    • plugin: include custom linters in enable-all
    • plugin: allow to use settings for plugins
  3. Documentation
    • Add linter descriptions.

Important

ruleguard (a "rule" inside gocritic) was disabled in this release (v1.54.0) and was enabled again in the next release (v1.54.1).

exhaustruct has breaking changes with regular expressions, more details here.

pre-commit/mirrors-prettier (pre-commit/mirrors-prettier)

v3.0.2

Compare Source

v3.0.1

Compare Source

python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.26.1

Compare Source

  • Update vendored schemas: github-workflows, renovate (2023-08-25)

v0.26.0

Compare Source

  • The regex format check has been improved to support ECMAScript regexes by
    default. (:issue:302)
  • The --format-regex disabled option has been removed. Users should use
    --disable-formats regex if they wish to disable regex format checking.
  • The deprecated --disable-format flag has been removed. Users should use
    --disable-formats "*" if they wish to disable all format checking.

v0.25.0

Compare Source

  • Update vendored schemas: bamboo-spec, dependabot, drone-ci, github-actions,
    github-workflows, readthedocs, renovate, travis (2023-08-25)
  • Add Drone-CI schema and pre-commit hook. Thanks :user:s-weigand!
    (:pr:299)
  • Add a --base-uri option for specifying an explicit base URI (:pr:305)

v0.24.1

Compare Source

  • Fix bugs related to the new $ref resolution behavior

v0.24.0

Compare Source

  • Update vendored schemas: github-actions, gitlab-ci, readthedocs, renovate,
    travis (2023-08-08)
  • Remove support for python3.7
  • The minimum supported version of the jsonschema library is now 4.18.0,
    which introduces new $ref resolution behavior and fixes. That behavior is
    used in all cases, which should result in faster evaluation especially on
    large schemas.
  • $ref usage may now refer to YAML, TOML, or JSON5 files, or any other
    non-JSON format supported by check-jsonschema. The file type is inferred
    only from the file extension in these cases and defaults to JSON if there is
    no recognizable extension.
  • Remote schemafiles (http/s) now support YAML, TOML, and JSON5 formats, if the
    URL ends with the appropriate extension and the matching parser is available.
    Extensionless URLs are treated as JSON.

Configuration

📅 Schedule: Branch creation - "on Saturday every 4 weeks of the year starting on the 2th week" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov-commenter
Copy link

codecov-commenter commented Aug 26, 2023

Codecov Report

Merging #29 (c87e1d1) into main (b57a1bb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage   50.00%   50.00%           
=======================================
  Files           1        1           
  Lines           6        6           
=======================================
  Hits            3        3           
  Misses          3        3           

@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch from c36ddf1 to 48f3e39 Compare August 26, 2023 04:58
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch from 48f3e39 to c87e1d1 Compare August 26, 2023 04:58
@renovate renovate bot merged commit 04ef3a7 into main Aug 26, 2023
13 checks passed
@renovate renovate bot deleted the renovate/pre-commit-hooks branch August 26, 2023 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant