dependabot[bot]
8ec345bf62
build(deps-dev): bump json-schema from 0.3.0 to 0.4.0
...
Bumps [json-schema](https://github.com/kriszyp/json-schema ) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/kriszyp/json-schema/releases )
- [Commits](https://github.com/kriszyp/json-schema/commits )
---
updated-dependencies:
- dependency-name: json-schema
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11 12:16:04 +03:00
dependabot[bot]
bec8af4f41
build(deps-dev): bump eslint from 8.1.0 to 8.2.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.1.0...v8.2.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11 12:15:42 +03:00
Anton Shchekota
77c6f7621d
deps: update dev deps and ignore husky
2021-11-11 12:08:24 +03:00
Anton Shchekota
4ce30357a0
deps: update babel and remove concat-stream
2021-11-11 12:08:24 +03:00
Anton Shchekota
abb781a69a
refactor: replace module-deps-sortable on own implementation to control how parse files
...
BREAKING CHANGE:
all Extensions whould contains '.' so that mean if you have just 'ts' then need to convert to '.ts'
2021-11-11 11:52:31 +03:00
Anton Shchekota
e3c59d77e4
fix: external was removed as prefer of input usages
...
BREAKING CHANGE:
external parameter was removed
Migration plan propose to move all external resources to input usages
Motivation: packages has many inputs which describe in package.json
so that mean need each time to parse all package.json of exsternal resources to understand which etry point need to pick.
But it is base on guesses because entry point may could not contains a documentation and the best way to handle it manualy.
2021-11-11 11:52:31 +03:00
Anton Shchekota
61ed5dd002
deps: update unist and highlight.js
2021-10-28 11:49:37 +03:00
dependabot[bot]
66fbbbecb2
build(deps-dev): bump eslint from 8.0.1 to 8.1.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.0.1...v8.1.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 11:40:13 +03:00
Anton Shchekota
810e08b6fd
fix: The server parameter deprecated and will be remove in next Major version fixed #1413
...
BREAKING CHANGE:
The serve parametr was remove, you can use any other tools which could be refresh and store your html site
The private parameter has removed, use a access
2021-10-25 13:23:47 +03:00
Anton Shchekota
0975871b34
fix: html report, it is return html if output is not defined
...
Html report should be encapsulated and not return all files to save it.
2021-10-22 16:01:29 +03:00
Anton Shchekota
6f6f9d0bf7
deps: update yargs
2021-10-21 10:41:22 +03:00
dependabot[bot]
e4d8a7c495
build(deps-dev): bump standard-version from 9.3.1 to 9.3.2
...
Bumps [standard-version](https://github.com/conventional-changelog/standard-version ) from 9.3.1 to 9.3.2.
- [Release notes](https://github.com/conventional-changelog/standard-version/releases )
- [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/standard-version/compare/v9.3.1...v9.3.2 )
---
updated-dependencies:
- dependency-name: standard-version
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20 16:55:02 +03:00
dependabot[bot]
bae303004f
build(deps): bump strip-json-comments from 2.0.1 to 4.0.0
...
Bumps [strip-json-comments](https://github.com/sindresorhus/strip-json-comments ) from 2.0.1 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/strip-json-comments/releases )
- [Commits](https://github.com/sindresorhus/strip-json-comments/compare/v2.0.1...v4.0.0 )
---
updated-dependencies:
- dependency-name: strip-json-comments
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20 16:54:31 +03:00
Anton Shchekota
db74e7cac9
deps: update remark deps
2021-10-20 16:51:02 +03:00
Anton Shchekota
245837f8e1
deps: update read-pkg-up
2021-10-19 17:58:58 +03:00
Anton Shchekota
aa24a1ba35
deps: update deps vfile
2021-10-19 17:44:33 +03:00
Anton Shchekota
d604f29221
deps: move on micromark-util-character
2021-10-19 17:19:24 +03:00
Anton Shchekota
05026ce390
refactor: convert project to ESM
2021-10-19 16:38:44 +03:00
dependabot[bot]
80e306f2d2
build(deps): bump @babel/core from 7.15.4 to 7.15.8
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.15.4 to 7.15.8.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.15.8/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-08 18:41:40 +03:00
dependabot[bot]
e758ae3824
build(deps-dev): bump lint-staged from 11.1.2 to 11.2.0
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 11.1.2 to 11.2.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v11.1.2...v11.2.0 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-08 18:41:08 +03:00
Matthieu MOREL
f229cb726a
build(deps): bump dependencies
...
Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-Authored-By: Matthieu MOREL <mmorel-35@users.noreply.github.com>
2021-10-08 18:32:18 +03:00
Anton Shchekota
90bcf0c6bf
chore: move to npm installation deps procedure
2021-08-06 13:48:49 +03:00