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 #154

Merged
merged 1 commit into from Mar 23, 2024

Conversation

aki-bot[bot]
Copy link
Contributor

@aki-bot aki-bot bot commented Mar 23, 2024

This PR contains the following updates:

Package Type Update Change
cycjimmy/semantic-release-action action minor v4.0.0 -> v4.1.0
ghcr.io/renovatebot/renovate (source) minor 37.249.3 -> 37.266
gradle (source) minor 8.6 -> 8.7

Release Notes

cycjimmy/semantic-release-action (cycjimmy/semantic-release-action)

v4.1.0

Compare Source

Bug Fixes
  • fix syntax error for importing (4297675)
Features
  • add repository_url input (8dffec4)
renovatebot/renovate (ghcr.io/renovatebot/renovate)

v37.266

Compare Source

v37.266.0

Compare Source

Features

v37.265.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v10.3.5 (#​28092) (9795927)
Documentation
Miscellaneous Chores

v37.265

Compare Source

v37.265.0

Compare Source

Features

v37.264

Compare Source

v37.264.0

Compare Source

Features

v37.263.1

Compare Source

Build System

v37.263

Compare Source

v37.263.0

Compare Source

Features
Miscellaneous Chores
  • deps: update actions/dependency-review-action action to v4.2.3 (#​28055) (bf91e94)

v37.262.2

Compare Source

Build System

v37.262.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v10.3.4 (#​28048) (143bdf4)

v37.262

Compare Source

v37.261

Compare Source

v37.261.0

Compare Source

Features

v37.260

Compare Source

v37.260.0

Compare Source

Features

v37.259

Compare Source

v37.259.0

Compare Source

Features
Miscellaneous Chores
Continuous Integration

v37.258

Compare Source

v37.258.0

Compare Source

Features

v37.257

Compare Source

v37.257.0

Compare Source

Features
Bug Fixes
Code Refactoring

v37.256.2

Compare Source

Miscellaneous Chores
Build System

v37.256.1

Compare Source

Miscellaneous Chores
Build System

v37.256

Compare Source

v37.256.0

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Tests

v37.255

Compare Source

v37.255.0

Compare Source

Features
  • platform: re-attempt platform automerge on github and gitlab (#​26567) (ebf0c7b)
Documentation

v37.254

Compare Source

v37.254.0

Compare Source

Features
Miscellaneous Chores
Code Refactoring

v37.253.1

Compare Source

Bug Fixes
  • config/replacements: require semver for renovate slim image tag removal (#​27991) (bcfaca4)

v37.253

Compare Source

v37.253.0

Compare Source

Features

v37.252.1

Compare Source

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

v37.252

Compare Source

v37.252.0

Compare Source

Features
Bug Fixes
  • gitlab: Don't delete report_approver and code_owner approval rules (#​27963) (92ab91b)

v37.251

Compare Source

v37.251.0

Compare Source

Features

v37.250.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v10.3.1 (#​27968) (8dc9705)

v37.250

Compare Source

v37.250.0

Compare Source

Features
Code Refactoring
Tests
  • manager: manager need to exports updateDependency or extractPackageFile when exporting extractAllPackageFiles (#​27954) (5075318)
gradle/gradle (gradle)

v8.7: 8.7

Compare Source

The Gradle team is excited to announce Gradle 8.7.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aleksandr Postnov,
Björn Kautler,
Brice Dutheil,
Denis Buzmakov,
Federico La Penna,
Gregor Dschung,
Hal Deadman,
Hélio Fernandes Sebastião,
Ivan Gavrilovic,
Jendrik Johannes,
Jörgen Andersson,
Marie,
pandaninjas,
Philip Wedemann,
Ryan Schmitt,
Steffen Yount,
Tyler Kinkade,
Zed Spencer-Milnes

Upgrade instructions

Switch your build to use Gradle 8.7 by updating your wrapper:

./gradlew wrapper --gradle-version=8.7

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.


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 March 23, 2024 03:08
@aki-bot aki-bot bot enabled auto-merge (squash) March 23, 2024 03:08
@github-actions github-actions bot added the build Changes that affect the build system or external dependencies label Mar 23, 2024
Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.94%. Comparing base (4ebdbe5) to head (b7eaff4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #154   +/-   ##
=========================================
  Coverage     95.94%   95.94%           
  Complexity      248      248           
=========================================
  Files            27       27           
  Lines          1777     1777           
  Branches        287      287           
=========================================
  Hits           1705     1705           
  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 db4f3aa into main Mar 23, 2024
14 checks passed
@aki-bot aki-bot bot deleted the update-dependencies-all-minor-patch branch March 23, 2024 03:12
akikanellis pushed a commit that referenced this pull request Mar 23, 2024
## [1.25.27](v1.25.26...v1.25.27) (2024-03-23)

### Build System

* **deps:** update all non-major dependencies ([#154](#154)) ([db4f3aa](db4f3aa))
@akikanellis
Copy link
Owner

🎉 This PR is included in version 1.25.27 🎉

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