Skip to content

Bump org.pkl-lang:org.pkl-lang.gradle.plugin from 0.30.2 to 0.31.0#2275

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/org.pkl-lang-org.pkl-lang.gradle.plugin-0.31.0
Open

Bump org.pkl-lang:org.pkl-lang.gradle.plugin from 0.30.2 to 0.31.0#2275
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/org.pkl-lang-org.pkl-lang.gradle.plugin-0.31.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Bumps org.pkl-lang:org.pkl-lang.gradle.plugin from 0.30.2 to 0.31.0.

Release notes

Sourced from org.pkl-lang:org.pkl-lang.gradle.plugin's releases.

0.31.0

Release notes: https://pkl-lang.org/main/current/release-notes/changelog.html#release-0.31.0

Commits
  • 2904b71 Prepare 0.31.0 release
  • 4cf2a1b Allow command options to have nullable types and default values (#1444)
  • 3ef065b Correct --root-dir check to also work for jar:file: URIs (#1442)
  • be21c34 Allow command transformAll functions to perform imports (#1440)
  • 2e4d73b Fix regression in CLI error handling when project loading fails (#1439)
  • 28b0913 Add release notes for 0.31 (#1438)
  • 4611d18 Remove broken Collection.transpose method (#1437)
  • 12915f5 Fix command error and import handling (#1436)
  • 2ec0baa Allow referring to remote project dependencies on the CLI with @-notation (#1...
  • 77395a8 Bump EnricoMi/publish-unit-test-result-action from 2.22.0 to 2.23.0 (#1435)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.pkl-lang:org.pkl-lang.gradle.plugin](https://github.com/apple/pkl) from 0.30.2 to 0.31.0.
- [Release notes](https://github.com/apple/pkl/releases)
- [Commits](apple/pkl@0.30.2...0.31.0)

---
updated-dependencies:
- dependency-name: org.pkl-lang:org.pkl-lang.gradle.plugin
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 27, 2026
@dependabot dependabot bot requested a review from cmgrote as a code owner February 27, 2026 04:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 27, 2026
@greptile-apps
Copy link

greptile-apps bot commented Feb 27, 2026

Greptile Summary

This PR updates the pkl-lang Gradle plugin from 0.30.2 to 0.31.0. The update includes bug fixes and improvements such as better CLI error handling, support for nullable command options, and fixes for jar:file: URI handling.

  • The removed Collection.transpose method in pkl 0.31.0 is not used anywhere in the codebase
  • The pkl Gradle plugin version is now 0.31.0, while the pkl runtime libraries in gradle/libs.versions.toml remain at 0.30.2 - consider updating them to match

Confidence Score: 4/5

  • This PR is safe to merge with minimal risk
  • Minor version bump of a build-time Gradle plugin with no breaking changes affecting this codebase. The version mismatch with runtime libraries is a best practice consideration but unlikely to cause immediate issues.
  • No files require special attention

Important Files Changed

Filename Overview
buildSrc/build.gradle.kts Updated pkl-lang Gradle plugin from 0.30.2 to 0.31.0, but pkl runtime libraries in gradle/libs.versions.toml remain at 0.30.2

Last reviewed commit: f15639f

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.3.0")
implementation("com.adarshr:gradle-test-logger-plugin:4.0.0")
implementation("org.pkl-lang:org.pkl-lang.gradle.plugin:0.30.2")
implementation("org.pkl-lang:org.pkl-lang.gradle.plugin:0.31.0")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider updating the pkl version in gradle/libs.versions.toml (line 27) to 0.31.0 as well to keep the plugin and runtime libraries in sync.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants