[COMPASS-4191] Resolve trie.js dependency Created: 04/Mar/20 Updated: 29/Oct/23 Resolved: 04/Mar/20 |
|
| Status: | Closed |
| Project: | Compass |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.21.0 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Lucas Hrabovsky (Inactive) | Assignee: | Lucas Hrabovsky (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Epic Link: | COMPASS-3417 |
| Description |
|
vscode npm run package fails like so:
The changes to triejs are minimal https://github.com/pthurlow/triejs/compare/master...rueckstiess:master so lets publish an @mongodb-js/triejs or something. |
| Comments |
| Comment by Githook User [ 04/Mar/20 ] |
|
Author: {'name': 'Lucas Hrabovsky', 'username': 'imlucas', 'email': 'hrabovsky.lucas@gmail.com'}Message: chore: ``` https://github.com/mongodb-js/index-model/pull/62 |
| Comment by Githook User [ 04/Mar/20 ] |
|
Author: {'name': 'Lucas Hrabovsky', 'username': 'imlucas', 'email': 'hrabovsky.lucas@gmail.com'}Message: chore: ``` https://github.com/mongodb-js/index-model/pull/62 |
| Comment by Githook User [ 04/Mar/20 ] |
|
Author: {'name': 'Lucas Hrabovsky', 'username': 'imlucas', 'email': 'hrabovsky.lucas@gmail.com'}Message: chore:
``` async ^3.1.0 → ^3.2.0
In chai@3: ``` ); In chai@4: ``` |
| Comment by Githook User [ 04/Mar/20 ] |
|
Author: {'username': 'imlucas', 'name': 'Lucas Hrabovsky', 'email': 'hrabovsky.lucas@gmail.com'}Message: chore: ``` async ^3.1.0 → ^3.2.0 |
| Comment by Githook User [ 04/Mar/20 ] |
|
Author: {'username': 'imlucas', 'name': 'Lucas Hrabovsky', 'email': 'hrabovsky.lucas@gmail.com'}Message: chore(deps):
> vscode `npm run package` fails like so: The [changes to triejs are minimal](https://github.com/pthurlow/triejs/compare/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.
``` async ^1.5.2 → ^3.2.0
|
| Comment by Githook User [ 04/Mar/20 ] |
|
Author: {'name': 'Lucas Hrabovsky', 'username': 'imlucas', 'email': 'hrabovsky.lucas@gmail.com'}Message: chore(deps): |