Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: renovatebot/renovate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 39.201.0
Choose a base ref
...
head repository: renovatebot/renovate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 525a1ce70e5cf6c5039919ed220119dbfef4f789
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 14, 2025

  1. chore(deps): update dependency pnpm to v10.6.3 (main) (#34819)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 14, 2025
    Copy the full SHA
    fa2ae3a View commit details
  2. Copy the full SHA
    525a1ce View commit details
Showing with 20 additions and 4 deletions.
  1. +1 −1 .devcontainer/Dockerfile
  2. +8 −0 lib/modules/manager/asdf/extract.spec.ts
  3. +8 −0 lib/modules/manager/asdf/upgradeable-tooling.ts
  4. +2 −2 package.json
  5. +1 −1 tools/docker/Dockerfile
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@ FROM ghcr.io/containerbase/devcontainer:13.8.5

# https://github.com/pnpm/pnpm/issues/8971
# renovate: datasource=npm
RUN install-tool pnpm 10.6.1
RUN install-tool pnpm 10.6.3
8 changes: 8 additions & 0 deletions lib/modules/manager/asdf/extract.spec.ts
Original file line number Diff line number Diff line change
@@ -130,6 +130,7 @@ terraform 1.3.3
terraform-docs 0.16.0
terraformer 0.8.21
terragrunt 0.43.2
terramate 0.12.1
tflint 0.44.1
tfsec 1.28.1
trivy 0.33.0
@@ -726,6 +727,13 @@ dummy 1.2.3
depName: 'terragrunt',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '0.12.1',
datasource: 'github-releases',
packageName: 'terramate-io/terramate',
depName: 'terramate',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '0.44.1',
datasource: 'github-tags',
8 changes: 8 additions & 0 deletions lib/modules/manager/asdf/upgradeable-tooling.ts
Original file line number Diff line number Diff line change
@@ -778,6 +778,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)',
},
},
terramate: {
asdfPluginUrl: 'https://github.com/martinlindner/asdf-terramate',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'terramate-io/terramate',
extractVersion: '^v(?<version>\\S+)',
},
},
tflint: {
asdfPluginUrl: 'https://github.com/skyzyx/asdf-tflint.git',
config: {
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -142,7 +142,7 @@
},
"volta": {
"node": "22.14.0",
"pnpm": "10.6.1"
"pnpm": "10.6.3"
},
"dependencies": {
"@aws-sdk/client-codecommit": "3.738.0",
@@ -348,7 +348,7 @@
"vitest": "3.0.8",
"vitest-mock-extended": "3.0.1"
},
"packageManager": "pnpm@10.6.1",
"packageManager": "pnpm@10.6.3",
"files": [
"dist",
"renovate-schema.json"
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ RUN install-tool node 22.14.0

# corepack is too buggy 😞
# renovate: datasource=npm
RUN install-tool pnpm 10.6.1
RUN install-tool pnpm 10.6.3

WORKDIR /usr/local/renovate