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

build(deps): update all non-major dependencies #160

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

aki-bot[bot]
Copy link
Contributor

@aki-bot aki-bot bot commented Apr 13, 2024

This PR contains the following updates:

Package Type Update Change
codecov/codecov-action action minor v4.2.0 -> v4.3.0
ghcr.io/renovatebot/renovate (source) minor 37.279.4 -> 37.290.1
gradle/actions action minor v3.2.0 -> v3.3.0
renovatebot/github-action action patch v40.1.7 -> v40.1.9

Release Notes

codecov/codecov-action (codecov/codecov-action)

v4.3.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0

renovatebot/renovate (ghcr.io/renovatebot/renovate)

v37.290.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.2.5 (#​28382) (53dd81e)

v37.290

Compare Source

v37.290.0

Compare Source

Features

v37.289.1

Compare Source

Bug Fixes
Miscellaneous Chores
  • deps: update peter-evans/create-pull-request action to v6.0.3 (#​28370) (23ee6ae)

v37.289

Compare Source

v37.289.0

Compare Source

Features

v37.288

Compare Source

v37.288.0

Compare Source

Features
  • bitbucket-server: Add bitbucket http access token support (#​28093) (771b91f)
Bug Fixes
  • workarounds: expand java LTS regex versioning to support 21 (#​28361) (1f805b2)

v37.287.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.2.4 (#​28360) (5ebf418)

v37.287.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.2.3 (#​28358) (4b5fd60)

v37.287

Compare Source

v37.287.0

Compare Source

Features
Documentation
Miscellaneous Chores

v37.286.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.2.2 (#​28339) (a077b5a)
Documentation
Miscellaneous Chores
Tests

v37.286

Compare Source

v37.286.0

Compare Source

Features

v37.285.1

Compare Source

Miscellaneous Chores
Build System

v37.285

Compare Source

v37.285.0

Compare Source

Features

v37.284.1

Compare Source

Miscellaneous Chores
Build System

v37.284

Compare Source

v37.284.0

Compare Source

Features
  • fleet: extract dependencies from helm blocks without a fixed releaseName (#​28325) (7669f2f)
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.2.1 (#​28321) (b9f2b64)
Build System

v37.283

Compare Source

v37.283.0

Compare Source

Features
  • manager/gomod: Added support for the gomod toolchain directive (#​27279) (aec0cd8)

v37.282.1

Compare Source

Bug Fixes

v37.282

Compare Source

v37.282.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.2.0 (#​28311) (8d6457e)

v37.281.4

Compare Source

Bug Fixes
  • versioning: bump rangeStrategy should pin if no range qualifier (#​28309) (4316888)

v37.281.2

Compare Source

Bug Fixes

v37.281.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v10.3.13 (#​28293) (c848116)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v10.3.13 (#​28292) (efae285)

v37.281

Compare Source

v37.281.0

Compare Source

Features
Documentation
  • Order of arguments in pathSemanticCommitType description (#​28258) (867471a)

v37.280.4

Compare Source

Bug Fixes
  • cache: Trigger cacache to remove expired contents (#​28275) (fcfbf38)
  • versioning/poetry: version strings that include a leading zero in their pre, post, or dev fields (#​28158) (e155173)

v37.280.3

Compare Source

Bug Fixes

v37.280.2

Compare Source

Miscellaneous Chores
Build System
Continuous Integration

v37.280.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v10.3.12 (#​28274) (cdaea63)
Documentation
Miscellaneous Chores
Continuous Integration

v37.280

Compare Source

v37.280.0

Compare Source

Features
Miscellaneous Chores
gradle/actions (gradle/actions)

v3.3.0

Compare Source

This release includes a new action, and improvements to the existing actions.

Highlights include:

[!IMPORTANT]
The caching protocol version has changed in this release, so cache entries written with previous versions of the action will not be reused. This means that jobs will effectively start with an empty cache after switching to this release.

Changelog
NEW action gradle/actions/wrapper-validation
  • [NEW] Add replacement for wrapper-validation-action (#​160)
Improvements to gradle/actions/setup-gradle
  • [NEW] Cache paths have been updated for Gradle 8.6+ (#​45, #​163)
  • [NEW] setup-gradle action can now perform wrapper-validation automatically (#​161, #​162)
  • [FIX] Make cache-keys more consistent (#​131).
  • [FIX] Avoid listing old build results in Job Summary on self-hosted runner (#​127)
  • [FIX] Deprecation warnings are emitted when using deprecated inputs (#​108)
  • [FIX] Generate correct toolchains.xml file on ARM runners (#​89)
Improvements to gradle/actions/depenency-submission
  • [NEW] Action is now implemented directly in TypeScript, and does not delegate to setup-gradle (#​116)
  • [NEW] Allow dependency resolution task name to be specified (#​125)
  • [NEW] Dependency-graph is submitted immediately with dependency-submission action (#​123)
  • [FIX] setup-gradle and dependency-submission can be used in the same Job (#​36)

Full Changelog: gradle/actions@v3.2.1...v3.3.0

Actions Summary

Release includes v3.3.0 of the following, available under the v3 version tag:

[!NOTE]
The gradle/actions/setup-gradle action supersedes gradle/gradle-build-action.
The gradle/actions/wrapper-validation action supersedes gradle/wrapper-validation-action.

v3.2.1

Compare Source

The recent update to use com.develocity.gradle plugin resulted in many deprecation warnings being triggered by the init-scripts bundled with this action. This patch release updates these init-scripts to avoid these deprecation warnings.

What's Changed

Full Changelog: gradle/actions@v3.2.0...v3.2.1

renovatebot/github-action (renovatebot/github-action)

v40.1.9

Compare Source

Miscellaneous Chores
Build System
  • deps: update dependency typescript to v5.4.4 (1c8651a)
Continuous Integration
  • deps: update renovate docker tag to v37.281.2 (6dd9a73)
  • deps: update renovate docker tag to v37.284.0 (731c861)
  • deps: update renovate docker tag to v37.286.1 (04d3673)

v40.1.8

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v37.278.2 (cab4404)
  • update references to ghcr.io/renovatebot/renovate to v37.280.0 (a127536)
  • update references to renovatebot/github-action to v40.1.7 (d22441a)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (3616bae)
Continuous Integration
  • deps: update renovate docker tag to v37.273.0 (c51b80f)
  • deps: update renovate docker tag to v37.274.0 (b2ebf3c)
  • deps: update renovate docker tag to v37.275.0 (af64d16)
  • deps: update renovate docker tag to v37.276.0 (237ae15)
  • deps: update renovate docker tag to v37.278.0 (40ecdff)
  • deps: update renovate docker tag to v37.278.1 (f37ba0e)
  • deps: update renovate docker tag to v37.278.2 (6a3fc4d)
  • deps: update renovate docker tag to v37.279.0 (fef62b0)
  • deps: update renovate docker tag to v37.279.3 (92ff63d)
  • deps: update renovate docker tag to v37.279.4 (2282c9e)
  • deps: update renovate docker tag to v37.280.0 (fe00f16)
  • deps: update wagoid/commitlint-github-action action to v5.4.6 (a0f0a2e)
  • deps: update wagoid/commitlint-github-action action to v5.5.1 (844d151)

Configuration

📅 Schedule: Branch creation - "after 3:00 and before 6:00 on Saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

@aki-bot aki-bot bot requested a review from akikanellis as a code owner April 13, 2024 03:07
@aki-bot aki-bot bot enabled auto-merge (squash) April 13, 2024 03:07
@github-actions github-actions bot added the build Changes that affect the build system or external dependencies label Apr 13, 2024
Copy link

codecov bot commented Apr 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.78%. Comparing base (d5ce4bd) to head (1ca79ef).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #160   +/-   ##
=========================================
  Coverage     95.78%   95.78%           
  Complexity      248      248           
=========================================
  Files            27       27           
  Lines          1707     1707           
  Branches        287      287           
=========================================
  Hits           1635     1635           
  Misses           19       19           
  Partials         53       53           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aki-bot aki-bot bot merged commit 519fec9 into main Apr 13, 2024
14 checks passed
@aki-bot aki-bot bot deleted the update-dependencies-all-minor-patch branch April 13, 2024 03:10
akikanellis pushed a commit that referenced this pull request Apr 13, 2024
## [1.25.35](v1.25.34...v1.25.35) (2024-04-13)

### Build System

* **deps:** update all non-major dependencies ([#160](#160)) ([519fec9](519fec9))
@akikanellis
Copy link
Owner

🎉 This PR is included in version 1.25.35 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or external dependencies released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant