renovate 39.183.0 → 39.185.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.
Files changed (106) hide show
  1. package/dist/config/options/index.js +1 -1
  2. package/dist/config/options/index.js.map +1 -1
  3. package/dist/config/presets/gitlab/index.js +1 -1
  4. package/dist/config/presets/gitlab/index.js.map +1 -1
  5. package/dist/config/presets/http/index.js +1 -1
  6. package/dist/config/presets/http/index.js.map +1 -1
  7. package/dist/modules/datasource/artifactory/index.js +1 -1
  8. package/dist/modules/datasource/artifactory/index.js.map +1 -1
  9. package/dist/modules/datasource/crate/index.js +1 -1
  10. package/dist/modules/datasource/crate/index.js.map +1 -1
  11. package/dist/modules/datasource/custom/formats/html.js +1 -1
  12. package/dist/modules/datasource/custom/formats/html.js.map +1 -1
  13. package/dist/modules/datasource/custom/formats/yaml.js +1 -1
  14. package/dist/modules/datasource/custom/formats/yaml.js.map +1 -1
  15. package/dist/modules/datasource/deb/index.js +1 -1
  16. package/dist/modules/datasource/deb/index.js.map +1 -1
  17. package/dist/modules/datasource/docker/index.js +1 -1
  18. package/dist/modules/datasource/docker/index.js.map +1 -1
  19. package/dist/modules/datasource/github-release-attachments/index.js +2 -2
  20. package/dist/modules/datasource/github-release-attachments/index.js.map +1 -1
  21. package/dist/modules/datasource/go/base.js +1 -1
  22. package/dist/modules/datasource/go/base.js.map +1 -1
  23. package/dist/modules/datasource/go/releases-goproxy.js +1 -1
  24. package/dist/modules/datasource/go/releases-goproxy.js.map +1 -1
  25. package/dist/modules/datasource/golang-version/index.js +1 -1
  26. package/dist/modules/datasource/golang-version/index.js.map +1 -1
  27. package/dist/modules/datasource/hexpm-bob/index.js +1 -1
  28. package/dist/modules/datasource/hexpm-bob/index.js.map +1 -1
  29. package/dist/modules/datasource/maven/util.js +1 -1
  30. package/dist/modules/datasource/maven/util.js.map +1 -1
  31. package/dist/modules/datasource/nuget/v2.js +1 -1
  32. package/dist/modules/datasource/nuget/v2.js.map +1 -1
  33. package/dist/modules/datasource/nuget/v3.js +1 -1
  34. package/dist/modules/datasource/nuget/v3.js.map +1 -1
  35. package/dist/modules/datasource/pod/index.js +1 -1
  36. package/dist/modules/datasource/pod/index.js.map +1 -1
  37. package/dist/modules/datasource/pypi/index.js +1 -1
  38. package/dist/modules/datasource/pypi/index.js.map +1 -1
  39. package/dist/modules/datasource/ruby-version/index.js +1 -1
  40. package/dist/modules/datasource/ruby-version/index.js.map +1 -1
  41. package/dist/modules/datasource/rubygems/index.js +1 -1
  42. package/dist/modules/datasource/rubygems/index.js.map +1 -1
  43. package/dist/modules/datasource/rubygems/versions-endpoint-cache.js +2 -2
  44. package/dist/modules/datasource/rubygems/versions-endpoint-cache.js.map +1 -1
  45. package/dist/modules/datasource/terraform-provider/index.js +1 -1
  46. package/dist/modules/datasource/terraform-provider/index.js.map +1 -1
  47. package/dist/modules/manager/batect-wrapper/artifacts.js +1 -1
  48. package/dist/modules/manager/batect-wrapper/artifacts.js.map +1 -1
  49. package/dist/modules/manager/gradle-wrapper/artifacts.js +1 -1
  50. package/dist/modules/manager/gradle-wrapper/artifacts.js.map +1 -1
  51. package/dist/modules/manager/terraform/lockfile/hash.d.ts +1 -1
  52. package/dist/modules/platform/bitbucket/index.js +1 -1
  53. package/dist/modules/platform/bitbucket/index.js.map +1 -1
  54. package/dist/modules/platform/gerrit/client.js +1 -1
  55. package/dist/modules/platform/gerrit/client.js.map +1 -1
  56. package/dist/modules/platform/github/common.d.ts +2 -0
  57. package/dist/modules/platform/github/common.js +16 -0
  58. package/dist/modules/platform/github/common.js.map +1 -1
  59. package/dist/modules/platform/github/index.d.ts +1 -1
  60. package/dist/modules/platform/github/index.js +6 -4
  61. package/dist/modules/platform/github/index.js.map +1 -1
  62. package/dist/util/http/auth.js +0 -1
  63. package/dist/util/http/auth.js.map +1 -1
  64. package/dist/util/http/bitbucket-server.d.ts +5 -4
  65. package/dist/util/http/bitbucket-server.js +17 -20
  66. package/dist/util/http/bitbucket-server.js.map +1 -1
  67. package/dist/util/http/bitbucket.d.ts +6 -5
  68. package/dist/util/http/bitbucket.js +28 -32
  69. package/dist/util/http/bitbucket.js.map +1 -1
  70. package/dist/util/http/cache/abstract-http-cache-provider.js +1 -1
  71. package/dist/util/http/cache/abstract-http-cache-provider.js.map +1 -1
  72. package/dist/util/http/errors.d.ts +2 -0
  73. package/dist/util/http/errors.js +8 -0
  74. package/dist/util/http/errors.js.map +1 -0
  75. package/dist/util/http/gerrit.d.ts +6 -4
  76. package/dist/util/http/gerrit.js +11 -12
  77. package/dist/util/http/gerrit.js.map +1 -1
  78. package/dist/util/http/gitea.d.ts +5 -4
  79. package/dist/util/http/gitea.js +12 -13
  80. package/dist/util/http/gitea.js.map +1 -1
  81. package/dist/util/http/github.d.ts +14 -8
  82. package/dist/util/http/github.js +64 -60
  83. package/dist/util/http/github.js.map +1 -1
  84. package/dist/util/http/gitlab.d.ts +7 -5
  85. package/dist/util/http/gitlab.js +56 -46
  86. package/dist/util/http/gitlab.js.map +1 -1
  87. package/dist/util/http/got.d.ts +9 -0
  88. package/dist/util/http/got.js +54 -0
  89. package/dist/util/http/got.js.map +1 -0
  90. package/dist/util/http/host-rules.d.ts +2 -1
  91. package/dist/util/http/host-rules.js.map +1 -1
  92. package/dist/util/http/http.d.ts +93 -0
  93. package/dist/util/http/http.js +339 -0
  94. package/dist/util/http/http.js.map +1 -0
  95. package/dist/util/http/index.d.ts +6 -74
  96. package/dist/util/http/index.js +5 -359
  97. package/dist/util/http/index.js.map +1 -1
  98. package/dist/util/http/types.d.ts +9 -16
  99. package/dist/util/http/types.js.map +1 -1
  100. package/dist/util/url.js +3 -8
  101. package/dist/util/url.js.map +1 -1
  102. package/dist/workers/repository/update/pr/changelog/bitbucket/index.js +1 -1
  103. package/dist/workers/repository/update/pr/changelog/bitbucket/index.js.map +1 -1
  104. package/dist/workers/repository/update/pr/changelog/gitlab/index.js +1 -1
  105. package/dist/workers/repository/update/pr/changelog/gitlab/index.js.map +1 -1
  106. package/package.json +3 -3
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../lib/workers/repository/update/pr/changelog/gitlab/index.ts"],"names":[],"mappings":"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","sourcesContent":["import changelogFilenameRegex from 'changelog-filename-regex';\nimport { logger } from '../../../../../../logger';\nimport type { GitlabRelease } from '../../../../../../modules/datasource/gitlab-releases/types';\nimport type { GitlabTreeNode } from '../../../../../../types/platform/gitlab';\nimport { GitlabHttp } from '../../../../../../util/http/gitlab';\nimport { compareChangelogFilePath } from '../common';\nimport type {\n ChangeLogFile,\n ChangeLogNotes,\n ChangeLogProject,\n ChangeLogRelease,\n} from '../types';\n\nexport const id = 'gitlab-changelog';\nconst http = new GitlabHttp(id);\n\nexport async function getReleaseNotesMd(\n repository: string,\n apiBaseUrl: string,\n sourceDirectory?: string,\n): Promise<ChangeLogFile | null> {\n logger.trace('gitlab.getReleaseNotesMd()');\n const urlEncodedRepo = encodeURIComponent(repository);\n const apiPrefix = `${apiBaseUrl}projects/${urlEncodedRepo}/repository/`;\n\n // https://docs.gitlab.com/13.2/ee/api/repositories.html#list-repository-tree\n const tree = (\n await http.getJsonUnchecked<GitlabTreeNode[]>(\n `${apiPrefix}tree?per_page=100${\n sourceDirectory ? `&path=${sourceDirectory}` : ''\n }`,\n {\n paginate: true,\n },\n )\n ).body;\n const allFiles = tree.filter((f) => f.type === 'blob');\n let files: GitlabTreeNode[] = [];\n if (!files.length) {\n files = allFiles.filter((f) => changelogFilenameRegex.test(f.name));\n }\n if (!files.length) {\n logger.trace('no changelog file found');\n return null;\n }\n const { path: changelogFile, id } = files\n .sort((a, b) => compareChangelogFilePath(a.name, b.name))\n .shift()!;\n /* istanbul ignore if */\n if (files.length !== 0) {\n logger.debug(\n `Multiple candidates for changelog file, using ${changelogFile}`,\n );\n }\n\n // https://docs.gitlab.com/13.2/ee/api/repositories.html#raw-blob-content\n const fileRes = await http.get(`${apiPrefix}blobs/${id}/raw`);\n const changelogMd = fileRes.body + '\\n#\\n##';\n return { changelogFile, changelogMd };\n}\n\nexport async function getReleaseList(\n project: ChangeLogProject,\n _release: ChangeLogRelease,\n): Promise<ChangeLogNotes[]> {\n logger.trace('gitlab.getReleaseNotesMd()');\n const apiBaseUrl = project.apiBaseUrl;\n const repository = project.repository;\n const urlEncodedRepo = encodeURIComponent(repository);\n const apiUrl = `${apiBaseUrl}projects/${urlEncodedRepo}/releases`;\n\n const res = await http.getJsonUnchecked<GitlabRelease[]>(\n `${apiUrl}?per_page=100`,\n {\n paginate: true,\n },\n );\n return res.body.map((release) => ({\n url: `${project.baseUrl}${repository}/-/releases/${release.tag_name}`,\n notesSourceUrl: apiUrl,\n name: release.name,\n body: release.description,\n tag: release.tag_name,\n }));\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../lib/workers/repository/update/pr/changelog/gitlab/index.ts"],"names":[],"mappings":"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","sourcesContent":["import changelogFilenameRegex from 'changelog-filename-regex';\nimport { logger } from '../../../../../../logger';\nimport type { GitlabRelease } from '../../../../../../modules/datasource/gitlab-releases/types';\nimport type { GitlabTreeNode } from '../../../../../../types/platform/gitlab';\nimport { GitlabHttp } from '../../../../../../util/http/gitlab';\nimport { compareChangelogFilePath } from '../common';\nimport type {\n ChangeLogFile,\n ChangeLogNotes,\n ChangeLogProject,\n ChangeLogRelease,\n} from '../types';\n\nexport const id = 'gitlab-changelog';\nconst http = new GitlabHttp(id);\n\nexport async function getReleaseNotesMd(\n repository: string,\n apiBaseUrl: string,\n sourceDirectory?: string,\n): Promise<ChangeLogFile | null> {\n logger.trace('gitlab.getReleaseNotesMd()');\n const urlEncodedRepo = encodeURIComponent(repository);\n const apiPrefix = `${apiBaseUrl}projects/${urlEncodedRepo}/repository/`;\n\n // https://docs.gitlab.com/13.2/ee/api/repositories.html#list-repository-tree\n const tree = (\n await http.getJsonUnchecked<GitlabTreeNode[]>(\n `${apiPrefix}tree?per_page=100${\n sourceDirectory ? `&path=${sourceDirectory}` : ''\n }`,\n {\n paginate: true,\n },\n )\n ).body;\n const allFiles = tree.filter((f) => f.type === 'blob');\n let files: GitlabTreeNode[] = [];\n if (!files.length) {\n files = allFiles.filter((f) => changelogFilenameRegex.test(f.name));\n }\n if (!files.length) {\n logger.trace('no changelog file found');\n return null;\n }\n const { path: changelogFile, id } = files\n .sort((a, b) => compareChangelogFilePath(a.name, b.name))\n .shift()!;\n /* istanbul ignore if */\n if (files.length !== 0) {\n logger.debug(\n `Multiple candidates for changelog file, using ${changelogFile}`,\n );\n }\n\n // https://docs.gitlab.com/13.2/ee/api/repositories.html#raw-blob-content\n const fileRes = await http.getText(`${apiPrefix}blobs/${id}/raw`);\n const changelogMd = fileRes.body + '\\n#\\n##';\n return { changelogFile, changelogMd };\n}\n\nexport async function getReleaseList(\n project: ChangeLogProject,\n _release: ChangeLogRelease,\n): Promise<ChangeLogNotes[]> {\n logger.trace('gitlab.getReleaseNotesMd()');\n const apiBaseUrl = project.apiBaseUrl;\n const repository = project.repository;\n const urlEncodedRepo = encodeURIComponent(repository);\n const apiUrl = `${apiBaseUrl}projects/${urlEncodedRepo}/releases`;\n\n const res = await http.getJsonUnchecked<GitlabRelease[]>(\n `${apiUrl}?per_page=100`,\n {\n paginate: true,\n },\n );\n return res.body.map((release) => ({\n url: `${project.baseUrl}${repository}/-/releases/${release.tag_name}`,\n notesSourceUrl: apiUrl,\n name: release.name,\n body: release.description,\n tag: release.tag_name,\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": "39.183.0",
4
+ "version": "39.185.0",
5
5
  "type": "commonjs",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -324,14 +324,14 @@
324
324
  "eslint-plugin-import": "2.31.0",
325
325
  "eslint-plugin-promise": "7.2.1",
326
326
  "expect-more-jest": "5.5.0",
327
- "globals": "15.15.0",
327
+ "globals": "16.0.0",
328
328
  "graphql": "16.10.0",
329
329
  "husky": "9.1.7",
330
330
  "jest-extended": "4.0.2",
331
331
  "lint-staged": "15.4.3",
332
332
  "markdownlint-cli2": "0.17.2",
333
333
  "memfs": "4.17.0",
334
- "nock": "13.5.6",
334
+ "nock": "14.0.1",
335
335
  "npm-run-all2": "7.0.2",
336
336
  "nyc": "17.1.0",
337
337
  "rimraf": "6.0.1",