Skip to content

chore(deps): bump the dev-dependencies group across 1 directory with 4 updates #5429

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

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 May 20, 2025

Bumps the dev-dependencies group with 4 updates in the / directory: renovatebot/github-action, actions/setup-python, GrantBirki/json-yaml-validate and action-stars/install-tool-from-github-release.

Updates renovatebot/github-action from 41.0.22 to 42.0.3

Release notes

Sourced from renovatebot/github-action's releases.

v42.0.3

42.0.3 (2025-05-19)

Documentation

  • update references to ghcr.io/renovatebot/renovate to v40.14.6 (4f4747b)
  • update references to renovatebot/github-action to v42.0.2 (819a0ef)

Miscellaneous Chores

  • deps: update commitlint monorepo to v19.8.1 (ce8fe49)
  • deps: update dependency @​types/node to v20.17.38 (b586b2e)
  • deps: update dependency @​types/node to v20.17.40 (04086b4)
  • deps: update dependency esbuild to v0.25.4 (53f465e)
  • deps: update dependency eslint-config-prettier to v10.1.5 (ec87ade)
  • deps: update dependency globals to v16.1.0 (b618629)
  • deps: update dependency lint-staged to v15.5.2 (0cb9661)
  • deps: update dependency typescript-eslint to v8.32.0 (8ccb0c8)
  • deps: update node.js to v20.19.2 (c19d9a0)

Build System

  • deps: lock file maintenance (fe6e8db)

Continuous Integration

  • deps: update renovate docker tag to v40.11.8 (702b55b)
  • deps: update renovate docker tag to v40.14.3 (df600da)
  • deps: update renovate docker tag to v40.14.4 (b1964fb)
  • deps: update renovate docker tag to v40.14.5 (3a7ab64)
  • deps: update renovate docker tag to v40.14.6 (db284ed)

v42.0.2

42.0.2 (2025-05-12)

Documentation

  • update references to ghcr.io/renovatebot/renovate to v40.11.7 (73fa125)
  • update references to renovatebot/github-action to v42.0.1 (cd36654)

Miscellaneous Chores

  • deps: update dependency @​types/node to v20.17.32 (969c67f)
  • deps: update dependency typescript-eslint to v8.31.1 (f1916de)
  • deps: update linters to v9.26.0 (ab9cc8d)

Build System

  • deps: lock file maintenance (e85e8cb)

... (truncated)

Commits
  • 2e8e8c5 chore(release): 42.0.3 [skip ci]
  • 3c3a2fc skip: merge (fe6e8dbfade98a1cfc18c14b8400c9827ae657ca) [skip release]
  • fe6e8db build(deps): lock file maintenance
  • 4058120 skip: merge (4f4747b683e8e9aac31dd62b26d15e392a19ca23) [skip release]
  • d5749d9 skip: merge (819a0ef5fe99d528d861eefd1505f3c39050f1fc) [skip release]
  • 4f4747b docs: update references to ghcr.io/renovatebot/renovate to v40.14.6
  • 819a0ef docs: update references to renovatebot/github-action to v42.0.2
  • a310931 skip: merge (db284edd095ccf4efa20dacdbd02f0b99a035021) [skip release]
  • db284ed ci(deps): update renovate docker tag to v40.14.6
  • 0ac9791 skip: merge (3a7ab64a3eed89cf98df95f33531aed37677a34d) [skip release]
  • Additional commits viewable in compare view

Updates actions/setup-python from 3 to 5

Release notes

Sourced from actions/setup-python's releases.

v5.0.0

What's Changed

In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.

Full Changelog: actions/setup-python@v4.8.0...v5.0.0

v4.9.1

What's Changed

Full Changelog: actions/setup-python@v4...v4.9.1

v4.9.0

What's Changed

  • Upgrade actions/cache to 4.0.3 by @​priya-kinthali in actions/setup-python#1073 In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

Full Changelog: actions/setup-python@v4.8.0...v4.9.0

v4.8.0

What's Changed

In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

Full Changelog: actions/setup-python@v4...v4.8.0

... (truncated)

Commits
  • a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)
  • 30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)
  • 5d95bc1 Bump semver and @​types/semver (#1091)
  • 6ed2c67 Fix for Candidate Not Iterable Error (#1082)
  • e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)
  • 8d9ed9a Add e2e Testing for free threaded and Bump @​action/cache from 4.0.0 to 4.0.3 ...
  • 19e4675 Add support for .tool-versions file in setup-python (#1043)
  • 6fd11e1 Bump @​actions/glob from 0.4.0 to 0.5.0 (#1015)
  • 9e62be8 Support free threaded Python versions like '3.13t' (#973)
  • 6ca8e85 Bump @​vercel/ncc from 0.38.1 to 0.38.3 (#1016)
  • Additional commits viewable in compare view

Updates GrantBirki/json-yaml-validate from 3.2.1 to 3.3.0

Release notes

Sourced from GrantBirki/json-yaml-validate's releases.

v3.3.0

What's Changed

New Contributors

Full Changelog: GrantBirki/json-yaml-validate@v3.2.1...v3.3.0

Commits
  • 947ae8a bump package pins
  • bc78690 Merge pull request #85 from GrantBirki/node-updates
  • 7ba982d run npm update && npm run all
  • df371b8 Merge pull request #82 from GrantBirki/dependabot/npm_and_yarn/npm_and_yarn-2...
  • 991251f bundle
  • 03c2604 Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-2c579f9325
  • b6415d0 Merge pull request #84 from juheiseflink/contrib_support_multiple_docs_for_ya...
  • 77a3e38 bundle
  • e145363 sprinkle in some extra debug
  • 861363b set yaml_as_json flag to true for the new acceptance test
  • Additional commits viewable in compare view

Updates action-stars/install-tool-from-github-release from 0.2.4 to 0.2.5

Release notes

Sourced from action-stars/install-tool-from-github-release's releases.

v0.2.5

Changed

Changelog

Sourced from action-stars/install-tool-from-github-release's changelog.

Install Tool From GitHub Release GitHub Action Changelog

[!NOTE] 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]

[v0.2.5] - 2025-05-12

Changed

[v0.2.4] - 2024-06-02

Added

[v0.2.3] - 2024-05-10

Added

Changed

[v0.2.2] - 2024-01-31

Changed

[v0.2.1] - 2023-12-04

Fixed

... (truncated)

Commits
  • f2e83e0 fix: Fix validation (#24)
  • 79a1b6b chore: Update changelog for release v0.2.5
  • c896630 deps: Bump pbrisbin/setup-tool-action in the github-actions group (#23)
  • aafab88 deps: Bump action-stars/generic-workflows in the github-actions group (#22)
  • 2e3dfeb deps: Bump action-stars/generic-workflows in the github-actions group (#20)
  • 166708a deps: Bump action-stars/generic-workflows in the github-actions group (#19)
  • a258828 deps: Bump action-stars/generic-workflows in the github-actions group (#18)
  • 3641540 chore: Updated docs
  • 0704719 chore: Updated changelog
  • d8063e7 deps: Bump pbrisbin/setup-tool-action in the github-actions group (#17)
  • 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 May 20, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign mloiseleur for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 20, 2025
@k8s-ci-robot k8s-ci-robot requested a review from szuecs May 20, 2025 03:23
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label May 20, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 20, 2025
@dependabot dependabot bot force-pushed the dependabot/github_actions/dev-dependencies-ec7dc1f957 branch 5 times, most recently from 76c1c3a to f7ba7e6 Compare May 27, 2025 03:12
…4 updates

Bumps the dev-dependencies group with 4 updates in the / directory: [renovatebot/github-action](https://github.com/renovatebot/github-action), [actions/setup-python](https://github.com/actions/setup-python), [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate) and [action-stars/install-tool-from-github-release](https://github.com/action-stars/install-tool-from-github-release).


Updates `renovatebot/github-action` from 41.0.22 to 42.0.3
- [Release notes](https://github.com/renovatebot/github-action/releases)
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md)
- [Commits](renovatebot/github-action@v41.0.22...v42.0.3)

Updates `actions/setup-python` from 3 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v5)

Updates `GrantBirki/json-yaml-validate` from 3.2.1 to 3.3.0
- [Release notes](https://github.com/grantbirki/json-yaml-validate/releases)
- [Commits](GrantBirki/json-yaml-validate@v3.2.1...v3.3.0)

Updates `action-stars/install-tool-from-github-release` from 0.2.4 to 0.2.5
- [Release notes](https://github.com/action-stars/install-tool-from-github-release/releases)
- [Changelog](https://github.com/action-stars/install-tool-from-github-release/blob/main/CHANGELOG.md)
- [Commits](action-stars/install-tool-from-github-release@ece2623...f2e83e0)

---
updated-dependencies:
- dependency-name: renovatebot/github-action
  dependency-version: 42.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: actions/setup-python
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: GrantBirki/json-yaml-validate
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: action-stars/install-tool-from-github-release
  dependency-version: 0.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dev-dependencies-ec7dc1f957 branch from f7ba7e6 to e1b6dcb Compare May 28, 2025 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant