renovate 43.124.1 → 43.125.0

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.
@@ -7,6 +7,7 @@ var replacements_default = {
7
7
  "replacements:actions-attest-build-provenance-to-actions-attest",
8
8
  "replacements:airbnb-prop-types-to-prop-types-tools",
9
9
  "replacements:apollo-server-to-scoped",
10
+ "replacements:astral-v8-full-semver",
10
11
  "replacements:babel-eslint-to-eslint-parser",
11
12
  "replacements:base-ui-components-to-base-ui",
12
13
  "replacements:containerbase",
@@ -143,6 +144,15 @@ var replacements_default = {
143
144
  }
144
145
  ]
145
146
  },
147
+ "astral-v8-full-semver": {
148
+ "description": "`astral-sh/setup-astral` now requires full SemVer tags as of v8",
149
+ "packageRules": [{
150
+ "matchPackageNames": ["astral-sh/setup-uv"],
151
+ "matchDatasources": ["github-tags"],
152
+ "replacementName": "astral-sh/setup-uv",
153
+ "replacementVersion": "v8.0.0"
154
+ }]
155
+ },
146
156
  "babel-eslint-to-eslint-parser": {
147
157
  "description": "`babel-eslint` was renamed under the `@babel` scope.",
148
158
  "packageRules": [{
@@ -26,7 +26,7 @@ declare const GithubVulnerabilityAlerts: z.ZodEffects<z.ZodEffects<z.ZodArray<z.
26
26
  security_vulnerability: {
27
27
  severity: "low" | "medium" | "high" | "critical";
28
28
  package: {
29
- ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "actions" | "nuget" | "pip" | "rubygems";
29
+ ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "nuget" | "actions" | "pip" | "rubygems";
30
30
  name: string;
31
31
  };
32
32
  vulnerable_version_range: string;
@@ -63,7 +63,7 @@ declare const GithubVulnerabilityAlerts: z.ZodEffects<z.ZodEffects<z.ZodArray<z.
63
63
  security_vulnerability: {
64
64
  severity: "low" | "medium" | "high" | "critical";
65
65
  package: {
66
- ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "actions" | "nuget" | "pip" | "rubygems";
66
+ ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "nuget" | "actions" | "pip" | "rubygems";
67
67
  name: string;
68
68
  };
69
69
  vulnerable_version_range: string;
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": "43.124.1",
4
+ "version": "43.125.0",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$id": "https://docs.renovatebot.com/renovate-schema.json",
3
- "title": "JSON schema for Renovate 43.124.1 config files (https://renovatebot.com/)",
3
+ "title": "JSON schema for Renovate 43.125.0 config files (https://renovatebot.com/)",
4
4
  "$schema": "http://json-schema.org/draft-07/schema#",
5
- "x-renovate-version": "43.124.1",
5
+ "x-renovate-version": "43.125.0",
6
6
  "allowComments": true,
7
7
  "type": "object",
8
8
  "properties": {