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(github): Bump the gha group across 1 directory with 7 updates #308

Merged
merged 2 commits into from
Sep 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps the gha group with 7 updates in the / directory:

Package From To
hmarr/auto-approve-action 3.2.1 4.0.0
dependabot/fetch-metadata 1.6.0 2.2.0
pascalgn/automerge-action 0.16.2 0.16.3
codecov/codecov-action 3 4
wagoid/commitlint-github-action 5 6
codelytv/pr-size-labeler 1.8.1 1.10.0
release-drafter/release-drafter 5 6

Updates hmarr/auto-approve-action from 3.2.1 to 4.0.0

Release notes

Sourced from hmarr/auto-approve-action's releases.

v4.0.0

What's Changed

  • Upgrade from node 16 to node 20
  • Upgrade dependencies and switch from nock to msw for API mocking

Full Changelog: hmarr/auto-approve-action@v3.2.1...v4.0.0

Commits

Updates dependabot/fetch-metadata from 1.6.0 to 2.2.0

Release notes

Sourced from dependabot/fetch-metadata's releases.

v2.2.0

What's Changed

Full Changelog: dependabot/fetch-metadata@v2...v2.2.0

v2.1.0

What's Changed

New Contributors

Full Changelog: dependabot/fetch-metadata@v2.0.0...v2.1.0

v2.0.0 - Switch to node20

What's Changed

Full Changelog: dependabot/fetch-metadata@v1.7.0...v2.0.0

v1.7.0

What's Changed

... (truncated)

Commits
  • dbb049a v2.2.0 (#520)
  • 36bf1f9 Merge pull request #532 from dependabot/dependabot/npm_and_yarn/braces-3.0.3
  • a3420b5 Bump braces from 3.0.2 to 3.0.3
  • 006e43f Merge pull request #534 from dependabot/dependabot/github_actions/actions/cre...
  • 9c55ebe Bump actions/create-github-app-token from 1.10.0 to 1.10.2
  • 325b863 Merge pull request #523 from dependabot/dependabot/github_actions/actions/cre...
  • aec2f3e Bump actions/create-github-app-token from 1.9.0 to 1.10.0
  • 5e5f996 Merge pull request #518 from dependabot/bump-to-v2.1.0
  • 63415e5 v2.1.0
  • 76b7fe9 Merge pull request #509 from dependabot/switch-to-monthly-release-cadence
  • Additional commits viewable in compare view

Updates pascalgn/automerge-action from 0.16.2 to 0.16.3

Release notes

Sourced from pascalgn/automerge-action's releases.

Release 0.16.3

  • Update dependencies
Commits

Updates codecov/codecov-action from 3 to 4

Release notes

Sourced from codecov/codecov-action's releases.

v4.0.0

v4 of the Codecov Action uses the 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 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 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
  • 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

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

4.0.0-beta.2

Fixes

  • #1085 not adding -n if empty to do-upload command

4.0.0-beta.1

v4 represents a move from the universal uploader to the Codecov CLI. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.

Breaking Changes

  • No current support for aarch64 and alpine architectures.
  • Tokenless uploading is unsuported
  • Various arguments to the Action have been removed

3.1.4

Fixes

  • #967 Fix typo in README.md
  • #971 fix: add back in working dir
  • #969 fix: CLI option names for uploader

Dependencies

  • #970 build(deps-dev): bump @​types/node from 18.15.12 to 18.16.3
  • #979 build(deps-dev): bump @​types/node from 20.1.0 to 20.1.2
  • #981 build(deps-dev): bump @​types/node from 20.1.2 to 20.1.4

3.1.3

Fixes

  • #960 fix: allow for aarch64 build

Dependencies

  • #957 build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0
  • #958 build(deps): bump openpgp from 5.7.0 to 5.8.0
  • #959 build(deps-dev): bump @​types/node from 18.15.10 to 18.15.12

3.1.2

Fixes

  • #718 Update README.md
  • #851 Remove unsupported path_to_write_report argument
  • #898 codeql-analysis.yml
  • #901 Update README to contain correct information - inputs and negate feature
  • #955 fix: add in all the extra arguments for uploader

Dependencies

  • #819 build(deps): bump openpgp from 5.4.0 to 5.5.0
  • #835 build(deps): bump node-fetch from 3.2.4 to 3.2.10
  • #840 build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4
  • #841 build(deps): bump @​actions/core from 1.9.1 to 1.10.0
  • #843 build(deps): bump @​actions/github from 5.0.3 to 5.1.1
  • #869 build(deps): bump node-fetch from 3.2.10 to 3.3.0
  • #872 build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0
  • #879 build(deps): bump decode-uri-component from 0.2.0 to 0.2.2

... (truncated)

Commits
  • e28ff12 chore(release): bump to 4.5.0 (#1477)
  • 7594baa Use an existing token even if the PR is from a fork (#1471)
  • 81c0a51 feat: add support for tokenless v3 (#1410)
  • f5e203f build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 ...
  • 7c48363 build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1475)
  • 69e5d09 build(deps-dev): bump @​typescript-eslint/parser from 7.12.0 to 7.13.0 (#1474)
  • feaf700 fix: handle trailing commas (#1470)
  • 7b6a727 build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 (#1472)
  • ccf7a1f build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0 ...
  • f03f015 build(deps-dev): bump @​typescript-eslint/parser from 7.11.0 to 7.12.0 (#1467)
  • Additional commits viewable in compare view

Updates wagoid/commitlint-github-action from 5 to 6

Changelog

Sourced from wagoid/commitlint-github-action's changelog.

5.3.1 (2023-02-15)

5.3.0 (2022-11-24)

Features

  • adds commitDepth as new input param (b0982e3)

5.2.2 (2022-10-24)

5.2.1 (2022-10-24)

5.2.0 (2022-10-08)

Bug Fixes

  • add conventional-changelog-conventionalcommits dependency to fix #552 (b584ba3)

Features

  • deps: update @​commitlint packages from 17.0 to 17.1 (d23c330)
  • deps: update commitlint-config-jira and commitlint-config-jira-rules to 1.6.4 (8b8230b)
  • deps: update commitlint-plugin-function-rules to 1.7.1 (c2981f1)

5.1.2 (2022-10-06)

5.1.1 (2022-10-06)

5.1.0 (2022-10-06)

Features

... (truncated)

Commits
  • 7f0a61d chore(release): publish 6.0.1 [skip-ci]
  • ada5d09 Merge pull request #783 from wagoid/dependabot/npm_and_yarn/multi-362ecca630
  • d6e1800 Merge pull request #782 from wagoid/dependabot/npm_and_yarn/ip-1.1.9
  • b529831 Merge pull request #781 from wagoid/dependabot/npm_and_yarn/tar-6.2.1
  • 7070c25 chore(deps): bump semver
  • a7438fc chore(deps): bump ip from 1.1.8 to 1.1.9
  • bfdc3d1 chore(deps): bump tar from 6.1.11 to 6.2.1
  • 8fa8a3e Merge pull request #779 from wagoid/dependabot/npm_and_yarn/minor-and-patch-4...
  • 8d57fde Merge pull request #778 from wagoid/dependabot/npm_and_yarn/undici-5.28.4
  • ab651d8 chore(deps-dev): bump the minor-and-patch group with 4 updates
  • Additional commits viewable in compare view

Updates codelytv/pr-size-labeler from 1.8.1 to 1.10.0

Release notes

Sourced from codelytv/pr-size-labeler's releases.

Support for ignoring file deletions

The main change in this release is the ability to ignore file deletions by setting ignore_file_deletions: true. Additionally, there were some documentation updates and tests written to capture regressions.

What's Changed

New Contributors

Full Changelog: CodelyTV/pr-size-labeler@v1.9.0...v1.10.0

Support for ignoring line deletions; bug fixes

What's Changed

New Contributors

Full Changelog: CodelyTV/pr-size-labeler@v1...v1.9.0

Commits
  • 56f6f0f Fix broken logo link in readme (#75)
  • cc6827c Support ignoring file deletions (#76)
  • f8dce3e Improve the existing contribution guide (#74)
  • 13d17c4 chore: use github.api_url as default (#62)
  • 891ac86 add: -w to match the whole label (#65)
  • f2aafc4 Support ignore deletions with "ignore_line_deletions" param (#71)
  • 1cc5389 Define a pr template to encourage thorough pr descriptions (#73)
  • 08227d1 Format arguments in README as a table (#72)
  • 4bd28fb fix: update readme example (#57)
  • 54c3c1d test: add bashunit (#64)
  • Additional commits viewable in compare view

Updates release-drafter/release-drafter from 5 to 6

Release notes

Sourced from release-drafter/release-drafter's releases.

v6.0.0

What's Changed

Full Changelog: release-drafter/release-drafter@v5.25.0...v6.0.0

v6.0.0-beta.1

Prerelease of v6, first release of the CLI, feel free to provide feedback in the pull request: release-drafter/release-drafter#1204

v5.25.0

What's Changed

New

Full Changelog: release-drafter/release-drafter@v5.24.0...v5.25.0

v5.24.0

What's Changed

New

Bug Fixes

Full Changelog: release-drafter/release-drafter@v5.23.0...v5.24.0

v5.23.0

What's Changed

New

Full Changelog: release-drafter/release-drafter@v5.22.0...v5.23.0

v5.22.0

What's Changed

New

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gha group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) | `3.2.1` | `4.0.0` |
| [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) | `1.6.0` | `2.2.0` |
| [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) | `0.16.2` | `0.16.3` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `3` | `4` |
| [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) | `5` | `6` |
| [codelytv/pr-size-labeler](https://github.com/codelytv/pr-size-labeler) | `1.8.1` | `1.10.0` |
| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `5` | `6` |



Updates `hmarr/auto-approve-action` from 3.2.1 to 4.0.0
- [Release notes](https://github.com/hmarr/auto-approve-action/releases)
- [Commits](hmarr/auto-approve-action@v3.2.1...v4.0.0)

Updates `dependabot/fetch-metadata` from 1.6.0 to 2.2.0
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v1.6.0...v2.2.0)

Updates `pascalgn/automerge-action` from 0.16.2 to 0.16.3
- [Release notes](https://github.com/pascalgn/automerge-action/releases)
- [Commits](pascalgn/automerge-action@v0.16.2...v0.16.3)

Updates `codecov/codecov-action` from 3 to 4
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

Updates `wagoid/commitlint-github-action` from 5 to 6
- [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md)
- [Commits](wagoid/commitlint-github-action@v5...v6)

Updates `codelytv/pr-size-labeler` from 1.8.1 to 1.10.0
- [Release notes](https://github.com/codelytv/pr-size-labeler/releases)
- [Commits](CodelyTV/pr-size-labeler@v1.8.1...v1.10.0)

Updates `release-drafter/release-drafter` from 5 to 6
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@v5...v6)

---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: pascalgn/automerge-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: wagoid/commitlint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: codelytv/pr-size-labeler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the major major label Jul 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2024

The following labels could not be found: github-actions.

Copy link

codecov bot commented Sep 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.49%. Comparing base (663e3b3) to head (b83bc45).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #308   +/-   ##
=======================================
  Coverage   69.49%   69.49%           
=======================================
  Files          13       13           
  Lines         318      318           
  Branches       62       62           
=======================================
  Hits          221      221           
  Misses         94       94           
  Partials        3        3           
Flag Coverage Δ
py310 69.49% <ø> (ø)
py311 69.49% <ø> (ø)

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.

@ryankanno ryankanno merged commit 63dc77e into main Sep 14, 2024
12 of 14 checks passed
@ryankanno ryankanno deleted the dependabot/github_actions/gha-f79758df8e branch September 14, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant