dependabot[bot]
93ec6106e1
chore(deps): bump nanoid and mocha
...
Bumps [nanoid](https://github.com/ai/nanoid ) and [mocha](https://github.com/mochajs/mocha ). These dependencies needed to be updated together.
Removes `nanoid`
Updates `mocha` from 8.4.0 to 10.0.0
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v10.0.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
- dependency-name: mocha
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 21:06:23 +00:00
Marc Durdin
767927bf16
chore(common): use /usr/bin/env bash
...
Fixes up scripts (except under /linux) to use `#!/usr/bin/env bash`
instead of `#!/bin/bash` or `#!/bin/sh` so that we don't end up with
the ancient version of bash supplied with macOS.
This became urgent with this PR, because of bash-4.xisms in
build-utils.sh, for example on line 572:
```
if [[ -v _builder_params[$e] ]]; then
```
2022-07-25 14:59:37 +10:00
Marc Durdin
6466b1d68d
chore(developer): +x for scripts
2022-06-25 09:32:57 +10:00
Marc Durdin
4f36c3c2df
chore(developer): Merge branch 'master' into chore/developer/js-to-lmc
2022-06-25 05:48:57 +10:00
Marc Durdin
1330917e2a
Update developer/src/kmlmc/Makefile
...
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
2022-06-14 14:51:33 +10:00
Marc Durdin
3edfb314df
chore(developer): fixup server paths and build
2022-05-23 12:39:30 +10:00
Marc Durdin
6409e51d61
chore(developer): update test build scripts
2022-05-23 06:08:36 +10:00
Marc Durdin
b1252f11e6
chore(developer): move kmlmc to developer/src/kmlmc
2022-05-18 10:13:03 +10:00