renovate 40.55.2 → 40.56.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,6 +32,7 @@
32
32
  "aspnet extensions": "https://github.com/aspnet/Extensions",
33
33
  "aspnet-api-versioning": "https://github.com/Microsoft/aspnet-api-versioning",
34
34
  "aspnet-health-checks": "https://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks",
35
+ "aspnet-security-oauth-providers": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers",
35
36
  "astro": "https://github.com/withastro/astro",
36
37
  "auto": "https://github.com/intuit/auto",
37
38
  "autofixture": "https://github.com/AutoFixture/AutoFixture",
@@ -453,6 +454,7 @@
453
454
  "https://github.com/nuxt/nuxt"
454
455
  ],
455
456
  "okhttp": "https://github.com/square/okhttp",
457
+ "openapi-dotnet": "https://github.com/microsoft/OpenAPI.NET",
456
458
  "opencost": [
457
459
  "https://github.com/opencost/opencost",
458
460
  "https://github.com/opencost/opencost-ui"
@@ -487,6 +489,7 @@
487
489
  "playwright-dotnet": "https://github.com/microsoft/playwright-dotnet",
488
490
  "pnpcore": "https://github.com/pnp/pnpcore",
489
491
  "pnpjs": "https://github.com/pnp/pnpjs",
492
+ "polly": "https://github.com/App-vNext/Polly",
490
493
  "pollyjs": "https://github.com/Netflix/pollyjs",
491
494
  "pothos": "https://github.com/hayes/pothos",
492
495
  "pouchdb": "https://github.com/pouchdb/pouchdb",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "renovate",
3
3
  "description": "Automated dependency updates. Flexible so you don't need to be.",
4
- "version": "40.55.2",
4
+ "version": "40.56.1",
5
5
  "type": "commonjs",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -143,7 +143,7 @@
143
143
  },
144
144
  "volta": {
145
145
  "node": "22.16.0",
146
- "pnpm": "10.11.1"
146
+ "pnpm": "10.12.1"
147
147
  },
148
148
  "dependencies": {
149
149
  "@aws-sdk/client-codecommit": "3.821.0",
@@ -352,7 +352,7 @@
352
352
  "vitest": "3.2.2",
353
353
  "vitest-mock-extended": "3.1.0"
354
354
  },
355
- "packageManager": "pnpm@10.11.1",
355
+ "packageManager": "pnpm@10.12.1",
356
356
  "files": [
357
357
  "dist",
358
358
  "renovate-schema.json"