go-epub
go-epub copied to clipboard
chore(deps): bump the all group across 1 directory with 3 updates
Bumps the all group with 3 updates in the / directory: actions/setup-go, golangci/golangci-lint-action and codecov/codecov-action.
Updates actions/setup-go from 5.0.2 to 5.2.0
Release notes
Sourced from actions/setup-go's releases.
v5.2.0
What's Changed
- Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by
@Shegoxin actions/setup-go#496New Contributors
@Shegoxmade their first contribution in actions/setup-go#496Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.2.0
v5.1.0
What's Changed
- Add workflow file for publishing releases to immutable action package by
@Jcambassin actions/setup-go#500- Upgrade IA Publish by
@Jcambassin actions/setup-go#502- Add architecture to cache key by
@Zxillyin actions/setup-go#493 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.- Enhance workflows and Upgrade micromatch Dependency by
@priyagupta108in actions/setup-go#510Bug Fixes
- Revise
isGheslogic by@jww3in actions/setup-go#511New Contributors
@Zxillymade their first contribution in actions/setup-go#493@Jcambassmade their first contribution in actions/setup-go#500@jww3made their first contribution in actions/setup-go#511@priyagupta108made their first contribution in actions/setup-go#510Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.1.0
Commits
3041bf5feat: fallback to "raw" endpoint for manifest when rate limit is reached (#496)41dfa10Enhance workflows and Upgrade micromatch Dependency (#510)9419772ReviseisGheslogic (#511)d60b41aMerge pull request #502 from actions/Jcambass-patch-1e09f57fUpgrade IA Publishdf1a117Merge pull request #500 from actions/Jcambass-patch-149582f6Add workflow file for publishing releases to immutable action packageb26d402fix: add arch to cache key (#493)- See full diff in compare view
Updates golangci/golangci-lint-action from 6.1.1 to 6.2.0
Release notes
Sourced from golangci/golangci-lint-action's releases.
v6.2.0
What's Changed
Changes
- chore: use new build tag syntax by
@alexandearin golangci/golangci-lint-action#1133- feat: support linux arm64 public preview by
@ldezin golangci/golangci-lint-action#1144Documentation
- docs: update local development instructions by
@dmitrisin golangci/golangci-lint-action#1125Dependencies
- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabotin golangci/golangci-lint-action#1112- build(deps): bump the dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1113- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabotin golangci/golangci-lint-action#1114- build(deps): bump
@types/nodefrom 22.7.4 to 22.7.5 in the dependencies group by@dependabotin golangci/golangci-lint-action#1115- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1117- build(deps): bump
@types/nodefrom 22.7.5 to 22.7.7 in the dependencies group by@dependabotin golangci/golangci-lint-action#1118- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1119- build(deps): bump
@types/nodefrom 22.7.7 to 22.8.1 in the dependencies group by@dependabotin golangci/golangci-lint-action#1120- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1122- build(deps): bump the dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1123- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1126- build(deps): bump
@types/nodefrom 22.8.7 to 22.9.0 in the dependencies group by@dependabotin golangci/golangci-lint-action#1127- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabotin golangci/golangci-lint-action#1128- build(deps): bump
@types/nodefrom 22.9.0 to 22.9.3 in the dependencies group by@dependabotin golangci/golangci-lint-action#1130- build(deps): bump
@types/nodefrom 22.9.3 to 22.10.1 in the dependencies group by@dependabotin golangci/golangci-lint-action#1131- build(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates by
@dependabotin golangci/golangci-lint-action#1132- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabotin golangci/golangci-lint-action#1134- build(deps): bump
@actions/cachefrom 3.3.0 to 4.0.0 in the dependencies group by@dependabotin golangci/golangci-lint-action#1135- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1136- build(deps): bump
@types/nodefrom 22.10.1 to 22.10.2 in the dependencies group by@dependabotin golangci/golangci-lint-action#1137- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1138- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1139- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1141- build(deps): bump
@types/nodefrom 22.10.2 to 22.10.5 in the dependencies group by@dependabotin golangci/golangci-lint-action#1142- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabotin golangci/golangci-lint-action#1143New Contributors
@dmitrismade their first contribution in golangci/golangci-lint-action#1125@alexandearmade their first contribution in golangci/golangci-lint-action#1133Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v6.1.1...v6.2.0
Commits
ec5d184feat: support linux arm64 public preview (#1144)a0297a1build(deps-dev): bump the dev-dependencies group with 3 updates (#1143)58eda26build(deps): bump@types/nodefrom 22.10.2 to 22.10.5 in the dependencies gro...44c2434build(deps-dev): bump the dev-dependencies group with 2 updates (#1141)2f13b80build(deps-dev): bump the dev-dependencies group with 2 updates (#1139)1ac3686build(deps-dev): bump the dev-dependencies group with 2 updates (#1138)9937fdfbuild(deps): bump@types/nodefrom 22.10.1 to 22.10.2 in the dependencies gro...cb60b26build(deps-dev): bump the dev-dependencies group with 2 updates (#1136)774c35bbuild(deps): bump@actions/cachefrom 3.3.0 to 4.0.0 in the dependencies grou...7ce5487build(deps-dev): bump the dev-dependencies group with 3 updates (#1134)- Additional commits viewable in compare view
Updates codecov/codecov-action from 4.6.0 to 5.1.2
Release notes
Sourced from codecov/codecov-action's releases.
v5.1.2
What's Changed
- build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by
@dependabotin codecov/codecov-action#1717- Remove mistake from options table by
@Acconutin codecov/codecov-action#1718- build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by
@dependabotin codecov/codecov-action#1722- Put quotes around
${{ inputs.token }}inaction.ymlby@jwodderin codecov/codecov-action#1721- chore(release): wrapper-0.0.31 by
@codecov-releaser-appin codecov/codecov-action#1723- fix: prevent oidc on tokenless due to permissioning by
@thomasrockhu-codecovin codecov/codecov-action#1724- fix: update action script by
@thomasrockhu-codecovin codecov/codecov-action#1725- fix: update statment by
@thomasrockhu-codecovin codecov/codecov-action#1726- chore(release): 5.1.2 by
@thomasrockhu-codecovin codecov/codecov-action#1727New Contributors
@Acconutmade their first contribution in codecov/codecov-action#1718Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1...v5.1.2
v5.1.1
What's Changed
- chore(release): wrapper-0.0.30 by
@codecov-releaser-appin codecov/codecov-action#1715Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.0...v5.1.1
v5.1.0
What's Changed
- build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 by
@dependabotin codecov/codecov-action#1701- fix: hide unnecessary error on shasum by
@thomasrockhu-codecovin codecov/codecov-action#1692- chore(release): wrapper-0.0.29 by
@codecov-releaser-appin codecov/codecov-action#1713- chore(release): 5.1.0 by
@thomasrockhu-codecovin codecov/codecov-action#1714Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.7...v5.1.0
v5.0.7
What's Changed
- fix: use HEAD_REPO by
@thomasrockhu-codecovin codecov/codecov-action#1690- chore(release): 5.0.7 by
@thomasrockhu-codecovin codecov/codecov-action#1691Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6...v5.0.7
v5.0.6
What's Changed
- fix: update CODECOV_TOKEN and fix tokenless by
@thomasrockhu-codecovin codecov/codecov-action#1688- chore(release): 5.0.6 by
@thomasrockhu-codecovin codecov/codecov-action#1689Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5...v5.0.6
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
v5.1.2
What's Changed
- fix: update statment by
@thomasrockhu-codecovin codecov/codecov-action#1726- fix: update action script by
@thomasrockhu-codecovin codecov/codecov-action#1725- fix: prevent oidc on tokenless due to permissioning by
@thomasrockhu-codecovin codecov/codecov-action#1724- chore(release): wrapper-0.0.31 by
@app/codecov-releaser-appin codecov/codecov-action#1723- Put quotes around
${{ inputs.token }}inaction.ymlby@jwodderin codecov/codecov-action#1721- build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by
@app/dependabotin codecov/codecov-action#1722- Remove mistake from options table by
@Acconutin codecov/codecov-action#1718- build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by
@app/dependabotin codecov/codecov-action#1717Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2
v5.1.1
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1
v5.1.0
What's Changed
- fix: hide unnecessary error on shasum by
@thomasrockhu-codecovin codecov/codecov-action#1692- build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 by
@app/dependabotin codecov/codecov-action#1701- chore(release): wrapper-0.0.29 by
@app/codecov-releaser-appin codecov/codecov-action#1713Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.7..v5.1.0
v5.0.7
What's Changed
- fix: use HEAD_REPO by
@thomasrockhu-codecovin codecov/codecov-action#1690Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7
v5.0.6
What's Changed
- fix: update CODECOV_TOKEN and fix tokenless by
@thomasrockhu-codecovin codecov/codecov-action#1688Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6
v5.0.5
What's Changed
- chore(release): wrapper-0.0.27 by
@app/codecov-releaser-appin codecov/codecov-action#1685
... (truncated)
Commits
1e68e06chore(release): 5.1.2 (#1727)277db52fix: update statment (#1726)c77245afix: update action script (#1725)9b01a34fix: prevent oidc on tokenless due to permissioning (#1724)47e0552chore(release): wrapper-0.0.31 (#1723)34ef570Put quotes around${{ inputs.token }}inaction.yml(#1721)d93fc22build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 (#1722)5c93f7aRemove mistake from options table (#1718)2c97106build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 (#1717)7f8b4b4chore(release): wrapper-0.0.30 (#1715)- Additional commits viewable 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