Bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: softprops/action-gh-release, prefix-dev/setup-pixi and codecov/codecov-action.
Updates softprops/action-gh-release from 2.2.1 to 2.2.2
Release notes
Sourced from softprops/action-gh-release's releases.
v2.2.2
What's Changed
Bug fixes 🐛
- fix: updating release draft status from true to false by
@galarghin softprops/action-gh-release#316Other Changes 🔄
- chore: simplify ref_type test by
@steinybotin softprops/action-gh-release#598- fix(docs): clarify the default for tag_name by
@muzimuzhiin softprops/action-gh-release#599- test(release): add unit tests when searching for a release by
@rwaskiewiczin softprops/action-gh-release#603- dependency updates
New Contributors
@steinybotmade their first contribution in softprops/action-gh-release#598@muzimuzhimade their first contribution in softprops/action-gh-release#599@galarghmade their first contribution in softprops/action-gh-release#316@rwaskiewiczmade their first contribution in softprops/action-gh-release#603Full Changelog: https://github.com/softprops/action-gh-release/compare/v2...v2.2.2
Changelog
Sourced from softprops/action-gh-release's changelog.
2.2.2
What's Changed
Bug fixes 🐛
- fix: updating release draft status from true to false by
@galarghin softprops/action-gh-release#316Other Changes 🔄
- chore: simplify ref_type test by
@steinybotin softprops/action-gh-release#598- fix(docs): clarify the default for tag_name by
@muzimuzhiin softprops/action-gh-release#599- test(release): add unit tests when searching for a release by
@rwaskiewiczin softprops/action-gh-release#603- dependency updates
2.2.1
What's Changed
Bug fixes 🐛
- fix: big file uploads by
@xen0nin softprops/action-gh-release#562Other Changes 🔄
- chore(deps): bump
@types/nodefrom 22.10.1 to 22.10.2 by@dependabotin softprops/action-gh-release#559- chore(deps): bump
@types/nodefrom 22.10.2 to 22.10.5 by@dependabotin softprops/action-gh-release#569- chore: update error and warning messages for not matching files in files field by
@ytimocinin softprops/action-gh-release#5682.2.0
What's Changed
Exciting New Features 🎉
- feat: read the release assets asynchronously by
@xen0nin softprops/action-gh-release#552Bug fixes 🐛
- fix(docs): clarify the default for tag_name by
@alexeaglein softprops/action-gh-release#544Other Changes 🔄
- chore(deps): bump typescript from 5.6.3 to 5.7.2 by
@dependabotin softprops/action-gh-release#548- chore(deps): bump
@types/nodefrom 22.9.0 to 22.9.4 by@dependabotin softprops/action-gh-release#547- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by
@dependabotin softprops/action-gh-release#545- chore(deps): bump
@vercel/nccfrom 0.38.2 to 0.38.3 by@dependabotin softprops/action-gh-release#543- chore(deps): bump prettier from 3.3.3 to 3.4.1 by
@dependabotin softprops/action-gh-release#550- chore(deps): bump
@types/nodefrom 22.9.4 to 22.10.1 by@dependabotin softprops/action-gh-release#551- chore(deps): bump prettier from 3.4.1 to 3.4.2 by
@dependabotin softprops/action-gh-release#554
... (truncated)
Commits
da05d55release 2.2.26b18c2ftest(release): add unit tests when searching for a release (#603)e2b105cchore(deps): bump actions/setup-node in the github-actions group (#607)e707470chore(deps): bump the npm group with 4 updates (#608)36833a1fix: updating release draft status (#316)8bb7207chore(deps): bump actions/setup-node in the github-actions group (#597)93bb5fffix(docs): clarify the default for tag_name (#599)581b12cchore: simplify ref_type test (#598)b540ad2chore(deps): bump@octokit/request(#605)ac224e9chore(deps): bump the npm group across 1 directory with 5 updates (#604)- Additional commits viewable in compare view
Updates prefix-dev/setup-pixi from 0.8.3 to 0.8.8
Release notes
Sourced from prefix-dev/setup-pixi's releases.
v0.8.8
What's Changed
✨ New features
- feat: Add support for windows arm runners by
@pavelzwin prefix-dev/setup-pixi#197Full Changelog: https://github.com/prefix-dev/setup-pixi/compare/v0.8.7...v0.8.8
v0.8.7
What's Changed
🤷🏻 Other changes
- refactor: Use smol-toml instead of js-toml by
@pavelzwin prefix-dev/setup-pixi#195Full Changelog: https://github.com/prefix-dev/setup-pixi/compare/v0.8.6...v0.8.7
v0.8.6
What's Changed
🐛 Bug fixes
- fix: TOML parsing failing on windows by
@pavelzwin prefix-dev/setup-pixi#194Full Changelog: https://github.com/prefix-dev/setup-pixi/compare/v0.8.5...v0.8.6
v0.8.5
What's Changed
🐛 Bug fixes
- fix: Support TOML 1.0 for pyproject.toml parsing by
@pavelzwin prefix-dev/setup-pixi#191⬆️ Dependency updates
- Bump the gh-actions group with 3 updates by
@dependabotin prefix-dev/setup-pixi#188- Bump the nodejs group with 6 updates by
@dependabotin prefix-dev/setup-pixi#187Full Changelog: https://github.com/prefix-dev/setup-pixi/compare/v0.8.4...v0.8.5
v0.8.4
What's Changed
🐛 Bug fixes
- fix: Behavior if pixi is on path with spaces by
@pavelzwin prefix-dev/setup-pixi#185📝 Documentation
... (truncated)
Commits
19eac09feat: Add support for windows arm runners (#197)5044b25refactor: Use smol-toml instead of js-toml (#195)72cc21dfix: TOML parsing failing on windows (#194)dbaed5efix: Support TOML 1.0 for pyproject.toml parsing (#191)30d4899Bump the nodejs group with 6 updates (#187)00ff995Bump the gh-actions group with 3 updates (#188)8eaba7cfix: Behavior if pixi is on path with spaces (#185)0aa0cc0Bump the nodejs group with 10 updates (#181)0eb8fc3Bump the gh-actions group with 3 updates (#180)9c0726fAdjust pull request template (#182)- Additional commits viewable in compare view
Updates codecov/codecov-action from 5.4.0 to 5.4.2
Release notes
Sourced from codecov/codecov-action's releases.
v5.4.2
What's Changed
- fix: hotfix oidc by
@thomasrockhu-codecovin codecov/codecov-action#1813Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1...v5.4.2
v5.4.1
What's Changed
- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@dependabotin codecov/codecov-action#1786- chore(release): wrapper -0.2.1 by
@codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@dependabotin codecov/codecov-action#1798- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@dependabotin codecov/codecov-action#1797- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@dependabotin codecov/codecov-action#1803- fix: use the github core methods by
@thomasrockhu-codecovin codecov/codecov-action#1807- chore(release): 5.4.1 by
@thomasrockhu-codecovin codecov/codecov-action#1810Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0...v5.4.1
v5.4.1-beta
What's Changed
- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@dependabotin codecov/codecov-action#1786- chore(release): wrapper -0.2.1 by
@codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@dependabotin codecov/codecov-action#1798- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@dependabotin codecov/codecov-action#1797- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@dependabotin codecov/codecov-action#1803Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0...v5.4.1-beta
Changelog
Sourced from codecov/codecov-action's changelog.
v5.4.2
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1
What's Changed
- fix: use the github core methods by
@thomasrockhu-codecovin codecov/codecov-action#1807- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@app/dependabotin codecov/codecov-action#1803- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@app/dependabotin codecov/codecov-action#1797- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@app/dependabotin codecov/codecov-action#1798- chore(release): wrapper -0.2.1 by
@app/codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@app/dependabotin codecov/codecov-action#1786Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
v5.4.0
What's Changed
- update wrapper submodule to 0.2.0, add recurse_submodules arg by
@matt-codecovin codecov/codecov-action#1780- build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by
@app/dependabotin codecov/codecov-action#1775- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 by
@app/dependabotin codecov/codecov-action#1776- build(deps): bump github/codeql-action from 3.28.9 to 3.28.10 by
@app/dependabotin codecov/codecov-action#1777- Clarify in README that
use_pypibypasses integrity checks too by@webknjazin codecov/codecov-action#1773- Fix use of safe.directory inside containers by
@Flamefirein codecov/codecov-action#1768- Fix description for report_type input by
@craigscott-crascitin codecov/codecov-action#1770- build(deps): bump github/codeql-action from 3.28.8 to 3.28.9 by
@app/dependabotin codecov/codecov-action#1765- Fix a typo in the example by
@miranskain codecov/codecov-action#1758- build(deps): bump github/codeql-action from 3.28.5 to 3.28.8 by
@app/dependabotin codecov/codecov-action#1757- build(deps): bump github/codeql-action from 3.28.1 to 3.28.5 by
@app/dependabotin codecov/codecov-action#1753Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
v5.3.1
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1
v5.3.0
... (truncated)
Commits
ad3126efix: hotfix oidc (#1813)cf3f51achore(release): 5.4.1 (#1810)e4cdabafix: use the github core methods (#1807)f95a404build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (#1803)ea99328build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#1797)13d0469build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#1798)3440e5echore(release): wrapper -0.2.1 (#1788)cd4e7cfbuild(deps): bump github/codeql-action from 3.28.10 to 3.28.11 (#1786)- 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 it yourself) -
@dependabot ignore <dependency name> minor versionwill 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
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 98.10%. Comparing base (ac32aae) to head (8658b87).
:warning: Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #89 +/- ##
=======================================
Coverage 98.10% 98.10%
=======================================
Files 2 2
Lines 211 211
=======================================
Hits 207 207
Misses 4 4
: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.
Looks like these dependencies are updatable in another way, so this is no longer needed.