From 354dad83d6c99ac7b94eb7c5bba616c3f717aa71 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 2 May 2024 14:44:58 +0900
Subject: [PATCH] Bump paambaati/codeclimate-action from 5.0.0 to 6.0.0 (#149)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action)
from 5.0.0 to 6.0.0.
Release notes
Sourced from paambaati/codeclimate-action's
releases.
v6.0.0
6.0.0
(2024-04-26)
⚠ BREAKING CHANGES
- ci: this doesn't change the functionality of the
core action, but it does change how releases are made in the
future.
- Trying to make semantic-release push a new release
- this should ideally get published as v5
- this should ideally get published as v5
- core: Support Windows, now that CodeClimate has
released a Windows binary of the reporter – see
codeclimate.com/changelog/7dd79ee1cf1af7141b2bd18b
- core: Support Windows, now that CodeClimate has
released a Windows binary of the reporter
- ci: semantic-release and its process is
fundamentally broken when the repo moved from master to main for its
main branch. This is an attempt to try to unfuck the git log/ref
notes
core
Features
- ci: replace semantic-release with Google's
release-please. (854ea46)
- core: cleanup downloaded artifacts (f331896),
closes #639
- core: support fork PRs. (70a75ac),
closes #627
- core: Support Windows (f0efca8)
- core: Support Windows (9787ba6)
- run action using Node.js 20.x (859e71d)
- run action using Node.js 20.x (096c232)
- run action using Node.js 20.x (7642145)
- run action using Node.js 20.x (f01d194)
- run action using Node.js 20.x (a5d0e4f)
- run action using Node.js 20.x (052f893)
- utils: refactor coverage config line parser into
own util (e03d453)
Bug Fixes
- ci: better version tagging (e7ede07)
- ci: checkout EVERYTHING so semantic-release has all
the data it could need (a16dca5)
- ci: debug outputs (11ed927)
- ci: do not cancel all matrix builds for one (1471593)
- ci: fix invalid YAML (8f95f43)
- ci: fix the tag detection logic for new releases
(f787a56)
- ci: rebuild and republish to use new branch and
workflows (0c99fb3)
- ci: release broken release process (746f1d2)
- ci: republish so latest changes get applied (8f00eaa)
- ci: republish so latest changes get applied (fa71c1f)
- ci: set up correct (?) condition to trigger publish
(3e9c9ce)
- ci: set up correct regex that replaces the 'v'
prefixes for tags (b3bcc0e)
... (truncated)
Changelog
Sourced from paambaati/codeclimate-action's
changelog.
6.0.0
(2024-04-26)
⚠ BREAKING CHANGES
- ci: this doesn't change the functionality of the
core action, but it does change how releases are made in the
future.
- Trying to make semantic-release push a new release
- this should ideally get published as v5
- this should ideally get published as v5
- core: Support Windows, now that CodeClimate has
released a Windows binary of the reporter – see
codeclimate.com/changelog/7dd79ee1cf1af7141b2bd18b
- core: Support Windows, now that CodeClimate has
released a Windows binary of the reporter
- ci: semantic-release and its process is
fundamentally broken when the repo moved from master to main for its
main branch. This is an attempt to try to unfuck the git log/ref
notes
core
Features
- ci: replace semantic-release with Google's
release-please. (854ea46)
- core: cleanup downloaded artifacts (f331896),
closes #639
- core: support fork PRs. (70a75ac),
closes #627
- core: Support Windows (f0efca8)
- core: Support Windows (9787ba6)
- run action using Node.js 20.x (859e71d)
- run action using Node.js 20.x (096c232)
- run action using Node.js 20.x (7642145)
- run action using Node.js 20.x (f01d194)
- run action using Node.js 20.x (a5d0e4f)
- run action using Node.js 20.x (052f893)
- utils: refactor coverage config line parser into
own util (e03d453)
Bug Fixes
- ci: better version tagging (e7ede07)
- ci: checkout EVERYTHING so semantic-release has all
the data it could need (a16dca5)
- ci: debug outputs (11ed927)
- ci: do not cancel all matrix builds for one (1471593)
- ci: fix invalid YAML (8f95f43)
- ci: fix the tag detection logic for new releases
(f787a56)
- ci: rebuild and republish to use new branch and
workflows (0c99fb3)
- ci: release broken release process (746f1d2)
- ci: republish so latest changes get applied (8f00eaa)
- ci: republish so latest changes get applied (fa71c1f)
- ci: set up correct (?) condition to trigger publish
(3e9c9ce)
- ci: set up correct regex that replaces the 'v'
prefixes for tags (b3bcc0e)
- ci: try once again to publish new version (bcd27f6)
... (truncated)
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=paambaati/codeclimate-action&package-manager=github_actions&previous-version=5.0.0&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
---------
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eugene Fabizhevskyi
---
.github/workflows/unit-tests.yml | 2 +-
.pre-commit-config.yaml | 4 +-
.tool-versions | 1 +
package.json | 4 +-
yarn.lock | 104 +++++++++++++++----------------
5 files changed, 58 insertions(+), 57 deletions(-)
create mode 100644 .tool-versions
diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
index f37da89..ea8a721 100644
--- a/.github/workflows/unit-tests.yml
+++ b/.github/workflows/unit-tests.yml
@@ -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@v5.0.0
+ uses: paambaati/codeclimate-action@v6.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
DEEPL_API_KEY: ${{ secrets.DEEPL_API_KEY }}
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d6836dc..de81477 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -44,13 +44,13 @@ repos:
hooks:
- id: gitleaks
- repo: https://github.com/fabasoad/pre-commit-snyk
- rev: v0.5.0
+ rev: v0.6.1
hooks:
- id: snyk-test
stages: ["push"]
# Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
- rev: v0.39.0
+ rev: v0.40.0
hooks:
- id: markdownlint-fix
stages: ["commit"]
diff --git a/.tool-versions b/.tool-versions
new file mode 100644
index 0000000..eb7f8f3
--- /dev/null
+++ b/.tool-versions
@@ -0,0 +1 @@
+nodejs 22.0.0
diff --git a/package.json b/package.json
index b16b28b..b14d480 100644
--- a/package.json
+++ b/package.json
@@ -34,8 +34,8 @@
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "3.1.0",
"@types/jest": "29.5.12",
- "@typescript-eslint/eslint-plugin": "7.7.0",
- "@typescript-eslint/parser": "7.7.0",
+ "@typescript-eslint/eslint-plugin": "7.8.0",
+ "@typescript-eslint/parser": "7.8.0",
"@vercel/ncc": "0.38.1",
"dotenv": "16.4.5",
"eslint": "8.57.0",
diff --git a/yarn.lock b/yarn.lock
index 859a498..5ac8cb8 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1040,15 +1040,15 @@ __metadata:
languageName: node
linkType: hard
-"@typescript-eslint/eslint-plugin@npm:7.7.0":
- version: 7.7.0
- resolution: "@typescript-eslint/eslint-plugin@npm:7.7.0"
+"@typescript-eslint/eslint-plugin@npm:7.8.0":
+ version: 7.8.0
+ resolution: "@typescript-eslint/eslint-plugin@npm:7.8.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
- "@typescript-eslint/scope-manager": "npm:7.7.0"
- "@typescript-eslint/type-utils": "npm:7.7.0"
- "@typescript-eslint/utils": "npm:7.7.0"
- "@typescript-eslint/visitor-keys": "npm:7.7.0"
+ "@typescript-eslint/scope-manager": "npm:7.8.0"
+ "@typescript-eslint/type-utils": "npm:7.8.0"
+ "@typescript-eslint/utils": "npm:7.8.0"
+ "@typescript-eslint/visitor-keys": "npm:7.8.0"
debug: "npm:^4.3.4"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.3.1"
@@ -1061,44 +1061,44 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
- checksum: 10c0/d1f4c40523d284bce4b8272750c68aae5c0289ddb1c9267dd3477e0bfb8c8855bfb0c6e86dfec9911ca8302ef729d5f4e47d686a566f363b0f89bf7dc7670b5c
+ checksum: 10c0/37ca22620d1834ff0baa28fa4b8fd92039a3903cb95748353de32d56bae2a81ce50d1bbaed27487eebc884e0a0f9387fcb0f1647593e4e6df5111ef674afa9f0
languageName: node
linkType: hard
-"@typescript-eslint/parser@npm:7.7.0":
- version: 7.7.0
- resolution: "@typescript-eslint/parser@npm:7.7.0"
+"@typescript-eslint/parser@npm:7.8.0":
+ version: 7.8.0
+ resolution: "@typescript-eslint/parser@npm:7.8.0"
dependencies:
- "@typescript-eslint/scope-manager": "npm:7.7.0"
- "@typescript-eslint/types": "npm:7.7.0"
- "@typescript-eslint/typescript-estree": "npm:7.7.0"
- "@typescript-eslint/visitor-keys": "npm:7.7.0"
+ "@typescript-eslint/scope-manager": "npm:7.8.0"
+ "@typescript-eslint/types": "npm:7.8.0"
+ "@typescript-eslint/typescript-estree": "npm:7.8.0"
+ "@typescript-eslint/visitor-keys": "npm:7.8.0"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
- checksum: 10c0/d756c2292737499a93913647af7493aded5dc720a5f4ab6f8e96d6cc81f19cf6a1769a1df0f516f8facd276d34f8464f1711e57b0216082e32eb6b75da81b12e
+ checksum: 10c0/0dd994c1b31b810c25e1b755b8d352debb7bf21a31f9a91acaec34acf4e471320bcceaa67cf64c110c0b8f5fac10a037dbabac6ec423e17adf037e59a7bce9c1
languageName: node
linkType: hard
-"@typescript-eslint/scope-manager@npm:7.7.0":
- version: 7.7.0
- resolution: "@typescript-eslint/scope-manager@npm:7.7.0"
+"@typescript-eslint/scope-manager@npm:7.8.0":
+ version: 7.8.0
+ resolution: "@typescript-eslint/scope-manager@npm:7.8.0"
dependencies:
- "@typescript-eslint/types": "npm:7.7.0"
- "@typescript-eslint/visitor-keys": "npm:7.7.0"
- checksum: 10c0/014a3631c12bfbd5e33146a48e4b9eb5cc1c5c95bb458de33f8847eed33c04d7b9e66283971e48297673c4b92c3239d67e6dc3717efbe5836e0269a538c13d2e
+ "@typescript-eslint/types": "npm:7.8.0"
+ "@typescript-eslint/visitor-keys": "npm:7.8.0"
+ checksum: 10c0/c253b98e96d4bf0375f473ca2c4d081726f1fd926cdfa65ee14c9ee99cca8eddb763b2d238ac365daa7246bef21b0af38180d04e56e9df7443c0e6f8474d097c
languageName: node
linkType: hard
-"@typescript-eslint/type-utils@npm:7.7.0":
- version: 7.7.0
- resolution: "@typescript-eslint/type-utils@npm:7.7.0"
+"@typescript-eslint/type-utils@npm:7.8.0":
+ version: 7.8.0
+ resolution: "@typescript-eslint/type-utils@npm:7.8.0"
dependencies:
- "@typescript-eslint/typescript-estree": "npm:7.7.0"
- "@typescript-eslint/utils": "npm:7.7.0"
+ "@typescript-eslint/typescript-estree": "npm:7.8.0"
+ "@typescript-eslint/utils": "npm:7.8.0"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
@@ -1106,23 +1106,23 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
- checksum: 10c0/064c28d4087a97fd175e07e02c0a9cf4526f61cc6a17b4199fba626932979210037643a30f868bda8174fad567a8ac6aed34120631d1ecfd502e0ea1e830f9e9
+ checksum: 10c0/00f6315626b64f7dbc1f7fba6f365321bb8d34141ed77545b2a07970e59a81dbdf768c1e024225ea00953750d74409ddd8a16782fc4a39261e507c04192dacab
languageName: node
linkType: hard
-"@typescript-eslint/types@npm:7.7.0":
- version: 7.7.0
- resolution: "@typescript-eslint/types@npm:7.7.0"
- checksum: 10c0/eb50793650c9a911c73586150807912e7b7a0ae12eeb26c7a322ac8ebb8edef15960cc9a4b7049dbb89b82500079963145f67d15583f5de270fe8290974db533
+"@typescript-eslint/types@npm:7.8.0":
+ version: 7.8.0
+ resolution: "@typescript-eslint/types@npm:7.8.0"
+ checksum: 10c0/b2fdbfc21957bfa46f7d8809b607ad8c8b67c51821d899064d09392edc12f28b2318a044f0cd5d523d782e84e8f0558778877944964cf38e139f88790cf9d466
languageName: node
linkType: hard
-"@typescript-eslint/typescript-estree@npm:7.7.0":
- version: 7.7.0
- resolution: "@typescript-eslint/typescript-estree@npm:7.7.0"
+"@typescript-eslint/typescript-estree@npm:7.8.0":
+ version: 7.8.0
+ resolution: "@typescript-eslint/typescript-estree@npm:7.8.0"
dependencies:
- "@typescript-eslint/types": "npm:7.7.0"
- "@typescript-eslint/visitor-keys": "npm:7.7.0"
+ "@typescript-eslint/types": "npm:7.8.0"
+ "@typescript-eslint/visitor-keys": "npm:7.8.0"
debug: "npm:^4.3.4"
globby: "npm:^11.1.0"
is-glob: "npm:^4.0.3"
@@ -1132,34 +1132,34 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
- checksum: 10c0/19da9bf0948c9800fde19c5a408a80a3a4cf357ff67d47b516df5d2a05701a4fdd2b9ab5b692866bd84bfc17cea9132d1575a1423e01763a4c2918b5d77d0b34
+ checksum: 10c0/1690b62679685073dcb0f62499f0b52b445b37ae6e12d02aa4acbafe3fb023cf999b01f714b6282e88f84fd934fe3e2eefb21a64455d19c348d22bbc68ca8e47
languageName: node
linkType: hard
-"@typescript-eslint/utils@npm:7.7.0":
- version: 7.7.0
- resolution: "@typescript-eslint/utils@npm:7.7.0"
+"@typescript-eslint/utils@npm:7.8.0":
+ version: 7.8.0
+ resolution: "@typescript-eslint/utils@npm:7.8.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@types/json-schema": "npm:^7.0.15"
"@types/semver": "npm:^7.5.8"
- "@typescript-eslint/scope-manager": "npm:7.7.0"
- "@typescript-eslint/types": "npm:7.7.0"
- "@typescript-eslint/typescript-estree": "npm:7.7.0"
+ "@typescript-eslint/scope-manager": "npm:7.8.0"
+ "@typescript-eslint/types": "npm:7.8.0"
+ "@typescript-eslint/typescript-estree": "npm:7.8.0"
semver: "npm:^7.6.0"
peerDependencies:
eslint: ^8.56.0
- checksum: 10c0/c5f18ce198b420bdc201fd4278b4fa97bfe86178db565f3c4e1991bb452c9ea0b657e7980572555e2ec2fe218d07c42c794d217b9369903019cf784eea7e2164
+ checksum: 10c0/31fb58388d15b082eb7bd5bce889cc11617aa1131dfc6950471541b3df64c82d1c052e2cccc230ca4ae80456d4f63a3e5dccb79899a8f3211ce36c089b7d7640
languageName: node
linkType: hard
-"@typescript-eslint/visitor-keys@npm:7.7.0":
- version: 7.7.0
- resolution: "@typescript-eslint/visitor-keys@npm:7.7.0"
+"@typescript-eslint/visitor-keys@npm:7.8.0":
+ version: 7.8.0
+ resolution: "@typescript-eslint/visitor-keys@npm:7.8.0"
dependencies:
- "@typescript-eslint/types": "npm:7.7.0"
+ "@typescript-eslint/types": "npm:7.8.0"
eslint-visitor-keys: "npm:^3.4.3"
- checksum: 10c0/0f3b9720a962c04462a75d4872714c07320c8f672841881ada797ae960f9f6bd0e5f7494178917034f42635ef76f0f09fa3c8d4bd84f31ec58ee968fe75bada7
+ checksum: 10c0/5892fb5d9c58efaf89adb225f7dbbb77f9363961f2ff420b6b130bdd102dddd7aa8a16c46a5a71c19889d27b781e966119a89270555ea2cb5653a04d8994123d
languageName: node
linkType: hard
@@ -4463,8 +4463,8 @@ __metadata:
"@actions/core": "npm:1.10.1"
"@microsoft/eslint-formatter-sarif": "npm:3.1.0"
"@types/jest": "npm:29.5.12"
- "@typescript-eslint/eslint-plugin": "npm:7.7.0"
- "@typescript-eslint/parser": "npm:7.7.0"
+ "@typescript-eslint/eslint-plugin": "npm:7.8.0"
+ "@typescript-eslint/parser": "npm:7.8.0"
"@vercel/ncc": "npm:0.38.1"
cross-fetch: "npm:4.0.0"
deepl-node: "npm:1.13.0"