Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Conversation

@imlucas
Copy link
Contributor

@imlucas imlucas commented Mar 4, 2020

Description

Updating dependencies:

☉ [update-deps] data-service/ ncu -u async lodash mongodb mongodb-collection-sample mongodb-index-model mongodb-ns chai electron-mocha electron-rebuild mocha mongodb-js-precommit
Upgrading /Users/lucas/data-service/package.json
[====================] 11/11 100%

 async                       ^3.1.0  →    ^3.2.0
 lodash                     ^4.17.0  →  ^4.17.15
 mongodb                     ^3.5.2  →    ^3.5.4
 mongodb-collection-sample   ^4.4.4  →    ^4.5.1
 mongodb-index-model         ^2.5.0  →    ^2.6.0
 mongodb-ns                  ^2.0.0  →    ^2.2.0
 chai                        ^3.4.1  →    ^4.2.0
 electron-mocha              ^8.1.2  →    ^8.2.1
 electron-rebuild            ^1.8.8  →   ^1.10.0
 mocha                       ^7.0.0  →    ^7.1.0
 mongodb-js-precommit        ^2.0.0  →    ^2.2.1

Checklist

  • New tests and/or benchmarks are included
  • Documentation is changed or added

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

imlucas added 2 commits March 4, 2020 17:35
```
☉ [update-deps] data-service/ ncu -u async lodash mongodb mongodb-collection-sample mongodb-index-model mongodb-ns chai electron-mocha electron-rebuild mocha mongodb-js-precommit
Upgrading /Users/lucas/data-service/package.json
[====================] 11/11 100%

 async                       ^3.1.0  →    ^3.2.0
 lodash                     ^4.17.0  →  ^4.17.15
 mongodb                     ^3.5.2  →    ^3.5.4
 mongodb-collection-sample   ^4.4.4  →    ^4.5.1
 mongodb-index-model         ^2.5.0  →    ^2.6.0
 mongodb-ns                  ^2.0.0  →    ^2.2.0
 chai                        ^3.4.1  →    ^4.2.0
 electron-mocha              ^8.1.2  →    ^8.2.1
 electron-rebuild            ^1.8.8  →   ^1.10.0
 mocha                       ^7.0.0  →    ^7.1.0
 mongodb-js-precommit        ^2.0.0  →    ^2.2.1
```
In chai@3:

```
expect(indexes).to.not.have.property({ name: 'a_1' });
```

In chai@4:

```
expect(indexes).to.not.have.property('name', 'a_1');
```
@imlucas imlucas merged commit 0bc15f5 into master Mar 4, 2020
@imlucas imlucas deleted the update-deps branch March 4, 2020 22:54
imlucas added a commit to mongodb-js/compass that referenced this pull request Mar 4, 2020
```
 mongodb                ^3.5.2  →   ^3.5.4
 mongodb-data-service  ^16.5.5  →  ^16.5.6
 mongodb-index-model    ^2.5.0  →   ^2.6.0
```

mongodb-js/index-model#62
mongodb-js/data-service#204
imlucas added a commit to mongodb-js/compass that referenced this pull request Mar 4, 2020
```
 mongodb                ^3.5.2  →   ^3.5.4
 mongodb-data-service  ^16.5.5  →  ^16.5.6
 mongodb-index-model    ^2.5.0  →   ^2.6.0
```

mongodb-js/index-model#62
mongodb-js/data-service#204
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants