feathersjs-ecosystem / feathers-hooks-common

Useful hooks for use with FeathersJS services.
https://hooks-common.feathersjs.com
MIT License
193 stars 90 forks source link

feat: neotraverse/legacy; v0.6.14 #756

Closed fratzinger closed 1 month ago

fratzinger commented 1 month ago

This is a follow up of #755 which changes the new 'neotraverse' dependency to 'neotraverse/legacy' for cjs modules.

755 couldn't be merged because of a regression in node@22.5.0 (see https://github.com/npm/cli/issues/7657). 22.5.1 is out and fixes this but it's not picked up by gh action 'actions/setup-node' yet. So as a temporary fix I set v22.5.1 explicitly in the 'node-version' matrix. We'll need to revert it to '22.x' in a future PR.

Thanks @PuruVJ for the fix! Thanks @eXigentCoder for the report in #753.

Closes #755

fratzinger commented 1 month ago

released as v8.2.1 🎉