Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
risu729 created a comment on a pull request on jdx/mise
With #4340 merged, `ls-remote` prints `0.18.0` and `use`/`install` installs correctly at least for `lychee`. However, `mise use aqua:lycheeverse/[email protected]` fails with the following e...
risu729 pushed 1 commit to override-aqua-version-prefix risu729/mise
- fix(aqua): re-resolve package for all versions ef4944f
risu729 opened a pull request on jdx/mise
fix(aqua): trim prefix before comparing versions
While I was debugging for #4338, I found that the `versions` crate comparison logic was weird. It treated versions without prefixes larger than versions with prefixes. As documented in the code,...risu729 opened a pull request on jdx/mise
fix(aqua): apply override of version_prefix
Partially resolves #3684. This PR allows installing `aqua:lycheeverse/[email protected]`, but `ls-remote` still prints `lychee-v0.18.0`. Furthermore, attempting to install `aqua:lycheeverse/lychee@l...risu729 created a branch on risu729/mise
override-aqua-version-prefix - dev tools, env vars, task runner
risu729 pushed 7 commits to main risu729/mise
- refactor(registry): use aqua for yq (#4326) ded48ca
- docs(schema): fix description of task.dir default (#4324) Resolves #4323. Since the default is explained by `default... 62f4ca0
- docs: Include "A Mise guide for Swift developers" (#4329) We recently wrote a guide for Swift developers interested ... c1f69f4
- feat: add -g short version for unuse cmd (#4330) For consistency with the inverse command 'use'. e11027a
- chore(bun.lock): migrate bun lockfiles to text-based (#4319) Use the text-based lockfiles of Bun. https://bun.sh/blo... ebfe0da
- feat(registry): add jd (#4318) https://github.com/josephburnett/jd --------- Co-authored-by: autofix-ci[bot] <1148... 8ba107a
- feat(registry): add jc (#4317) https://github.com/kellyjonbrazil/jc --------- Co-authored-by: jdx <216188+jdx@user... cd8dc01
risu729 created a review comment on a pull request on renovatebot/renovate
I removed the limitation section about `v` prefix since it works with `extractVersion` set. https://github.com/risu729/renovate/blob/be4fec7590231f9923f3cae0a8919ac14b3df16b/lib/modules/manager/mi...
risu729 pushed 1 commit to feat/mise-backends risu729/renovate
- docs(manager): remove limitations about v prefix in mise manager be4fec7
risu729 created a review comment on a pull request on renovatebot/renovate
Yes, the following issues could be listed. 1. Add `aqua` datasource, which internally has `github_releases` or other datasources. 1. Add `mise` datasource to support mise registry shorthand. For ...
risu729 pushed 2 commits to remove-wrong-schema-desc risu729/mise
risu729 pushed 1 commit to remove-wrong-schema-desc risu729/mise
- docs(schema): fix description of task.dir default 449b83e
risu729 pushed 2 commits to remove-wrong-schema-desc risu729/mise
risu729 pushed 3 commits to feat/mise-backends risu729/renovate
risu729 opened a pull request on jdx/mise
docs(schema): remove wrong default from description of task.dir
Resolves #4323. Since the default is explained by `default` property, just remove it from the `description`.risu729 created a branch on risu729/mise
remove-wrong-schema-desc - dev tools, env vars, task runner