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 support-deps #1289

Merged
merged 2 commits into from
Feb 26, 2025
Merged

chore(deps): update support-deps #1289

merged 2 commits into from
Feb 26, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 22.13.4 -> 22.13.5 age adoption passing confidence devDependencies patch
actions/download-artifact v4.1.8 -> v4.1.9 age adoption passing confidence action patch
actions/upload-artifact v4.6.0 -> v4.6.1 age adoption passing confidence action patch
aws ~> 5.87.0 -> ~> 5.88.0 age adoption passing confidence required_provider minor
azurerm 4.19.0 -> 4.20.0 age adoption passing confidence required_provider minor
defenseunicorns/uds-cli v0.21.0 -> v0.22.0 age adoption passing confidence minor
defenseunicorns/uds-common v1.8.0 -> v1.9.1 age adoption passing confidence minor
ghcr.io/zarf-dev/packages/init v0.48.1 -> v0.49.0 age adoption passing confidence minor
github/codeql-action v3.28.9 -> v3.28.10 age adoption passing confidence action patch
k3d-io/k3d v5.8.2 -> v5.8.3 age adoption passing confidence patch
kubernetes-fluent-client 3.4.0 -> 3.4.2 age adoption passing confidence devDependencies patch
ossf/scorecard-action v2.4.0 -> v2.4.1 age adoption passing confidence action patch
random ~> 3.6.0 -> ~> 3.7.0 age adoption passing confidence required_provider minor
random ~> 3.6.2 -> ~> 3.7.0 age adoption passing confidence required_provider minor
random 3.6.3 -> 3.7.1 age adoption passing confidence required_provider minor
ts-jest (source) 29.2.5 -> 29.2.6 age adoption passing confidence devDependencies patch
zarf-dev/zarf v0.48.1 -> v0.49.0 age adoption passing confidence minor

Warning

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


Release Notes

actions/download-artifact (actions/download-artifact)

v4.1.9

Compare Source

actions/upload-artifact (actions/upload-artifact)

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

defenseunicorns/uds-cli (defenseunicorns/uds-cli)

v0.22.0

Compare Source

What's Changed

Full Changelog: defenseunicorns/uds-cli@v0.21.0...v0.22.0

defenseunicorns/uds-common (defenseunicorns/uds-common)

v1.9.1

Compare Source

Miscellaneous

v1.9.0

Compare Source

Features
Bug Fixes

v1.8.1

Compare Source

Miscellaneous
github/codeql-action (github/codeql-action)

v3.28.10

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.10 - 21 Feb 2025
  • Update default CodeQL bundle version to 2.20.5. #​2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #​2768

See the full CHANGELOG.md for more information.

k3d-io/k3d (k3d-io/k3d)

v5.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: k3d-io/k3d@v5.8.2...v5.8.3

defenseunicorns/kubernetes-fluent-client (kubernetes-fluent-client)

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes
ossf/scorecard-action (ossf/scorecard-action)

v2.4.1

Compare Source

What's Changed

Docs

New Contributors

kulshekhar/ts-jest (ts-jest)

v29.2.6

Compare Source

zarf-dev/zarf (zarf-dev/zarf)

v0.49.0

Compare Source

This release includes a number of project adjustments as well as fixes.

Breaking Changes

  • Configuration file formats other than yaml and toml are being deprecated
    • See Proposed ZEP-0015 for background on limitations driving this decision
  • zarf connect default execution has a UX change
    • The --cli-only flag has been removed - this behavior is now the default
    • Browsers can be automatically opened with the command using the --open flag

The update to zarf connect is with consideration of zarf behaviors defaulting to fully-encapsulated execution. As a general principle we want zarf to have minimal dependency on external/system tooling by default.

What's Changed

🚀 Updates
📦 Dependencies

Full Changelog: zarf-dev/zarf@v0.48.1...v0.49.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 15, 2025 20:25
@renovate renovate bot changed the title chore(deps): update support dependencies to v5.8.3 chore(deps): update support-deps Feb 20, 2025
@renovate renovate bot force-pushed the renovate/support-deps branch 11 times, most recently from d2957f1 to 7d1462f Compare February 25, 2025 21:05
| datasource         | package                        | from    | to       |
| ------------------ | ------------------------------ | ------- | -------- |
| npm                | @types/node                    | 22.13.4 | 22.13.5  |
| github-tags        | actions/download-artifact      | v4.1.8  | v4.1.9   |
| github-tags        | actions/upload-artifact        | v4.6.0  | v4.6.1   |
| terraform-provider | hashicorp/aws                  | 5.87.0  | 5.88.0   |
| terraform-provider | hashicorp/azurerm              | 4.19.0  | 4.20.0   |
| github-tags        | defenseunicorns/uds-cli        | v0.21.0 | v0.22.0  |
| github-tags        | defenseunicorns/uds-common     | v1.8.0  | v1.9.1   |
| docker             | ghcr.io/zarf-dev/packages/init | v0.48.1 | v0.49.0  |
| github-tags        | github/codeql-action           | v3.28.9 | v3.28.10 |
| github-tags        | k3d-io/k3d                     | v5.8.2  | v5.8.3   |
| npm                | kubernetes-fluent-client       | 3.4.0   | 3.4.2    |
| github-tags        | ossf/scorecard-action          | v2.4.0  | v2.4.1   |
| terraform-provider | hashicorp/random               | 3.6.3   | 3.7.1    |
| npm                | ts-jest                        | 29.2.5  | 29.2.6   |
| github-tags        | zarf-dev/zarf                  | v0.48.1 | v0.49.0  |
@renovate renovate bot force-pushed the renovate/support-deps branch from 7d1462f to 39d1234 Compare February 25, 2025 21:51
Copy link
Contributor Author

renovate bot commented Feb 26, 2025

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.

@mjnagel mjnagel added the renovate-ready Label used to trigger Renovate PR CI label Feb 26, 2025
@mjnagel mjnagel self-assigned this Feb 26, 2025
@mjnagel mjnagel merged commit 73f5de2 into main Feb 26, 2025
38 of 52 checks passed
@mjnagel mjnagel deleted the renovate/support-deps branch February 26, 2025 18:56
UnicornChance pushed a commit that referenced this pull request Mar 3, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.37.0](v0.36.2...v0.37.0)
(2025-03-03)


### Features

* kstatus for Pepr
([#1288](#1288))
([c1b78d2](c1b78d2))
* new bundle variable - KEYCLOAK_HEAP_OPTIONS
([#1314](#1314))
([f7e0ebb](f7e0ebb))


### Miscellaneous

* **deps:** update grafana
([#1285](#1285))
([ffda059](ffda059))
* **deps:** update jest to v29.2.6
([#1313](#1313))
([d30c6c7](d30c6c7))
* **deps:** update keycloak to v26.1.3
([#1326](#1326))
([691eebe](691eebe))
* **deps:** update loki
([#1272](#1272))
([54b2cfc](54b2cfc))
* **deps:** update prometheus to 3.2.0, prometheus-operator to 0.80.1
([#1262](#1262))
([d1c6c3c](d1c6c3c))
* **deps:** update prometheus to v3.2.1
([#1321](#1321))
([e1ee576](e1ee576))
* **deps:** update support-deps
([#1289](#1289))
([73f5de2](73f5de2))
* **deps:** update support-deps
([#1323](#1323))
([2822097](2822097))
* **deps:** update vector to 0.45.0
([#1316](#1316))
([c66e807](c66e807))
* enable ambient component for rke2/aks ci
([#1322](#1322))
([c280b03](c280b03))
* switch to azure gov account
([#1318](#1318))
([31ec997](31ec997))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate-ready Label used to trigger Renovate PR CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant