renovate/lib/util
Sergei Zharinov 2fba61a789
fix(schema-utils): Return parsed key instead of the original one (#22425)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-05-25 12:21:32 +00:00
..
__fixtures__ fix: fails to massage pnpm release notes (#17466) 2022-08-31 07:39:35 +00:00
__snapshots__ fix: modify fns to adapt to new safe-stable-stringify package update (#18573) 2022-11-20 06:19:19 +01:00
cache feat: log extended branch summary (#22056) 2023-05-18 05:59:43 +00:00
decorator feat(cache): Fallback to older decorator results on error (#20795) 2023-03-23 15:59:51 +00:00
exec feat(manager/pep621): support pdm lock files (#22244) 2023-05-18 05:57:49 +00:00
fs feat: platform=local (#22010) 2023-05-10 04:30:12 +00:00
git fix(onboarding): write gitAuthor before merging into onboarding branch (#22353) 2023-05-22 15:20:25 +00:00
github refactor: replace test.each with it.each (#21859) 2023-04-28 04:33:15 +00:00
http feat(http): Etag support (#22302) 2023-05-25 12:17:43 +00:00
json-writer refactor: enums to unions (#18747) 2022-11-05 09:12:03 +00:00
merge-confidence feat(config-error): raise a warning issue for misconfigured matchConfidence (#22296) 2023-05-18 17:02:13 +00:00
package-rules feat(config-error): raise a warning issue for misconfigured matchConfidence (#22296) 2023-05-18 17:02:13 +00:00
template feat(template): allow isGroup (#22331) 2023-05-21 16:31:21 +00:00
vulnerability feat(vulnerabilities): handle medium and unknown severities (#22257) 2023-05-16 15:38:23 +00:00
array.spec.ts chore(utils/array): add isNotNullOrUndefined (#22081) 2023-05-11 10:26:59 +00:00
array.ts chore(utils/array): add isNotNullOrUndefined (#22081) 2023-05-11 10:26:59 +00:00
check-token.spec.ts refactor: PackageFile -> PackageFileContent (#20502) 2023-02-19 12:43:48 +00:00
check-token.ts fix(github-release-attachments): set token correctly (#21233) 2023-03-30 12:13:44 +00:00
clone.spec.ts fix: modify fns to adapt to new safe-stable-stringify package update (#18573) 2022-11-20 06:19:19 +01:00
clone.ts chore: migrate to structuredClone (#20885) 2023-04-27 05:06:22 +00:00
common.spec.ts fix(git): wrong git url handling (#17380) 2022-08-24 19:41:43 +00:00
common.ts chore(lint): add object shortand rule (#18080) 2022-10-02 21:20:24 +02:00
compress.spec.ts refactor(util): Compression utils (#18240) 2022-10-10 14:01:53 +00:00
compress.ts chore: use node: protocol imports (#21181) 2023-03-28 21:05:36 +00:00
date.spec.ts test: remove useless jest fake timer reset (#21633) 2023-04-20 18:13:36 +00:00
date.ts feat(config): rename stabilityDays to minimumReleaseAge (#21376) 2023-04-12 17:59:24 +00:00
emoji.spec.ts fix: don't throw if a PR body contains a standalone unicode modifier (#18201) 2022-10-08 06:05:54 +00:00
emoji.ts refactor: safely parse emoji shortcodes (#20814) 2023-03-09 06:31:16 +00:00
fingerprint.spec.ts fix: modify fns to adapt to new safe-stable-stringify package update (#18573) 2022-11-20 06:19:19 +01:00
fingerprint.ts fix: modify fns to adapt to new safe-stable-stringify package update (#18573) 2022-11-20 06:19:19 +01:00
hasha.ts feat(core/onboarding): support manual rebase/retry (#17633) 2023-01-11 14:59:08 +01:00
host-rules.spec.ts docs(hostRules): document current matchHost behaviour if a port is supplied (#22007) 2023-05-18 07:39:22 +00:00
host-rules.ts fix(migration): throw error for invalid hostRules (#20540) 2023-05-22 07:49:26 +00:00
html.spec.ts test: enforce lint style rules (#15085) 2022-04-12 14:49:49 +00:00
html.ts refactor: more esm imports (#13233) 2021-12-22 11:28:20 +00:00
ignore.ts refactor: add strict null checks (#14169) 2022-02-11 11:02:30 +01:00
index.spec.ts refactor(lib/util): strict null check for test files (#15812) 2022-06-19 21:17:46 +00:00
index.ts fix: enable eslint eqeqeq (#12574) 2021-11-09 07:02:59 +00:00
lazy.spec.ts fix(aws-machine-image): lazily load ec2client (#13437) 2022-01-09 18:57:26 +01:00
lazy.ts refactor(util/lazy): Strict null check (#13455) 2022-01-11 08:36:26 +01:00
markdown.spec.ts refactor(tests): Use codeBlock tagged literal (#18916) 2022-11-15 08:35:36 +00:00
markdown.ts fix: fails to massage pnpm release notes (#17466) 2022-08-31 07:39:35 +00:00
mask.spec.ts refactor(typescript): Refactor more files (#12696) 2021-11-17 09:32:33 +00:00
mask.ts refactor(typescript): Refactor more files (#12696) 2021-11-17 09:32:33 +00:00
memoize.spec.ts feat: Create utility for function memoization (#15373) 2022-05-01 06:00:55 +02:00
memoize.ts feat: Create utility for function memoization (#15373) 2022-05-01 06:00:55 +02:00
modules.ts chore: use node: protocol imports (#21181) 2023-03-28 21:05:36 +00:00
object.spec.ts test: enforce lint style rules (#15085) 2022-04-12 14:49:49 +00:00
object.ts chore(deps): update dependency typescript to v4.8.4 (#17988) 2022-10-07 06:15:49 +00:00
pretty-time.spec.ts refactor: replace test.each with it.each (#21859) 2023-04-28 04:33:15 +00:00
pretty-time.ts feat(util/pretty-time): Ensure support for years, months and weeks (#21366) 2023-04-06 07:17:57 +00:00
promises.spec.ts fix(util/promises): Disable stopOnError option by default (#17653) 2022-09-06 13:36:19 +00:00
promises.ts fix(util/promises): Disable stopOnError option by default (#17653) 2022-09-06 13:36:19 +00:00
range.spec.ts refactor: replace test.each with it.each (#21859) 2023-04-28 04:33:15 +00:00
range.ts refactor(util/range): Extract range generator util (#13532) 2022-01-13 08:20:37 +01:00
regex.spec.ts feat(platform/bitbucket): Add ability to use UUID for reviewers (#20382) 2023-02-15 16:25:11 +00:00
regex.ts feat: RENOVATE_X_IGNORE_RE2 (#21391) 2023-04-08 08:38:43 +00:00
s3.spec.ts build(deps): update aws-sdk-js-v3 monorepo to v3.226.0 (#19444) 2022-12-17 07:05:16 +01:00
s3.ts feat(cache/repository): Implement S3 client (#17322) 2022-08-26 04:47:14 +00:00
sanitize.spec.ts test: enforce lint style rules (#15085) 2022-04-12 14:49:49 +00:00
sanitize.ts refactor(platform:bitbucket): strict null checks (#15196) 2022-04-20 20:55:20 +00:00
schema-utils.spec.ts fix(schema-utils): Return parsed key instead of the original one (#22425) 2023-05-25 12:21:32 +00:00
schema-utils.ts fix(schema-utils): Return parsed key instead of the original one (#22425) 2023-05-25 12:21:32 +00:00
split.spec.ts test: Fix test descriptions and enforce it via new linting rule (#11285) 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
streams.spec.ts chore: use node: protocol imports (#21181) 2023-03-28 21:05:36 +00:00
streams.ts chore: use node: protocol imports (#21181) 2023-03-28 21:05:36 +00:00
string.spec.ts fix(github): compare repo names lower case (#19411) 2022-12-20 05:30:44 +00:00
string.ts refactor(rubygems): Extract copystring function to the utils (#22322) 2023-05-20 12:11:45 +00:00
stringify.ts fix(cache): Store cache with sorted object keys (#17607) 2022-09-04 10:53:20 +00:00
url.spec.ts refactor: replace test.each with it.each (#21859) 2023-04-28 04:33:15 +00:00
url.ts feat: npm workspaces (#21274) 2023-04-27 12:42:25 +00:00