connect-session-sequelize icon indicating copy to clipboard operation
connect-session-sequelize copied to clipboard

Dependencies: Upgrading packages and require Node.js v22.x

Open ryanlelek opened this issue 7 months ago • 0 comments

To Users:

You can use this PR with updated code by using the below in your package.json file: "@fixhq/connect-session-sequelize": "8.0.0" It should be a drop-in replacement

Warning: You should still audit my edits on the main repo to verify https://github.com/fixhq/connect-session-sequelize/commits/master/

To the Author mweibel:

Thank you for your efforts in making this! Contributing back changes to modernize this for 2025, including depdencies and Node.js v22.x LTS. I changed as little as possible to follow your styles

Things you may want to edit after merging:

  • Switch back to "^0.0.0" (caret) notation for dependencies in package.json
  • Add a LICENSE file with the MIT License shown in the README.md file to help make this more clear and searchable
  • Upgrade the standard dependency to latest version, with new formatting rules, if desired
Package   Current  Wanted  Latest
standard   14.3.4  14.3.4  17.1.2

ryanlelek avatar Apr 21 '25 01:04 ryanlelek