You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.x of this module fixed a security vulnerability by updating its ejs dependency. It also started using String.prototype.matchAll(), which isn't compatible with Node v10:
I'm not sure if this was intentional or not, as there's no minimum support Node engine version listed in your package.json, and I can't find any release notes for v2.x of this module.
The Workbox project would like to update its dependency on this module, but we need to continue support Node v10 until our next major release version.
Would you be open to a PR that swapped out matchAll() for the equivalent, so that a version of this module with the updated ejs dependency could be used with Node v10?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
v2.x of this module fixed a security vulnerability by updating its
ejs
dependency. It also started usingString.prototype.matchAll()
, which isn't compatible with Node v10:rollup-plugin-off-main-thread/index.js
Line 102 in c967772
I'm not sure if this was intentional or not, as there's no minimum support Node engine version listed in your
package.json
, and I can't find any release notes for v2.x of this module.The Workbox project would like to update its dependency on this module, but we need to continue support Node v10 until our next major release version.
Would you be open to a PR that swapped out
matchAll()
for the equivalent, so that a version of this module with the updatedejs
dependency could be used with Node v10?The text was updated successfully, but these errors were encountered: