Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sails-mongo from 2.1.1 to 2.1.2 #2448

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2024

Bumps sails-mongo from 2.1.1 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

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
  • See full diff in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Sep 17, 2024
Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.91%. Comparing base (2b88bef) to head (2fa041a).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2448   +/-   ##
========================================
  Coverage    56.91%   56.91%           
========================================
  Files          176      176           
  Lines         8967     8967           
  Branches      1296     1296           
========================================
  Hits          5104     5104           
  Misses        3854     3854           
  Partials         9        9           
Flag Coverage Δ
backend-bruno 49.52% <ø> (ø)
backend-mocha 54.71% <ø> (ø)
frontend-app-config 97.87% <ø> (ø)
frontend-core-lib 52.41% <ø> (ø)
frontend-dashboard 70.18% <ø> (ø)
frontend-export 100.00% <ø> (ø)
frontend-local-auth 100.00% <ø> (ø)
frontend-manage-roles 63.33% <ø> (ø)
frontend-manage-users 59.81% <ø> (ø)
frontend-report 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/sails-mongo-2.1.2 branch from 40e9397 to ea20838 Compare September 17, 2024 23:40
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2024

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

@andrewbrazzatti
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/sails-mongo-2.1.2 branch from ea20838 to 3dec6e7 Compare September 26, 2024 00:42
Bumps [sails-mongo](https://github.com/balderdashy/sails-mongo) from 2.1.1 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@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: sails-mongo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/sails-mongo-2.1.2 branch from 3dec6e7 to 2fa041a Compare September 26, 2024 05:20
@andrewbrazzatti andrewbrazzatti merged commit 09f4a78 into develop Sep 26, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/sails-mongo-2.1.2 branch September 26, 2024 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant