renovate 42.33.0 → 42.34.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../lib/config/presets/internal/config.ts"],"names":[],"mappings":";;;AAEA,+EAA+E;AAElE,QAAA,OAAO,GAA2B;IAC7C,gBAAgB,EAAE;QAChB,WAAW,EACT,kIAAkI;QACpI,OAAO,EAAE;YACP,oBAAoB;YACpB,mBAAmB;YACnB,gCAAgC;YAChC,kBAAkB;YAClB,qBAAqB;YACrB,0BAA0B;YAC1B,+BAA+B;SAChC;KACF;IACD,QAAQ,EAAE;QACR,WAAW,EAAE,oCAAoC;QACjD,OAAO,EAAE,CAAC,oBAAoB,EAAE,+BAA+B,CAAC;KACjE;IACD,QAAQ,EAAE;QACR,WAAW,EAAE,sCAAsC;QACnD,OAAO,EAAE,CAAC,oBAAoB,EAAE,yBAAyB,CAAC;KAC3D;IACD,WAAW,EAAE;QACX,WAAW,EACT,iGAAiG;QACnG,OAAO,EAAE;YACP,sBAAsB;YACtB,mCAAmC;YACnC,wBAAwB;YACxB,iBAAiB;YACjB,mBAAmB;YACnB,uCAAuC;YACvC,kBAAkB;YAClB,iBAAiB;YACjB,gCAAgC;
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../lib/config/presets/internal/config.ts"],"names":[],"mappings":";;;AAEA,+EAA+E;AAElE,QAAA,OAAO,GAA2B;IAC7C,gBAAgB,EAAE;QAChB,WAAW,EACT,kIAAkI;QACpI,OAAO,EAAE;YACP,oBAAoB;YACpB,mBAAmB;YACnB,gCAAgC;YAChC,kBAAkB;YAClB,qBAAqB;YACrB,0BAA0B;YAC1B,+BAA+B;SAChC;KACF;IACD,QAAQ,EAAE;QACR,WAAW,EAAE,oCAAoC;QACjD,OAAO,EAAE,CAAC,oBAAoB,EAAE,+BAA+B,CAAC;KACjE;IACD,QAAQ,EAAE;QACR,WAAW,EAAE,sCAAsC;QACnD,OAAO,EAAE,CAAC,oBAAoB,EAAE,yBAAyB,CAAC;KAC3D;IACD,WAAW,EAAE;QACX,WAAW,EACT,iGAAiG;QACnG,OAAO,EAAE;YACP,sBAAsB;YACtB,mCAAmC;YACnC,wBAAwB;YACxB,iBAAiB;YACjB,mBAAmB;YACnB,uCAAuC;YACvC,kBAAkB;YAClB,iBAAiB;YACjB,gCAAgC;YAChC,kCAAkC;YAClC,6BAA6B;SAC9B;KACF;IACD,gBAAgB,EAAE;QAChB,WAAW,EACT,qEAAqE;QACvE,OAAO,EAAE;YACP,uBAAuB;YACvB,WAAW;YACX,kBAAkB;YAClB,2BAA2B;SAC5B;QACD,mBAAmB,EAAE;YACnB,mBAAmB,EAAE,QAAQ;YAC7B,OAAO,EAAE,CAAC,WAAW,CAAC;SACvB;QACD,kBAAkB,EAAE,KAAK;KAC1B;IACD,eAAe,EAAE;QACf,WAAW,EACT,oEAAoE;QACtE,OAAO,EAAE;YACP,uBAAuB;YACvB,WAAW;YACX,iBAAiB;YACjB,0BAA0B;SAC3B;QACD,mBAAmB,EAAE;YACnB,mBAAmB,EAAE,QAAQ;YAC7B,OAAO,EAAE,CAAC,WAAW,CAAC;SACvB;QACD,kBAAkB,EAAE,KAAK;KAC1B;CACF,CAAC","sourcesContent":["import type { Preset } from '../types';\n\n/* eslint sort-keys: [\"error\", \"asc\", {caseSensitive: false, natural: true}] */\n\nexport const presets: Record<string, Preset> = {\n 'best-practices': {\n description:\n 'Preset with best practices from the Renovate maintainers. Recommended for advanced users, who want to follow our best practices.',\n extends: [\n 'config:recommended',\n 'docker:pinDigests',\n 'helpers:pinGitHubActionDigests',\n ':configMigration',\n ':pinDevDependencies',\n 'abandonments:recommended',\n 'security:minimumReleaseAgeNpm',\n ],\n },\n 'js-app': {\n description: 'Default configuration for webapps.',\n extends: ['config:recommended', ':pinAllExceptPeerDependencies'],\n },\n 'js-lib': {\n description: 'Default configuration for libraries.',\n extends: ['config:recommended', ':pinOnlyDevDependencies'],\n },\n recommended: {\n description:\n 'Recommended configuration for most users. It does not matter what programming language you use.',\n extends: [\n ':dependencyDashboard',\n ':semanticPrefixFixDepsChoreOthers',\n ':ignoreModulesAndTests',\n 'group:monorepos',\n 'group:recommended',\n 'mergeConfidence:age-confidence-badges',\n 'replacements:all',\n 'workarounds:all',\n 'helpers:githubDigestChangelogs',\n 'helpers:goXPackagesChangelogLink',\n 'helpers:goXPackagesNameLink',\n ],\n },\n semverAllMonthly: {\n description:\n 'Preserve SemVer ranges and update everything together once a month.',\n extends: [\n ':preserveSemverRanges',\n 'group:all',\n 'schedule:monthly',\n ':maintainLockFilesMonthly',\n ],\n lockFileMaintenance: {\n commitMessageAction: 'Update',\n extends: ['group:all'],\n },\n separateMajorMinor: false,\n },\n semverAllWeekly: {\n description:\n 'Preserve SemVer ranges and update everything together once a week.',\n extends: [\n ':preserveSemverRanges',\n 'group:all',\n 'schedule:weekly',\n ':maintainLockFilesWeekly',\n ],\n lockFileMaintenance: {\n commitMessageAction: 'Update',\n extends: ['group:all'],\n },\n separateMajorMinor: false,\n },\n};\n"]}
|
|
@@ -31,6 +31,22 @@ exports.presets = {
|
|
|
31
31
|
},
|
|
32
32
|
],
|
|
33
33
|
},
|
|
34
|
+
goXPackagesChangelogLink: {
|
|
35
|
+
description: 'Correctly link to the source code for golang.org/x packages',
|
|
36
|
+
matchManagers: ['gomod'],
|
|
37
|
+
// NOTE that digests are not supported with the below diff view
|
|
38
|
+
matchUpdateTypes: ['major', 'minor', 'patch'],
|
|
39
|
+
prBodyDefinitions: {
|
|
40
|
+
Change: "{{#if (containsString depName 'golang.org/x/')}}[`{{{displayFrom}}}` -> `{{{displayTo}}}`](https://cs.opensource.google/{{{replace '^golang\\.org' 'go' depName}}}/+/refs/tags/{{{currentValue}}}...refs/tags/{{{newValue}}}){{else}}`{{{displayFrom}}}` -> `{{{displayTo}}}`{{/if}}",
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
goXPackagesNameLink: {
|
|
44
|
+
description: "Link to pkg.go.dev/... for golang.org/x packages' title",
|
|
45
|
+
matchManagers: ['gomod'],
|
|
46
|
+
prBodyDefinitions: {
|
|
47
|
+
Package: "{{#if (containsString depName 'golang.org/x/')}}[{{{depName}}}](https://pkg.go.dev/{{{depName}}}){{else}}{{{depNameLinked}}}{{/if}}",
|
|
48
|
+
},
|
|
49
|
+
},
|
|
34
50
|
pinGitHubActionDigests: {
|
|
35
51
|
description: 'Pin `github-action` digests.',
|
|
36
52
|
packageRules: [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../../../lib/config/presets/internal/helpers.ts"],"names":[],"mappings":";;;AAEA,+EAA+E;AAElE,QAAA,OAAO,GAA2B;IAC7C,qBAAqB,EAAE;QACrB,WAAW,EAAE,2CAA2C;QACxD,YAAY,EAAE;YACZ;gBACE,OAAO,EAAE,KAAK;gBACd,iBAAiB,EAAE,CAAC,aAAa,CAAC;gBAClC,gBAAgB,EAAE,CAAC,OAAO,CAAC;aAC5B;SACF;KACF;IACD,oBAAoB,EAAE;QACpB,WAAW,EAAE,wDAAwD;QACrE,OAAO,EAAE,CAAC,8BAA8B,CAAC;KAC1C;IACD,kBAAkB,EAAE;QAClB,WAAW,EAAE,sDAAsD;QACnE,OAAO,EAAE,CAAC,4BAA4B,CAAC;KACxC;IACD,sBAAsB,EAAE;QACtB,WAAW,EACT,wHAAwH;QAC1H,YAAY,EAAE;YACZ;gBACE,YAAY,EAAE,wDAAwD;gBACtE,eAAe,EAAE,CAAC,uBAAuB,CAAC;gBAC1C,gBAAgB,EAAE,CAAC,QAAQ,CAAC;aAC7B;SACF;KACF;IACD,sBAAsB,EAAE;QACtB,WAAW,EAAE,8BAA8B;QAC3C,YAAY,EAAE;YACZ;gBACE,aAAa,EAAE,CAAC,QAAQ,CAAC;gBACzB,UAAU,EAAE,IAAI;aACjB;SACF;KACF;IACD,8BAA8B,EAAE;QAC9B,WAAW,EAAE,iDAAiD;QAC9D,YAAY,EAAE;YACZ;gBACE,OAAO,EAAE,CAAC,gCAAgC,CAAC;gBAC3C,cAAc,EAAE,oCAAoC;gBACpD,UAAU,EACR,+DAA+D;aAClE;SACF;KACF;CACF,CAAC","sourcesContent":["import type { Preset } from '../types';\n\n/* eslint sort-keys: [\"error\", \"asc\", {caseSensitive: false, natural: true}] */\n\nexport const presets: Record<string, Preset> = {\n disableTypesNodeMajor: {\n description: 'Disable `major` updates to `@types/node`.',\n packageRules: [\n {\n enabled: false,\n matchPackageNames: ['@types/node'],\n matchUpdateTypes: ['major'],\n },\n ],\n },\n followTypescriptNext: {\n description: 'Keep `typescript` version in sync with the `next` tag.',\n extends: [':followTag(typescript, next)'],\n },\n followTypescriptRc: {\n description: 'Keep `typescript` version in sync with the `rc` tag.',\n extends: [':followTag(typescript, rc)'],\n },\n githubDigestChangelogs: {\n description:\n 'Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff',\n packageRules: [\n {\n changelogUrl: '{{sourceUrl}}/compare/{{currentDigest}}..{{newDigest}}',\n matchSourceUrls: ['https://github.com/**'],\n matchUpdateTypes: ['digest'],\n },\n ],\n },\n pinGitHubActionDigests: {\n description: 'Pin `github-action` digests.',\n packageRules: [\n {\n matchDepTypes: ['action'],\n pinDigests: true,\n },\n ],\n },\n pinGitHubActionDigestsToSemver: {\n description: 'Convert pinned GitHub Action digests to SemVer.',\n packageRules: [\n {\n extends: ['helpers:pinGitHubActionDigests'],\n extractVersion: '^(?<version>v?\\\\d+\\\\.\\\\d+\\\\.\\\\d+)$',\n versioning:\n 'regex:^v?(?<major>\\\\d+)(\\\\.(?<minor>\\\\d+)\\\\.(?<patch>\\\\d+))?$',\n },\n ],\n },\n};\n"]}
|
|
1
|
+
{"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../../../lib/config/presets/internal/helpers.ts"],"names":[],"mappings":";;;AAEA,+EAA+E;AAElE,QAAA,OAAO,GAA2B;IAC7C,qBAAqB,EAAE;QACrB,WAAW,EAAE,2CAA2C;QACxD,YAAY,EAAE;YACZ;gBACE,OAAO,EAAE,KAAK;gBACd,iBAAiB,EAAE,CAAC,aAAa,CAAC;gBAClC,gBAAgB,EAAE,CAAC,OAAO,CAAC;aAC5B;SACF;KACF;IACD,oBAAoB,EAAE;QACpB,WAAW,EAAE,wDAAwD;QACrE,OAAO,EAAE,CAAC,8BAA8B,CAAC;KAC1C;IACD,kBAAkB,EAAE;QAClB,WAAW,EAAE,sDAAsD;QACnE,OAAO,EAAE,CAAC,4BAA4B,CAAC;KACxC;IACD,sBAAsB,EAAE;QACtB,WAAW,EACT,wHAAwH;QAC1H,YAAY,EAAE;YACZ;gBACE,YAAY,EAAE,wDAAwD;gBACtE,eAAe,EAAE,CAAC,uBAAuB,CAAC;gBAC1C,gBAAgB,EAAE,CAAC,QAAQ,CAAC;aAC7B;SACF;KACF;IACD,wBAAwB,EAAE;QACxB,WAAW,EAAE,6DAA6D;QAC1E,aAAa,EAAE,CAAC,OAAO,CAAC;QACxB,+DAA+D;QAC/D,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC;QAC7C,iBAAiB,EAAE;YACjB,MAAM,EACJ,sRAAsR;SACzR;KACF;IACD,mBAAmB,EAAE;QACnB,WAAW,EAAE,yDAAyD;QACtE,aAAa,EAAE,CAAC,OAAO,CAAC;QACxB,iBAAiB,EAAE;YACjB,OAAO,EACL,qIAAqI;SACxI;KACF;IACD,sBAAsB,EAAE;QACtB,WAAW,EAAE,8BAA8B;QAC3C,YAAY,EAAE;YACZ;gBACE,aAAa,EAAE,CAAC,QAAQ,CAAC;gBACzB,UAAU,EAAE,IAAI;aACjB;SACF;KACF;IACD,8BAA8B,EAAE;QAC9B,WAAW,EAAE,iDAAiD;QAC9D,YAAY,EAAE;YACZ;gBACE,OAAO,EAAE,CAAC,gCAAgC,CAAC;gBAC3C,cAAc,EAAE,oCAAoC;gBACpD,UAAU,EACR,+DAA+D;aAClE;SACF;KACF;CACF,CAAC","sourcesContent":["import type { Preset } from '../types';\n\n/* eslint sort-keys: [\"error\", \"asc\", {caseSensitive: false, natural: true}] */\n\nexport const presets: Record<string, Preset> = {\n disableTypesNodeMajor: {\n description: 'Disable `major` updates to `@types/node`.',\n packageRules: [\n {\n enabled: false,\n matchPackageNames: ['@types/node'],\n matchUpdateTypes: ['major'],\n },\n ],\n },\n followTypescriptNext: {\n description: 'Keep `typescript` version in sync with the `next` tag.',\n extends: [':followTag(typescript, next)'],\n },\n followTypescriptRc: {\n description: 'Keep `typescript` version in sync with the `rc` tag.',\n extends: [':followTag(typescript, rc)'],\n },\n githubDigestChangelogs: {\n description:\n 'Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff',\n packageRules: [\n {\n changelogUrl: '{{sourceUrl}}/compare/{{currentDigest}}..{{newDigest}}',\n matchSourceUrls: ['https://github.com/**'],\n matchUpdateTypes: ['digest'],\n },\n ],\n },\n goXPackagesChangelogLink: {\n description: 'Correctly link to the source code for golang.org/x packages',\n matchManagers: ['gomod'],\n // NOTE that digests are not supported with the below diff view\n matchUpdateTypes: ['major', 'minor', 'patch'],\n prBodyDefinitions: {\n Change:\n \"{{#if (containsString depName 'golang.org/x/')}}[`{{{displayFrom}}}` -> `{{{displayTo}}}`](https://cs.opensource.google/{{{replace '^golang\\\\.org' 'go' depName}}}/+/refs/tags/{{{currentValue}}}...refs/tags/{{{newValue}}}){{else}}`{{{displayFrom}}}` -> `{{{displayTo}}}`{{/if}}\",\n },\n },\n goXPackagesNameLink: {\n description: \"Link to pkg.go.dev/... for golang.org/x packages' title\",\n matchManagers: ['gomod'],\n prBodyDefinitions: {\n Package:\n \"{{#if (containsString depName 'golang.org/x/')}}[{{{depName}}}](https://pkg.go.dev/{{{depName}}}){{else}}{{{depNameLinked}}}{{/if}}\",\n },\n },\n pinGitHubActionDigests: {\n description: 'Pin `github-action` digests.',\n packageRules: [\n {\n matchDepTypes: ['action'],\n pinDigests: true,\n },\n ],\n },\n pinGitHubActionDigestsToSemver: {\n description: 'Convert pinned GitHub Action digests to SemVer.',\n packageRules: [\n {\n extends: ['helpers:pinGitHubActionDigests'],\n extractVersion: '^(?<version>v?\\\\d+\\\\.\\\\d+\\\\.\\\\d+)$',\n versioning:\n 'regex:^v?(?<major>\\\\d+)(\\\\.(?<minor>\\\\d+)\\\\.(?<patch>\\\\d+))?$',\n },\n ],\n },\n};\n"]}
|
package/package.json
CHANGED
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 42.
|
|
2
|
+
"title": "JSON schema for Renovate 42.34.0 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "42.
|
|
4
|
+
"x-renovate-version": "42.34.0",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|