Skip to content

Commit

Permalink
Merge branch 'main' into feat/mise-backends
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 authored Dec 27, 2024
2 parents 37aa7ae + 8d31e5c commit 6480bad
Show file tree
Hide file tree
Showing 10 changed files with 285 additions and 316 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/containerbase/devcontainer:13.5.0
FROM ghcr.io/containerbase/devcontainer:13.5.3
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ jobs:
show-progress: false

- name: docker-config
uses: containerbase/internal-tools@3ab5cbf07948e2e4320f6f53929f948fa0b8cf97 # v3.5.13
uses: containerbase/internal-tools@c440de95307545d23ff0e0b57018147e02ae217f # v3.5.15
with:
command: docker-config

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: pnpm prettier-fix

- name: Create pull request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
with:
author: 'Renovate Bot <[email protected]>'
branch: 'chore/update-static-data'
Expand Down
195 changes: 111 additions & 84 deletions docs/usage/examples/opentelemetry.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ const options: RenovateOptions[] = [
description:
'Change this value to override the default Renovate sidecar image.',
type: 'string',
default: 'ghcr.io/containerbase/sidecar:13.5.1',
default: 'ghcr.io/containerbase/sidecar:13.5.3',
globalOnly: true,
},
{
Expand Down
4 changes: 4 additions & 0 deletions lib/data/monorepo.json
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,10 @@
"forge": "/^@forge//",
"fullcalendar": "/^@fullcalendar//",
"hotchocolate": "/^HotChocolate\\./",
"oracle-database": [
"/^com.oracle.database.jdbc:/",
"/^com.oracle.database.nls:/"
],
"prometheus-simpleclient": "/^io.prometheus:simpleclient/",
"russh": ["/^russh$/", "/^russh-keys$/"],
"spfx": ["/^@microsoft/sp-/", "/^@microsoft/eslint-.+-spfx$/"],
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/manager/azure-pipelines/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resources:
- container: linux
image: ubuntu:24.04
- container: python
image: python:3.13@sha256:9255d1993f6d28b8a1cd611b108adbdfa38cb7ccc46ddde8ea7d734b6c845e32
image: python:3.13@sha256:cea505b81701dd9e46b8dde96eaa8054c4bd2035dbb660edeb7af947ed38a0ad

stages:
- stage: StageOne
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
},
"volta": {
"node": "22.11.0",
"pnpm": "9.15.0"
"pnpm": "9.15.1"
},
"dependencies": {
"@aws-sdk/client-codecommit": "3.699.0",
Expand All @@ -152,14 +152,14 @@
"@breejs/later": "4.2.0",
"@cdktf/hcl2json": "0.20.10",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/context-async-hooks": "1.29.0",
"@opentelemetry/exporter-trace-otlp-http": "0.56.0",
"@opentelemetry/instrumentation": "0.56.0",
"@opentelemetry/instrumentation-bunyan": "0.44.0",
"@opentelemetry/instrumentation-http": "0.56.0",
"@opentelemetry/resources": "1.29.0",
"@opentelemetry/sdk-trace-base": "1.29.0",
"@opentelemetry/sdk-trace-node": "1.29.0",
"@opentelemetry/context-async-hooks": "1.30.0",
"@opentelemetry/exporter-trace-otlp-http": "0.57.0",
"@opentelemetry/instrumentation": "0.57.0",
"@opentelemetry/instrumentation-bunyan": "0.45.0",
"@opentelemetry/instrumentation-http": "0.57.0",
"@opentelemetry/resources": "1.30.0",
"@opentelemetry/sdk-trace-base": "1.30.0",
"@opentelemetry/sdk-trace-node": "1.30.0",
"@opentelemetry/semantic-conventions": "1.28.0",
"@qnighy/marshal": "0.1.3",
"@renovatebot/detect-tools": "1.1.0",
Expand Down Expand Up @@ -311,8 +311,8 @@
"@types/url-join": "4.0.3",
"@types/validate-npm-package-name": "4.0.2",
"@types/xmldoc": "1.1.9",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"aws-sdk-client-mock": "4.1.0",
"callsite": "1.0.0",
"common-tags": "1.8.2",
Expand All @@ -322,7 +322,7 @@
"eslint-formatter-gha": "1.5.2",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jest": "28.10.0",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-typescript-enum": "2.1.0",
Expand All @@ -338,7 +338,7 @@
"markdownlint-cli2": "0.16.0",
"memfs": "4.15.0",
"nock": "13.5.6",
"npm-run-all2": "7.0.1",
"npm-run-all2": "7.0.2",
"nyc": "17.1.0",
"pretty-format": "29.7.0",
"rimraf": "6.0.1",
Expand All @@ -347,11 +347,11 @@
"tmp-promise": "3.0.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"type-fest": "4.30.1",
"type-fest": "4.30.2",
"typescript": "5.7.2",
"unified": "9.2.2"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"files": [
"dist",
"renovate-schema.json"
Expand Down
Loading

0 comments on commit 6480bad

Please sign in to comment.