kinow commented on issue #2054:
URL: https://github.com/apache/jena/issues/2054#issuecomment-1799926545
>It is a nanoid v4->v5 change.
>
>Maybe we can use nanoid v4.0.2.
Not sure, haven't seen that error before -- I always use GH Actions to test
Node apps, where I just say
```yaml
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
```
>We have some overrides:
>Are these still necessary?
Hard to say. The overrides are handy as they solve dependency issues like
the ones we had with security, but at the cost that later you need to inspect
the dependency tree with the resolution, check NPM for releases, modify your
`package.json`, check the dependency tree again, and confirm that the override
can be removed.
Created https://github.com/apache/jena/issues/2082 to track that :+1:
Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]