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

Bump paambaati/codeclimate-action from 6.0.0 to 8.0.0 #153

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
name: Pre-commit
uses: fabasoad/reusable-workflows/.github/workflows/wf-pre-commit.yml@main
with:
skip-hooks: "audit, build, eslint, test, snyk-test"
skip-hooks: "audit, build, lint, test"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Release

on:
on: # yamllint disable-line rule:truthy
push:
tags:
- "v*.*.*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-providers.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Test providers

on:
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- .github/workflows/test-providers.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-source.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Test source

on:
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- .github/workflows/test-source.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Unit Tests

on:
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- dist/**
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
run: yarn test
- name: Unit tests with coverage
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: paambaati/codeclimate-action@v6.0.0
uses: paambaati/codeclimate-action@v8.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
DEEPL_API_KEY: ${{ secrets.DEEPL_API_KEY }}
Expand Down
10 changes: 9 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
pass_filenames: false
verbose: true
stages: ["push"]
- id: eslint
- id: lint
name: Lint
entry: yarn run lint
language: system
Expand Down Expand Up @@ -48,6 +48,14 @@ repos:
hooks:
- id: snyk-test
stages: ["push"]
- repo: https://github.com/fabasoad/pre-commit-grype
rev: v0.3.1
hooks:
- id: grype-dir
args:
- --grype-args=--by-cve --fail-on=low
- --hook-args=--log-level debug
stages: ["push"]
# Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
Expand Down
434 changes: 217 additions & 217 deletions .yarn/releases/yarn-4.3.0.cjs → .yarn/releases/yarn-4.3.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 @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v2"

yarnPath: .yarn/releases/yarn-4.3.0.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"useValidTypeof": "error"
}
},
"ignore": ["src/libs", "**/TestUtils.ts"]
"ignore": ["dist/**"]
},
"javascript": {
"globals": ["Atomics", "SharedArrayBuffer", "jest", "afterEach", "beforeAll", "beforeEach", "expect", "test", "describe"]
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"cross-fetch": "4.0.0",
"deepl-node": "1.13.0",
"google-translate-api-x": "10.6.8",
"typed-rest-client": "2.0.0"
"typed-rest-client": "2.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@biomejs/biome": "1.8.3",
"@types/jest": "29.5.12",
"@vercel/ncc": "0.38.1",
"dotenv": "16.4.5",
"jest": "29.7.0",
"jest-circus": "29.7.0",
"mocha-param": "2.0.1",
"ts-jest": "29.1.5",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
114 changes: 57 additions & 57 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,18 +432,18 @@ __metadata:
languageName: node
linkType: hard

"@biomejs/biome@npm:1.8.1":
version: 1.8.1
resolution: "@biomejs/biome@npm:1.8.1"
dependencies:
"@biomejs/cli-darwin-arm64": "npm:1.8.1"
"@biomejs/cli-darwin-x64": "npm:1.8.1"
"@biomejs/cli-linux-arm64": "npm:1.8.1"
"@biomejs/cli-linux-arm64-musl": "npm:1.8.1"
"@biomejs/cli-linux-x64": "npm:1.8.1"
"@biomejs/cli-linux-x64-musl": "npm:1.8.1"
"@biomejs/cli-win32-arm64": "npm:1.8.1"
"@biomejs/cli-win32-x64": "npm:1.8.1"
"@biomejs/biome@npm:1.8.3":
version: 1.8.3
resolution: "@biomejs/biome@npm:1.8.3"
dependencies:
"@biomejs/cli-darwin-arm64": "npm:1.8.3"
"@biomejs/cli-darwin-x64": "npm:1.8.3"
"@biomejs/cli-linux-arm64": "npm:1.8.3"
"@biomejs/cli-linux-arm64-musl": "npm:1.8.3"
"@biomejs/cli-linux-x64": "npm:1.8.3"
"@biomejs/cli-linux-x64-musl": "npm:1.8.3"
"@biomejs/cli-win32-arm64": "npm:1.8.3"
"@biomejs/cli-win32-x64": "npm:1.8.3"
dependenciesMeta:
"@biomejs/cli-darwin-arm64":
optional: true
Expand All @@ -463,62 +463,62 @@ __metadata:
optional: true
bin:
biome: bin/biome
checksum: 10c0/17990974c5a4f56104bc59e45d1aebc50ffa146c0d9f3da99f5c54770188939608d08f1edb70b69ea7715c4d9da6d10d4b2b1ed7cd9b54ec58fcd89cda2a1d38
checksum: 10c0/95fe99ce82cd8242f1be51cbf3ac26043b253f5a369d3dc24df09bdb32ec04dba679b1d4fa8b9d602b1bf2c30ecd80af14aa8f5c92d6e0cd6214a99a1099a65b
languageName: node
linkType: hard

"@biomejs/cli-darwin-arm64@npm:1.8.1":
version: 1.8.1
resolution: "@biomejs/cli-darwin-arm64@npm:1.8.1"
"@biomejs/cli-darwin-arm64@npm:1.8.3":
version: 1.8.3
resolution: "@biomejs/cli-darwin-arm64@npm:1.8.3"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@biomejs/cli-darwin-x64@npm:1.8.1":
version: 1.8.1
resolution: "@biomejs/cli-darwin-x64@npm:1.8.1"
"@biomejs/cli-darwin-x64@npm:1.8.3":
version: 1.8.3
resolution: "@biomejs/cli-darwin-x64@npm:1.8.3"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@biomejs/cli-linux-arm64-musl@npm:1.8.1":
version: 1.8.1
resolution: "@biomejs/cli-linux-arm64-musl@npm:1.8.1"
"@biomejs/cli-linux-arm64-musl@npm:1.8.3":
version: 1.8.3
resolution: "@biomejs/cli-linux-arm64-musl@npm:1.8.3"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@biomejs/cli-linux-arm64@npm:1.8.1":
version: 1.8.1
resolution: "@biomejs/cli-linux-arm64@npm:1.8.1"
"@biomejs/cli-linux-arm64@npm:1.8.3":
version: 1.8.3
resolution: "@biomejs/cli-linux-arm64@npm:1.8.3"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@biomejs/cli-linux-x64-musl@npm:1.8.1":
version: 1.8.1
resolution: "@biomejs/cli-linux-x64-musl@npm:1.8.1"
"@biomejs/cli-linux-x64-musl@npm:1.8.3":
version: 1.8.3
resolution: "@biomejs/cli-linux-x64-musl@npm:1.8.3"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@biomejs/cli-linux-x64@npm:1.8.1":
version: 1.8.1
resolution: "@biomejs/cli-linux-x64@npm:1.8.1"
"@biomejs/cli-linux-x64@npm:1.8.3":
version: 1.8.3
resolution: "@biomejs/cli-linux-x64@npm:1.8.3"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@biomejs/cli-win32-arm64@npm:1.8.1":
version: 1.8.1
resolution: "@biomejs/cli-win32-arm64@npm:1.8.1"
"@biomejs/cli-win32-arm64@npm:1.8.3":
version: 1.8.3
resolution: "@biomejs/cli-win32-arm64@npm:1.8.3"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@biomejs/cli-win32-x64@npm:1.8.1":
version: 1.8.1
resolution: "@biomejs/cli-win32-x64@npm:1.8.1"
"@biomejs/cli-win32-x64@npm:1.8.3":
version: 1.8.3
resolution: "@biomejs/cli-win32-x64@npm:1.8.3"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
Expand Down Expand Up @@ -3360,12 +3360,12 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:^6.9.7":
version: 6.12.1
resolution: "qs@npm:6.12.1"
"qs@npm:^6.10.3":
version: 6.12.2
resolution: "qs@npm:6.12.2"
dependencies:
side-channel: "npm:^1.0.6"
checksum: 10c0/439e6d7c6583e7c69f2cab2c39c55b97db7ce576e4c7c469082b938b7fc8746e8d547baacb69b4cd2b6666484776c3f4840ad7163a4c5326300b0afa0acdd84b
checksum: 10c0/d431fe6914aea026794c047b9c5ac5d29e96cc13dc14f3ca838f5f3061b0f1ed435d3f616508bc0e8a64fc29d13359f08bfe723aabc5f80f36d11057b2de6ebf
languageName: node
linkType: hard

Expand Down Expand Up @@ -3776,7 +3776,7 @@ __metadata:
resolution: "translation-action@workspace:."
dependencies:
"@actions/core": "npm:1.10.1"
"@biomejs/biome": "npm:1.8.1"
"@biomejs/biome": "npm:1.8.3"
"@types/jest": "npm:29.5.12"
"@vercel/ncc": "npm:0.38.1"
cross-fetch: "npm:4.0.0"
Expand All @@ -3787,8 +3787,8 @@ __metadata:
jest-circus: "npm:29.7.0"
mocha-param: "npm:2.0.1"
ts-jest: "npm:29.1.5"
typed-rest-client: "npm:2.0.0"
typescript: "npm:5.4.5"
typed-rest-client: "npm:2.0.1"
typescript: "npm:5.5.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3849,36 +3849,36 @@ __metadata:
languageName: node
linkType: hard

"typed-rest-client@npm:2.0.0":
version: 2.0.0
resolution: "typed-rest-client@npm:2.0.0"
"typed-rest-client@npm:2.0.1":
version: 2.0.1
resolution: "typed-rest-client@npm:2.0.1"
dependencies:
des.js: "npm:^1.1.0"
js-md4: "npm:^0.3.2"
qs: "npm:^6.9.7"
qs: "npm:^6.10.3"
tunnel: "npm:0.0.6"
underscore: "npm:^1.12.1"
checksum: 10c0/be36f23e04aae2a9d273f92960ed14aeeb8fdfdc8bfdc08175c991f718da273ea424de33010ab1db7366efcd5407a34426709c58f97c028ddb63487f9c4815eb
checksum: 10c0/ff49de38d1d4a25cf968beb66ddd6191c9207c160b4a0ed97cf862c1ee6a3c6e8eed12b4c5ca478b12f8bcfcc5af18a7d7db6f3220ad040db966a543be4b2ef2
languageName: node
linkType: hard

"typescript@npm:5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
"typescript@npm:5.5.3":
version: 5.5.3
resolution: "typescript@npm:5.5.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/2954022ada340fd3d6a9e2b8e534f65d57c92d5f3989a263754a78aba549f7e6529acc1921913560a4b816c46dce7df4a4d29f9f11a3dc0d4213bb76d043251e
checksum: 10c0/f52c71ccbc7080b034b9d3b72051d563601a4815bf3e39ded188e6ce60813f75dbedf11ad15dd4d32a12996a9ed8c7155b46c93a9b9c9bad1049766fe614bbdd
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
"typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>":
version: 5.5.3
resolution: "typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>::version=5.5.3&hash=379a07"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/db2ad2a16ca829f50427eeb1da155e7a45e598eec7b086d8b4e8ba44e5a235f758e606d681c66992230d3fc3b8995865e5fd0b22a2c95486d0b3200f83072ec9
checksum: 10c0/911c7811d61f57f07df79c4a35f56a0f426a65426a020e5fcd792f66559f399017205f5f10255329ab5a3d8c2d1f1d19530aeceffda70758a521fae1d469432e
languageName: node
linkType: hard

Expand Down