Skip to content

Commit

Permalink
Bump semver from 6.3.0 to 6.3.1 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 16, 2023
1 parent 16b2ff0 commit 6f0493d
Show file tree
Hide file tree
Showing 7 changed files with 824 additions and 695 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
translate:
name: Translate
name: ${{ matrix.provider }}
timeout-minutes: 5
runs-on: ubuntu-latest
strategy:
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ repos:
hooks:
- id: detect-secrets
- repo: https://github.com/zricethezav/gitleaks
rev: v8.16.3
rev: v8.17.0
hooks:
- id: gitleaks
- repo: https://github.com/fabasoad/pre-commit-snyk
rev: v0.3.0
rev: v0.4.0
hooks:
- id: snyk-test
stages: ["push"]
# Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.34.0
rev: v0.35.0
hooks:
- id: markdownlint-fix
stages: ["commit"]
Expand All @@ -62,7 +62,7 @@ repos:
stages: ["push"]
# GitHub Actions
- repo: https://github.com/rhysd/actionlint
rev: v1.6.24
rev: v1.6.25
hooks:
- id: actionlint
args: ["-pyflakes="]
Expand Down
449 changes: 225 additions & 224 deletions .yarn/releases/yarn-3.5.1.cjs → .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@
"homepage": "https://github.com/fabasoad/translation-action#readme",
"dependencies": {
"@actions/core": "1.10.0",
"deepl-node": "1.9.0",
"google-translate-api-x": "10.6.6",
"deepl-node": "1.10.2",
"google-translate-api-x": "10.6.7",
"node-fetch": "2.6.11",
"typed-rest-client": "1.8.9"
"typed-rest-client": "1.8.11"
},
"devDependencies": {
"@types/jest": "29.5.2",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"@types/jest": "29.5.3",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@vercel/ncc": "0.36.1",
"dotenv": "16.1.3",
"eslint": "8.41.0",
"dotenv": "16.3.1",
"eslint": "8.45.0",
"eslint-config-google": "0.14.0",
"jest": "29.5.0",
"jest-circus": "29.5.0",
"jest": "29.6.1",
"jest-circus": "29.6.1",
"mocha-param": "2.0.1",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"ts-jest": "29.1.1",
"typescript": "5.1.6"
},
"packageManager": "yarn@3.5.1"
"packageManager": "yarn@3.6.1"
}
Loading

0 comments on commit 6f0493d

Please sign in to comment.