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

Bump threeal/cache-action from 0.1.0 to 0.2.0 #1902

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2024

Bumps threeal/cache-action from 0.1.0 to 0.2.0.

Release notes

Sourced from threeal/cache-action's releases.

Version 0.2.0

What's Changed

  • Compress files using Zstandard to decrease cache size.
  • Upload and download cache concurrently to speed up the process.
  • Expose restoreCache and saveCache functions as part of the JavaScript library.
  • Bug fixes:
    • Fix issue where the saveCache function did not await the removal of the temporary directory.
  • Development changes:
    • Modify API tests to use a real HTTP server.
    • Reorganize file structure and refactor functions.
    • Update development dependencies.
    • Add support for building documentation and deploying it to GitHub Pages.

Full Changelog: threeal/cache-action@v0.1.0...v0.2.0

Commits
  • 9b9a331 docs: update readme with library usage (#137)
  • a175f79 chore: bump typescript from 5.5.4 to 5.6.2 (#139)
  • 1a161bf chore: bump @​eslint/js from 9.9.1 to 9.10.0 (#123)
  • 2d1cb78 chore: bump typescript-eslint from 8.4.0 to 8.5.0 (#138)
  • 2507dc6 chore: bump eslint from 9.9.1 to 9.10.0 (#122)
  • 6eb5d6b build: fix unresolved dependency warnings when bundling library (#132)
  • b5fbe10 refactor: reorganize library functions and update documentation (#135)
  • ffc25c7 ci: deploy API documentation to GitHub Pages (#133)
  • 5d035ac build: build API documentation using TypeDoc (#129)
  • 91259ad fix: mark arrays in function parameters as readonly (#127)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [threeal/cache-action](https://github.com/threeal/cache-action) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/threeal/cache-action/releases)
- [Commits](threeal/cache-action@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: threeal/cache-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the chore label Sep 11, 2024
@threeal threeal added this to the September 2024 milestone Sep 11, 2024
@threeal threeal changed the title chore: bump threeal/cache-action from 0.1.0 to 0.2.0 Bump threeal/cache-action from 0.1.0 to 0.2.0 Sep 11, 2024
@threeal threeal merged commit 1727454 into main Sep 16, 2024
2 checks passed
@threeal threeal deleted the dependabot/github_actions/threeal/cache-action-0.2.0 branch September 16, 2024 01:50
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant