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
Updated dev dependencies, some of which require newer Node.js versions than previously supported.
The tests are now ESM in .mjs files instead of CJS in .js files.
Replaced the the package.jsonexports field public subpath folder mapping (deprecated by Node.js) with a subpath pattern. Deep require paths must now include the .js file extension.
Minor
Added a package sideEffects field.
Patch
Updated dependencies.
Lint fixes for the updated Prettier version.
Updated GitHub Actions CI config:
Updated the tested Node.js versions to v12, v14, v16.