0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-03-12 23:36:57 +00:00
Commit graph

11 commits

Author SHA1 Message Date
Rhys Arkins
4316888c67
fix(versioning): bump rangeStrategy should pin if no range qualifier () 2024-04-10 09:47:14 +00:00
Sergei Zharinov
b69416ce17
refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
Rhys Arkins
7d4de49749
fix(versioning): strip v prefix when bumping semver ranges () 2023-09-12 05:51:26 +00:00
Rhys Arkins
36e2b328bb
chore: update types reference 2023-08-15 11:31:15 +02:00
renovate[bot]
fe739befbf
chore(deps): update linters to v6 (major) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-02 15:07:49 +00:00
Rhys Arkins
73c8227132
fix(versioning)!: bump short ranges to version ()
When rangeStrategy=bump, and the existing range is "short" (e.g. `^1`), and a bump is required, the new result will be a version range (e.g. `^1.0.7`).

Closes 
2023-03-10 09:34:40 +01:00
Gabriel-Ladzaretti
2a5c0fbc32
fix(npm/versioning): exception when directly calling getNewValue with x-range-all '*' with unsupported strategy () 2022-10-17 19:54:46 +02:00
Gabriel-Ladzaretti
6fef1d1650
feat(manager/npm): add support for x-range "all" - "*" range () 2022-10-14 11:26:20 +02:00
Michael Kriese
8270d5512d
refactor: fix lint issues ()
* refactor: fix lint issues

* Update lib/renovate.ts

* chore: revert toplevel await for ts
2022-07-26 08:32:12 +00:00
Michael Kriese
e5c6f38d75
refactor: enable strict checks ()
* refactor:  enable strict checks

* chore: revert changes

* chore: fix tsconfig
2022-06-21 13:00:21 +02:00
Rhys Arkins
dca3418bbd refactor: lib/modules ()
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/

BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
2022-03-04 09:04:02 +01:00
Renamed from lib/versioning/npm/range.ts (Browse further)