renovate/lib/modules/versioning
Will Brennan 01a3c2ff8f
feat(versioning): add devbox versioning module (#31408)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-12-20 15:05:23 +00:00
..
aws-machine-image chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
azure-rest-api chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
bazel-module chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00
cargo fix(versioning/cargo): bump simple versions to newVersion (#28632) 2024-04-25 08:12:06 +00:00
composer refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
conan chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
deb chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
debian refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
devbox feat(versioning): add devbox versioning module (#31408) 2024-12-20 15:05:23 +00:00
docker chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
git chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
glasskube chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
go-mod-directive fix(gomod): go.mod directive should not bump by default (#28475) 2024-04-17 10:59:13 +00:00
gradle feat(versioning/gradle): Support maven ranges in gradle files (#26846) 2024-01-29 08:46:52 +00:00
hashicorp chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00
helm fix(versioning): bump rangeStrategy should pin if no range qualifier (#28309) 2024-04-10 09:47:14 +00:00
hermit chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
hex feat(hex): support update-lockfile strategy (#27915) 2024-06-12 04:47:29 +00:00
ivy refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
kubernetes-api refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
loose chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
maven refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
nixpkgs chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
node refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
npm fix(versioning): bump rangeStrategy should pin if no range qualifier (#28309) 2024-04-10 09:47:14 +00:00
nuget chore(deps): update linters to v8.5.0 (#31349) 2024-09-16 07:10:17 +00:00
pep440 fix(versioning/pep440): match function should match on equality (#31170) 2024-09-03 04:00:09 +00:00
perl chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
poetry fix(versioning/poetry): use pep440 for comparisons (#32275) 2024-11-05 06:46:12 +00:00
pvp feat(versioning): add PVP versioning scheme (#32298) 2024-12-06 10:21:07 +00:00
python fix(versioning): bump rangeStrategy should pin if no range qualifier (#28309) 2024-04-10 09:47:14 +00:00
redhat chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
regex docs(versioning:regex): mention numeric capture group requirement (#32777) 2024-11-28 09:26:06 +00:00
rez chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00
rpm chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
ruby chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
same-major docs(versioning/same-major): fix typo (#32732) 2024-11-26 08:03:22 +00:00
semver docs(versioning/semver): rewrite readme (#29868) 2024-07-01 16:20:21 +00:00
semver-coerced chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
swift fix(versioning/swift): support dependencies with v prefix tags (#28822) 2024-05-03 13:02:07 +00:00
ubuntu docs: update references to Ubuntu versions (#28701) 2024-04-29 15:14:21 +00:00
unity3d chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
api.ts feat(versioning): add devbox versioning module (#31408) 2024-12-20 15:05:23 +00:00
common.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
distro.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
distro.ts chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
generic.spec.ts feat(versioning): allow versionings to provide isSame and use to detect majors (#32207) 2024-10-31 08:02:24 +00:00
generic.ts feat(versioning): allow versionings to provide isSame and use to detect majors (#32207) 2024-10-31 08:02:24 +00:00
index.spec.ts feat(versioning): allow versionings to provide isSame and use to detect majors (#32207) 2024-10-31 08:02:24 +00:00
index.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
schema.spec.ts feat(versioning): Add schema transform (#23047) 2023-07-01 06:44:31 +00:00
schema.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
types.ts feat(versioning): allow versionings to provide isSame and use to detect majors (#32207) 2024-10-31 08:02:24 +00:00
versioning-metadata.spec.ts chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00