Skip to content

Upgrade dependencies and Fix CI workflows

Compare
Choose a tag to compare
@SMAKSS SMAKSS released this 03 Nov 19:24
· 52 commits to master since this release
5db357a

@smakss/react-scroll-direction v3.1.0 πŸš€

πŸ†• Minimum Node.js Requirement

  • Node.js v18 Required: To stay on the cutting edge and leverage the latest features, we've updated our minimum Node.js version requirement to v18. This update is crucial for ensuring compatibility and utilising the latest performance improvements. Make sure to upgrade your Node.js environment to continue using our package seamlessly. πŸ“ˆπŸŒ

πŸ”§ Dependency Upgrades

  • Fresher and Cleaner: We've updated our dependencies to the most recent and stable versions. This not only brings the latest features from our dependencies but also addresses potential security vulnerabilities. Keeping your development secure and efficient is our priority. πŸ›‘οΈπŸ§Ό

βœ… CI Workflow Refinement

  • Streamlined Builds: We've refined our Continuous Integration (CI) workflows, fixing the hiccups and ensuring that all our automated tests and builds run as smooth as butter. These enhancements mean faster, more reliable builds for every release. πŸ—οΈπŸ’¨

πŸ› οΈ For Developers

  • After pulling the latest development changes, remember to update your Node.js to v18 and synchronise your environment:
nvm install 18
nvm use 18
yarn install

This will make sure you're using the correct Node.js version, and your dependencies are up to date.