renovate/lib/util
Mathieu Kniewallner fc697a36d9
refactor(manager/cargo): use `zod` to parse manifest/config (#31260)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-10-29 06:19:33 +00:00
..
cache fix(cache): try/catch package file cache cleanup separately (#32074) 2024-10-23 19:39:49 +00:00
decorator chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
exec chore: dangling debug statement (#32025) 2024-10-19 07:26:05 +00:00
fs chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
git chore(git): trace log branch commits (#31805) 2024-10-05 06:10:16 +00:00
github chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
http refactor: Move Repology rate limits to http defaults (#30996) 2024-08-25 11:19:58 +00:00
json-writer chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
merge-confidence fix(merge-confidence): fix initialization (#29300) 2024-05-28 12:50:29 +00:00
package-rules feat(packageRules): overrideDatasource, overrideDepName, overridePackageName (#31925) 2024-10-12 14:22:29 +00:00
template feat: currentVersionAgeInDays, newVersionAgeInDays (#31818) 2024-10-10 13:17:31 +00:00
vulnerability
array.spec.ts
array.ts refactor: Package cache stats utility (#27936) 2024-03-14 15:06:53 +00:00
assign-keys.spec.ts
assign-keys.ts
check-token.spec.ts
check-token.ts refactor: Host rule types (#28454) 2024-04-17 05:00:00 +00:00
clone.spec.ts
clone.ts
coerce.spec.ts
coerce.ts
common.spec.ts fix(manager/terragrunt): use git-tags datasource for bitbucket-server (#29416) 2024-06-04 04:25:25 +00:00
common.ts chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00
compress.spec.ts fix(cache): Fix compression and decompression format mismatch (#27021) 2024-02-02 16:22:16 +00:00
compress.ts refactor: Revert compress utils deprecation (#29977) 2024-07-02 04:48:09 +00:00
date.spec.ts feat: currentVersionAgeInDays, newVersionAgeInDays (#31818) 2024-10-10 13:17:31 +00:00
date.ts feat: currentVersionAgeInDays, newVersionAgeInDays (#31818) 2024-10-10 13:17:31 +00:00
emoji.spec.ts chore(deps): update emojibase monorepo to v15.3.2 (#29592) 2024-06-14 12:28:20 +00:00
emoji.ts chore(deps): update emojibase monorepo to v15.3.2 (#29592) 2024-06-14 12:28:20 +00:00
filter-map.spec.ts
filter-map.ts
fingerprint.spec.ts
fingerprint.ts
hash.spec.ts
hash.ts
host-rules.spec.ts feat(hostRules/matchHost): massage and validate (#29487) 2024-06-28 07:20:00 +00:00
host-rules.ts chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00
html.spec.ts
html.ts
ignore.spec.ts test: add ignore utility test (#25891) 2023-11-21 12:40:36 +00:00
ignore.ts
jsonata.spec.ts feat(jsonata): validation, caching, better logging (#31832) 2024-10-08 09:11:15 +00:00
jsonata.ts feat(jsonata): validation, caching, better logging (#31832) 2024-10-08 09:11:15 +00:00
lazy.spec.ts
lazy.ts
markdown.spec.ts test(markdown): Use `codeBlock` for `sanitizeMarkdown` test (#30830) 2024-08-18 19:41:26 +00:00
markdown.ts
mask.spec.ts
mask.ts
memoize.spec.ts
memoize.ts
minimatch.spec.ts fix(package-rules): wrong prefix match glob (#30394) 2024-07-26 08:31:23 +00:00
minimatch.ts chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
modules.ts
mutex.spec.ts feat(cache): add a mutex utility and prevent parallel processing with the same cache key (#30815) 2024-08-16 17:14:48 +00:00
mutex.ts feat(cache): add a mutex utility and prevent parallel processing with the same cache key (#30815) 2024-08-16 17:14:48 +00:00
number.spec.ts feat(gitlab): allow override mergeable check attemps and use exponential backoff (#26008) 2023-11-28 09:11:59 +00:00
number.ts build(deps): update dependency prettier to v3.3.3 (#30272) 2024-07-20 16:51:43 +00:00
object.spec.ts fix(containerbase): remove circular datasource import (#25685) 2023-11-10 08:39:49 +00:00
object.ts
pretty-time.spec.ts feat(config/package-rules): `matchCurrentAge` (#23264) 2024-01-25 05:12:39 +00:00
pretty-time.ts feat(config/package-rules): `matchCurrentAge` (#23264) 2024-01-25 05:12:39 +00:00
promises.spec.ts
promises.ts fix: Revert "refactor: Flatten update lookup tasks" (#30933) 2024-08-21 11:36:42 +00:00
range.spec.ts
range.ts
regex.spec.ts refactor: Move irrelevant functions from the regex helper (#27100) 2024-02-06 21:51:41 +00:00
regex.ts chore(deps): update linters to v8.5.0 (#31349) 2024-09-16 07:10:17 +00:00
result.spec.ts chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00
result.ts chore(deps): update linters to v8.5.0 (#31349) 2024-09-16 07:10:17 +00:00
s3.spec.ts feat(self-hosted): convert experimental env vars to config options (#29154) 2024-08-07 07:28:34 +00:00
s3.ts feat(self-hosted): convert experimental env vars to config options (#29154) 2024-08-07 07:28:34 +00:00
sample.spec.ts
sample.ts
sanitize.spec.ts
sanitize.ts
schema-utils.spec.ts fix(manager/devcontainer): parse with JSONC parser (#28914) 2024-05-08 07:27:38 +00:00
schema-utils.ts refactor(manager/cargo): use `zod` to parse manifest/config (#31260) 2024-10-29 06:19:33 +00:00
split.spec.ts
split.ts
stats.spec.ts feat: Stats for datasource cache (#30623) 2024-08-11 08:07:16 +00:00
stats.ts feat: Stats for datasource cache (#30623) 2024-08-11 08:07:16 +00:00
streams.spec.ts
streams.ts
string-match.spec.ts feat(packageRules)!: support regex or glob matching for all (#28591) 2024-07-25 15:28:16 +02:00
string-match.ts chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00
string.spec.ts refactor: Move irrelevant functions from the regex helper (#27100) 2024-02-06 21:51:41 +00:00
string.ts refactor: Move irrelevant functions from the regex helper (#27100) 2024-02-06 21:51:41 +00:00
stringify.ts
toml.spec.ts
toml.ts
uniq.spec.ts
uniq.ts
url.spec.ts feat(hostRules/matchHost): massage and validate (#29487) 2024-06-28 07:20:00 +00:00
url.ts chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00
yaml.spec.ts test(yaml): add test for YAML tags (#31244) 2024-10-04 13:21:14 +00:00
yaml.ts fix(yaml): allow filtering of invalid multidoc (#31963) 2024-10-15 10:08:01 +00:00