Jon Koops
Jon Koops
Sounds like a plan, thanks.
This is going to need more details to be reproducible, please test against the latest version of Keycloak (including patch releases). Please also provide detailed steps on how to reproduce...
Considering the CLI [targets Node.js versions](https://github.com/npm/cli/blob/780afc50e3a345feb1871a28e33fa48235bc3bd5/package.json#L259-L261) that all support ESM, perhaps the easiest way to mitigate this issue is to start using ES modules instead of CommonJS? Is there any...
@ljharb I see you already logged https://github.com/debug-js/debug/issues/975 for that, thanks I'll follow the discussion there. Still, this would presumably also affect the CLI even if this `debug` itself was ESM,...
Yeah, we could do that. We'd have to push what we have on `main` now to `v3` branch, and then push the `v2` branch to `main`. We'll still be in...
It blocks us from doing a v3 release and maintain a v2 at the same time, yes.
There are release notes in the [HISTORY file](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
Agreed, we can do some work for this. If anyone would like to contribute, feel free to open a PR. Perhaps we should also rename the file to `CHANGELOG.md`, which...
I'll take a look @ctnkaan, sorry for the delay, I've been rather backlogged recently.
Note that none of the fixes here work if the levels are deeper and there are multiple paths that need to be matched, for example: ```yaml # Works path: |...