renovate/lib/util
Ben Foster 9b45b6b152
fix(git): fix gpg commit signing () ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-11-16 10:37:42 +00:00
..
cache fix(cache): try/catch package file cache cleanup separately () 2024-10-23 19:39:49 +00:00
decorator chore: eslint to enforce for typed imports () 2024-08-19 13:15:27 +00:00
exec chore: dangling debug statement () 2024-10-19 07:26:05 +00:00
fs chore: eslint to enforce for typed imports () 2024-08-19 13:15:27 +00:00
git fix(git): fix gpg commit signing () () 2024-11-16 10:37:42 +00:00
github chore: eslint to enforce for typed imports () 2024-08-19 13:15:27 +00:00
http refactor: Move Repology rate limits to http defaults () 2024-08-25 11:19:58 +00:00
json-writer chore: eslint to enforce for typed imports () 2024-08-19 13:15:27 +00:00
merge-confidence fix(merge-confidence): fix initialization () 2024-05-28 12:50:29 +00:00
package-rules feat(packageRules): overrideDatasource, overrideDepName, overridePackageName () 2024-10-12 14:22:29 +00:00
template feat: currentVersionAgeInDays, newVersionAgeInDays () 2024-10-10 13:17:31 +00:00
vulnerability refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
array.spec.ts fix: better branch code coverage () 2023-09-06 11:26:22 +00:00
array.ts refactor: Package cache stats utility () 2024-03-14 15:06:53 +00:00
assign-keys.spec.ts fix: Better types for `assignKeys` utility () 2023-07-21 08:46:59 +00:00
assign-keys.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
check-token.spec.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
check-token.ts refactor: Host rule types () 2024-04-17 05:00:00 +00:00
clone.spec.ts feat: Clone objects via wrapper () 2023-06-27 13:09:59 +00:00
clone.ts refactor: override return type of `JSON.parse` () 2023-06-27 17:45:09 +00:00
coerce.spec.ts fix: improve branch code coverage () 2023-09-17 06:56:34 +00:00
coerce.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
common.spec.ts fix(manager/terragrunt): use git-tags datasource for bitbucket-server () 2024-06-04 04:25:25 +00:00
common.ts chore(deps): update typescript-eslint monorepo to v8 (major) () 2024-08-14 10:33:02 +00:00
compress.spec.ts fix(cache): Fix compression and decompression format mismatch () 2024-02-02 16:22:16 +00:00
compress.ts refactor: Revert compress utils deprecation () 2024-07-02 04:48:09 +00:00
date.spec.ts feat: currentVersionAgeInDays, newVersionAgeInDays () 2024-10-10 13:17:31 +00:00
date.ts feat: currentVersionAgeInDays, newVersionAgeInDays () 2024-10-10 13:17:31 +00:00
emoji.spec.ts chore(deps): update emojibase monorepo to v15.3.2 () 2024-06-14 12:28:20 +00:00
emoji.ts chore(deps): update emojibase monorepo to v15.3.2 () 2024-06-14 12:28:20 +00:00
filter-map.spec.ts feat: Add `filterMap` utility for fast array transforms () 2023-07-07 17:04:11 +00:00
filter-map.ts feat: Add `filterMap` utility for fast array transforms () 2023-07-07 17:04:11 +00:00
fingerprint.spec.ts fix: modify fns to adapt to new safe-stable-stringify package update () 2022-11-20 06:19:19 +01:00
fingerprint.ts refactor(util/hash): replace hasha sha512 use cases () 2023-07-24 22:54:28 +00:00
hash.spec.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
hash.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
host-rules.spec.ts feat(hostRules/matchHost): massage and validate () 2024-06-28 07:20:00 +00:00
host-rules.ts chore(deps): update typescript-eslint monorepo to v8 (major) () 2024-08-14 10:33:02 +00:00
html.spec.ts test: enforce lint style rules () 2022-04-12 14:49:49 +00:00
html.ts refactor: more esm imports () 2021-12-22 11:28:20 +00:00
ignore.spec.ts test: add ignore utility test () 2023-11-21 12:40:36 +00:00
ignore.ts refactor: add strict null checks () 2022-02-11 11:02:30 +01:00
jsonata.spec.ts feat(jsonata): validation, caching, better logging () 2024-10-08 09:11:15 +00:00
jsonata.ts feat(jsonata): validation, caching, better logging () 2024-10-08 09:11:15 +00:00
lazy.spec.ts fix(aws-machine-image): lazily load ec2client () 2022-01-09 18:57:26 +01:00
lazy.ts refactor(util/lazy): Strict null check () 2022-01-11 08:36:26 +01:00
markdown.spec.ts test(markdown): Use `codeBlock` for `sanitizeMarkdown` test () 2024-08-18 19:41:26 +00:00
markdown.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
mask.spec.ts refactor(typescript): Refactor more files () 2021-11-17 09:32:33 +00:00
mask.ts refactor(typescript): Refactor more files () 2021-11-17 09:32:33 +00:00
memoize.spec.ts feat: Create utility for function memoization () 2022-05-01 06:00:55 +02:00
memoize.ts feat: Create utility for function memoization () 2022-05-01 06:00:55 +02:00
minimatch.spec.ts fix(package-rules): wrong prefix match glob () 2024-07-26 08:31:23 +00:00
minimatch.ts chore: eslint to enforce for typed imports () 2024-08-19 13:15:27 +00:00
modules.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
mutex.spec.ts feat(cache): add a mutex utility and prevent parallel processing with the same cache key () 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 () 2024-08-16 17:14:48 +00:00
number.spec.ts feat(gitlab): allow override mergeable check attemps and use exponential backoff () 2023-11-28 09:11:59 +00:00
number.ts build(deps): update dependency prettier to v3.3.3 () 2024-07-20 16:51:43 +00:00
object.spec.ts fix(containerbase): remove circular datasource import () 2023-11-10 08:39:49 +00:00
object.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
pretty-time.spec.ts feat(config/package-rules): `matchCurrentAge` () 2024-01-25 05:12:39 +00:00
pretty-time.ts feat(config/package-rules): `matchCurrentAge` () 2024-01-25 05:12:39 +00:00
promises.spec.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
promises.ts fix: Revert "refactor: Flatten update lookup tasks" () 2024-08-21 11:36:42 +00:00
range.spec.ts refactor: replace `test.each` with `it.each` () 2023-04-28 04:33:15 +00:00
range.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
regex.spec.ts refactor: Move irrelevant functions from the regex helper () 2024-02-06 21:51:41 +00:00
regex.ts chore(deps): update linters to v8.5.0 () 2024-09-16 07:10:17 +00:00
result.spec.ts chore(deps): update typescript-eslint monorepo to v8 (major) () 2024-08-14 10:33:02 +00:00
result.ts chore(deps): update linters to v8.5.0 () 2024-09-16 07:10:17 +00:00
s3.spec.ts feat(self-hosted): convert experimental env vars to config options () 2024-08-07 07:28:34 +00:00
s3.ts feat(self-hosted): convert experimental env vars to config options () 2024-08-07 07:28:34 +00:00
sample.spec.ts refactor: Sample util coverage () 2023-06-27 08:27:19 +00:00
sample.ts refactor: Sample util coverage () 2023-06-27 08:27:19 +00:00
sanitize.spec.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
sanitize.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
schema-utils.spec.ts fix(manager/devcontainer): parse with JSONC parser () 2024-05-08 07:27:38 +00:00
schema-utils.ts fix(manager/poetry): fix schema for optional dependencies () 2024-10-30 19:19:44 +00:00
split.spec.ts test: Fix test descriptions and enforce it via new linting rule () 2021-08-18 05:46:56 +00:00
split.ts feat(internal): log timing splits per-repository 2020-05-08 10:18:00 +02:00
stats.spec.ts feat: Stats for datasource cache () 2024-08-11 08:07:16 +00:00
stats.ts feat: Stats for datasource cache () 2024-08-11 08:07:16 +00:00
streams.spec.ts chore: use `node:` protocol imports () 2023-03-28 21:05:36 +00:00
streams.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
string-match.spec.ts feat(packageRules)!: support regex or glob matching for all () 2024-07-25 15:28:16 +02:00
string-match.ts chore(deps): update typescript-eslint monorepo to v8 (major) () 2024-08-14 10:33:02 +00:00
string.spec.ts refactor: Move irrelevant functions from the regex helper () 2024-02-06 21:51:41 +00:00
string.ts refactor: Move irrelevant functions from the regex helper () 2024-02-06 21:51:41 +00:00
stringify.ts fix(cache): Store cache with sorted object keys () 2022-09-04 10:53:20 +00:00
toml.spec.ts fix: Use `toml-eslint-parser` instead of `@iarna/toml` () 2023-11-06 15:34:52 +00:00
toml.ts fix: Use `toml-eslint-parser` instead of `@iarna/toml` () 2023-11-06 15:34:52 +00:00
uniq.spec.ts refactor: Extract `uniq` utility function () 2023-06-25 17:15:00 +00:00
uniq.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
url.spec.ts feat(hostRules/matchHost): massage and validate () 2024-06-28 07:20:00 +00:00
url.ts chore(deps): update typescript-eslint monorepo to v8 (major) () 2024-08-14 10:33:02 +00:00
yaml.spec.ts fix(yaml): parse without strict mode () 2024-11-01 08:30:44 +00:00
yaml.ts fix(yaml): parse without strict mode () 2024-11-01 08:30:44 +00:00