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: bump the gha-low-risk group across 1 directory with 2 updates #56

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the gha-low-risk group with 2 updates in the / directory: mikefarah/yq and tj-actions/changed-files.

Updates mikefarah/yq from 4.44.3 to 4.44.6

Release notes

Sourced from mikefarah/yq's releases.

v4.44.6

v4.44.5

  • Format comments with a gray foreground (Thanks @​gabe565)
  • Fixed handling of nulls with sort_by expressions #2164
  • Force no color output when NO_COLOR env presents (Thanks @​narqo)
  • Fixed array subtraction update bug #2159
  • Fixed index out of range error
  • Can traverse straight from parent operator (parent.blah)
  • Bumped dependencies

Note: 4.44.4 was skipped as it had a release pipeline failure

Changelog

Sourced from mikefarah/yq's changelog.

4.44.6:

4.44.5:

  • Fixing release pipeline

4.44.4:

  • Format comments with a gray foreground (Thanks @​gabe565)
  • Fixed handling of nulls with sort_by expressions #2164
  • Force no color output when NO_COLOR env presents (Thanks @​narqo)
  • Fixed array subtraction update bug #2159
  • Fixed index out of range error
  • Can traverse straight from parent operator (parent.blah)
  • Bumped dependencies

4.44.3:

  • Fixed upper-case file extension detection, Thanks @​ryenus (#2121)
  • Log printing follow no-colors flag #2082
  • Skip and warn when interpolating strings and theres a unclosed bracket #2083
  • Fixed CSV content starting with # issue #2076
  • Bumped dependencies

4.44.2:

  • Handle numbers with underscores #2039
  • Unique now works on maps and arrays #2068
  • Added support for short hand splat with env[] expression #2071, as well as many other operators (split,select,eval,pick..)
  • Bumped dependencies

4.44.1:

4.43.1:

  • Added omit operator #1989 thanks @​mbenson!
  • Added tostring #72
  • Added string interpolation #1149
  • Can specify parent(n) levels #1970
  • Can now multiply strings by numbers #1988 thanks @​mbenson!
  • Fixed CSV line break issue #1974
  • Adding a EvaluateAll function to StringEvaluator #1966

... (truncated)

Commits
  • 4839dbb Bumping version
  • 342efb2 Fixed panic on multipling string by very large number #2211
  • 2201381 Fixed multiply string by negative number panic #2211
  • 5273715 Fixed panic error #2211
  • e204677 Fixed no-colors regression #2218
  • f768159 Create docker image for armv7 / raspberry pi3
  • c16b180 Make sure to update the key when deleting array elements
  • 3bca3a2 Bump github.com/elliotchance/orderedmap from 1.6.0 to 1.7.0
  • 70bef5b Bump golang.org/x/net from 0.31.0 to 0.32.0
  • ea2ba18 Bump golang from 1.23.3 to 1.23.4
  • Additional commits viewable in compare view

Updates tj-actions/changed-files from 45.0.3 to 45.0.5

Release notes

Sourced from tj-actions/changed-files's releases.

v45.0.5

What's Changed

Full Changelog: tj-actions/changed-files@v45...v45.0.5

v45.0.4

What's Changed

... (truncated)

Changelog

Sourced from tj-actions/changed-files's changelog.

Changelog

45.0.5 - (2024-12-05)

⚙️ Miscellaneous Tasks

  • deps: Update dependency eslint-plugin-github to v5.1.4 (#2372) (bab30c2) - (renovate[bot])
  • deps: Update dependency prettier to v3.4.2 (#2370) (657a3f9) - (renovate[bot])
  • deps: Lock file maintenance (#2369) (05f0aba) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.10.1 (#2368) (4623961) - (renovate[bot])
  • deps: Update dependency eslint-plugin-github to v5.1.3 (#2367) (c19a7eb) - (renovate[bot])
  • deps: Update dependency prettier to v3.4.1 (#2366) (c288441) - (renovate[bot])
  • deps: Update dependency prettier to v3.4.0 (#2365) (1d6ea46) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.10.0 (#2364) (02b41f5) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.9.4 (#2361) (b4a4dca) - (renovate[bot])
  • deps: Lock file maintenance (#2360) (602aacf) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.9.3 (#2359) (51290e0) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.9.2 (#2358) (b4badd8) - (renovate[bot])
  • deps: Update dependency typescript to v5.7.2 (#2357) (652b4c0) - (renovate[bot])
  • deps-dev: Bump eslint-plugin-github from 5.0.2 to 5.1.1 (#2356) (0b7a421) - (dependabot[bot])
  • deps: Bump yaml from 2.6.0 to 2.6.1 (#2353) (b26581a) - (dependabot[bot])
  • deps: Update dependency @​types/node to v22.9.1 (#2352) (43e6b45) - (renovate[bot])
  • deps: Lock file maintenance (#2349) (fe1bc0e) - (renovate[bot])
  • deps: Update dependency @​vercel/ncc to v0.38.3 (#2348) (d7917c6) - (renovate[bot])
  • deps: Lock file maintenance (#2345) (3f646a3) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v45.0.4 (#2344)

Co-authored-by: jackton1 [email protected] (6809677) - (tj-actions[bot])

45.0.4 - (2024-11-05)

🚀 Features

  • Prevent ignore files warning (#2318) (1f772e9) - (Tonye Jack)

🐛 Bug Fixes

  • deps: Update dependency @​actions/core to v1.11.1 (4d0aab9) - (renovate[bot])

➕ Add

  • Added missing changes and modified dist assets. (9d7201d) - (GitHub Action)
  • Added missing changes and modified dist assets. (0104c75) - (GitHub Action)

📝 Other

... (truncated)

Commits
  • bab30c2 chore(deps): update dependency eslint-plugin-github to v5.1.4 (#2372)
  • 657a3f9 chore(deps): update dependency prettier to v3.4.2 (#2370)
  • 05f0aba chore(deps): lock file maintenance (#2369)
  • 4623961 chore(deps): update dependency @​types/node to v22.10.1 (#2368)
  • c19a7eb chore(deps): update dependency eslint-plugin-github to v5.1.3 (#2367)
  • c288441 chore(deps): update dependency prettier to v3.4.1 (#2366)
  • 1d6ea46 chore(deps): update dependency prettier to v3.4.0 (#2365)
  • 02b41f5 chore(deps): update dependency @​types/node to v22.10.0 (#2364)
  • b4a4dca chore(deps): update dependency @​types/node to v22.9.4 (#2361)
  • 602aacf chore(deps): lock file maintenance (#2360)
  • 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

Bumps the gha-low-risk group with 2 updates in the / directory: [mikefarah/yq](https://github.com/mikefarah/yq) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files).


Updates `mikefarah/yq` from 4.44.3 to 4.44.6
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@bbdd974...4839dbb)

Updates `tj-actions/changed-files` from 45.0.3 to 45.0.5
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@c3a1bb2...bab30c2)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha-low-risk
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha-low-risk
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2025 13:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants