Open renovate[bot] opened 4 years ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR contains the following updates:
^6.0.0
->^7.0.0
Release Notes
mweibel/connect-session-sequelize
### [`v7.1.6`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/v7.1.6) [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/v7.1.5...v7.1.6) #### What's Changed - fix/findCreateFind should always use master by [@hadrien-f](https://togithub.com/hadrien-f) in [https://github.com/mweibel/connect-session-sequelize/pull/145](https://togithub.com/mweibel/connect-session-sequelize/pull/145) - update dependency versions reported by `npm audit` and dependabot **Full Changelog**: https://github.com/mweibel/connect-session-sequelize/compare/v7.1.5...v7.1.6 ### [`v7.1.5`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/v7.1.5) [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/v7.1.4...v7.1.5) #### What's Changed - Bump moment-timezone from 0.5.33 to 0.5.37 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/mweibel/connect-session-sequelize/pull/137](https://togithub.com/mweibel/connect-session-sequelize/pull/137) - Bump moment from 2.29.3 to 2.29.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/mweibel/connect-session-sequelize/pull/138](https://togithub.com/mweibel/connect-session-sequelize/pull/138) **Full Changelog**: https://github.com/mweibel/connect-session-sequelize/compare/v7.1.4...v7.1.5 ### [`v7.1.4`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/v7.1.4) [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/v7.1.3...v7.1.4) #### What's Changed - Upgrade moment - Remove unused dependency: `deep-equal` by [@toastal](https://togithub.com/toastal) in [https://github.com/mweibel/connect-session-sequelize/pull/135](https://togithub.com/mweibel/connect-session-sequelize/pull/135) #### New Contributors - [@toastal](https://togithub.com/toastal) made their first contribution in [https://github.com/mweibel/connect-session-sequelize/pull/135](https://togithub.com/mweibel/connect-session-sequelize/pull/135) **Full Changelog**: https://github.com/mweibel/connect-session-sequelize/compare/v7.1.3...v7.1.4 ### [`v7.1.3`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/v7.1.3): bump deps [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/v7.1.2...v7.1.3) ### [`v7.1.2`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/v7.1.2): fix default options parsing [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/v7.1.1...v7.1.2) thanks [@davidjb](https://togithub.com/davidjb) for fixing the default options (namely table and model names) in [#128](https://togithub.com/mweibel/connect-session-sequelize/issues/128) ### [`v7.1.1`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/v7.1.1): Fix TypeScript definitions [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/7.1.0...v7.1.1) thanks [@AlanMorel](https://togithub.com/AlanMorel) [@djake](https://togithub.com/djake) in [#125](https://togithub.com/mweibel/connect-session-sequelize/issues/125) [#126](https://togithub.com/mweibel/connect-session-sequelize/issues/126) ### [`v7.1.0`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/7.1.0): add sync options [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/7.0.4...7.1.0) thanks [@hadrien-f](https://togithub.com/hadrien-f) in [#124](https://togithub.com/mweibel/connect-session-sequelize/issues/124) ### [`v7.0.4`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/7.0.4): fix TS changes & cookie.expires date assignment [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/7.0.3...7.0.4) thanks [@emilio-notable](https://togithub.com/emilio-notable) for [#120](https://togithub.com/mweibel/connect-session-sequelize/issues/120) thanks [@jvallenilla1](https://togithub.com/jvallenilla1) for [#118](https://togithub.com/mweibel/connect-session-sequelize/issues/118) ### [`v7.0.3`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/7.0.3): fix adding typescript definitions [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/7.0.2...7.0.3) due to an oversight in 7.0.2 this release had to be published to actually publish the TS definitions. thanks [@AlanMorel](https://togithub.com/AlanMorel) for pointing this out. ### [`v7.0.2`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/7.0.2): add typescript definitions [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/7.0.1...7.0.2) thanks to [@AlanMorel](https://togithub.com/AlanMorel) in [#115](https://togithub.com/mweibel/connect-session-sequelize/issues/115). **note:** please don't use this version as it doesn't actually change something. Use 7.0.3 instead. ### [`v7.0.1`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/7.0.1): Ignore failed promise when clearing expired sessions [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/7.0.0...7.0.1) fixed in [#111](https://togithub.com/mweibel/connect-session-sequelize/issues/111). Thanks [@TitaneBoy](https://togithub.com/TitaneBoy) ### [`v7.0.0`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/7.0.0): Sequelize 6 support [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/6.1.1...7.0.0) This release adds support for Sequelize 6 ([#106](https://togithub.com/mweibel/connect-session-sequelize/issues/106), [#107](https://togithub.com/mweibel/connect-session-sequelize/issues/107)). Thanks [@UziTech](https://togithub.com/UziTech) [@pruhstal](https://togithub.com/pruhstal) 👏 ### [`v6.1.1`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/6.1.1): Fix default table name when not specifying one [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/6.1.0...6.1.1) fixes an issue introduced in version 6.1.0. All users who upgraded to 6.1.0 should upgrade to it. ### [`v6.1.0`](https://togithub.com/mweibel/connect-session-sequelize/releases/tag/6.1.0): Add possibility to specify table name [Compare Source](https://togithub.com/mweibel/connect-session-sequelize/compare/6.0.0...6.1.0) Thanks to [@durek1337](https://togithub.com/durek1337) in [#93](https://togithub.com/mweibel/connect-session-sequelize/issues/93), [#85](https://togithub.com/mweibel/connect-session-sequelize/issues/85) got fixed.Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.