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): update aquas #255

Merged
merged 2 commits into from
Jun 2, 2024
Merged

chore(deps): update aquas #255

merged 2 commits into from
Jun 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
aquaproj/aqua-registry minor v4.185.1 -> v4.188.0
casey/just minor 1.26.0 -> 1.27.0
charmbracelet/gum patch v0.14.0 -> v0.14.1
cli/cli minor v2.49.2 -> v2.50.0
dagger/dagger patch v0.11.4 -> v0.11.6
dprint/dprint minor 0.45.1 -> 0.46.1
fujiwara/awslim patch v0.1.1 -> v0.1.2
golangci/golangci-lint minor v1.58.2 -> v1.59.0
simulot/immich-go minor 0.14.1 -> 0.15.0
snyk/cli patch v1.1291.0 -> v1.1291.1
twpayne/chezmoi patch v2.48.1 -> v2.48.2
weaveworks/eksctl minor v0.179.0 -> v0.180.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aquaproj/aqua-registry (aquaproj/aqua-registry)

v4.188.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.187.1...v4.188.0

🎉 New Packages

#​23408 getsavvyinc/savvy-cli: Create, share, and run runbooks from your terminal
#​23384 joshmedeski/sesh: Smart session manager for the terminal @​CrystalMethod

v4.187.1

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.187.0...v4.187.1

Fixes

#​23378 authzed/zed: Use gnu binary instead of musl binary @​sapphi-red

musl version exists for linux, but it is dynamically linked to musl libc and therefore doesn't work on glibc systems.

v4.187.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.186.0...v4.187.0

🎉 New Packages

#​23375 authzed/zed: Official command-line tool for managing SpiceDB @​sapphi-red
#​23277 nucleuscloud/neosync: Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments

v4.186.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.185.1...v4.186.0

🎉 New Packages

#​23253 stripe/stripe-cli: A command-line tool for Stripe

Fix

#​23254 dlvhdr/gh-dash: Follow up changes of gh-dash v4.0.0

casey/just (casey/just)

v1.27.0

Compare Source

Changed
  • Use cache dir for temporary files (#​2067)
Added
Fixed
  • List modules in source order with --unsorted (#​2085)
  • Show submodule recipes in --choose (#​2069)
  • Allow multiple imports of the same file in different modules (#​2065)
  • Fix submodule recipe listing indentation (#​2063)
  • Pass command as first argument to shell (#​2061)
  • Allow shell expanded strings in mod and import paths (#​2059)
  • Run imported recipes in root justfile with correct working directory (#​2056)
  • Fix output \r\n stripping (#​2035)
Misc
charmbracelet/gum (charmbracelet/gum)

v0.14.1

Compare Source

What's Changed

Fixes

New Contributors

Full Changelog: charmbracelet/gum@v0.14.0...v0.14.1


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Slack.

cli/cli (cli/cli)

v2.50.0: GitHub CLI 2.50.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.49.2...v2.50.0

dagger/dagger (dagger/dagger)

v0.11.6

Compare Source

Added
Fixed
What to do next?

v0.11.5

Compare Source

Added
Changed
Fixed
What to do next?
dprint/dprint (dprint/dprint)

v0.46.1

Compare Source

Changes

  • fix: dprint 0.46 release for cargo install without --locked flag (#​852)
  • fix: upgrade to rustls 0.23.8 (#​853)

Please run dprint config update after upgrading as some BOM handling happens in the plugins now and some may fail to parse files with a BOM now. See #​854 and sorry for any headaches (I'm unsure of the impact of this change, so let me know if this is a huge hassle for you).

Install

Run dprint upgrade or see https://dprint.dev/install/

Checksums

Artifact SHA-256 Checksum
dprint-x86_64-apple-darwin.zip cdea84bce1d84c26e8eced2265d246b79a849ec2e7d1377d98dd7bdb21c7ce83
dprint-aarch64-apple-darwin.zip f3ff4faef83d14c3b4ae262e79a40d4e0fc3fa1903d0b6e9b82f0b25b00e9499
dprint-x86_64-pc-windows-msvc.zip 74e5ab38c744d5903862c2b5174d0fef9759b5506da775e1fb93b6a68c63101d
dprint-x86_64-pc-windows-msvc-installer.exe 107786c41be76b49463a50d7d9d788397bba723e107e723347f8e8dde65339dc
dprint-x86_64-unknown-linux-gnu.zip cb72fa6b474e2847a3cf5705b43ee2cbfdafddd7c69ff162309fd1f4f43c872a
dprint-x86_64-unknown-linux-musl.zip 4a7d6fa6b920ab150f580965556086cdd7992e07078e627ab9a9d1c3bd30ba85
dprint-aarch64-unknown-linux-gnu.zip c4e892d5d237a57ede7900255e5ce669b56160e61c89798c118fbd4c36d48ff2
dprint-aarch64-unknown-linux-musl.zip e2b6d87167d21f1f01571790e79526ef9caff3b8b75f5cac348c4f06f60a8c16

v0.46.0

Compare Source

Changes
  • feat: gitignore support (#​832)
  • feat: DPRINT_TLS_CA_STORE and DPRINT_CERT (#​850)
  • fix: remove BOM handling from the CLI (#​844)

Please run dprint config update after upgrading as some BOM handling happens in the plugins now and some may fail to parse files with a BOM now. See #​854 and sorry for any headaches (I'm unsure of the impact of this change, so let me know if this is a huge hassle for you).

Install

Run dprint upgrade or see https://dprint.dev/install/

Checksums
Artifact SHA-256 Checksum
dprint-x86_64-apple-darwin.zip e339f1f891c60087676d72f70ba5f80dcaedde4bdc58730b9cb68a5483b3abfd
dprint-aarch64-apple-darwin.zip 4b608b3676f10e04328c3d8be396bded96328ebca9b95b70bf5baf67bed7b135
dprint-x86_64-pc-windows-msvc.zip 786201545938f6f7c6d407e6404b31ae9bbf9e5a4abc4c88dc9bd73da369a906
dprint-x86_64-pc-windows-msvc-installer.exe e445b37af124e5d8ef691685632509d2bfc701962c58db89eebc8a8de7352ab4
dprint-x86_64-unknown-linux-gnu.zip 8274ea44d2ab4d10b8bdfcc824d946a6d051594aede49c9db8c5e810887abd67
dprint-x86_64-unknown-linux-musl.zip 7a2c12edc868259be890174c4ec3bd51c81ec8773aa294e12fac0634f36d15f5
dprint-aarch64-unknown-linux-gnu.zip 6617465acba53c9b939e73f20538a8027e45593342c34f7ac4826c9f4e6cf53b
dprint-aarch64-unknown-linux-musl.zip e52c0a3398e34e88ffe560e719bf8361ba3f35b4e0927ab9ba0761796884ce24
fujiwara/awslim (fujiwara/awslim)

v0.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: fujiwara/awslim@v0.1.1...v0.1.2

golangci/golangci-lint (golangci/golangci-lint)

v1.59.0

Compare Source

simulot/immich-go (simulot/immich-go)

v0.15.0

Compare Source

fix #​255 Last percents of google puzzle solving are very slow when processing very large takeout archive

The google puzzle solving is now much faster for large takeout archives.

fix #​215 Use XDG_CONFIG_HOME for storing config

The configuration file that contains the server and the key is now stored by default in following folder:

  • Linux $HOME/.config/immich-go/immich-go.json
  • Windows %AppData%\immich-go\immich-go.json
  • Apple $HOME/Library/Application Support/immich-go/immich-go.json
Store the log files into sensible dir for user's system

The default log file is:

  • Linux $HOME/.cache/immich-go/immich-go_YYYY-MM-DD_HH-MI-SS.log
  • Windows %LocalAppData%\immich-go\immich-go_YYYY-MM-DD_HH-MI-SS.log
  • Apple $HOME/Library/Caches/immich-go/immich-go_YYYY-MM-DD_HH-MI-SS.log
Feat: [#​249] Fix Display the path of log file name

The log file name is printed when the program exits.

Changelog

snyk/cli (snyk/cli)

v1.1291.1

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Bug Fixes
  • dependencies: Upgrade go-getter to v1.7.4 to fix vulnerabilities (#​5252)
twpayne/chezmoi (twpayne/chezmoi)

v2.48.2

Compare Source

weaveworks/eksctl (weaveworks/eksctl)

v0.180.0: eksctl 0.180.0

Compare Source

Release v0.180.0

🐛 Bug Fixes

  • Add option to create service account for pod identities which defaults to false (#​7784)

Configuration

📅 Schedule: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) May 31, 2024 03:30
Copy link
Contributor Author

renovate bot commented May 31, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit 82e0002 into main Jun 2, 2024
5 checks passed
@renovate renovate bot deleted the renovate/aquas branch June 2, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant