terraform-provider-commercetools
terraform-provider-commercetools copied to clipboard
chore(deps): bump the github-actions group with 7 updates
Bumps the github-actions group with 7 updates:
Package | From | To |
---|---|---|
actions/checkout | 3 |
4 |
actions/setup-go | 4 |
5 |
goreleaser/goreleaser-action | 2 |
5 |
hashicorp/setup-terraform | 2 |
3 |
golangci/golangci-lint-action | 3 |
5 |
codecov/codecov-action | 3 |
4 |
actions/add-to-project | 0.5.0 |
1.0.1 |
Updates actions/checkout
from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takost
in actions/checkout#1436- Support fetching without the --progress option by
@simonbaird
in actions/checkout#1067- Release 4.0.0 by
@takost
in actions/checkout#1447New Contributors
@takost
made their first contribution in actions/checkout#1436@simonbaird
made their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dscho
in actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreck
in actions/checkout#579- Release 3.6.0 by
@luketomlinson
in actions/checkout#1437New Contributors
@RobertWieczoreck
made their first contribution in actions/checkout#579@luketomlinson
made their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanics
in actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulos
in actions/checkout#1287- Add support for sparse checkouts by
@dscho
and@dfdez
in actions/checkout#1369- Release v3.5.3 by
@TingluoHuang
in actions/checkout#1376New Contributors
@megamanics
made their first contribution in actions/checkout#1196@DimitriPapadopoulos
made their first contribution in actions/checkout#1287@dfdez
made their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerl
in actions/checkout#1289 based on #1286 by@1newsr
Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/github
dependency by@BrettDong
in actions/checkout#1246New Contributors
@BrettDong
made their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkout
by@jww3
in actions/checkout#1656- Add SSH user parameter by
@cory-miller
in actions/checkout#1685- Update
actions/checkout
version inupdate-main-version.yml
by@jww3
in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@dscho
in actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbe
in actions/checkout#1511- Link to release page from what's new section by
@cory-miller
in actions/checkout#1514v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
... (truncated)
Commits
0ad4b8f
Prep Release v4.1.4 (#1704)43045ae
Disableextensions.worktreeConfig
when disablingsparse-checkout
(#1692)37b0821
Bump the minor-actions-dependencies group with 2 updates (#1693)9839dc1
Add dependabot config (#1688)9b4c13b
Bump word-wrap from 1.2.3 to 1.2.5 (#1643)1d96c77
Add SSH user parameter (#1685)cd7d8d6
Check git version before attempting to disablesparse-checkout
(#1656)8410ad0
Updateactions/checkout
version inupdate-main-version.yml
(#1650)9bb5618
Prep for release of v4.1.2 (#1649)8eb1f6a
Bump@babel/traverse
from 7.20.5 to 7.24.0 (#1642)- Additional commits viewable in compare view
Updates actions/setup-go
from 4 to 5
Release notes
Sourced from actions/setup-go's releases.
v5.0.0
What's Changed
In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover, we update some dependencies to the latest versions (actions/setup-go#445).
Besides, this release contains such changes as:
- Fix hosted tool cache usage on windows by
@galargh
in actions/setup-go#411- Improve documentation regarding dependencies caching by
@artemgavrilov
in actions/setup-go#417New Contributors
@galargh
made their first contribution in actions/setup-go#411@artemgavrilov
made their first contribution in actions/setup-go#417@chenrui333
made their first contribution in actions/setup-go#421Full Changelog: https://github.com/actions/setup-go/compare/v4...v5.0.0
v4.1.0
What's Changed
In scope of this release, slow installation on Windows was fixed by
@dsame
in actions/setup-go#393 and OS version was added toprimaryKey
for Ubuntu runners to avoid conflicts (actions/setup-go#383)This release also includes the following changes:
- Remove implicit dependencies by
@nikolai-laevskii
in actions/setup-go#378- Update action.yml by
@mkelly
in actions/setup-go#379- Added a description that go-version should be specified as a string type by
@n3xem
in actions/setup-go#367- Add note about YAML parsing versions by
@dmitry-shibanov
in actions/setup-go#382- Automatic update of configuration files from 05/23/2023 by
@github-actions
in actions/setup-go#377- Bump tough-cookie and
@azure/ms-rest-js
by@dependabot
in actions/setup-go#392- Bump word-wrap from 1.2.3 to 1.2.4 by
@dependabot
in actions/setup-go#397- Bump semver from 6.3.0 to 6.3.1 by
@dependabot
in actions/setup-go#396New Contributors
@mkelly
made their first contribution in actions/setup-go#379@n3xem
made their first contribution in actions/setup-go#367Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.1.0
v4.0.1
What's Changed
- Update documentation for
v4
by@dsame
in actions/setup-go#354- Fix glob bug in the package.json scripts section by
@IvanZosimov
in actions/setup-go#359- Bump
xml2js
dependency by@dmitry-shibanov
in actions/setup-go#370- Bump
@actions/cache
dependency to v3.2.1 by@nikolai-laevskii
in actions/setup-go#374New Contributors
@nikolai-laevskii
made their first contribution in actions/setup-go#374Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.0.1
Commits
cdcb360
Remove the description of the old go.mod specification (#458)99176a8
Update README.md with V5 release notes (#459)be1aa11
Bump undici from 5.28.2 to 5.28.3 (#465)6c1fd22
docs: bumpactions/setup-go
to v5 (#449)0c52d54
Update dependencies for node20 (#445)bfd2fb3
Merge pull request #421 from chenrui333/node20-runtime3d65fa5
feat: bump to use actions/checkout@v48a505c9
feat: bump to use node20 runtime883490d
Merge pull request #417 from artemgavrilov/maind45ebba
Rephrase sentence- Additional commits viewable in compare view
Updates goreleaser/goreleaser-action
from 2 to 5
Release notes
Sourced from goreleaser/goreleaser-action's releases.
v5.0.0
What's Changed
- feat: node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-max
in goreleaser/goreleaser-action#432- chore(deps): bump
@actions/core
from 1.10.0 to 1.10.1 in goreleaser/goreleaser-action#434Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.6.0...v5.0.0
v4.6.0
Reverts the change to
node20
runtime.Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.5.0...v4.6.0
v4.5.0
What's Changed
- chore(deps): bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in goreleaser/goreleaser-action#427- feat: bump to use node20 runtime, actions/checkout to v4 by
@kbdharun
in goreleaser/goreleaser-action#430New Contributors
@kbdharun
made their first contribution in goreleaser/goreleaser-action#430Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.4.0...v4.5.0
v4.4.0
What's Changed
- chore(deps): bump semver from 7.5.0 to 7.5.1 by
@dependabot
in goreleaser/goreleaser-action#417- feat: support oss nightlies by
@caarlos0
in goreleaser/goreleaser-action#424Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.3.0...v4.4.0
v4.3.0
What's Changed
- Update in command examples by
@arnaduga
in goreleaser/goreleaser-action#393- chore(deps): bump yargs from 17.6.2 to 17.7.0 by
@dependabot
in goreleaser/goreleaser-action#395- Improve documentation for use of
GITHUB_TOKEN
by@jamietanna
in goreleaser/goreleaser-action#399- chore(deps): bump actions/setup-go from 3 to 4 by
@dependabot
in goreleaser/goreleaser-action#403- chore(deps): bump docker/bake-action from 2 to 3 by
@dependabot
in goreleaser/goreleaser-action#408- chore(deps): bump semver from 7.3.8 to 7.5.0 by
@dependabot
in goreleaser/goreleaser-action#407- Bump setup-go action version to v4 in README by
@kishaningithub
in goreleaser/goreleaser-action#411- ci: split test and validate workflow by
@crazy-max
in goreleaser/goreleaser-action#413- chore: update yarn to 3.5.1 by
@crazy-max
in goreleaser/goreleaser-action#412- chore(deps): bump yargs from 17.7.1 to 17.7.2 by
@dependabot
in goreleaser/goreleaser-action#410- feat: support nightly by
@caarlos0
in goreleaser/goreleaser-action#419New Contributors
@arnaduga
made their first contribution in goreleaser/goreleaser-action#393@jamietanna
made their first contribution in goreleaser/goreleaser-action#399@kishaningithub
made their first contribution in goreleaser/goreleaser-action#411Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.2.0...v4.3.0
... (truncated)
Commits
7ec5c2b
chore(deps): bump@actions/core
from 1.10.0 to 1.10.1 (#434)3529a65
chore: node 20 as default runtime (#432)d2f6e33
chore(deps): bump crazy-max/ghaction-import-gpg from 5 to 6 (#433)5fdedb9
revert: node20 change81d9ad7
feat: bump to use node20 runtime, actions/checkout to v4 (#430)a10d0e3
chore(deps): bump word-wrap from 1.2.3 to 1.2.5 (#427)3fa32b8
feat(deps): update semver,@actions/http-client
c7c9447
feat: support oss nightlies (#424)920a7cb
chore(deps): bump semver from 7.5.0 to 7.5.1 (#417)336e299
feat: support nightly (#419)- Additional commits viewable in compare view
Updates hashicorp/setup-terraform
from 2 to 3
Release notes
Sourced from hashicorp/setup-terraform's releases.
v3.0.0
NOTES:
- Updated default runtime to node20 (#346)
- The wrapper around the installed Terraform binary has been fixed to return the exact STDOUT and STDERR from Terraform when executing commands. Previous versions of setup-terraform may have required workarounds to process the STDOUT in bash, such as filtering out the first line or selectively parsing STDOUT with jq. These workarounds may need to be adjusted with
v3.0.0
, which will now return just the STDOUT/STDERR from Terraform with no errant characters/statements. (#367)BUG FIXES:
- Fixed malformed stdout when wrapper is enabled (#367)
v2.0.3
What's Changed
NOTES
- Bump
@actions/core
from 1.9.1 to 1.10.0 by@dependabot
in hashicorp/setup-terraform#247Full Changelog: https://github.com/hashicorp/setup-terraform/compare/v2.0.2...v2.0.3
v2.0.2
What's Changed
NOTES
- Update 2.0.1 release metadata by
@jpogran
in hashicorp/setup-terraform#253- Release 2.0.2 by
@jpogran
in hashicorp/setup-terraform#254INTERNAL
- Bump jest from 29.0.3 to 29.1.2 by
@dependabot
in hashicorp/setup-terraform#248README.md
updates - direct links to license and code of conduct, updated GitHub documents link by@magnetikonline
in hashicorp/setup-terraform#244Full Changelog: https://github.com/hashicorp/setup-terraform/compare/v2.0.1...v2.0.2
v2.0.1
What's Changed
ENHANCEMENTS
- Do not fail when theres an exit-code 2 by
@dannyibishev
in hashicorp/setup-terraform#125BUG FIXES
- Fix terraform extract by
@cpc-camarj
in hashicorp/setup-terraform#187INTERNAL
- Bump
@actions/core
from 1.6.0 to 1.7.0 by@dependabot
in hashicorp/setup-terraform#185- Bump
@vercel/ncc
from 0.33.3 to 0.33.4 by@dependabot
in hashicorp/setup-terraform#182- Bump jest from 27.5.1 to 28.0.0 by
@dependabot
in hashicorp/setup-terraform#184- Bump jest from 28.0.0 to 28.0.3 by
@dependabot
in hashicorp/setup-terraform#190- Bump husky from 7.0.4 to 8.0.1 by
@dependabot
in hashicorp/setup-terraform#193- Bump jest from 28.0.3 to 28.1.0 by
@dependabot
in hashicorp/setup-terraform#194- Bump
@actions/github
from 5.0.1 to 5.0.3 by@dependabot
in hashicorp/setup-terraform#201- Bump
@actions/core
from 1.7.0 to 1.8.2 by@dependabot
in hashicorp/setup-terraform#200
... (truncated)
Changelog
Sourced from hashicorp/setup-terraform's changelog.
3.1.0 (2024-04-23)
ENHANCEMENTS:
- Automatically fallback to darwin/amd64 for Terraform versions before 1.0.2 as releases for darwin/arm64 are not available (#409)
3.0.0 (2023-10-30)
NOTES:
- Updated default runtime to node20 (#346)
- The wrapper around the installed Terraform binary has been fixed to return the exact STDOUT and STDERR from Terraform when executing commands. Previous versions of setup-terraform may have required workarounds to process the STDOUT in bash, such as filtering out the first line or selectively parsing STDOUT with jq. These workarounds may need to be adjusted with
v3.0.0
, which will now return just the STDOUT/STDERR from Terraform with no errant characters/statements. (#367)BUG FIXES:
- Fixed malformed stdout when wrapper is enabled (#367)
[2.0.3] (2022-11-01)
NOTES
- Reduced occurrences of GitHub Actions warnings for setting output #247
[2.0.2] (2022-10-12)
BUG FIXES
- Update 2.0.1 release metadata by
@jpogran
in hashicorp/setup-terraform#253README.md
updates - direct links to license and code of conduct, updated GitHub documents link by@magnetikonline
in hashicorp/setup-terraform#244INTERNAL
- Bump jest from 29.0.3 to 29.1.2 by
@dependabot
in hashicorp/setup-terraform#248[2.0.1] (2022-10-12)
ENHANCEMENTS
- Do not fail when theres an exit-code 2 by
@dannyibishev
in hashicorp/setup-terraform#125- Updated README to reflect GitHub limitations by
@rnsc
in hashicorp/setup-terraform#205BUG FIXES
- Fix terraform extract by
@cpc-camarj
in hashicorp/setup-terraform#187- Add new-style readme build badges, bump
actions/checkout
inREADME.md
examples by@magnetikonline
in hashicorp/setup-terraform#188- Fixed
master
tomain
workflow branch triggers by@magnetikonline
in hashicorp/setup-terraform#216- Fix the example of how to comment on pull request. by
@acarmel
in hashicorp/setup-terraform#220INTERNAL
... (truncated)
Commits
97f030c
Update package versionc9227a4
Update changelog22013f7
Automatically fallback to darwin/amd64 for Terraform versions before 1.0.2 (#...a75f1a3
Bump nock from 13.5.3 to 13.5.4 (#400)b033326
Bump nock from 13.5.1 to 13.5.3 (#399)0051b26
Result of tsccr-helper -log-level=info gha update -latest . (#398)e45327d
Bump undici from 5.26.4 to 5.28.3 (#397)2417443
Remove husky tool + fix lint error (#394)e12a014
Remove precommit and update dependabot (#393)521e785
Bump nock from 13.5.0 to 13.5.1 (#392)- Additional commits viewable in compare view
Updates golangci/golangci-lint-action
from 3 to 5
Release notes
Sourced from golangci/golangci-lint-action's releases.
v5.0.0
What's Changed
skip-pkg-cache
andskip-build-cache
have been removed because the cache related to Go itself is already handled byactions/setup-go
.Changes
- feat: add support for pull_request_target and only-new-issues by
@kovetskiy
in golangci/golangci-lint-action#506- feat: add option to not save cache by
@navijation
in golangci/golangci-lint-action#851- feat: remove Go cache management by
@ldez
in golangci/golangci-lint-action#1024New Contributors
@kovetskiy
made their first contribution in golangci/golangci-lint-action#506@navijation
made their first contribution in golangci/golangci-lint-action#851Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v4.0.1...v5.0.0
v4.0.1
What's Changed
Documentation
- docs: update the version of the action used in the README example by
@178inaba
in golangci/golangci-lint-action#977Dependencies
- build(deps): bump
@types/semver
from 7.5.6 to 7.5.7 by@dependabot
in golangci/golangci-lint-action#969- build(deps-dev): bump
@typescript-eslint/parser
from 6.20.0 to 6.21.0 by@dependabot
in golangci/golangci-lint-action#970- build(deps-dev): bump eslint-plugin-simple-import-sort from 10.0.0 to 12.0.0 by
@dependabot
in golangci/golangci-lint-action#971- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 6.20.0 to 6.21.0 by@dependabot
in golangci/golangci-lint-action#973- build(deps): bump
@types/node
from 20.11.16 to 20.11.17 by@dependabot
in golangci/golangci-lint-action#972- build(deps): bump
@types/node
from 20.11.17 to 20.11.19 by@dependabot
in golangci/golangci-lint-action#979- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 6.21.0 to 7.0.0 by@dependabot
in golangci/golangci-lint-action#980- build(deps): bump undici from 5.26.3 to 5.28.3 by
@dependabot
in golangci/golangci-lint-action#976- build(deps): bump
@types/node
from 20.11.19 to 20.11.20 by@dependabot
in golangci/golangci-lint-action#985- build(deps): bump
@types/semver
from 7.5.7 to 7.5.8 by@dependabot
in golangci/golangci-lint-action#986- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
@dependabot
in golangci/golangci-lint-action#987- build(deps): bump tmp from 0.2.1 to 0.2.3 by
@dependabot
in golangci/golangci-lint-action#989- build(deps-dev): bump
@typescript-eslint/parser
from 6.21.0 to 7.1.0 by@dependabot
in golangci/golangci-lint-action#988- build(deps): bump
@types/node
from 20.11.20 to 20.11.24 by@dependabot
in golangci/golangci-lint-action#990- build(deps-dev): bump
@typescript-eslint/parser
from 7.1.0 to 7.1.1 by@dependabot
in golangci/golangci-lint-action#991- build(deps): bump
@types/node
from 20.11.24 to 20.11.25 by@dependabot
in golangci/golangci-lint-action#992- build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by
@dependabot
in golangci/golangci-lint-action#993- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.1.0 to 7.1.1 by@dependabot
in golangci/golangci-lint-action#994- build(deps): bump
@actions/http-client
from 2.2.0 to 2.2.1 by@dependabot
in golangci/golangci-lint-action#995- build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /sample-go-mod by
@dependabot
in golangci/golangci-lint-action#997- build(deps-dev): bump
@typescript-eslint/parser
from 7.1.1 to 7.2.0 by@dependabot
in golangci/golangci-lint-action#998- build(deps): bump
@types/node
from 20.11.25 to 20.11.28 by@dependabot
in golangci/golangci-lint-action#1000- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.1.1 to 7.2.0 by@dependabot
in golangci/golangci-lint-action#999- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.2.0 to 7.3.1 by@dependabot
in golangci/golangci-lint-action#1003- build(deps): bump
@types/node
from 20.11.28 to 20.11.30 by@dependabot
in golangci/golangci-lint-action#1004
... (truncated)
Commits
9d1e062
feat: only new issues enhancements (#1029)692c9c9
build(deps-dev): bump@typescript-eslint/eslint-plugin
from 7.7.0 to 7.7.1 (#...ef6d5d0
build(deps-dev): bump@typescript-eslint/parser
from 7.7.0 to 7.7.1 (#1027)d149ece
docs: update readmef89fd48
docs: update readme47ef1b2
docs: update readme7c0f80c
docs: update readme3adb6d0
docs: update readme03a8ce6
docs: update readme82d40c2
feat: remove Go cache management (#1024)- Additional commits viewable in compare view
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 tonode16
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
- build(deps): bump openpgp from 5.8.0 to 5.9.0 by
@dependabot
in codecov/codecov-action#985- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by
@dependabot
in codecov/codecov-action#1000- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by
@dependabot
in codecov/codecov-action#1006- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by
@dependabot
in codecov/codecov-action#1013- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
@dependabot
in codecov/codecov-action#1024- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by
@dependabot
in codecov/codecov-action#1031- build(deps-dev): bump
@types/node
from 20.1.4 to 20.4.5 by@dependabot
in codecov/codecov-action#1032- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by
@dependabot
in codecov/codecov-action#1033- build commit,report and upload args based on codecovcli by
@dana-yaish
in codecov/codecov-action#943- build(deps-dev): bump
@types/node
from 20.4.5 to 20.5.3 by@dependabot
in codecov/codecov-action#1055- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by
@dependabot
in codecov/codecov-action#1051- build(deps-dev): bump
@types/node
from 20.5.3 to 20.5.4 by@dependabot
in codecov/codecov-action#1058- chore(deps): update outdated deps by
@thomasrockhu-codecov
in codecov/codecov-action#1059- build(deps-dev): bump
@types/node
from 20.5.4 to 20.5.6 by@dependabot
in codecov/codecov-action#1060- build(deps-dev): bump
@typescript-eslint/parser
from 6.4.1 to 6.5.0 by@dependabot
in codecov/codecov-action#1065- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 6.4.1 to 6.5.0 by@dependabot
in codecov/codecov-action#1064- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by
@dependabot
in codecov/codecov-action#1063- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by
@dependabot
in codecov/codecov-action#1061- build(deps-dev): bump
@types/node
from 20.5.6 to 20.5.7 by@dependabot
in codecov/codecov-action#1062- build(deps): bump openpgp from 5.9.0 to 5.10.1 by
@dependabot
in codecov/codecov-action#1066- build(deps-dev): bump
@types/node
from 20.5.7 to 20.5.9 by@dependabot
in codecov/codecov-action#1070- build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by
@dependabot
in codecov/codecov-action#1069- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 6.5.0 to 6.6.0 by@dependabot
in codecov/codecov-action#1072- Update README.md by
@thomasrockhu-codecov
in codecov/codecov-action#1073- build(deps-dev): bump
@typescript-eslint/parser
from 6.5.0 to 6.6.0 by@dependabot
in codecov/codecov-action#1071- build(deps-dev): bump
@vercel/ncc
from 0.36.1 to 0.38.0 by@dependabot
in codecov/codecov-action#1074- build(deps): bump
@actions/core
from 1.10.0 to 1.10.1 by@dependabot
in codecov/codecov-action#1081- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 6.6.0 to 6.7.0 by@dependabot
in codecov/codecov-action#1080- build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by
@dependabot
in codecov/codecov-action#1078- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by
@dependabot
in codecov/codecov-action#1077- build(deps-dev): bump
@types/node
from 20.5.9 to 20.6.0 by@dependabot
in codecov/codecov-action#1075- build(deps-dev): bump
@typescript-eslint/parser
from 6.6.0 to 6.7.0 by@dependabot
in codecov/codecov-action#1079- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by
@dependabot
in codecov/codecov-action#1076- use cli instead of node uploader by
@dana-yaish
in codecov/codecov-action#1068Description has been truncated
⚠️ No Changeset found
Latest commit: 77cd28a5cd2159e01e3fa43022ce08d972e9cc74
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@dependabot recreate
Superseded by #490.