renovate 41.170.1 → 41.171.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.
|
@@ -36,7 +36,7 @@ class ConfigMigrationCommitMessageFactory {
|
|
|
36
36
|
return this.create(`Migrate config ${this.configFile}`).toString();
|
|
37
37
|
}
|
|
38
38
|
getPrTitle() {
|
|
39
|
-
return this.create(`Migrate
|
|
39
|
+
return this.create(`Migrate Renovate config`).toString();
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
exports.ConfigMigrationCommitMessageFactory = ConfigMigrationCommitMessageFactory;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commit-message.js","sourceRoot":"","sources":["../../../../../lib/workers/repository/config-migration/branch/commit-message.ts"],"names":[],"mappings":";;;;AACA,4EAAsD;AAEtD,+EAA0E;AAE1E,MAAa,mCAAmC;IAE3B;IACA;IAFnB,YACmB,MAAsB,EACtB,UAAkB;QADlB,WAAM,GAAN,MAAM,CAAgB;QACtB,eAAU,GAAV,UAAU,CAAQ;IAClC,CAAC;IAEI,MAAM,CAAC,kBAA0B;QACvC,MAAM,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC,MAAM,CAAC;QAEtC,MAAM,MAAM,GAAG;YACb,GAAG,IAAI,CAAC,MAAM;YACd,mBAAmB,EAAE,QAAQ;YAC7B,kBAAkB,EAAE,EAAE;YACtB,mBAAmB,EAAE,EAAE;YACvB,mBAAmB,EAAE,EAAE;YACvB,kBAAkB;SACnB,CAAC;QAEF,MAAM,oBAAoB,GAAG,IAAI,6CAAoB,CAAC,MAAM,CAAC,CAAC;QAC9D,MAAM,MAAM,GAAG,oBAAoB,CAAC,MAAM,EAAE,CAAC;QAE7C,IAAI,aAAa,EAAE,CAAC;YAClB,MAAM,CAAC,mBAAmB,GAAG,EAAE,CAAC;YAChC,MAAM,CAAC,OAAO,GAAG,QAAQ,CAAC,OAAO,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;QAC3D,CAAC;aAAM,CAAC;YACN,MAAM,CAAC,OAAO,GAAG,kBAAkB,CAAC;QACtC,CAAC;QAED,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,gBAAgB;QACd,OAAO,IAAI,CAAC,MAAM,CAAC,kBAAkB,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC;IACrE,CAAC;IAED,UAAU;QACR,OAAO,IAAI,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAAC,QAAQ,EAAE,CAAC;IAC3D,CAAC;CACF;AAtCD,kFAsCC","sourcesContent":["import type { RenovateConfig } from '../../../../config/types';\nimport * as template from '../../../../util/template';\nimport type { CommitMessage } from '../../model/commit-message';\nimport { CommitMessageFactory } from '../../model/commit-message-factory';\n\nexport class ConfigMigrationCommitMessageFactory {\n constructor(\n private readonly config: RenovateConfig,\n private readonly configFile: string,\n ) {}\n\n private create(commitMessageTopic: string): CommitMessage {\n const { commitMessage } = this.config;\n\n const config = {\n ...this.config,\n semanticCommitScope: 'config',\n commitMessageExtra: '',\n commitMessageAction: '',\n commitMessageSuffix: '',\n commitMessageTopic,\n };\n\n const commitMessageFactory = new CommitMessageFactory(config);\n const commit = commitMessageFactory.create();\n\n if (commitMessage) {\n config.commitMessagePrefix = '';\n commit.subject = template.compile(commitMessage, config);\n } else {\n commit.subject = commitMessageTopic;\n }\n\n return commit;\n }\n\n getCommitMessage(): string {\n return this.create(`Migrate config ${this.configFile}`).toString();\n }\n\n getPrTitle(): string {\n return this.create(`Migrate
|
|
1
|
+
{"version":3,"file":"commit-message.js","sourceRoot":"","sources":["../../../../../lib/workers/repository/config-migration/branch/commit-message.ts"],"names":[],"mappings":";;;;AACA,4EAAsD;AAEtD,+EAA0E;AAE1E,MAAa,mCAAmC;IAE3B;IACA;IAFnB,YACmB,MAAsB,EACtB,UAAkB;QADlB,WAAM,GAAN,MAAM,CAAgB;QACtB,eAAU,GAAV,UAAU,CAAQ;IAClC,CAAC;IAEI,MAAM,CAAC,kBAA0B;QACvC,MAAM,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC,MAAM,CAAC;QAEtC,MAAM,MAAM,GAAG;YACb,GAAG,IAAI,CAAC,MAAM;YACd,mBAAmB,EAAE,QAAQ;YAC7B,kBAAkB,EAAE,EAAE;YACtB,mBAAmB,EAAE,EAAE;YACvB,mBAAmB,EAAE,EAAE;YACvB,kBAAkB;SACnB,CAAC;QAEF,MAAM,oBAAoB,GAAG,IAAI,6CAAoB,CAAC,MAAM,CAAC,CAAC;QAC9D,MAAM,MAAM,GAAG,oBAAoB,CAAC,MAAM,EAAE,CAAC;QAE7C,IAAI,aAAa,EAAE,CAAC;YAClB,MAAM,CAAC,mBAAmB,GAAG,EAAE,CAAC;YAChC,MAAM,CAAC,OAAO,GAAG,QAAQ,CAAC,OAAO,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;QAC3D,CAAC;aAAM,CAAC;YACN,MAAM,CAAC,OAAO,GAAG,kBAAkB,CAAC;QACtC,CAAC;QAED,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,gBAAgB;QACd,OAAO,IAAI,CAAC,MAAM,CAAC,kBAAkB,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC;IACrE,CAAC;IAED,UAAU;QACR,OAAO,IAAI,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAAC,QAAQ,EAAE,CAAC;IAC3D,CAAC;CACF;AAtCD,kFAsCC","sourcesContent":["import type { RenovateConfig } from '../../../../config/types';\nimport * as template from '../../../../util/template';\nimport type { CommitMessage } from '../../model/commit-message';\nimport { CommitMessageFactory } from '../../model/commit-message-factory';\n\nexport class ConfigMigrationCommitMessageFactory {\n constructor(\n private readonly config: RenovateConfig,\n private readonly configFile: string,\n ) {}\n\n private create(commitMessageTopic: string): CommitMessage {\n const { commitMessage } = this.config;\n\n const config = {\n ...this.config,\n semanticCommitScope: 'config',\n commitMessageExtra: '',\n commitMessageAction: '',\n commitMessageSuffix: '',\n commitMessageTopic,\n };\n\n const commitMessageFactory = new CommitMessageFactory(config);\n const commit = commitMessageFactory.create();\n\n if (commitMessage) {\n config.commitMessagePrefix = '';\n commit.subject = template.compile(commitMessage, config);\n } else {\n commit.subject = commitMessageTopic;\n }\n\n return commit;\n }\n\n getCommitMessage(): string {\n return this.create(`Migrate config ${this.configFile}`).toString();\n }\n\n getPrTitle(): string {\n return this.create(`Migrate Renovate config`).toString();\n }\n}\n"]}
|
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": "41.
|
|
4
|
+
"version": "41.171.1",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"luxon": "3.7.2",
|
|
173
173
|
"markdown-it": "14.1.0",
|
|
174
174
|
"markdown-table": "3.0.4",
|
|
175
|
-
"minimatch": "10.0
|
|
175
|
+
"minimatch": "10.1.0",
|
|
176
176
|
"moo": "0.5.2",
|
|
177
177
|
"ms": "2.1.3",
|
|
178
178
|
"nanoid": "5.1.6",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 41.
|
|
2
|
+
"title": "JSON schema for Renovate 41.171.1 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "41.
|
|
4
|
+
"x-renovate-version": "41.171.1",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|