Daniel
Daniel
Running into this same issue with `keepassxc` - `keepassxc.ini` is not created until first run - failing to persist. Reference issue: https://github.com/lukesampson/scoop-extras/issues/614
Maybe there could be a manifest option for a CHANGELOG url?
I think the changelog/release notes link is a great start. Projects like https://github.com/renovatebot/renovate/ do changelog parsing, but I'm guessing there's a whole set of tools built up around changelog parsing...
I like the idea, but sometimes I want to know what I'm getting before I actually perform an update. Please also consider adding the ability to view the changelog links...
Do you plan to transfer control of this repository to another maintainer?
This also happens in nested lists ``` markdown * Success 1. pass 2. pass 3. pass 4. pass ```
You can place three backticks (`) before and after your code to create a code block. ``` just like this ```
Until this is fixed, you can use `overrides` as a work around (requires npm 8+). https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides ``` "overrides": { "rxjs-spy": { "error-stack-parser": "2.0.6" } } ```
Seems like this is contextual. If you are removing something that's non-breaking, that could be a `chore`. If you are deprecating something, you haven't actually remove it yet... and if...
I am also using a Nestjs app and have not noticed this issue using `.yaml` configuration files