Skip to content

Commit

Permalink
Bump @types/chai from 4.3.3 to 4.3.4 (#95)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/fabasoad/pre-commit-snyk: v0.1.0 → v0.2.0](fabasoad/pre-commit-snyk@v0.1.0...v0.2.0)
- [github.com/pre-commit/mirrors-eslint: v8.26.0 → v8.27.0](pre-commit/mirrors-eslint@v8.26.0...v8.27.0)

* Bump @types/chai from 4.3.3 to 4.3.4

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yevhen Fabizhevskyi <[email protected]>
  • Loading branch information
1 parent 110fbe8 commit 146e619
Show file tree
Hide file tree
Showing 5 changed files with 372 additions and 359 deletions.
4 changes: 4 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
---
default: true
MD013:
code_blocks: false
tables: false
MD041: false
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ repos:
- id: gitleaks
stages: ["commit", "push"]
- repo: https://github.com/fabasoad/pre-commit-snyk
rev: v0.1.0
rev: v0.2.0
hooks:
- id: snyk-test
stages: ["push"]
# TypeScript
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.26.0
rev: v8.27.0
hooks:
- id: eslint
args: ['--fix']
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ _abcdef_, so `api_key` should be _123456,abcdef_.

## Inputs

<!-- markdownlint-disable MD013 -->
| Name | Required | Description | Default | Possible values |
|--------------|----------|-----------------------------------------------------------------------------------------------|----------------------------------|----------------------------------|
| github_token | Yes | GitHub token | | &lt;String&gt; |
Expand All @@ -66,7 +65,6 @@ _abcdef_, so `api_key` should be _123456,abcdef_.
| threshold | Yes | Action will be failed in case NSFW detection value will be greater or equal to this parameter | | &lt;Float&gt; |
| type | No | Type of committed files separated by comma | `modified,added,renamed` | `modified,added,renamed` |
| extensions | No | List of file extensions separated by comma | `jpeg,jpg,png,gif,webp,tiff,bmp` | `jpeg,jpg,png,gif,webp,tiff,bmp` |
<!-- markdownlint-enable MD013 -->

## Example usage

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"winston": "3.8.2"
},
"devDependencies": {
"@types/chai": "4.3.3",
"@types/chai": "4.3.4",
"@types/glob": "8.0.0",
"@types/jest": "29.2.0",
"@types/node": "18.11.4",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@types/jest": "29.2.2",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"@vercel/ncc": "0.34.0",
"eslint": "8.26.0",
"eslint": "8.27.0",
"eslint-config-google": "0.14.0",
"jest": "29.2.1",
"jest-circus": "29.2.1",
"jest": "29.3.0",
"jest-circus": "29.3.0",
"mocha-param": "2.0.1",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
Expand Down
Loading

0 comments on commit 146e619

Please sign in to comment.