-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lockfile 6.0 #26
base: master
Are you sure you want to change the base?
Lockfile 6.0 #26
Conversation
Thank you for this PR! I found an issue with the dependency
The mentioned constraint is in this block /@rollup/[email protected]([email protected]):
resolution: {integrity: sha512-L92Vz9WUZXDnlQQl3EwbypJR4+DM2EbsO+/KOcEkP4Mc6Ct453EeDB2uH9lgRwj4w5yflgNpq9pHOiY8aoUXBQ==}
engines: {node: '>=14.0.0'}
peerDependencies:
rollup: ^2.68.0||^3.0.0
peerDependenciesMeta:
rollup:
optional: true
dependencies:
'@rollup/pluginutils': 5.0.4([email protected])
commondir: 1.0.1
estree-walker: 2.0.2
glob: 8.1.0
is-reference: 1.2.1
magic-string: 0.27.0
rollup: 3.28.1
dev: false
If you have any idea how to fix this, I would love to help :) |
I pushed a change that might fix it, see if it works? |
That fixed it, thank you :) |
can this be merged? |
@adisbladis friendly ping |
I got ❯ rg "<=16"
pnpm-lock.yaml
6770: graphql: '>=0.11 <=16'
6779: graphql: '>=0.11 <=16' |
I don't particularly see any problems with this PR, but I also am not actively using pnpm anymore. |
@adisbladis Why aren't you using pnpm anymore if I may ask? |
I no longer work full time with JS/TS development and nodejs packaging needs are much simpler. |
I've updated the readme to indicate that the project is unmaintained, and looking for a new maintainer. |
Fixes #25
Update pnpm2nix to use lockfile 6.0 and pnpm 8. I've not really used this in any real world project but all the tests seem to pass.