This repository was archived by the owner on May 17, 2021. It is now read-only.
Commit 6011d67
authored
chore(deps): COMPASS-4191: Switch to namespaced fork of triejs on npm (#62)
[COMPASS-4191](https://jira.mongodb.org/browse/COMPASS-4191) notes:
> vscode `npm run package` fails like so:
https://dev.azure.com/team-compass/vscode/_build/results?buildId=746&view=logs&j=291b3e6c-60a9-5f30-6b17-b27c7388dcd0&t=73e02479-b06a-558b-66de-a6177ecb9da0&l=63
>
> ```
> ERROR Command failed: npm list --production --parseable --depth=99999 --loglevel=error
> npm ERR! missing: triejs@github:rueckstiess/triejs, required by mongodb-index-model@2.5.0
> ```
The [changes to triejs are minimal](pthurlow/triejs@master...rueckstiess:master) in the fork so I made [`@mongodb-js/triejs`](https://npm.im/@mongodb-js/triejs) to remove the `git://` dep complexity from our build toolchain.
While I'm in here, I've also done dependency updates, fixed tests, and added additional debugging for Compass' sake.
* chore: Update dependencies
```
☉ [triejs] index-model/ ncu -u async lodash mongodb mongodb-js-errors mongodb-ns debug eslint-config-mongodb-js mocha mongodb-js-precommit mongodb-runner;
npm i;Upgrading /Users/lucas/index-model/package.json
[====================] 10/10 100%
async ^1.5.2 → ^3.2.0
lodash ^4.8.2 → ^4.17.15
mongodb ^3.1.9 → ^3.5.4
mongodb-js-errors ^0.4.0 → ^0.5.0
mongodb-ns ^2.0.0 → ^2.2.0
debug ^2.2.0 → ^4.1.1
eslint-config-mongodb-js ^3.0.1 → ^5.0.3
mocha ^5.2.0 → ^7.1.0
mongodb-js-precommit ^2.0.0 → ^2.2.1
mongodb-runner ^4.7.1 → ^4.8.0
```
* chore: Fixes for dependency updates
- `async@3` tasks in an `auto()` chain have callback and data args flipped from `async@1.5`
- `mongodb` prints warning unless `useUnifiedTopology: true` in `connect()`
- `mocha.opts` file is deprecated
- bring travis and npmignore templates up to date1 parent c8731b0 commit 6011d67
File tree
8 files changed
+1645
-2449
lines changed- lib
- test
8 files changed
+1645
-2449
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
78 | | - | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
92 | | - | |
93 | 94 | | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | | - | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| 113 | + | |
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| 120 | + | |
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
121 | 126 | | |
122 | | - | |
123 | 127 | | |
| 128 | + | |
124 | 129 | | |
125 | | - | |
| 130 | + | |
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
| |||
153 | 158 | | |
154 | 159 | | |
155 | 160 | | |
156 | | - | |
| 161 | + | |
157 | 162 | | |
158 | 163 | | |
159 | | - | |
| 164 | + | |
160 | 165 | | |
161 | 166 | | |
| 167 | + | |
162 | 168 | | |
163 | 169 | | |
164 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments