Commit Graph

8 Commits

Author SHA1 Message Date
Christoph Heine a974291bb1
Merge pull request #608 from corona-warn-app/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21
2021-05-20 13:04:47 +02:00
dependabot[bot] d132a88ebc
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 20:44:08 +00:00
dependabot[bot] 0ddd4e76d8
Bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 19:18:59 +00:00
Mike McCready 946805717f
npm audit fix (fixes #497) (#498) 2021-01-10 13:53:06 +01:00
Sebastian Wolf b8ed0de44e
update alex dependency 2020-08-03 11:46:59 +02:00
Sebastian Wolf a718e7c0c4
Bump lodash from 4.17.15 to 4.17.19 2020-07-19 20:01:50 +02:00
Sebastian Wolf 7eca45d0b9
Start configuring MD linter 2020-07-13 23:08:16 +02:00
Johannes Amorosa 02caed10d1
feat: Use makefile targets for document linting (#215)
This Makefile provides several targets for linting
documents. It utilizes several npm packages.
Functionality includes:

* Spellcheck
* Linting of markdown
* Check for broken links
* Sorting of dictionary file
* Detect inconsidered language

All targets (excluding the sorting of the dict file) are part
of the Github Action pipeline and will fail if quality
standards are not met.

Signed-off-by: Johannes Amorosa <johannes.amorosa@endocode.com>
2020-07-05 15:37:23 +02:00