Skip to content

Commit

Permalink
Bump paambaati/codeclimate-action from 3.0.0 to 3.2.0 (#109)
Browse files Browse the repository at this point in the history
* Bump paambaati/codeclimate-action from 3.0.0 to 3.2.0

Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/paambaati/codeclimate-action/releases)
- [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md)
- [Commits](paambaati/codeclimate-action@v3.0.0...v3.2.0)

---
updated-dependencies:
- dependency-name: paambaati/codeclimate-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [pre-commit.ci] pre-commit autoupdate (#108)

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.25.0 → v8.27.0](pre-commit/mirrors-eslint@v8.25.0...v8.27.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Bump @types/jest from 29.2.0 to 29.2.2

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: fabasoad <fabasoad@gmail.com>
  • Loading branch information
3 people authored Nov 8, 2022
1 parent 91c5be9 commit cff1299
Show file tree
Hide file tree
Showing 6 changed files with 378 additions and 359 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: yarn test
if: github.ref != 'refs/heads/main'
- name: Unit tests with coverage
uses: paambaati/codeclimate-action@v3.0.0
uses: paambaati/codeclimate-action@v3.2.0
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down
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.25.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 @@ -111,15 +111,13 @@ found [here](https://funtranslations.com/api/). Example:

## Inputs

<!-- markdownlint-disable MD013 -->
| Name | Required | Description | Default | Possible values |
|--------------------------|----------|--------------------------------------------------------------------------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------|
| source | Yes | Can be text or path to the file for translation | | _&lt;Path&gt;_,_&lt;String&gt;_ |
| provider | Yes | Provider identifier | | [linguatools](#linguatools), [microsoft](#microsoft), [mymemory](#mymemory), [yandex](#yandex), [funtranslations](#funtranslations) |
| api_key | No | API key that should be used for chosen [provider](#providers) | | |
| api_additional_parameter | No | Additional parameter for the API. eg the region for Microsoft: `canadacentral` | `null` | _&lt;String&gt;_ |
| lang | Yes | The translation direction. Should be one of the option proposed by chosen [provider](#providers) | | _&lt;String&gt;_ |
<!-- markdownlint-enable MD013 -->

## Outputs

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"yandex-translate": "2.1.3"
},
"devDependencies": {
"@types/jest": "29.2.0",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@types/jest": "29.2.2",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"@vercel/ncc": "0.34.0",
"dotenv": "16.0.3",
"eslint": "8.25.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 cff1299

Please sign in to comment.