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

chore: (deps): bump ComunidadAylas/PackSquash-action from 3.0.1 to 4.0.3 #248

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps ComunidadAylas/PackSquash-action from 3.0.1 to 4.0.3.

Release notes

Sourced from ComunidadAylas/PackSquash-action's releases.

v4.0.3

For information about how to use PackSquash-action, please see the readme.

This patch release ensures compatibility with the latest GitHub Actions Cache API versions, which will be required over time as previous versions are expected to be sunset on February 1st, 2025. We therefore encourage users to update at their earliest convenience to keep their workflows running smoothly and as expected.

A few more helpful fixes and improvements are also included: some valid TOML options files will no longer fail to parse, and the action should no longer hang for several minutes while uploading cache artifacts.

The changelog from v4.0.2 can be found here.

v4.0.2

For information about how to use PackSquash-action, please see the readme.

This patch release introduces an internal upgrade to @actions/artifact, now at major version 2. This update comes with significant improvements in ZIP file artifact handling, but it's important to note that artifacts generated by different major versions of this library are not interoperable. If you are affected by this problem, please check out the changelog for guidance on how to address it.

As of the time of this release, no GitHub Enterprise Server version supports the latest major artifacts version. If you are using GHES, pin your PackSquash Action version to the previous release until the necessary support is implemented.

The changelog from v4.0.1 can be found here.

v4.0.1

Official action to run PackSquash in a GitHub Actions workflow.

For information about how to use PackSquash-action, please see the readme.

This is a minor release that updates the action to work with Node 20, as required by GitHub policy to avoid warnings and move the platform forward. No changes to the action functionality are expected.

The changelog from v4.0.0 can be found here.

v4.0.0

Official action to run PackSquash in a GitHub Actions workflow.

For information about how to use PackSquash-action, please see the readme.

This is a major release focusing on decoupling action releases from PackSquash releases, adding support for Windows and macOS runners, streamlining the way options are passed to PackSquash, and addressing some user feedback.

The changelog from v3.0.2 can be found here.

v3.0.2

Official action to run PackSquash in a GitHub Actions workflow.

For information about how to use PackSquash-action, please see the readme.

This is an extremely minor patch release that fixes an issue with how the action passes options to PackSquash.

Changelog from v3.0.1:

  • Fixed the action-generated options file not applying the value set by minify_shaders to include shaders with .glsl extension. (ComunidadAylas/PackSquash-action@bccf88d) (Thanks JoshuaS#0001 for reporting this issue over Discord)
  • Several minor dependency updates.
Changelog

Sourced from ComunidadAylas/PackSquash-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

No changes yet.

[4.0.3] - 2024-12-13

Changed

  • Migrated the TOML parsing and serializing library from @iarna/toml to smol-toml. This new library is more lightweight, has fewer issues, and is better maintained.
    • This should fix a spurious TOML parse error for TOML files with comments and CRLF line endings.
  • Migrated formatting and linting development tools from Prettier and ESLint to Biome, which is significantly faster and simpler to use and set up.
  • Updated dependency on @actions/cache to v4, bringing compatibility with new internal GitHub Actions Cache API versions which are claimed to be much faster.
    • The previous API version is set to shut down in the near future, so this update is essential to ensure the action continues functioning as expected.

Fixed

  • The action will no longer occasionally hang for a few minutes when uploading the generated pack for caching.

[4.0.2] - 2023-12-27

Changed

  • Updated dependency on @actions/artifact to v2, bringing potentially substantial performance improvements when uploading the generated ZIP file as an artifact.
    • Artifacts generated by earlier major versions of @actions/artifact are not accessible to this new version. Consequently, the action may fail to retrieve older artifacts, and steps that rely on older @actions/artifact versions will not see the new artifacts. Should this pose an issue for you, please consider updating your workflow to use the latest artifact libraries. Alternatively, if updating is not feasible at the moment, you can temporarily restrict the PackSquash action version tag to v4.0.1.

... (truncated)

Commits
  • a9128de chore: bump version and changelog for v4.0.3 release 🎉
  • 313252b chore(deps): update transitive dependencies
  • c65d568 docs(CHANGELOG): mention @actions/cache update as it's relevant
  • 34880a8 chore(dist): build
  • 1b2a3b5 fix(deps): update dependency @​actions/cache to v4 (#93)
  • 7b0de11 chore(deps): update dependency typescript to v5.7.2
  • 5cd6698 chore(docs): fix errata in README, tweak action parameter description
  • 44d3deb chore(dist): build
  • f85b719 chore(deps): update js/ts dependencies
  • 1235c39 chore(dist): build
  • 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 [ComunidadAylas/PackSquash-action](https://github.com/comunidadaylas/packsquash-action) from 3.0.1 to 4.0.3.
- [Release notes](https://github.com/comunidadaylas/packsquash-action/releases)
- [Changelog](https://github.com/ComunidadAylas/PackSquash-action/blob/master/CHANGELOG.md)
- [Commits](ComunidadAylas/PackSquash-action@5e0e65b...a9128de)

---
updated-dependencies:
- dependency-name: ComunidadAylas/PackSquash-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from osfanbuff63 as a code owner December 16, 2024 14:09
@dependabot dependabot bot added the dependencies Related to dependencies label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants