Bump version of @zenfs/core to ^0.16.0 #141
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
In release 1.8.0 the browserfs dependency was replaced with zenfs (#134). This ^0.14.0 version has a engine requirement of 22, which has caused issues when I've tried to install this package in a node 18 project. The engine requirement for this library is 18.18.2.
Solution
In the 0.15.1 release of
@zenfs/core
they've added a polyfill and reduced the engine requirement to node 16. https://github.com/zen-fs/core/releases/tag/v0.15.1I've bumped the version all the way to ^0.16.0 in case there were other fixes along the way. The rest of the changelogs can be seen: https://github.com/zen-fs/core/releases
You can see in the
package-lock.json
that the engine requirement has changed from 22 to 16.Change summary: