Rik Smale
Rik Smale
## Description of Changes Adds the proxy connection options that were added in `@types/[email protected]` to CONNECTION_OPTION_NAMES Closes #17308
## Pull Request Checklist - [X] Have you added new tests to prevent regressions? - [X] If a documentation update is necessary, have you opened a PR to [the documentation...
There is an issue with the [intervalToDuration/Duration type documentation](https://date-fns.org/v3.6.0/docs/intervalToDuration#types/Duration/1851) ### The problem with intervalToDuration/Duration type documentation When I click on the Duration type in the Returns section of the [intervalToDuration...
## Pull Request Checklist - [ ] Have you added new tests to prevent regressions? - [ ] If a documentation update is necessary, have you opened a PR to...
Fixes [https://github.com/sequelize/sequelize/security/code-scanning/80](https://github.com/sequelize/sequelize/security/code-scanning/80) _Suggested fixes powered by Copilot Autofix. Review carefully before merging._
This PR updates the eslint version to 8, only running on Node 22 in CI. I've moved all `eslint-disable`s to the end of the line and I have enabled some...
Like in #2159 this PR splits tests of validators to their separate files. Based on https://github.com/validatorjs/validator.js/pull/2159#pullrequestreview-1288528413 this PR tackles validators that have > 100 loc. Only `isMobilePhone` was not done...
## Pull Request Checklist - [ ] Have you added new tests to prevent regressions? - [ ] If a documentation update is necessary, have you opened a PR to...
After #14323 was merged, the [release script](https://github.com/sequelize/sequelize/runs/5835866309?check_suite_focus=true) ran where semantic-release did not release a new version since only docs were updated. However, the [release notifier](https://github.com/sequelize/sequelize/runs/5835905704?check_suite_focus=true ) did run so we...