chore(deps): bump the all group across 1 directory with 10 updates
Bumps the all group with 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| step-security/harden-runner | 2.13.1 |
2.14.0 |
| actions/checkout | 5.0.0 |
6.0.1 |
| actions/setup-python | 6.0.0 |
6.1.0 |
| actions/setup-node | 6.0.0 |
6.1.0 |
| github/codeql-action | 4.30.9 |
4.31.8 |
| codecov/codecov-action | 5.5.1 |
5.5.2 |
| actions/dependency-review-action | 4.8.1 |
4.8.2 |
| googleapis/release-please-action | 4.3.0 |
4.4.0 |
| actions/upload-artifact | 4.6.2 |
6.0.0 |
| actions/stale | 10.1.0 |
10.1.1 |
Updates step-security/harden-runner from 2.13.1 to 2.14.0
Release notes
Sourced from step-security/harden-runner's releases.
v2.14.0
What's Changed
- Selective installation: Harden-Runner now skips installation on GitHub-hosted runners when the repository has a custom property skip_harden_runner, allowing organizations to opt out specific repos.
- Avoid double install: The action no longer installs Harden-Runner if it’s already present on a GitHub-hosted runner, which could happen when a composite action also installs it.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2.13.3...v2.14.0
v2.13.3
What's Changed
- Fixed an issue where process events were not uploaded in certain edge cases.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2.13.2...v2.13.3
v2.13.2
What's Changed
- Fixed an issue where there was a limit of 512 allowed endpoints when using block egress policy. This restriction has been removed, allowing for an unlimited number of endpoints to be configured.
- Harden Runner now automatically detects if the agent is already pre-installed on a custom VM image used by a GitHub-hosted runner. When detected, the action will skip reinstallation and use the existing agent.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2.13.1...v2.13.2
Commits
20cf305Merge pull request #622 from step-security/feature/custom-property-skipc51e8eefeat: skip agent install and post step on subsequent runs for GitHub-hosted r...e152b90feat: skip harden-runner based on repository custom propertyee1faecfeat: replace skip-harden-runner with skip-on-custom-property input1dc7c17feat: add skip-harden-runner input to conditionally skip executiondf199fbMerge pull request #620 from step-security/rc-2903d096aupdate agent4090107fix: update agent95d9a5dMerge pull request #606 from step-security/rc-2887e429dUpdate limitations.md- Additional commits viewable in compare view
Updates actions/checkout from 5.0.0 to 6.0.1
Release notes
Sourced from actions/checkout's releases.
v6.0.1
What's Changed
- Update all references from v5 and v4 to v6 by
@ericsciplein actions/checkout#2314- Add worktree support for persist-credentials includeIf by
@ericsciplein actions/checkout#2327- Clarify v6 README by
@ericsciplein actions/checkout#2328Full Changelog: https://github.com/actions/checkout/compare/v6...v6.0.1
v6.0.0
What's Changed
- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- v6-beta by
@ericsciplein actions/checkout#2298- update readme/changelog for v6 by
@ericsciplein actions/checkout#2311Full Changelog: https://github.com/actions/checkout/compare/v5.0.0...v6.0.0
v6-beta
What's Changed
Updated persist-credentials to store the credentials under
$RUNNER_TEMPinstead of directly in the local git config.This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.
v5.0.1
What's Changed
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301Full Changelog: https://github.com/actions/checkout/compare/v5...v5.0.1
Changelog
Sourced from actions/checkout's changelog.
Changelog
v6.0.0
- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248v5.0.1
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301v5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226v4.3.1
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305v4.3.0
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695
... (truncated)
Commits
8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)- See full diff in compare view
Updates actions/setup-python from 6.0.0 to 6.1.0
Release notes
Sourced from actions/setup-python's releases.
v6.1.0
What's Changed
Enhancements:
- Add support for
pip-installinput by@gowridurgadin actions/setup-python#1201- Add graalpy early-access and windows builds by
@timfelin actions/setup-python#880Dependency and Documentation updates:
- Enhanced wording and updated example usage for
allow-prereleasesby@yarikopticin actions/setup-python#979- Upgrade urllib3 from 1.26.19 to 2.5.0 and document breaking changes in v6 by
@dependabotin actions/setup-python#1139- Upgrade typescript from 5.4.2 to 5.9.3 and Documentation update by
@dependabotin actions/setup-python#1094- Upgrade actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pip-install input by
@dependabotin actions/setup-python#1199- Upgrade requests from 2.32.2 to 2.32.4 by
@dependabotin actions/setup-python#1130- Upgrade prettier from 3.5.3 to 3.6.2 by
@dependabotin actions/setup-python#1234- Upgrade
@types/nodefrom 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel by@dependabotin actions/setup-python#1235New Contributors
@yarikopticmade their first contribution in actions/setup-python#979Full Changelog: https://github.com/actions/setup-python/compare/v6...v6.1.0
Commits
83679a8Bump@types/nodefrom 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ...bfc4944Bump prettier from 3.5.3 to 3.6.2 (#1234)97aeb3eBump requests from 2.32.2 to 2.32.4 in /tests/data (#1130)443da59Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi...cfd55cagraalpy: add graalpy early-access and windows builds (#880)bba65e5Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094)18566f8Improve wording and "fix example" (remove 3.13) on testing against pre-releas...2e3e4b1Add support for pip-install input (#1201)4267e28Bump urllib3 from 1.26.19 to 2.5.0 in /tests/data and document breaking c...- See full diff in compare view
Updates actions/setup-node from 6.0.0 to 6.1.0
Release notes
Sourced from actions/setup-node's releases.
v6.1.0
What's Changed
Enhancement:
- Remove always-auth configuration handling by
@priyagupta108in actions/setup-node#1436Dependency updates:
- Upgrade
@actions/cachefrom 4.0.3 to 4.1.0 by@dependabot[bot] in actions/setup-node#1384- Upgrade actions/checkout from 5 to 6 by
@dependabot[bot] in actions/setup-node#1439- Upgrade js-yaml from 3.14.1 to 3.14.2 by
@dependabot[bot] in actions/setup-node#1435Documentation update:
- Add example for restore-only cache in documentation by
@aparnajyothi-yin actions/setup-node#1419Full Changelog: https://github.com/actions/setup-node/compare/v6...v6.1.0
Commits
395ad32Bump js-yaml from 3.14.1 to 3.14.2 (#1435)a4d2e2bBump actions/checkout from 5 to 6 (#1439)b9b25d4Remove always-auth configuration handling from action (#1436)633bb92Bump@actions/cachefrom 4.0.3 to 4.1.0 (#1384)dda4788Add example for restore-only cache in documentation (#1419)- See full diff in compare view
Updates github/codeql-action from 4.30.9 to 4.31.8
Release notes
Sourced from github/codeql-action's releases.
v4.31.8
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.8 - 11 Dec 2025
- Update default CodeQL bundle version to 2.23.8. #3354
See the full CHANGELOG.md for more information.
v4.31.7
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.7 - 05 Dec 2025
- Update default CodeQL bundle version to 2.23.7. #3343
See the full CHANGELOG.md for more information.
v4.31.6
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.6 - 01 Dec 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v4.31.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.5 - 24 Nov 2025
- Update default CodeQL bundle version to 2.23.6. #3321
See the full CHANGELOG.md for more information.
v4.31.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.4 - 18 Nov 2025
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
4.31.8 - 11 Dec 2025
- Update default CodeQL bundle version to 2.23.8. #3354
4.31.7 - 05 Dec 2025
- Update default CodeQL bundle version to 2.23.7. #3343
4.31.6 - 01 Dec 2025
No user facing changes.
4.31.5 - 24 Nov 2025
- Update default CodeQL bundle version to 2.23.6. #3321
4.31.4 - 18 Nov 2025
No user facing changes.
4.31.3 - 13 Nov 2025
- CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
- Update default CodeQL bundle version to 2.23.5. #3288
4.31.2 - 30 Oct 2025
No user facing changes.
4.31.1 - 30 Oct 2025
- The
add-snippetsinput has been removed from theanalyzeaction. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.4.31.0 - 24 Oct 2025
- Bump minimum CodeQL bundle version to 2.17.6. #3223
- When SARIF files are uploaded by the
analyzeorupload-sarifactions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for theupload-sarifaction. Foranalyze, this may affect Advanced Setup for CodeQL users who specify a value other thanalwaysfor theuploadinput. #32224.30.9 - 17 Oct 2025
- Update default CodeQL bundle version to 2.23.3. #3205
- Experimental: A new
setup-codeqlaction has been added which is similar toinit, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #3204
... (truncated)
Commits
1b168cdMerge pull request #3355 from github/update-v4.31.8-1b0b941e1120f277Update changelog for v4.31.81b0b941Merge pull request #3354 from github/update-bundle/codeql-bundle-v2.23.8db812c1Add changelog note2930dbaUpdate default bundle to codeql-bundle-v2.23.8c43362bMerge pull request #3340 from github/kaspersv/check-for-overlayBaseSpecifier002a7f2Overlay: log overlayBaseSpecifier at debug log-level5b7e7fcUpdate src/codeql.ts149d184Merge pull request #3345 from github/mergeback/v4.31.7-to-main-cf1bb45a97c2630Rebuild- Additional commits viewable in compare view
Updates codecov/codecov-action from 5.5.1 to 5.5.2
Release notes
Sourced from codecov/codecov-action's releases.
v5.5.2
What's Changed
- check gpg only when skip-validation = false by
@maxweng-sentryin codecov/codecov-action#1894- chore:
disable_searchalignment by@freemanzMrojoin codecov/codecov-action#1881- chore(release): 5.5.2 by
@thomasrockhu-codecovin codecov/codecov-action#1902New Contributors
@maxweng-sentrymade their first contribution in codecov/codecov-action#1894@freemanzMrojomade their first contribution in codecov/codecov-action#1881Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1...v5.5.2
Changelog
Sourced from codecov/codecov-action's changelog.
v5.5.2
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2
v5.5.1
What's Changed
- fix: overwrite pr number on fork by
@thomasrockhu-codecovin codecov/codecov-action#1871- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by
@app/dependabotin codecov/codecov-action#1868- build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by
@app/dependabotin codecov/codecov-action#1867- fix: update to use local app/ dir by
@thomasrockhu-codecovin codecov/codecov-action#1872- docs: fix typo in README by
@datalaterin codecov/codecov-action#1866- Document a
codecov-cliversion reference example by@webknjazin codecov/codecov-action#1774- build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by
@app/dependabotin codecov/codecov-action#1861- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@app/dependabotin codecov/codecov-action#1833Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1
v5.5.0
What's Changed
- feat: upgrade wrapper to 0.2.4 by
@jviallin codecov/codecov-action#1864- Pin actions/github-script by Git SHA by
@martincostelloin codecov/codecov-action#1859- fix: check reqs exist by
@joseph-sentryin codecov/codecov-action#1835- fix: Typo in README by
@spalmurrayin codecov/codecov-action#1838- docs: Refine OIDC docs by
@spalmurrayin codecov/codecov-action#1837- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by
@app/dependabotin codecov/codecov-action#1829Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@app/dependabotin codecov/codecov-action#1822- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
... (truncated)
Commits
Updates actions/dependency-review-action from 4.8.1 to 4.8.2
Release notes
Sourced from actions/dependency-review-action's releases.
v4.8.2
Minor fixes:
- Fix PURL parsing for scoped packages (#1008 from
@danielhardej)- Fix for large summaries (#1007 from
@gitulisca)- README includes a working example for allow-dependencies-licenses (#1009 from
@danielhardej)
Commits
3c4e3dcMerge pull request #1016 from actions/dra-release02930b2Update CONTRIBUTING to reflect new guidelines49ffd9fUpdate CONTRIBUTING to reflect the need to build70cb25e4.8.2 releaseebabd31Merge pull request #1008 from danielhardej/danielhardej-patch-2025102319f9360Update package-lock.json5fd2f98Bump@types/jestto version 29.5.1428647f4Fix PURL parsing by removing encodeURIf620fd1Merge pull request #1013 from actions/dangoor/token-fix9b42b7eRemove bad token reference- Additional commits viewable in compare view
Updates googleapis/release-please-action from 4.3.0 to 4.4.0
Release notes
Sourced from googleapis/release-please-action's releases.
v4.4.0
4.4.0 (2025-10-09)
Features
Bug Fixes
Changelog
Sourced from googleapis/release-please-action's changelog.
Changelog
4.4.0 (2025-10-09)
Features
Bug Fixes
changelog-hostparameter ignored when using manifest configuration (#1151) (535c413)- bump mocha from 11.7.1 to 11.7.2 in the npm_and_yarn group across 1 directory (#1149) (3612a99)
- bump release-please from 17.1.2 to 17.1.3 (#1158) (66fbfe9)
4.3.0 (2025-08-20)
Features
- deps: update release-please to 17.1.2 (f07192c)
4.2.0 (2025-03-07)
Features
4.1.5 (2025-02-27)
Bug Fixes
4.1.4 (2024-10-02)
Bug Fixes
- bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group (#1015) (5ec1cbd)
- bump release-please from 16.12.0 to 16.13.0 (#1030) (caa0464)
- bump release-please from 16.13.0 to 16.14.0 (#1032) (b2a986c)
- deps: update release-please to 16.14.1 (#1036) (2942e51)
4.1.3 (2024-06-10)
... (truncated)
Commits
16a9c90chore(main): release 4.4.0 (#1156)e5c2aa4chore: build dist (#1159)66fbfe9fix: bump release-please from 17.1.2 to 17.1.3 (#1158)4cd397achore: build dist (#1152)ee0f5bafeat: add ability to select versioning-strategy and release-as (#1121)535c413fix:changelog-hostparameter ignored when using manifest configuration (#1...3612a99fix: bump mocha from 11.7.1 to 11.7.2 in the npm_and_yarn group across 1 dire...15209c4chore: verify body contents when running tests (#1148)bf90349docs: Addbodyto Outputs (#1129)1cfb21cdocs: adds missing github action permissions to README (#1108)- Additional commits viewable in compare view
Updates actions/upload-artifact from 4.6.2 to 6.0.0
Release notes
Sourced from actions/upload-artifact's releases.
v6.0.0
v6 - What's new
[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (
runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.Node.js 24
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
- Upload Artifact Node 24 support by
@salmanmkcin actions/upload-artifact#719- fix: update
@actions/artifactfor Node.js 24 punycode deprecation by@salmanmkcin actions/upload-artifact#744- prepare release v6.0.0 for Node.js 24 support by
@salmanmkcin actions/upload-artifact#745Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0
v5.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README.md by
@GhadimiRin actions/upload-artifact#681- Update README.md by
@nebuk89in actions/upload-artifact#712- Readme: spell out the first use of GHES by
@danwkennedyin actions/upload-artifact#727- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/upload-artifact#725- Bump
@actions/artifacttov4.0.0- Prepare
v5.0.0by@danwkennedyin actions/upload-artifact#734New Contributors
@GhadimiRmade their first contribution in actions/upload-artifact#681@nebuk89made their first contribution in actions/upload-artifact#712@danwkennedymade their first contribution in actions/upload-artifact#727@patrikpolyakmade their first contribution in actions/upload-artifact#725Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v5.0.0
Commits
b7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fix- Additional commits viewable in compare view
Updates actions/stale from 10.1.0 to 10.1.1
Release notes
Sourced from actions/stale's releases.
v10.1.1
What's Changed
Bug Fix
- Add Missing Input Reading for
only-issue-typesby@Bibo-Joshiin actions/stale#1298Improvement
- Improves error handling when rate limiting is disabled on GHES. by
@chiranjib-swainin actions/stale#1300Dependency Upgrades
- Upgrade eslint-config-prettier from 8.10.0 to 10.1.8 by
@dependabotin actions/stale#1276- Upgrade
@types/nodefrom 20.10.3 to 24.2.0 and document breaking changes in v10 by@dependabotin actions/stale#1280- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by
@dependabotin actions/stale#1291- Upgrade actions/checkout from 4 to 6 by
@dependabotin actions/stale#1306New Contributors
@chiranjib-swainmade their first contribution in actions/stale#1300Full Changelog: https://github.com/actions/stale/compare/v10...v10.1.1
Commits
9971854build(deps): bump actions/checkout from 4 to 6 (#1306)5611b9dbuild(deps): bump actions/publish-action from 0.3.0 to 0.4.0 (#1291)fad0de8Improves error handling when rate limiting is disabled on GHES. (#1300)39bea7dAdd Missing Input Reading foronly-issue-types(#1298)e46bbabbuild(deps-dev): bump@types/nodefrom 20.10.3 to 24.2.0 and document breakin...65d1d48build(deps-dev): bump eslint-config-prettier from 8.10.0 to 10.1.8 (#1276)- See full diff in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill 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 i...
Description has been truncated
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 63.50%. Comparing base (46673f4) to head (9fa3870).
Additional details and impacted files
@@ Coverage Diff @@
## main #1698 +/- ##
=======================================
Coverage 63.50% 63.50%
=======================================
Files 3 3
Lines 2047 2047
Branches 728 728
=======================================
Hits 1300 1300
Misses 162 162
Partials 585 585
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.