-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump typescript from 4.7.3 to 4.8.3 (#104)
* Bump typescript from 4.7.3 to 4.8.3 * Bump @types/jest from 28.1.1 to 29.0.2 * Bump @typescript-eslint/eslint-plugin from 5.27.1 to 5.37.0 * Bump @typescript-eslint/parser from 5.27.1 to 5.37.0 * Bump dotenv from 16.0.1 to 16.0.2 * Bump eslint from 8.17.0 to 8.23.1 * Bump jest from 28.1.1 to 29.0.3 * Bump jest-circus from 28.1.1 to 29.0.3
- Loading branch information
Showing
27 changed files
with
972 additions
and
1,399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,4 +36,4 @@ | |
"require-jsdoc": "off", | ||
"semi": "off" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
default_stages: ["commit"] | ||
exclude: ^(.gitleaks\.toml|dist/.*\.js)$ | ||
repos: | ||
- repo: local | ||
hooks: | ||
- id: build | ||
name: Build | ||
entry: yarn run build | ||
language: system | ||
pass_filenames: false | ||
verbose: true | ||
- id: test | ||
name: Unit tests | ||
entry: yarn test | ||
language: system | ||
pass_filenames: false | ||
verbose: true | ||
stages: ["push"] | ||
# Security | ||
- repo: https://github.com/Yelp/detect-secrets | ||
rev: v1.3.0 | ||
hooks: | ||
- id: detect-secrets | ||
stages: ["commit", "push"] | ||
- repo: https://github.com/zricethezav/gitleaks | ||
rev: v8.12.0 | ||
hooks: | ||
- id: gitleaks | ||
stages: ["commit", "push"] | ||
- repo: https://github.com/fabasoad/pre-commit-snyk | ||
rev: v0.1.0 | ||
hooks: | ||
- id: snyk-test | ||
stages: ["push"] | ||
# TypeScript | ||
- repo: https://github.com/pre-commit/mirrors-eslint | ||
rev: v8.23.1 | ||
hooks: | ||
- id: eslint | ||
args: ['--fix'] | ||
files: \.[jt]sx?$ | ||
types: [file] | ||
exclude: ^dist/.*\.js$ | ||
# Markdown | ||
- repo: https://github.com/igorshubovych/markdownlint-cli | ||
rev: v0.32.2 | ||
hooks: | ||
- id: markdownlint | ||
# Yaml | ||
- repo: https://github.com/adrienverge/yamllint | ||
rev: v1.28.0 | ||
hooks: | ||
- id: yamllint | ||
args: ["-c", ".yamllint.yml"] | ||
# Other | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.3.0 | ||
hooks: | ||
- id: check-merge-conflict | ||
- id: check-json | ||
- id: detect-private-key | ||
stages: ["commit", "push"] | ||
- id: end-of-file-fixer | ||
- id: mixed-line-ending | ||
args: ["--fix=lf"] | ||
- id: no-commit-to-branch | ||
- id: trailing-whitespace | ||
ci: | ||
autofix_prs: false | ||
skip: [build, eslint, test] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.