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

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 #1427

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2024

Bumps @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0.

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.9.0

7.9.0 (2024-05-13)

🚀 Features

  • rule-tester: check for missing placeholder data in the message (#9039)

🩹 Fixes

  • do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.9.0 (2024-05-13)

🩹 Fixes

  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

Commits
  • 77fc366 chore(release): publish 7.9.0
  • f53fece chore: add knip (#8192)
  • 8acb8d4 fix(eslint-plugin): [explicit-function-return-types] fix false positive on de...
  • d696ea2 docs(eslint-plugin): fix several 404 URLs (#9064)
  • 37a41d9 docs: fix broken link to import/no-duplicates on no-duplicate-imports pag...
  • ab92621 docs: correct its/it's spelling (#9048)
  • f248e68 docs: [no-floating-promises] remove ugly commas (#9034)
  • 6e1241b docs: fix no-unnecessary-boolean-literal-compare example (#8981)
  • See full diff in compare view

Dependabot compatibility score

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 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 <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 14, 2024
Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.58%. Comparing base (6d79887) to head (09b67a9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1427      +/-   ##
==========================================
+ Coverage   91.29%   92.58%   +1.29%     
==========================================
  Files           4        4              
  Lines         310      310              
  Branches       85       84       -1     
==========================================
+ Hits          283      287       +4     
+ Misses         25       23       -2     
+ Partials        2        0       -2     
Flag Coverage Δ
demo 92.58% <ø> (+1.29%) ⬆️
macos-latest 92.58% <ø> (+1.29%) ⬆️
macos-latest-xlarge 92.58% <ø> (+1.29%) ⬆️
script 92.58% <ø> (+1.29%) ⬆️
ubuntu-latest 92.58% <ø> (+1.29%) ⬆️
version 92.58% <ø> (+1.29%) ⬆️
windows-latest 92.58% <ø> (+1.29%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thomasrockhu-codecov
Copy link
Contributor

@dependabot rebase

1 similar comment
@thomasrockhu-codecov
Copy link
Contributor

@dependabot rebase

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.9.0 branch from dbbf736 to 09b67a9 Compare May 14, 2024 16:41
Copy link
Contributor Author

dependabot bot commented on behalf of github May 14, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

1 similar comment
Copy link
Contributor Author

dependabot bot commented on behalf of github May 14, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@thomasrockhu-codecov thomasrockhu-codecov merged commit fd624e5 into main May 14, 2024
15 checks passed
@thomasrockhu-codecov thomasrockhu-codecov deleted the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.9.0 branch May 14, 2024 19:23
peterjokumsen referenced this pull request in helderberg-pirates-baseball/websites May 26, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codecov/codecov-action](https://togithub.com/codecov/codecov-action)
| action | patch | `v4.4.0` -> `v4.4.1` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4.4.1`](https://togithub.com/codecov/codecov-action/releases/tag/v4.4.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.4.0...v4.4.1)

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1427](https://togithub.com/codecov/codecov-action/pull/1427)
- fix: prevent xlarge from running on forks by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1432](https://togithub.com/codecov/codecov-action/pull/1432)
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1439](https://togithub.com/codecov/codecov-action/pull/1439)
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1438](https://togithub.com/codecov/codecov-action/pull/1438)
- fix: isPullRequestFromFork returns false for any PR by
[@&#8203;shahar-h](https://togithub.com/shahar-h) in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)
- chore(release): 4.4.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1441](https://togithub.com/codecov/codecov-action/pull/1441)

#### New Contributors

- [@&#8203;shahar-h](https://togithub.com/shahar-h) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)

**Full Changelog**:
codecov/codecov-action@v4.4.0...v4.4.1

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1427](https://togithub.com/codecov/codecov-action/pull/1427)
- fix: prevent xlarge from running on forks by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1432](https://togithub.com/codecov/codecov-action/pull/1432)
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1439](https://togithub.com/codecov/codecov-action/pull/1439)
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1438](https://togithub.com/codecov/codecov-action/pull/1438)
- fix: isPullRequestFromFork returns false for any PR by
[@&#8203;shahar-h](https://togithub.com/shahar-h) in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)
- chore(release): 4.4.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1441](https://togithub.com/codecov/codecov-action/pull/1441)

#### New Contributors

- [@&#8203;shahar-h](https://togithub.com/shahar-h) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)

**Full Changelog**:
codecov/codecov-action@v4.4.0...v4.4.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNiIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: Renovate Bot GitHub <bot@renovateapp.com>
karfau referenced this pull request in xmldom/xmldom Jun 18, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codecov/codecov-action](https://togithub.com/codecov/codecov-action)
| action | minor | `v4.3.0` -> `v4.5.0` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4.5.0`](https://togithub.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

###
[`v4.4.1`](https://togithub.com/codecov/codecov-action/releases/tag/v4.4.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.4.0...v4.4.1)

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1427](https://togithub.com/codecov/codecov-action/pull/1427)
- fix: prevent xlarge from running on forks by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1432](https://togithub.com/codecov/codecov-action/pull/1432)
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1439](https://togithub.com/codecov/codecov-action/pull/1439)
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1438](https://togithub.com/codecov/codecov-action/pull/1438)
- fix: isPullRequestFromFork returns false for any PR by
[@&#8203;shahar-h](https://togithub.com/shahar-h) in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)
- chore(release): 4.4.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1441](https://togithub.com/codecov/codecov-action/pull/1441)

#### New Contributors

- [@&#8203;shahar-h](https://togithub.com/shahar-h) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)

**Full Changelog**:
codecov/codecov-action@v4.4.0...v4.4.1

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1427](https://togithub.com/codecov/codecov-action/pull/1427)
- fix: prevent xlarge from running on forks by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1432](https://togithub.com/codecov/codecov-action/pull/1432)
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1439](https://togithub.com/codecov/codecov-action/pull/1439)
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1438](https://togithub.com/codecov/codecov-action/pull/1438)
- fix: isPullRequestFromFork returns false for any PR by
[@&#8203;shahar-h](https://togithub.com/shahar-h) in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)
- chore(release): 4.4.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1441](https://togithub.com/codecov/codecov-action/pull/1441)

#### New Contributors

- [@&#8203;shahar-h](https://togithub.com/shahar-h) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)

**Full Changelog**:
codecov/codecov-action@v4.4.0...v4.4.1

###
[`v4.4.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.4.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.3.1...v4.4.0)

#### What's Changed

- chore: Clarify isPullRequestFromFork by
[@&#8203;jsoref](https://togithub.com/jsoref) in
[https://github.com/codecov/codecov-action/pull/1411](https://togithub.com/codecov/codecov-action/pull/1411)
- build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1423](https://togithub.com/codecov/codecov-action/pull/1423)
- build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1421](https://togithub.com/codecov/codecov-action/pull/1421)
- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1420](https://togithub.com/codecov/codecov-action/pull/1420)
- feat: remove GPG and run on spawn by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1426](https://togithub.com/codecov/codecov-action/pull/1426)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1428](https://togithub.com/codecov/codecov-action/pull/1428)
- chore(release): 4.4.0 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1430](https://togithub.com/codecov/codecov-action/pull/1430)

**Full Changelog**:
codecov/codecov-action@v4.3.1...v4.4.0

###
[`v4.3.1`](https://togithub.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/xmldom/xmldom).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot referenced this pull request in technifit/tasker Jun 18, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | minor | `v4.0.1` -> `v4.5.0` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

### [`v4.5.0`](https://togithub.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

### [`v4.4.1`](https://togithub.com/codecov/codecov-action/releases/tag/v4.4.1)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.4.0...v4.4.1)

#### What's Changed

-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://togithub.com/codecov/codecov-action/pull/1427)
-   fix: prevent xlarge from running on forks by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://togithub.com/codecov/codecov-action/pull/1432)
-   build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://togithub.com/codecov/codecov-action/pull/1439)
-   build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://togithub.com/codecov/codecov-action/pull/1438)
-   fix: isPullRequestFromFork returns false for any PR by [@&#8203;shahar-h](https://togithub.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)
-   chore(release): 4.4.1 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://togithub.com/codecov/codecov-action/pull/1441)

#### New Contributors

-   [@&#8203;shahar-h](https://togithub.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)

**Full Changelog**: codecov/codecov-action@v4.4.0...v4.4.1

#### What's Changed

-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://togithub.com/codecov/codecov-action/pull/1427)
-   fix: prevent xlarge from running on forks by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://togithub.com/codecov/codecov-action/pull/1432)
-   build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://togithub.com/codecov/codecov-action/pull/1439)
-   build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://togithub.com/codecov/codecov-action/pull/1438)
-   fix: isPullRequestFromFork returns false for any PR by [@&#8203;shahar-h](https://togithub.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)
-   chore(release): 4.4.1 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://togithub.com/codecov/codecov-action/pull/1441)

#### New Contributors

-   [@&#8203;shahar-h](https://togithub.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)

**Full Changelog**: codecov/codecov-action@v4.4.0...v4.4.1

### [`v4.4.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.4.0)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.3.1...v4.4.0)

#### What's Changed

-   chore: Clarify isPullRequestFromFork by [@&#8203;jsoref](https://togithub.com/jsoref) in [https://github.com/codecov/codecov-action/pull/1411](https://togithub.com/codecov/codecov-action/pull/1411)
-   build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1423](https://togithub.com/codecov/codecov-action/pull/1423)
-   build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1421](https://togithub.com/codecov/codecov-action/pull/1421)
-   build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1420](https://togithub.com/codecov/codecov-action/pull/1420)
-   feat: remove GPG and run on spawn by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1426](https://togithub.com/codecov/codecov-action/pull/1426)
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.8.0 to 7.9.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1428](https://togithub.com/codecov/codecov-action/pull/1428)
-   chore(release): 4.4.0 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1430](https://togithub.com/codecov/codecov-action/pull/1430)

**Full Changelog**: codecov/codecov-action@v4.3.1...v4.4.0

### [`v4.3.1`](https://togithub.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)

### [`v4.3.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.3.0)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.2.0...v4.3.0)

#### What's Changed

-   fix: automatically detect if using GitHub enterprise by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1356](https://togithub.com/codecov/codecov-action/pull/1356)
-   build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1355](https://togithub.com/codecov/codecov-action/pull/1355)
-   build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1360](https://togithub.com/codecov/codecov-action/pull/1360)
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.5.0 to 7.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1364](https://togithub.com/codecov/codecov-action/pull/1364)
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.5.0 to 7.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1363](https://togithub.com/codecov/codecov-action/pull/1363)
-   feat: add network params by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1365](https://togithub.com/codecov/codecov-action/pull/1365)
-   build(deps): bump undici from 5.28.3 to 5.28.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1361](https://togithub.com/codecov/codecov-action/pull/1361)
-   chore(release): v4.3.0 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1366](https://togithub.com/codecov/codecov-action/pull/1366)

**Full Changelog**: codecov/codecov-action@v4.2.0...v4.3.0

### [`v4.2.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.2.0)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.1.1...v4.2.0)

#### What's Changed

-   chore(deps): update deps by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1351](https://togithub.com/codecov/codecov-action/pull/1351)
-   feat: allow for authentication via OIDC token by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1330](https://togithub.com/codecov/codecov-action/pull/1330)
-   fix: use_oidc shoudl be required false by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1353](https://togithub.com/codecov/codecov-action/pull/1353)

**Full Changelog**: codecov/codecov-action@v4.1.1...v4.2.0

### [`v4.1.1`](https://togithub.com/codecov/codecov-action/releases/tag/v4.1.1)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.1.0...v4.1.1)

#### What's Changed

-   build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1315](https://togithub.com/codecov/codecov-action/pull/1315)
-   build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1319](https://togithub.com/codecov/codecov-action/pull/1319)
-   Removed mention of Mercurial by [@&#8203;drazisil-codecov](https://togithub.com/drazisil-codecov) in [https://github.com/codecov/codecov-action/pull/1325](https://togithub.com/codecov/codecov-action/pull/1325)
-   build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1332](https://togithub.com/codecov/codecov-action/pull/1332)
-   build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1331](https://togithub.com/codecov/codecov-action/pull/1331)
-   fix: force version by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1329](https://togithub.com/codecov/codecov-action/pull/1329)
-   build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1334](https://togithub.com/codecov/codecov-action/pull/1334)
-   build(deps): bump undici from 5.28.2 to 5.28.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1338](https://togithub.com/codecov/codecov-action/pull/1338)
-   build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1341](https://togithub.com/codecov/codecov-action/pull/1341)
-   fix: typo in disable_safe_directory by [@&#8203;mkroening](https://togithub.com/mkroening) in [https://github.com/codecov/codecov-action/pull/1343](https://togithub.com/codecov/codecov-action/pull/1343)
-   chore(release): 4.1.1 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1344](https://togithub.com/codecov/codecov-action/pull/1344)

#### New Contributors

-   [@&#8203;mkroening](https://togithub.com/mkroening) made their first contribution in [https://github.com/codecov/codecov-action/pull/1343](https://togithub.com/codecov/codecov-action/pull/1343)

**Full Changelog**: codecov/codecov-action@v4.1.0...v4.1.1

### [`v4.1.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.1.0)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.0.2...v4.1.0)

##### What's Changed

-   fix: set safe directory by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1304](https://togithub.com/codecov/codecov-action/pull/1304)
-   build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1306](https://togithub.com/codecov/codecov-action/pull/1306)
-   build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1305](https://togithub.com/codecov/codecov-action/pull/1305)
-   chore(release): v4.1.0 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1307](https://togithub.com/codecov/codecov-action/pull/1307)

**Full Changelog**: codecov/codecov-action@v4.0.2...v4.1.0

### [`v4.0.2`](https://togithub.com/codecov/codecov-action/releases/tag/v4.0.2)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.0.1...v4.0.2)

##### What's Changed

-   Update README.md by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1251](https://togithub.com/codecov/codecov-action/pull/1251)
-   build(deps-dev): bump [@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.11 to 29.5.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1257](https://togithub.com/codecov/codecov-action/pull/1257)
-   build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1266](https://togithub.com/codecov/codecov-action/pull/1266)
-   Escape pipes in table of arguments by [@&#8203;jwodder](https://togithub.com/jwodder) in [https://github.com/codecov/codecov-action/pull/1265](https://togithub.com/codecov/codecov-action/pull/1265)
-   Add link to docs on Dependabot secrets by [@&#8203;ianlewis](https://togithub.com/ianlewis) in [https://github.com/codecov/codecov-action/pull/1260](https://togithub.com/codecov/codecov-action/pull/1260)
-   fix: working-directory input for all stages by [@&#8203;Bo98](https://togithub.com/Bo98) in [https://github.com/codecov/codecov-action/pull/1272](https://togithub.com/codecov/codecov-action/pull/1272)
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.20.0 to 6.21.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1271](https://togithub.com/codecov/codecov-action/pull/1271)
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.20.0 to 6.21.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1269](https://togithub.com/codecov/codecov-action/pull/1269)
-   build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1298](https://togithub.com/codecov/codecov-action/pull/1298)
-   Use updated syntax for GitHub Markdown notes by [@&#8203;jamacku](https://togithub.com/jamacku) in [https://github.com/codecov/codecov-action/pull/1300](https://togithub.com/codecov/codecov-action/pull/1300)
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.21.0 to 7.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1290](https://togithub.com/codecov/codecov-action/pull/1290)
-   build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1286](https://togithub.com/codecov/codecov-action/pull/1286)
-   chore(release): bump to 4.0.2 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1302](https://togithub.com/codecov/codecov-action/pull/1302)

##### New Contributors

-   [@&#8203;jwodder](https://togithub.com/jwodder) made their first contribution in [https://github.com/codecov/codecov-action/pull/1265](https://togithub.com/codecov/codecov-action/pull/1265)
-   [@&#8203;ianlewis](https://togithub.com/ianlewis) made their first contribution in [https://github.com/codecov/codecov-action/pull/1260](https://togithub.com/codecov/codecov-action/pull/1260)
-   [@&#8203;Bo98](https://togithub.com/Bo98) made their first contribution in [https://github.com/codecov/codecov-action/pull/1272](https://togithub.com/codecov/codecov-action/pull/1272)
-   [@&#8203;jamacku](https://togithub.com/jamacku) made their first contribution in [https://github.com/codecov/codecov-action/pull/1300](https://togithub.com/codecov/codecov-action/pull/1300)

**Full Changelog**: codecov/codecov-action@v4.0.1...v4.0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/technifit/tasker).
benjiro referenced this pull request in open-feature/dotnet-sdk Jul 3, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codecov/codecov-action](https://togithub.com/codecov/codecov-action)
| action | minor | `v4.3.1` -> `v4.5.0` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4.5.0`](https://togithub.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

###
[`v4.4.1`](https://togithub.com/codecov/codecov-action/releases/tag/v4.4.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.4.0...v4.4.1)

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1427](https://togithub.com/codecov/codecov-action/pull/1427)
- fix: prevent xlarge from running on forks by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1432](https://togithub.com/codecov/codecov-action/pull/1432)
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1439](https://togithub.com/codecov/codecov-action/pull/1439)
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1438](https://togithub.com/codecov/codecov-action/pull/1438)
- fix: isPullRequestFromFork returns false for any PR by
[@&#8203;shahar-h](https://togithub.com/shahar-h) in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)
- chore(release): 4.4.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1441](https://togithub.com/codecov/codecov-action/pull/1441)

#### New Contributors

- [@&#8203;shahar-h](https://togithub.com/shahar-h) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)

**Full Changelog**:
codecov/codecov-action@v4.4.0...v4.4.1

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1427](https://togithub.com/codecov/codecov-action/pull/1427)
- fix: prevent xlarge from running on forks by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1432](https://togithub.com/codecov/codecov-action/pull/1432)
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1439](https://togithub.com/codecov/codecov-action/pull/1439)
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1438](https://togithub.com/codecov/codecov-action/pull/1438)
- fix: isPullRequestFromFork returns false for any PR by
[@&#8203;shahar-h](https://togithub.com/shahar-h) in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)
- chore(release): 4.4.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1441](https://togithub.com/codecov/codecov-action/pull/1441)

#### New Contributors

- [@&#8203;shahar-h](https://togithub.com/shahar-h) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)

**Full Changelog**:
codecov/codecov-action@v4.4.0...v4.4.1

###
[`v4.4.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.4.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.3.1...v4.4.0)

#### What's Changed

- chore: Clarify isPullRequestFromFork by
[@&#8203;jsoref](https://togithub.com/jsoref) in
[https://github.com/codecov/codecov-action/pull/1411](https://togithub.com/codecov/codecov-action/pull/1411)
- build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1423](https://togithub.com/codecov/codecov-action/pull/1423)
- build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1421](https://togithub.com/codecov/codecov-action/pull/1421)
- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1420](https://togithub.com/codecov/codecov-action/pull/1420)
- feat: remove GPG and run on spawn by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1426](https://togithub.com/codecov/codecov-action/pull/1426)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1428](https://togithub.com/codecov/codecov-action/pull/1428)
- chore(release): 4.4.0 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1430](https://togithub.com/codecov/codecov-action/pull/1430)

**Full Changelog**:
codecov/codecov-action@v4.3.1...v4.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-feature/dotnet-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot referenced this pull request in kula-app/OnLaunch-Android-Client Aug 8, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | minor | `v4.0.1` -> `v4.5.0` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

### [`v4.5.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.5.0)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

##### What's Changed

-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.9.0 to 7.10.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1446](https://togithub.com/codecov/codecov-action/pull/1446)
-   build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1443](https://togithub.com/codecov/codecov-action/pull/1443)
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.9.0 to 7.10.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1445](https://togithub.com/codecov/codecov-action/pull/1445)
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.10.0 to 7.11.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1459](https://togithub.com/codecov/codecov-action/pull/1459)
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.10.0 to 7.11.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1458](https://togithub.com/codecov/codecov-action/pull/1458)
-   build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1456](https://togithub.com/codecov/codecov-action/pull/1456)
-   build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1460](https://togithub.com/codecov/codecov-action/pull/1460)
-   build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1466](https://togithub.com/codecov/codecov-action/pull/1466)
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.11.0 to 7.12.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1467](https://togithub.com/codecov/codecov-action/pull/1467)
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.11.0 to 7.12.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1468](https://togithub.com/codecov/codecov-action/pull/1468)
-   build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1472](https://togithub.com/codecov/codecov-action/pull/1472)
-   fix: handle trailing commas by [@&#8203;joseph-sentry](https://togithub.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1470](https://togithub.com/codecov/codecov-action/pull/1470)
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.12.0 to 7.13.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1474](https://togithub.com/codecov/codecov-action/pull/1474)
-   build(deps-dev): bump braces from 3.0.2 to 3.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1475](https://togithub.com/codecov/codecov-action/pull/1475)
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.12.0 to 7.13.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1473](https://togithub.com/codecov/codecov-action/pull/1473)
-   feat: add support for tokenless v3 by [@&#8203;joseph-sentry](https://togithub.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1410](https://togithub.com/codecov/codecov-action/pull/1410)
-   Use an existing token even if the PR is from a fork by [@&#8203;leofeyer](https://togithub.com/leofeyer) in [https://github.com/codecov/codecov-action/pull/1471](https://togithub.com/codecov/codecov-action/pull/1471)
-   chore(release): bump to 4.5.0 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1477](https://togithub.com/codecov/codecov-action/pull/1477)

##### New Contributors

-   [@&#8203;joseph-sentry](https://togithub.com/joseph-sentry) made their first contribution in [https://github.com/codecov/codecov-action/pull/1470](https://togithub.com/codecov/codecov-action/pull/1470)
-   [@&#8203;leofeyer](https://togithub.com/leofeyer) made their first contribution in [https://github.com/codecov/codecov-action/pull/1471](https://togithub.com/codecov/codecov-action/pull/1471)

**Full Changelog**: codecov/codecov-action@v4.4.1...v4.5.0

### [`v4.4.1`](https://togithub.com/codecov/codecov-action/releases/tag/v4.4.1)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.4.0...v4.4.1)

#### What's Changed

-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://togithub.com/codecov/codecov-action/pull/1427)
-   fix: prevent xlarge from running on forks by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://togithub.com/codecov/codecov-action/pull/1432)
-   build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://togithub.com/codecov/codecov-action/pull/1439)
-   build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://togithub.com/codecov/codecov-action/pull/1438)
-   fix: isPullRequestFromFork returns false for any PR by [@&#8203;shahar-h](https://togithub.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)
-   chore(release): 4.4.1 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://togithub.com/codecov/codecov-action/pull/1441)

#### New Contributors

-   [@&#8203;shahar-h](https://togithub.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)

**Full Changelog**: codecov/codecov-action@v4.4.0...v4.4.1

#### What's Changed

-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://togithub.com/codecov/codecov-action/pull/1427)
-   fix: prevent xlarge from running on forks by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://togithub.com/codecov/codecov-action/pull/1432)
-   build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://togithub.com/codecov/codecov-action/pull/1439)
-   build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://togithub.com/codecov/codecov-action/pull/1438)
-   fix: isPullRequestFromFork returns false for any PR by [@&#8203;shahar-h](https://togithub.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)
-   chore(release): 4.4.1 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://togithub.com/codecov/codecov-action/pull/1441)

#### New Contributors

-   [@&#8203;shahar-h](https://togithub.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)

**Full Changelog**: codecov/codecov-action@v4.4.0...v4.4.1

### [`v4.4.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.4.0)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.3.1...v4.4.0)

#### What's Changed

-   chore: Clarify isPullRequestFromFork by [@&#8203;jsoref](https://togithub.com/jsoref) in [https://github.com/codecov/codecov-action/pull/1411](https://togithub.com/codecov/codecov-action/pull/1411)
-   build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1423](https://togithub.com/codecov/codecov-action/pull/1423)
-   build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1421](https://togithub.com/codecov/codecov-action/pull/1421)
-   build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1420](https://togithub.com/codecov/codecov-action/pull/1420)
-   feat: remove GPG and run on spawn by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1426](https://togithub.com/codecov/codecov-action/pull/1426)
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.8.0 to 7.9.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1428](https://togithub.com/codecov/codecov-action/pull/1428)
-   chore(release): 4.4.0 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1430](https://togithub.com/codecov/codecov-action/pull/1430)

**Full Changelog**: codecov/codecov-action@v4.3.1...v4.4.0

### [`v4.3.1`](https://togithub.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)

### [`v4.3.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.3.0)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.2.0...v4.3.0)

#### What's Changed

-   fix: automatically detect if using GitHub enterprise by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1356](https://togithub.com/codecov/codecov-action/pull/1356)
-   build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1355](https://togithub.com/codecov/codecov-action/pull/1355)
-   build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1360](https://togithub.com/codecov/codecov-action/pull/1360)
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.5.0 to 7.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1364](https://togithub.com/codecov/codecov-action/pull/1364)
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.5.0 to 7.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1363](https://togithub.com/codecov/codecov-action/pull/1363)
-   feat: add network params by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1365](https://togithub.com/codecov/codecov-action/pull/1365)
-   build(deps): bump undici from 5.28.3 to 5.28.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1361](https://togithub.com/codecov/codecov-action/pull/1361)
-   chore(release): v4.3.0 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1366](https://togithub.com/codecov/codecov-action/pull/1366)

**Full Changelog**: codecov/codecov-action@v4.2.0...v4.3.0

### [`v4.2.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.2.0)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.1.1...v4.2.0)

#### What's Changed

-   chore(deps): update deps by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1351](https://togithub.com/codecov/codecov-action/pull/1351)
-   feat: allow for authentication via OIDC token by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1330](https://togithub.com/codecov/codecov-action/pull/1330)
-   fix: use_oidc shoudl be required false by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1353](https://togithub.com/codecov/codecov-action/pull/1353)

**Full Changelog**: codecov/codecov-action@v4.1.1...v4.2.0

### [`v4.1.1`](https://togithub.com/codecov/codecov-action/releases/tag/v4.1.1)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.1.0...v4.1.1)

#### What's Changed

-   build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1315](https://togithub.com/codecov/codecov-action/pull/1315)
-   build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1319](https://togithub.com/codecov/codecov-action/pull/1319)
-   Removed mention of Mercurial by [@&#8203;drazisil-codecov](https://togithub.com/drazisil-codecov) in [https://github.com/codecov/codecov-action/pull/1325](https://togithub.com/codecov/codecov-action/pull/1325)
-   build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1332](https://togithub.com/codecov/codecov-action/pull/1332)
-   build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1331](https://togithub.com/codecov/codecov-action/pull/1331)
-   fix: force version by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1329](https://togithub.com/codecov/codecov-action/pull/1329)
-   build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1334](https://togithub.com/codecov/codecov-action/pull/1334)
-   build(deps): bump undici from 5.28.2 to 5.28.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1338](https://togithub.com/codecov/codecov-action/pull/1338)
-   build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1341](https://togithub.com/codecov/codecov-action/pull/1341)
-   fix: typo in disable_safe_directory by [@&#8203;mkroening](https://togithub.com/mkroening) in [https://github.com/codecov/codecov-action/pull/1343](https://togithub.com/codecov/codecov-action/pull/1343)
-   chore(release): 4.1.1 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1344](https://togithub.com/codecov/codecov-action/pull/1344)

#### New Contributors

-   [@&#8203;mkroening](https://togithub.com/mkroening) made their first contribution in [https://github.com/codecov/codecov-action/pull/1343](https://togithub.com/codecov/codecov-action/pull/1343)

**Full Changelog**: codecov/codecov-action@v4.1.0...v4.1.1

### [`v4.1.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.1.0)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.0.2...v4.1.0)

##### What's Changed

-   fix: set safe directory by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1304](https://togithub.com/codecov/codecov-action/pull/1304)
-   build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1306](https://togithub.com/codecov/codecov-action/pull/1306)
-   build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1305](https://togithub.com/codecov/codecov-action/pull/1305)
-   chore(release): v4.1.0 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1307](https://togithub.com/codecov/codecov-action/pull/1307)

**Full Changelog**: codecov/codecov-action@v4.0.2...v4.1.0

### [`v4.0.2`](https://togithub.com/codecov/codecov-action/releases/tag/v4.0.2)

[Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.0.1...v4.0.2)

##### What's Changed

-   Update README.md by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1251](https://togithub.com/codecov/codecov-action/pull/1251)
-   build(deps-dev): bump [@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.11 to 29.5.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1257](https://togithub.com/codecov/codecov-action/pull/1257)
-   build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1266](https://togithub.com/codecov/codecov-action/pull/1266)
-   Escape pipes in table of arguments by [@&#8203;jwodder](https://togithub.com/jwodder) in [https://github.com/codecov/codecov-action/pull/1265](https://togithub.com/codecov/codecov-action/pull/1265)
-   Add link to docs on Dependabot secrets by [@&#8203;ianlewis](https://togithub.com/ianlewis) in [https://github.com/codecov/codecov-action/pull/1260](https://togithub.com/codecov/codecov-action/pull/1260)
-   fix: working-directory input for all stages by [@&#8203;Bo98](https://togithub.com/Bo98) in [https://github.com/codecov/codecov-action/pull/1272](https://togithub.com/codecov/codecov-action/pull/1272)
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.20.0 to 6.21.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1271](https://togithub.com/codecov/codecov-action/pull/1271)
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.20.0 to 6.21.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1269](https://togithub.com/codecov/codecov-action/pull/1269)
-   build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1298](https://togithub.com/codecov/codecov-action/pull/1298)
-   Use updated syntax for GitHub Markdown notes by [@&#8203;jamacku](https://togithub.com/jamacku) in [https://github.com/codecov/codecov-action/pull/1300](https://togithub.com/codecov/codecov-action/pull/1300)
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.21.0 to 7.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1290](https://togithub.com/codecov/codecov-action/pull/1290)
-   build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1286](https://togithub.com/codecov/codecov-action/pull/1286)
-   chore(release): bump to 4.0.2 by [@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1302](https://togithub.com/codecov/codecov-action/pull/1302)

##### New Contributors

-   [@&#8203;jwodder](https://togithub.com/jwodder) made their first contribution in [https://github.com/codecov/codecov-action/pull/1265](https://togithub.com/codecov/codecov-action/pull/1265)
-   [@&#8203;ianlewis](https://togithub.com/ianlewis) made their first contribution in [https://github.com/codecov/codecov-action/pull/1260](https://togithub.com/codecov/codecov-action/pull/1260)
-   [@&#8203;Bo98](https://togithub.com/Bo98) made their first contribution in [https://github.com/codecov/codecov-action/pull/1272](https://togithub.com/codecov/codecov-action/pull/1272)
-   [@&#8203;jamacku](https://togithub.com/jamacku) made their first contribution in [https://github.com/codecov/codecov-action/pull/1300](https://togithub.com/codecov/codecov-action/pull/1300)

**Full Changelog**: codecov/codecov-action@v4.0.1...v4.0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/kula-app/OnLaunch-Android-Client).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
AhmedBaset referenced this pull request in AhmedBaset/eslint-plugin-rtl-friendly Aug 12, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codecov/codecov-action](https://togithub.com/codecov/codecov-action)
| action | minor | `v4.0.1` -> `v4.5.0` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4.5.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.5.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

##### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.9.0 to 7.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1446](https://togithub.com/codecov/codecov-action/pull/1446)
- build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1443](https://togithub.com/codecov/codecov-action/pull/1443)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.9.0 to 7.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1445](https://togithub.com/codecov/codecov-action/pull/1445)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.10.0 to 7.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1459](https://togithub.com/codecov/codecov-action/pull/1459)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.10.0 to 7.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1458](https://togithub.com/codecov/codecov-action/pull/1458)
- build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1456](https://togithub.com/codecov/codecov-action/pull/1456)
- build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1460](https://togithub.com/codecov/codecov-action/pull/1460)
- build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1466](https://togithub.com/codecov/codecov-action/pull/1466)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.11.0 to 7.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1467](https://togithub.com/codecov/codecov-action/pull/1467)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.11.0 to 7.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1468](https://togithub.com/codecov/codecov-action/pull/1468)
- build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1472](https://togithub.com/codecov/codecov-action/pull/1472)
- fix: handle trailing commas by
[@&#8203;joseph-sentry](https://togithub.com/joseph-sentry) in
[https://github.com/codecov/codecov-action/pull/1470](https://togithub.com/codecov/codecov-action/pull/1470)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.12.0 to 7.13.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1474](https://togithub.com/codecov/codecov-action/pull/1474)
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1475](https://togithub.com/codecov/codecov-action/pull/1475)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.12.0 to 7.13.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1473](https://togithub.com/codecov/codecov-action/pull/1473)
- feat: add support for tokenless v3 by
[@&#8203;joseph-sentry](https://togithub.com/joseph-sentry) in
[https://github.com/codecov/codecov-action/pull/1410](https://togithub.com/codecov/codecov-action/pull/1410)
- Use an existing token even if the PR is from a fork by
[@&#8203;leofeyer](https://togithub.com/leofeyer) in
[https://github.com/codecov/codecov-action/pull/1471](https://togithub.com/codecov/codecov-action/pull/1471)
- chore(release): bump to 4.5.0 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1477](https://togithub.com/codecov/codecov-action/pull/1477)

##### New Contributors

- [@&#8203;joseph-sentry](https://togithub.com/joseph-sentry) made their
first contribution in
[https://github.com/codecov/codecov-action/pull/1470](https://togithub.com/codecov/codecov-action/pull/1470)
- [@&#8203;leofeyer](https://togithub.com/leofeyer) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1471](https://togithub.com/codecov/codecov-action/pull/1471)

**Full Changelog**:
codecov/codecov-action@v4.4.1...v4.5.0

###
[`v4.4.1`](https://togithub.com/codecov/codecov-action/releases/tag/v4.4.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.4.0...v4.4.1)

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1427](https://togithub.com/codecov/codecov-action/pull/1427)
- fix: prevent xlarge from running on forks by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1432](https://togithub.com/codecov/codecov-action/pull/1432)
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1439](https://togithub.com/codecov/codecov-action/pull/1439)
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1438](https://togithub.com/codecov/codecov-action/pull/1438)
- fix: isPullRequestFromFork returns false for any PR by
[@&#8203;shahar-h](https://togithub.com/shahar-h) in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)
- chore(release): 4.4.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1441](https://togithub.com/codecov/codecov-action/pull/1441)

#### New Contributors

- [@&#8203;shahar-h](https://togithub.com/shahar-h) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)

**Full Changelog**:
codecov/codecov-action@v4.4.0...v4.4.1

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1427](https://togithub.com/codecov/codecov-action/pull/1427)
- fix: prevent xlarge from running on forks by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1432](https://togithub.com/codecov/codecov-action/pull/1432)
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1439](https://togithub.com/codecov/codecov-action/pull/1439)
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1438](https://togithub.com/codecov/codecov-action/pull/1438)
- fix: isPullRequestFromFork returns false for any PR by
[@&#8203;shahar-h](https://togithub.com/shahar-h) in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)
- chore(release): 4.4.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1441](https://togithub.com/codecov/codecov-action/pull/1441)

#### New Contributors

- [@&#8203;shahar-h](https://togithub.com/shahar-h) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1437](https://togithub.com/codecov/codecov-action/pull/1437)

**Full Changelog**:
codecov/codecov-action@v4.4.0...v4.4.1

###
[`v4.4.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.4.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.3.1...v4.4.0)

#### What's Changed

- chore: Clarify isPullRequestFromFork by
[@&#8203;jsoref](https://togithub.com/jsoref) in
[https://github.com/codecov/codecov-action/pull/1411](https://togithub.com/codecov/codecov-action/pull/1411)
- build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1423](https://togithub.com/codecov/codecov-action/pull/1423)
- build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1421](https://togithub.com/codecov/codecov-action/pull/1421)
- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1420](https://togithub.com/codecov/codecov-action/pull/1420)
- feat: remove GPG and run on spawn by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1426](https://togithub.com/codecov/codecov-action/pull/1426)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1428](https://togithub.com/codecov/codecov-action/pull/1428)
- chore(release): 4.4.0 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1430](https://togithub.com/codecov/codecov-action/pull/1430)

**Full Changelog**:
codecov/codecov-action@v4.3.1...v4.4.0

###
[`v4.3.1`](https://togithub.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)

###
[`v4.3.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.3.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.2.0...v4.3.0)

#### What's Changed

- fix: automatically detect if using GitHub enterprise by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1356](https://togithub.com/codecov/codecov-action/pull/1356)
- build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1355](https://togithub.com/codecov/codecov-action/pull/1355)
- build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1360](https://togithub.com/codecov/codecov-action/pull/1360)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.5.0 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1364](https://togithub.com/codecov/codecov-action/pull/1364)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.5.0 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1363](https://togithub.com/codecov/codecov-action/pull/1363)
- feat: add network params by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1365](https://togithub.com/codecov/codecov-action/pull/1365)
- build(deps): bump undici from 5.28.3 to 5.28.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1361](https://togithub.com/codecov/codecov-action/pull/1361)
- chore(release): v4.3.0 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1366](https://togithub.com/codecov/codecov-action/pull/1366)

**Full Changelog**:
codecov/codecov-action@v4.2.0...v4.3.0

###
[`v4.2.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.2.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.1.1...v4.2.0)

#### What's Changed

- chore(deps): update deps by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1351](https://togithub.com/codecov/codecov-action/pull/1351)
- feat: allow for authentication via OIDC token by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1330](https://togithub.com/codecov/codecov-action/pull/1330)
- fix: use_oidc shoudl be required false by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1353](https://togithub.com/codecov/codecov-action/pull/1353)

**Full Changelog**:
codecov/codecov-action@v4.1.1...v4.2.0

###
[`v4.1.1`](https://togithub.com/codecov/codecov-action/releases/tag/v4.1.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.1.0...v4.1.1)

#### What's Changed

- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1315](https://togithub.com/codecov/codecov-action/pull/1315)
- build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1319](https://togithub.com/codecov/codecov-action/pull/1319)
- Removed mention of Mercurial by
[@&#8203;drazisil-codecov](https://togithub.com/drazisil-codecov) in
[https://github.com/codecov/codecov-action/pull/1325](https://togithub.com/codecov/codecov-action/pull/1325)
- build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1332](https://togithub.com/codecov/codecov-action/pull/1332)
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1331](https://togithub.com/codecov/codecov-action/pull/1331)
- fix: force version by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1329](https://togithub.com/codecov/codecov-action/pull/1329)
- build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1334](https://togithub.com/codecov/codecov-action/pull/1334)
- build(deps): bump undici from 5.28.2 to 5.28.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1338](https://togithub.com/codecov/codecov-action/pull/1338)
- build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1341](https://togithub.com/codecov/codecov-action/pull/1341)
- fix: typo in disable_safe_directory by
[@&#8203;mkroening](https://togithub.com/mkroening) in
[https://github.com/codecov/codecov-action/pull/1343](https://togithub.com/codecov/codecov-action/pull/1343)
- chore(release): 4.1.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1344](https://togithub.com/codecov/codecov-action/pull/1344)

#### New Contributors

- [@&#8203;mkroening](https://togithub.com/mkroening) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1343](https://togithub.com/codecov/codecov-action/pull/1343)

**Full Changelog**:
codecov/codecov-action@v4.1.0...v4.1.1

###
[`v4.1.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.1.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.2...v4.1.0)

##### What's Changed

- fix: set safe directory by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1304](https://togithub.com/codecov/codecov-action/pull/1304)
- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1306](https://togithub.com/codecov/codecov-action/pull/1306)
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1305](https://togithub.com/codecov/codecov-action/pull/1305)
- chore(release): v4.1.0 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1307](https://togithub.com/codecov/codecov-action/pull/1307)

**Full Changelog**:
codecov/codecov-action@v4.0.2...v4.1.0

###
[`v4.0.2`](https://togithub.com/codecov/codecov-action/releases/tag/v4.0.2)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.1...v4.0.2)

##### What's Changed

- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1251](https://togithub.com/codecov/codecov-action/pull/1251)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.11 to
29.5.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1257](https://togithub.com/codecov/codecov-action/pull/1257)
- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1266](https://togithub.com/codecov/codecov-action/pull/1266)
- Escape pipes in table of arguments by
[@&#8203;jwodder](https://togithub.com/jwodder) in
[https://github.com/codecov/codecov-action/pull/1265](https://togithub.com/codecov/codecov-action/pull/1265)
- Add link to docs on Dependabot secrets by
[@&#8203;ianlewis](https://togithub.com/ianlewis) in
[https://github.com/codecov/codecov-action/pull/1260](https://togithub.com/codecov/codecov-action/pull/1260)
- fix: working-directory input for all stages by
[@&#8203;Bo98](https://togithub.com/Bo98) in
[https://github.com/codecov/codecov-action/pull/1272](https://togithub.com/codecov/codecov-action/pull/1272)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.20.0 to 6.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1271](https://togithub.com/codecov/codecov-action/pull/1271)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.20.0 to 6.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1269](https://togithub.com/codecov/codecov-action/pull/1269)
- build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1298](https://togithub.com/codecov/codecov-action/pull/1298)
- Use updated syntax for GitHub Markdown notes by
[@&#8203;jamacku](https://togithub.com/jamacku) in
[https://github.com/codecov/codecov-action/pull/1300](https://togithub.com/codecov/codecov-action/pull/1300)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.21.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1290](https://togithub.com/codecov/codecov-action/pull/1290)
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1286](https://togithub.com/codecov/codecov-action/pull/1286)
- chore(release): bump to 4.0.2 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1302](https://togithub.com/codecov/codecov-action/pull/1302)

##### New Contributors

- [@&#8203;jwodder](https://togithub.com/jwodder) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1265](https://togithub.com/codecov/codecov-action/pull/1265)
- [@&#8203;ianlewis](https://togithub.com/ianlewis) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1260](https://togithub.com/codecov/codecov-action/pull/1260)
- [@&#8203;Bo98](https://togithub.com/Bo98) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1272](https://togithub.com/codecov/codecov-action/pull/1272)
- [@&#8203;jamacku](https://togithub.com/jamacku) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1300](https://togithub.com/codecov/codecov-action/pull/1300)

**Full Changelog**:
codecov/codecov-action@v4.0.1...v4.0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/AhmedBaset/eslint-plugin-rtl-friendly).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
karfau referenced this pull request in xmldom/is-dom-node Sep 24, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[codecov/codecov-action](https://redirect.github.com/codecov/codecov-action)
| action | major | `v3.1.6` -> `v4.5.0` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4.5.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.5.0)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

##### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.9.0 to 7.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1446](https://redirect.github.com/codecov/codecov-action/pull/1446)
- build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1443](https://redirect.github.com/codecov/codecov-action/pull/1443)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.9.0 to 7.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1445](https://redirect.github.com/codecov/codecov-action/pull/1445)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.10.0 to 7.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1459](https://redirect.github.com/codecov/codecov-action/pull/1459)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.10.0 to 7.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1458](https://redirect.github.com/codecov/codecov-action/pull/1458)
- build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1456](https://redirect.github.com/codecov/codecov-action/pull/1456)
- build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1460](https://redirect.github.com/codecov/codecov-action/pull/1460)
- build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1466](https://redirect.github.com/codecov/codecov-action/pull/1466)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.11.0 to 7.12.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1467](https://redirect.github.com/codecov/codecov-action/pull/1467)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.11.0 to 7.12.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1468](https://redirect.github.com/codecov/codecov-action/pull/1468)
- build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1472](https://redirect.github.com/codecov/codecov-action/pull/1472)
- fix: handle trailing commas by
[@&#8203;joseph-sentry](https://redirect.github.com/joseph-sentry) in
[https://github.com/codecov/codecov-action/pull/1470](https://redirect.github.com/codecov/codecov-action/pull/1470)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.12.0 to 7.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1474](https://redirect.github.com/codecov/codecov-action/pull/1474)
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1475](https://redirect.github.com/codecov/codecov-action/pull/1475)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.12.0 to 7.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1473](https://redirect.github.com/codecov/codecov-action/pull/1473)
- feat: add support for tokenless v3 by
[@&#8203;joseph-sentry](https://redirect.github.com/joseph-sentry) in
[https://github.com/codecov/codecov-action/pull/1410](https://redirect.github.com/codecov/codecov-action/pull/1410)
- Use an existing token even if the PR is from a fork by
[@&#8203;leofeyer](https://redirect.github.com/leofeyer) in
[https://github.com/codecov/codecov-action/pull/1471](https://redirect.github.com/codecov/codecov-action/pull/1471)
- chore(release): bump to 4.5.0 by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1477](https://redirect.github.com/codecov/codecov-action/pull/1477)

##### New Contributors

- [@&#8203;joseph-sentry](https://redirect.github.com/joseph-sentry)
made their first contribution in
[https://github.com/codecov/codecov-action/pull/1470](https://redirect.github.com/codecov/codecov-action/pull/1470)
- [@&#8203;leofeyer](https://redirect.github.com/leofeyer) made their
first contribution in
[https://github.com/codecov/codecov-action/pull/1471](https://redirect.github.com/codecov/codecov-action/pull/1471)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0

###
[`v4.4.1`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.4.1)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1)

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1427](https://redirect.github.com/codecov/codecov-action/pull/1427)
- fix: prevent xlarge from running on forks by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1432](https://redirect.github.com/codecov/codecov-action/pull/1432)
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1439](https://redirect.github.com/codecov/codecov-action/pull/1439)
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1438](https://redirect.github.com/codecov/codecov-action/pull/1438)
- fix: isPullRequestFromFork returns false for any PR by
[@&#8203;shahar-h](https://redirect.github.com/shahar-h) in
[https://github.com/codecov/codecov-action/pull/1437](https://redirect.github.com/codecov/codecov-action/pull/1437)
- chore(release): 4.4.1 by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1441](https://redirect.github.com/codecov/codecov-action/pull/1441)

#### New Contributors

- [@&#8203;shahar-h](https://redirect.github.com/shahar-h) made their
first contribution in
[https://github.com/codecov/codecov-action/pull/1437](https://redirect.github.com/codecov/codecov-action/pull/1437)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1427](https://redirect.github.com/codecov/codecov-action/pull/1427)
- fix: prevent xlarge from running on forks by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1432](https://redirect.github.com/codecov/codecov-action/pull/1432)
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1439](https://redirect.github.com/codecov/codecov-action/pull/1439)
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1438](https://redirect.github.com/codecov/codecov-action/pull/1438)
- fix: isPullRequestFromFork returns false for any PR by
[@&#8203;shahar-h](https://redirect.github.com/shahar-h) in
[https://github.com/codecov/codecov-action/pull/1437](https://redirect.github.com/codecov/codecov-action/pull/1437)
- chore(release): 4.4.1 by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1441](https://redirect.github.com/codecov/codecov-action/pull/1441)

#### New Contributors

- [@&#8203;shahar-h](https://redirect.github.com/shahar-h) made their
first contribution in
[https://github.com/codecov/codecov-action/pull/1437](https://redirect.github.com/codecov/codecov-action/pull/1437)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1

###
[`v4.4.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.4.0)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0)

#### What's Changed

- chore: Clarify isPullRequestFromFork by
[@&#8203;jsoref](https://redirect.github.com/jsoref) in
[https://github.com/codecov/codecov-action/pull/1411](https://redirect.github.com/codecov/codecov-action/pull/1411)
- build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1423](https://redirect.github.com/codecov/codecov-action/pull/1423)
- build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1421](https://redirect.github.com/codecov/codecov-action/pull/1421)
- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1420](https://redirect.github.com/codecov/codecov-action/pull/1420)
- feat: remove GPG and run on spawn by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1426](https://redirect.github.com/codecov/codecov-action/pull/1426)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1428](https://redirect.github.com/codecov/codecov-action/pull/1428)
- chore(release): 4.4.0 by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1430](https://redirect.github.com/codecov/codecov-action/pull/1430)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0

###
[`v4.3.1`](https://redirect.github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)

###
[`v4.3.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.3.0)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0)

#### What's Changed

- fix: automatically detect if using GitHub enterprise by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1356](https://redirect.github.com/codecov/codecov-action/pull/1356)
- build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1355](https://redirect.github.com/codecov/codecov-action/pull/1355)
- build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1360](https://redirect.github.com/codecov/codecov-action/pull/1360)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.5.0 to 7.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1364](https://redirect.github.com/codecov/codecov-action/pull/1364)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.5.0 to 7.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1363](https://redirect.github.com/codecov/codecov-action/pull/1363)
- feat: add network params by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1365](https://redirect.github.com/codecov/codecov-action/pull/1365)
- build(deps): bump undici from 5.28.3 to 5.28.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1361](https://redirect.github.com/codecov/codecov-action/pull/1361)
- chore(release): v4.3.0 by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1366](https://redirect.github.com/codecov/codecov-action/pull/1366)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0

###
[`v4.2.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.2.0)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0)

#### What's Changed

- chore(deps): update deps by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1351](https://redirect.github.com/codecov/codecov-action/pull/1351)
- feat: allow for authentication via OIDC token by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1330](https://redirect.github.com/codecov/codecov-action/pull/1330)
- fix: use_oidc shoudl be required false by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1353](https://redirect.github.com/codecov/codecov-action/pull/1353)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0

###
[`v4.1.1`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.1.1)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1)

#### What's Changed

- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1315](https://redirect.github.com/codecov/codecov-action/pull/1315)
- build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1319](https://redirect.github.com/codecov/codecov-action/pull/1319)
- Removed mention of Mercurial by
[@&#8203;drazisil-codecov](https://redirect.github.com/drazisil-codecov)
in
[https://github.com/codecov/codecov-action/pull/1325](https://redirect.github.com/codecov/codecov-action/pull/1325)
- build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1332](https://redirect.github.com/codecov/codecov-action/pull/1332)
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1331](https://redirect.github.com/codecov/codecov-action/pull/1331)
- fix: force version by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1329](https://redirect.github.com/codecov/codecov-action/pull/1329)
- build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1334](https://redirect.github.com/codecov/codecov-action/pull/1334)
- build(deps): bump undici from 5.28.2 to 5.28.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1338](https://redirect.github.com/codecov/codecov-action/pull/1338)
- build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1341](https://redirect.github.com/codecov/codecov-action/pull/1341)
- fix: typo in disable_safe_directory by
[@&#8203;mkroening](https://redirect.github.com/mkroening) in
[https://github.com/codecov/codecov-action/pull/1343](https://redirect.github.com/codecov/codecov-action/pull/1343)
- chore(release): 4.1.1 by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1344](https://redirect.github.com/codecov/codecov-action/pull/1344)

#### New Contributors

- [@&#8203;mkroening](https://redirect.github.com/mkroening) made their
first contribution in
[https://github.com/codecov/codecov-action/pull/1343](https://redirect.github.com/codecov/codecov-action/pull/1343)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1

###
[`v4.1.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.1.0)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v4.0.2...v4.1.0)

##### What's Changed

- fix: set safe directory by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1304](https://redirect.github.com/codecov/codecov-action/pull/1304)
- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1306](https://redirect.github.com/codecov/codecov-action/pull/1306)
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1305](https://redirect.github.com/codecov/codecov-action/pull/1305)
- chore(release): v4.1.0 by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1307](https://redirect.github.com/codecov/codecov-action/pull/1307)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v4.0.2...v4.1.0

###
[`v4.0.2`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.0.2)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2)

##### What's Changed

- Update README.md by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1251](https://redirect.github.com/codecov/codecov-action/pull/1251)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from
29.5.11 to 29.5.12 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1257](https://redirect.github.com/codecov/codecov-action/pull/1257)
- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1266](https://redirect.github.com/codecov/codecov-action/pull/1266)
- Escape pipes in table of arguments by
[@&#8203;jwodder](https://redirect.github.com/jwodder) in
[https://github.com/codecov/codecov-action/pull/1265](https://redirect.github.com/codecov/codecov-action/pull/1265)
- Add link to docs on Dependabot secrets by
[@&#8203;ianlewis](https://redirect.github.com/ianlewis) in
[https://github.com/codecov/codecov-action/pull/1260](https://redirect.github.com/codecov/codecov-action/pull/1260)
- fix: working-directory input for all stages by
[@&#8203;Bo98](https://redirect.github.com/Bo98) in
[https://github.com/codecov/codecov-action/pull/1272](https://redirect.github.com/codecov/codecov-action/pull/1272)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.20.0 to 6.21.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1271](https://redirect.github.com/codecov/codecov-action/pull/1271)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.20.0 to 6.21.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1269](https://redirect.github.com/codecov/codecov-action/pull/1269)
- build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1298](https://redirect.github.com/codecov/codecov-action/pull/1298)
- Use updated syntax for GitHub Markdown notes by
[@&#8203;jamacku](https://redirect.github.com/jamacku) in
[https://github.com/codecov/codecov-action/pull/1300](https://redirect.github.com/codecov/codecov-action/pull/1300)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.21.0 to 7.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1290](https://redirect.github.com/codecov/codecov-action/pull/1290)
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1286](https://redirect.github.com/codecov/codecov-action/pull/1286)
- chore(release): bump to 4.0.2 by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1302](https://redirect.github.com/codecov/codecov-action/pull/1302)

##### New Contributors

- [@&#8203;jwodder](https://redirect.github.com/jwodder) made their
first contribution in
[https://github.com/codecov/codecov-action/pull/1265](https://redirect.github.com/codecov/codecov-action/pull/1265)
- [@&#8203;ianlewis](https://redirect.github.com/ianlewis) made their
first contribution in
[https://github.com/codecov/codecov-action/pull/1260](https://redirect.github.com/codecov/codecov-action/pull/1260)
- [@&#8203;Bo98](https://redirect.github.com/Bo98) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1272](https://redirect.github.com/codecov/codecov-action/pull/1272)
- [@&#8203;jamacku](https://redirect.github.com/jamacku) made their
first contribution in
[https://github.com/codecov/codecov-action/pull/1300](https://redirect.github.com/codecov/codecov-action/pull/1300)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2

###
[`v4.0.1`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.0.1)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v4.0.0...v4.0.1)

##### What's Changed

- Update README.md by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1243](https://redirect.github.com/codecov/codecov-action/pull/1243)
- Add all args by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1245](https://redirect.github.com/codecov/codecov-action/pull/1245)
- fix: show both token uses in readme by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1250](https://redirect.github.com/codecov/codecov-action/pull/1250)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v4.0.0...v4.0.1

###
[`v4.0.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.0.0)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v3.1.6...v4.0.0)

v4 of the Codecov Action uses the
[CLI](https://docs.codecov.com/docs/the-codecov-cli) as the underlying
upload. The CLI has helped to power new features including local upload,
the global upload token, and new upcoming features.

##### Breaking Changes

- The Codecov Action runs as a `node20` action due to `node16`
deprecation. See [this post from
GitHub](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/)
on how to migrate.
- Tokenless uploading is unsupported. However, PRs made from forks to
the upstream public repos will support tokenless (e.g. contributors to
OS projects do not need the upstream repo's Codecov token). This
[doc](https://docs.codecov.com/docs/adding-the-codecov-token#github-actions)
shows instructions on how to add the Codecov token.
- OS platforms have been added, though some may not be automatically
detected. To see a list of platforms, see our [CLI download
page](https://cli.codecov.io)
- Various arguments to the Action have been changed. Please be aware
that the arguments match with the CLI's needs

`v3` versions and below will not have access to CLI features (e.g.
global upload token, ATS).

##### What's Changed

- build(deps): bump openpgp from 5.8.0 to 5.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/985](https://redirect.github.com/codecov/codecov-action/pull/985)
- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1000](https://redirect.github.com/codecov/codecov-action/pull/1000)
- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1006](https://redirect.github.com/codecov/codecov-action/pull/1006)
- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1013](https://redirect.github.com/codecov/codecov-action/pull/1013)
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1024](https://redirect.github.com/codecov/codecov-action/pull/1024)
- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1031](https://redirect.github.com/codecov/codecov-action/pull/1031)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.1.4
to 20.4.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1032](https://redirect.github.com/codecov/codecov-action/pull/1032)
- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1033](https://redirect.github.com/codecov/codecov-action/pull/1033)
- build commit,report and upload args based on codecovcli by
[@&#8203;dana-yaish](https://redirect.github.com/dana-yaish) in
[https://github.com/codecov/codecov-action/pull/943](https://redirect.github.com/codecov/codecov-action/pull/943)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.4.5
to 20.5.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1055](https://redirect.github.com/codecov/codecov-action/pull/1055)
- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1051](https://redirect.github.com/codecov/codecov-action/pull/1051)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.5.3
to 20.5.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1058](https://redirect.github.com/codecov/codecov-action/pull/1058)
- chore(deps): update outdated deps by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1059](https://redirect.github.com/codecov/codecov-action/pull/1059)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.5.4
to 20.5.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1060](https://redirect.github.com/codecov/codecov-action/pull/1060)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.4.1 to 6.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1065](https://redirect.github.com/codecov/codecov-action/pull/1065)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.4.1 to 6.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1064](https://redirect.github.com/codecov/codecov-action/pull/1064)
- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1063](https://redirect.github.com/codecov/codecov-action/pull/1063)
- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1061](https://redirect.github.com/codecov/codecov-action/pull/1061)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.5.6
to 20.5.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1062](https://redirect.github.com/codecov/codecov-action/pull/1062)
- build(deps): bump openpgp from 5.9.0 to 5.10.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1066](https://redirect.github.com/codecov/codecov-action/pull/1066)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.5.7
to 20.5.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1070](https://redirect.github.com/codecov/codecov-action/pull/1070)
- build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1069](https://redirect.github.com/codecov/codecov-action/pull/1069)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.5.0 to 6.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1072](https://redirect.github.com/codecov/codecov-action/pull/1072)
- Update README.md by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1073](https://redirect.github.com/codecov/codecov-action/pull/1073)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.5.0 to 6.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1071](https://redirect.github.com/codecov/codecov-action/pull/1071)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.36.1
to 0.38.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1074](https://redirect.github.com/codecov/codecov-action/pull/1074)
- build(deps): bump
[@&#8203;actions/core](https://redirect.github.com/actions/core) from
1.10.0 to 1.10.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1081](https://redirect.github.com/codecov/codecov-action/pull/1081)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.6.0 to 6.7.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1080](https://redirect.github.com/codecov/codecov-action/pull/1080)
- build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1078](https://redirect.github.com/codecov/codecov-action/pull/1078)
- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1077](https://redirect.github.com/codecov/codecov-action/pull/1077)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.5.9
to 20.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1075](https://redirect.github.com/codecov/codecov-action/pull/1075)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.6.0 to 6.7.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1079](https://redirect.github.com/codecov/codecov-action/pull/1079)
- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1076](https://redirect.github.com/codecov/codecov-action/pull/1076)
- use cli instead of node uploader by
[@&#8203;dana-yaish](https://redirect.github.com/dana-yaish) in
[https://github.com/codecov/codecov-action/pull/1068](https://redirect.github.com/codecov/codecov-action/pull/1068)
- chore(release): 4.0.0-beta.1 by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1084](https://redirect.github.com/codecov/codecov-action/pull/1084)
- not adding -n if empty to do-upload command by
[@&#8203;dana-yaish](https://redirect.github.com/dana-yaish) in
[https://github.com/codecov/codecov-action/pull/1085](https://redirect.github.com/codecov/codecov-action/pull/1085)
- 4.0.0-beta.2 by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1086](https://redirect.github.com/codecov/codecov-action/pull/1086)
- build(deps-dev): bump jest from 29.6.4 to 29.7.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1082](https://redirect.github.com/codecov/codecov-action/pull/1082)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from 29.5.4
to 29.5.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1092](https://redirect.github.com/codecov/codecov-action/pull/1092)
- build(deps): bump github/codeql-action from 2.21.5 to 2.21.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1094](https://redirect.github.com/codecov/codecov-action/pull/1094)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.6.0
to 20.6.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1093](https://redirect.github.com/codecov/codecov-action/pull/1093)
- build(deps): bump openpgp from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1096](https://redirect.github.com/codecov/codecov-action/pull/1096)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 6.7.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1095](https://redirect.github.com/codecov/codecov-action/pull/1095)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.6.2
to 20.6.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1098](https://redirect.github.com/codecov/codecov-action/pull/1098)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.7.0 to 6.7.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1097](https://redirect.github.com/codecov/codecov-action/pull/1097)
- feat: add plugins by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1099](https://redirect.github.com/codecov/codecov-action/pull/1099)
- build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1104](https://redirect.github.com/codecov/codecov-action/pull/1104)
- build(deps): bump github/codeql-action from 2.21.7 to 2.21.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1102](https://redirect.github.com/codecov/codecov-action/pull/1102)
- build(deps): bump actions/checkout from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1101](https://redirect.github.com/codecov/codecov-action/pull/1101)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.7.2 to 6.7.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1108](https://redirect.github.com/codecov/codecov-action/pull/1108)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.6.3
to 20.7.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1107](https://redirect.github.com/codecov/codecov-action/pull/1107)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.7.2 to 6.7.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1106](https://redirect.github.com/codecov/codecov-action/pull/1106)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.7.0
to 20.7.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1111](https://redirect.github.com/codecov/codecov-action/pull/1111)
- build(deps): bump github/codeql-action from 2.21.8 to 2.21.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1113](https://redirect.github.com/codecov/codecov-action/pull/1113)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.7.1
to 20.8.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1112](https://redirect.github.com/codecov/codecov-action/pull/1112)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.8.0
to 20.8.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1114](https://redirect.github.com/codecov/codecov-action/pull/1114)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.7.3 to 6.7.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1115](https://redirect.github.com/codecov/codecov-action/pull/1115)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.7.4 to 6.7.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1123](https://redirect.github.com/codecov/codecov-action/pull/1123)
- build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1120](https://redirect.github.com/codecov/codecov-action/pull/1120)
- build(deps): bump github/codeql-action from 2.21.9 to 2.22.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1119](https://redirect.github.com/codecov/codecov-action/pull/1119)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.7.3 to 6.7.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1122](https://redirect.github.com/codecov/codecov-action/pull/1122)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.8.2
to 20.8.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1121](https://redirect.github.com/codecov/codecov-action/pull/1121)
- build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1117](https://redirect.github.com/codecov/codecov-action/pull/1117)
- build(deps): bump
[@&#8203;actions/github](https://redirect.github.com/actions/github)
from 5.1.1 to 6.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1124](https://redirect.github.com/codecov/codecov-action/pull/1124)
- build(deps): bump github/codeql-action from 2.22.0 to 2.22.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1127](https://redirect.github.com/codecov/codecov-action/pull/1127)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.8.4
to 20.8.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1126](https://redirect.github.com/codecov/codecov-action/pull/1126)
- build(deps-dev): bump
[@&#8203;babel/traverse](https://redirect.github.com/babel/traverse)
from 7.22.11 to 7.23.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1129](https://redirect.github.com/codecov/codecov-action/pull/1129)
- build(deps): bump undici from 5.25.4 to 5.26.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1128](https://redirect.github.com/codecov/codecov-action/pull/1128)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.7.5 to 6.8.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1130](https://redirect.github.com/codecov/codecov-action/pull/1130)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.7.5 to 6.8.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1131](https://redirect.github.com/codecov/codecov-action/pull/1131)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.8.6
to 20.8.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1135](https://redirect.github.com/codecov/codecov-action/pull/1135)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.0
to 0.38.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1136](https://redirect.github.com/codecov/codecov-action/pull/1136)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from 29.5.5
to 29.5.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1137](https://redirect.github.com/codecov/codecov-action/pull/1137)
- build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1142](https://redirect.github.com/codecov/codecov-action/pull/1142)
- build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1141](https://redirect.github.com/codecov/codecov-action/pull/1141)
- build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1140](https://redirect.github.com/codecov/codecov-action/pull/1140)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.8.0 to 6.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1147](https://redirect.github.com/codecov/codecov-action/pull/1147)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 20.8.7
to 20.8.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1146](https://redirect.github.com/codecov/codecov-action/pull/1146)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.8.0 to 6.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1145](https://redirect.github.com/codecov/codecov-action/pull/1145)
- chore(deps): move from node-fetch to undici by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1148](https://redirect.github.com/codecov/codecov-action/pull/1148)
- build(deps): bump openpgp from 5.10.2 to 5.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1149](https://redirect.github.com/codecov/codecov-action/pull/1149)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.9.0 to 6.9.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1155](https://redirect.github.com/codecov/codecov-action/pull/1155)
- build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1152](https://redirect.github.com/codecov/codecov-action/pull/1152)
- build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1151](https://redirect.github.com/codecov/codecov-action/pull/1151)
- build(deps): bump undici from 5.26.5 to 5.27.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1150](https://redirect.github.com/codecov/codecov-action/pull/1150)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from 29.5.6
to 29.5.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1153](https://redirect.github.com/codecov/codecov-action/pull/1153)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.9.0 to 6.9.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1154](https://redirect.github.com/codecov/codecov-action/pull/1154)
- build(deps): bump undici from 5.27.0 to 5.27.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1157](https://redirect.github.com/codecov/codecov-action/pull/1157)
- build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1156](https://redirect.github.com/codecov/codecov-action/pull/1156)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.9.1 to 6.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1159](https://redirect.github.com/codecov/codecov-action/pull/1159)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.9.1 to 6.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1158](https://redirect.github.com/codecov/codecov-action/pull/1158)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from 29.5.7
to 29.5.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1161](https://redirect.github.com/codecov/codecov-action/pull/1161)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.10.0 to 6.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1164](https://redirect.github.com/codecov/codecov-action/pull/1164)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.10.0 to 6.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1163](https://redirect.github.com/codecov/codecov-action/pull/1163)
- build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1167](https://redirect.github.com/codecov/codecov-action/pull/1167)
- build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1166](https://redirect.github.com/codecov/codecov-action/pull/1166)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from 29.5.8
to 29.5.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1172](https://redirect.github.com/codecov/codecov-action/pull/1172)
- build(deps-dev): bump typescript from 5.2.2 to 5.3.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1171](https://redirect.github.com/codecov/codecov-action/pull/1171)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.11.0 to 6.12.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1170](https://redirect.github.com/codecov/codecov-action/pull/1170)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.11.0 to 6.12.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1169](https://redirect.github.com/codecov/codecov-action/pull/1169)
- build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1175](https://redirect.github.com/codecov/codecov-action/pull/1175)
- build(deps): bump undici from 5.27.2 to 5.28.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1174](https://redirect.github.com/codecov/codecov-action/pull/1174)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from 29.5.9
to 29.5.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1173](https://redirect.github.com/codecov/codecov-action/pull/1173)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.12.0 to 6.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1178](https://redirect.github.com/codecov/codecov-action/pull/1178)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.12.0 to 6.13.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1180](https://redirect.github.com/codecov/codecov-action/pull/1180)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.13.0 to 6.13.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1181](https://redirect.github.com/codecov/codecov-action/pull/1181)
- build(deps): bump undici from 5.28.0 to 5.28.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1179](https://redirect.github.com/codecov/codecov-action/pull/1179)
- build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1183](https://redirect.github.com/codecov/codecov-action/pull/1183)
- build(deps): bump undici from 5.28.1 to 5.28.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1182](https://redirect.github.com/codecov/codecov-action/pull/1182)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.13.1 to 6.13.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1185](https://redirect.github.com/codecov/codecov-action/pull/1185)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.13.1 to 6.13.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1184](https://redirect.github.com/codecov/codecov-action/pull/1184)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from
29.5.10 to 29.5.11 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1187](https://redirect.github.com/codecov/codecov-action/pull/1187)
- build(deps): bump undici from 5.28.2 to 6.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1186](https://redirect.github.com/codecov/codecov-action/pull/1186)
- build(deps-dev): bump typescript from 5.3.2 to 5.3.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1189](https://redirect.github.com/codecov/codecov-action/pull/1189)
- build(deps): bump undici from 6.0.0 to 6.0.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1188](https://redirect.github.com/codecov/codecov-action/pull/1188)
- build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1191](https://redirect.github.com/codecov/codecov-action/pull/1191)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 6.13.2 to 6.14.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1193](https://redirect.github.com/codecov/codecov-action/pull/1193)
-   build(deps-dev): bu

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/xmldom/is-dom-node).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant