Lars
36471e2065
Remove "alex" inconsiderate language scanner ( #941 )
...
* Remove "alex" inconsiderate language scanner
* Remove job in workflow
* Remove .alexignore & .alexrc.yaml
2023-02-06 10:56:37 +01:00
dependabot[bot]
a4ff9ddf15
Bump trim and alex
...
Removes [trim](https://github.com/Trott/trim ). It's no longer used after updating ancestor dependency [alex](https://github.com/get-alex/alex ). These dependencies need to be updated together.
Removes `trim`
Updates `alex` from 8.2.0 to 10.0.0
- [Release notes](https://github.com/get-alex/alex/releases )
- [Commits](https://github.com/get-alex/alex/compare/8.2.0...10.0.0 )
---
updated-dependencies:
- dependency-name: trim
dependency-type: indirect
- dependency-name: alex
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 09:14:28 +00:00
Mike McCready
565719044c
Update markdownlint and markdownlint-cli
2022-10-27 11:46:26 +02:00
Mike McCready
1448cf7832
Resolve minimist vulnerability ( #898 )
...
* Lock markdown-link-check to ~3.8.7
* npm audit fix
2022-06-10 15:15:22 +02:00
Mike McCready
e5ac4aba35
Sync package-lock.json to package.json
2022-06-10 11:07:47 +02:00
Mike McCready
9f7f33b3db
Remove markdown-spellcheck
2022-06-09 12:05:08 +02:00
MikeMcC399
ebbdfc409c
npm install node 16
2022-02-03 17:40:21 +01:00
dependabot[bot]
a6ecc70d60
Bump path-parse from 1.0.6 to 1.0.7
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 16:58:33 +00:00
Christoph Heine
5574a52a47
Merge pull request #632 from corona-warn-app/dependabot/npm_and_yarn/trim-newlines-3.0.1
...
Bump trim-newlines from 3.0.0 to 3.0.1
2021-06-17 14:53:09 +02:00
dependabot[bot]
7733745aea
Bump normalize-url from 4.5.0 to 4.5.1
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 15:57:49 +00:00
dependabot[bot]
68cbf3183a
Bump trim-newlines from 3.0.0 to 3.0.1
...
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases )
- [Commits](https://github.com/sindresorhus/trim-newlines/commits )
---
updated-dependencies:
- dependency-name: trim-newlines
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 23:41:36 +00:00
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