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

github: bump the github-dependencies group across 1 directory with 2 updates #56

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the github-dependencies group with 2 updates in the / directory: shogo82148/actions-upload-release-asset and tauri-apps/tauri-action.

Updates shogo82148/actions-upload-release-asset from 1.7.5 to 1.7.7

Release notes

Sourced from shogo82148/actions-upload-release-asset's releases.

v1.7.7

What's Changed

Full Changelog: shogo82148/actions-upload-release-asset@v1.7.6...v1.7.7

v1.7.6

What's Changed

Full Changelog: shogo82148/actions-upload-release-asset@v1.7.5...v1.7.6

Commits
  • aac270e bump up to v1.7.7
  • d137a9d Merge branch 'main' into releases/v1
  • 87fbfdd Merge pull request #861 from shogo82148/dependabot/npm_and_yarn/actions/http-...
  • 83844c8 Bump @​actions/http-client from 2.2.2 to 2.2.3
  • 52f0fc9 Merge pull request #860 from shogo82148/dependabot/npm_and_yarn/typescript-es...
  • db01628 Bump typescript-eslint from 8.1.0 to 8.2.0
  • 6d4fd50 bump up to v1.7.6
  • 6f1dfe0 Merge branch 'main' into releases/v1
  • e6ebafd Merge pull request #859 from shogo82148/bump-eslint-v9
  • 78d274e chore: Update headers type in upload-release-asset.ts
  • Additional commits viewable in compare view

Updates tauri-apps/tauri-action from 0.5.6 to 0.5.14

Release notes

Sourced from tauri-apps/tauri-action's releases.

action v0.5.14

[0.5.14]

  • 9387d95 (#908 by @​FabianLars) The action will now only use the signature file for unzipped bundles if createUpdaterArtifacts in tauri.conf.json is set to true.

action v0.5.13

[0.5.13]

action v0.5.12

[0.5.12]

  • 93d570b (#863 by @​tobyspark) Reduces memory consumption when uploading successfully built releases, by passing a file stream object rather than reading the entire file into a buffer and then passing that. Empirically, this has stopped the action from failing on GitHub's Windows runners, with apps approaching 2GB in size.

action v0.5.11

[0.5.11]

action v0.5.10

[0.5.10]

  • f876b0d (#861 by @​vdemcak) Fixed an issue that caused the action to not generate latest.json due to a desync between GitHub artifacts and local variables. This was caused by incorrect normalization of artifact file names, specifically not accounting for removing special characters.

action v0.5.9

[0.5.9]

  • ff07d2a (#849 by @​FabianLars) Fixed an issue that caused the action to fail to upload some assets to existing releases if the workflow built the app for many architectures and debug + release mode.

action v0.5.8

[0.5.8]

action v0.5.7

[0.5.7]

Changelog

Sourced from tauri-apps/tauri-action's changelog.

[0.5.14]

  • 9387d95 (#908 by @​FabianLars) The action will now only use the signature file for unzipped bundles if createUpdaterArtifacts in tauri.conf.json is set to true.

[0.5.13]

[0.5.12]

  • 93d570b (#863 by @​tobyspark) Reduces memory consumption when uploading successfully built releases, by passing a file stream object rather than reading the entire file into a buffer and then passing that. Empirically, this has stopped the action from failing on GitHub's Windows runners, with apps approaching 2GB in size.

[0.5.11]

[0.5.10]

  • f876b0d (#861 by @​vdemcak) Fixed an issue that caused the action to not generate latest.json due to a desync between GitHub artifacts and local variables. This was caused by incorrect normalization of artifact file names, specifically not accounting for removing special characters.

[0.5.9]

  • ff07d2a (#849 by @​FabianLars) Fixed an issue that caused the action to fail to upload some assets to existing releases if the workflow built the app for many architectures and debug + release mode.

[0.5.8]

[0.5.7]

Commits
  • 4ec5841 Apply Version Updates From Current Changes (#909)
  • 9387d95 fix: Only look for unzipped bundles when not using v1Compatible (#908)
  • 18cbb1a chore(deps): update dependency typescript to v5.6.2 (#907)
  • a619742 chore(deps): update eslint monorepo to v9.10.0 (#903)
  • 84933d1 chore(deps): update dependency @​types/node to v20.16.4 (#899)
  • a130ac3 apply version updates (#894)
  • 6439e18 fix(deps): update dependency @​tauri-apps/cli to v1.6.1 (#897)
  • b01e264 chore(deps): update eslint monorepo to v9.9.1 (#896)
  • b24c764 fix(deps): update dependency tslib to v2.7.0 (#898)
  • 3b72cab feat: Support for Bun (#893)
  • 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 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 <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 28, 2024
@ilyagr
Copy link
Owner

ilyagr commented Sep 28, 2024

@dependabot rebase

…updates

Bumps the github-dependencies group with 2 updates in the / directory: [shogo82148/actions-upload-release-asset](https://github.com/shogo82148/actions-upload-release-asset) and [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action).


Updates `shogo82148/actions-upload-release-asset` from 1.7.5 to 1.7.7
- [Release notes](https://github.com/shogo82148/actions-upload-release-asset/releases)
- [Commits](shogo82148/actions-upload-release-asset@8f032ef...aac270e)

Updates `tauri-apps/tauri-action` from 0.5.6 to 0.5.14
- [Release notes](https://github.com/tauri-apps/tauri-action/releases)
- [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/tauri-action@v0.5.6...v0.5.14)

---
updated-dependencies:
- dependency-name: shogo82148/actions-upload-release-asset
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: tauri-apps/tauri-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-dependencies-68bef2cc1e branch from f0b9bf8 to 137ff42 Compare September 28, 2024 23:21
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Sep 29, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/github-dependencies-68bef2cc1e branch September 29, 2024 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant