Skip to content

Bump validator, sails and sails-mongo#6

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-8e8e33d2db
Open

Bump validator, sails and sails-mongo#6
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-8e8e33d2db

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Copy link
Copy Markdown

Bumps validator, sails and sails-mongo. These dependencies needed to be updated together.
Updates validator from 4.2.1 to 13.15.35

Release notes

Sourced from validator's releases.

13.15.35

Fixes, New Locales and Enhancements

New Contributors

Full Changelog: validatorjs/validator.js@13.15.26...13.15.35

13.15.26

Fixes, New Locales and Enhancements

New Contributors

Full Changelog: validatorjs/validator.js@13.15.23...13.15.26

13.15.23

Fixes, New Locales and Enhancements

... (truncated)

Changelog

Sourced from validator's changelog.

13.15.35

Fixes, New Locales and Enhancements

13.15.26

Fixes, New Locales and Enhancements

13.15.23

Fixes, New Locales and Enhancements

13.15.22

Fixes, New Locales and Enhancements

13.15.20

Fixes, New Locales and Enhancements

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for validator since your current version.


Updates sails from 0.12.14 to 1.5.17

Release notes

Sourced from sails's releases.

v1.5.11

What's Changed

v1.5.9

What's Changed

v1.5.7

What's Changed

Big thanks to @​ThomasRinsma at Codean!

Full Changelog: balderdashy/sails@v1.5.5...v1.5.7

v1.5.5

What's Changed

... (truncated)

Changelog

Sourced from sails's changelog.

Sails Changelog

1.2.0

  • Added sails migrate for quickly running auto-migrations by hand
  • The output of sails inspect no longer includes controller information
  • When loading user hooks, if sails.config.loadHooks is specified, skip hooks whose names aren't explicitly included
  • Increased time to display warning message in config/bootstrap.js from 5 seconds to 30 seconds
  • Switched to using updateOne in the "update" blueprint
  • Blueprint queries no longer include fetch: true by default, to avoid warnings from updateOne
  • Update error mesage in default serverError response to use flaverr
  • In lib/router/res.js, instead of always setting 'content-type' to 'application/json', only set it if res.get('content-type') is falsy
  • Update flaverr dependency
  • Update i18n-2 dependency to resolve deprecation warning
  • Update rc dependency to address potential vulnerabilities
  • Update machinepack-process dependency to address potential vulnerabilities
  • Update machinepack-redis dependency to address potential vulnerabilities

1.1.0

As always, we owe a debt of gratitude to our contributors-- we mentioned you below next to the features/enhancements/fixes you contributed to. (Apologies to anyone we missed, there was a lot in this release! Let us know and we'll add you to the list.)

We especially want to thank those contributors who helped out with the documentation:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eashaw, a new releaser for sails since your current version.


Updates sails-mongo from 0.12.3 to 2.1.2

Release notes

Sourced from sails-mongo's releases.

v2.1.2

What's Changed

Full Changelog: balderdashy/sails-mongo@v2.1.1...v2.1.2

v2.1.1

What's Changed

Full Changelog: balderdashy/sails-mongo@v2.1.0...v2.1.1

v2.1.0

What's Changed

New Contributors

Full Changelog: balderdashy/sails-mongo@v2.0.1...v2.1.0

Changelog

Sourced from sails-mongo's changelog.

sails-mongo Changelog

2.0.0-0

  • [COMPATIBILITY] Upgrade mongodb driver to version 3.5.9. For more information about breaking changes, check the Readme file. [@​Josebaseba], [@​luislobo]
  • [DEPENDENCIES] Updates other dependencies to the latest available. [@​luislobo]

1.2.1

  • [ENHANCEMENT] Adds npm run start-mongodb and npm run stop-mongodb scripts to start/stop a MongoDB docker instance [@​luislobo]
  • [ENHANCEMENT] Adds npm run mongodb-shell to run a MongoDB Shell CLI that connects to the MongoDB docker instance [@​luislobo]
  • [INTERNAL] Bump and pin dependency versions [@​luislobo]
  • [INTERNAL] Tests in Travis run against a combination of Node.js 10, 12, 14 and MongoDB: 3.6, 4.0, 4.2 [@​luislobo]
  • [INTERNAL] Refactors docker-compose.yml, removing the need of Dockerfile. Updates Docker node version to 12, and MongoDB to 4.2 [@​luislobo]

1.2.0

  • [ENHANCEMENT] Add support for makeLikeModifierCaseInsensitive meta key. See #470 for more details. Thanks [@​anterodev]!

1.1.0

  • [BUG] Fix issue with aggregation with MongoDB version >=3.4. Now the cursor option is mandatory. [@​luislobo]

1.0.0

  • [COMPATIBILITY] Upgrade to v1 of the Waterline adapter API.

0.12.2

  • [INTERNAL] Bump and pin dependency versions
  • [BUG] Update mongo driver version picking up patches fixes issue with ssl connectivity which was resolved in mongodb[2.1.20]. See #425 for more details.

0.12.1

  • [ENHANCEMENT] Sets the reconnectInterval to the mongo default and adds a reconnectTries configuration option. See #118 for more details. Thanks [@​luislobo] for the patch!

0.12.0

  • [ENHANCEMENT] Now exposes a flag wlNext that allows you to toggle the case sensitivity of a string query. See #380 and #238 for more. Thanks [@​nicoespeon].

0.11.7

  • [ENHANCEMENT] When running an update only return _id values when doing the initial lookup. See #237 for more. Thanks [@​andyhu].

  • [ENHANCEMENT] Better error message for duplicate keys when using Wired Tiger. See #372 for more. Thanks [@​Mordred].

  • [ENHANCEMENT] Allow multi-line queries when using contains, like, startsWith, and endsWith. See #308 for more. Thanks [@​vbud].

  • [BUG] Fix issue when returning results with the key _id that are not actual ObjectId instances. See #356 for more. Thanks [@​miccar].

  • [STABILITY] Locked the dependency versions down.

... (truncated)

Commits
  • bd4e121 2.1.2
  • a63ec9c Merge pull request #501 from DominusKelvin/feat/add-appName-to-constants
  • dc05601 feat: add appName to recognized connection options
  • 00709b0 2.1.1
  • 286e116 Merge branch 'feat/add-max-pool-size-config' into develop
  • c468e83 2.1.1
  • 762ac7b Merge pull request #500 from DominusKelvin/feat/add-max-pool-size-config
  • 49eeb74 feat: add maxPoolSize as whitelisted config
  • 411d37e feat: add maxPoolSize as whitelisted config
  • 76e0fd9 2.1.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by eashaw, a new releaser for sails-mongo since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [validator](https://github.com/validatorjs/validator.js), [sails](https://github.com/balderdashy/sails) and [sails-mongo](https://github.com/balderdashy/sails-mongo). These dependencies needed to be updated together.

Updates `validator` from 4.2.1 to 13.15.35
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/validatorjs/validator.js/commits/13.15.35)

Updates `sails` from 0.12.14 to 1.5.17
- [Release notes](https://github.com/balderdashy/sails/releases)
- [Changelog](https://github.com/balderdashy/sails/blob/master/CHANGELOG.md)
- [Commits](balderdashy/sails@v0.12.14...v1.5.17)

Updates `sails-mongo` from 0.12.3 to 2.1.2
- [Release notes](https://github.com/balderdashy/sails-mongo/releases)
- [Changelog](https://github.com/balderdashy/sails-mongo/blob/master/CHANGELOG.md)
- [Commits](balderdashy/sails-mongo@v0.12.3...v2.1.2)

---
updated-dependencies:
- dependency-name: validator
  dependency-version: 13.15.35
  dependency-type: direct:production
- dependency-name: sails
  dependency-version: 1.5.17
  dependency-type: direct:production
- dependency-name: sails-mongo
  dependency-version: 2.1.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants