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
David Daniel
4cc70a5aed
fix: use process.cwd vs . which can fail
...
When '.' does not work, this utility function outside the runtime closure can yield an unhelpful error for consumers.
2021-11-10 22:26:38 +03:00
Anton Shchekota
61ed5dd002
deps: update unist and highlight.js
2021-10-28 11:49:37 +03:00
Anton Shchekota
d88a14dc84
refactor: remove not actual tests
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
9da45679b4
build: Stop use circleci #1414 fixed
2021-10-22 18:06:30 +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
874069c0b3
fix: remove private parameter, use access (BREAKING CHANGES)
2021-10-21 10:50:33 +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
Christian Oliff
61fc1b6a53
remove greenkeeper from package.json
...
No longer needed since dependabot is used instead
2021-10-19 15:25:39 +03:00
Anton Shchekota
fc0bb3cd88
chore: Update Node minimum version to 14
...
BREAKING CHANGE:
documentation.js will now require node 14 or later.
2021-10-12 18:25:39 +03:00
Anton
ed48723839
chore: Moved away from Circleci
2021-10-12 17:37:27 +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
Anton Shchekota
3ba81659d7
fix: add micromark dependencies fixed #1381
2021-05-19 17:01:35 +03:00
Anton Shchekota
f0cb1c0bb1
fix: add TS and TSX as default extensions fixed #1377
2021-05-19 17:01:35 +03:00
Anton Shchekota
0e1172ea32
deps: update babel dependencies
2021-05-14 11:27:12 +03:00
Anton Shchekota
4b711da2b2
refactor: use singleton config for execution
...
It will be easy to not put config as parameter each time
2021-05-14 11:27:12 +03:00
Anton
806defa191
refactoring ( #1376 )
...
* refactor: replace leftPad on native implementation padStart
* refactor: migrate on new Buffer API
2021-05-04 16:25:36 +03:00
Tom MacWright
2997254f16
chore(release): 13.2.5
v13.2.5
2021-04-24 16:02:45 -07:00
Anton
6b5bc2548d
fix: add gfm format for remark fixed #1374 ( #1375 )
...
Plugins for remark was reworks because @link should be catch by first then autolink
2021-04-24 16:02:17 -07:00
Anton
00d434f857
fix: jsx should be included for tsx files but not for ts fixed #1359 ( #1373 )
...
ts has conflict syntax with casting type. It is valid TS but not valid TSX
2021-04-22 13:04:35 -07:00
Tom MacWright
df7b399035
chore(release): 13.2.4
v13.2.4
2021-04-21 09:16:12 -07:00
Anton
cd7d12366c
fix: add support Vue 3 fixed #1339 ( #1372 )
...
Vue dependencies was moved to optionalDependencies
So, that mean if you need Vue support you also have to add in own package.json
new dependency for Vue 2 is vue-template-compiler, Vue 3 is @vue/compiler-sfc
2021-04-21 09:15:01 -07:00
Tom MacWright
8a3b15d31a
chore(release): 13.2.3
v13.2.3
2021-04-20 13:41:52 -07:00
Anton
09a441ac42
refactor: Remove plugin-proposal because it is related of transform code ( #1371 )
...
* deps: Remove plugin-proposal because it is related of transform code
1. Documentation need to just parse code and do not transform anything.
That why need to remove plugin and preset usages
2. Remove parser options which already included in parser and enabled by default
* chore: Update docs related remark 13
2021-04-20 13:41:30 -07:00
Tom MacWright
bc4f51031b
chore(release): 13.2.2
v13.2.2
2021-04-20 13:25:52 -07:00
Anton
f4a46b134f
deps: update remark on last version fixed #1349 ( #1370 )
...
1. New plugins was created parse jsDoc links and remove position
2. spread: false - to remove new line after each listItem
2021-04-20 13:25:06 -07:00
Anton
f2fa522070
refactor: switch off position for remark, it is reduce size of tests and check on position ( #1369 )
2021-04-16 08:18:06 -07:00
Anton Shchekota
061b906425
deps: remove deps which already in stage 4
2021-04-15 16:17:34 +03:00
Anton Shchekota
3babb4a0f4
deps: udpate remark and remove babel-eslint parser
2021-04-15 16:17:34 +03:00
Anton Shchekota
5d8d4504d5
fix: @see tags incorrectly formatted in markdown ouput fixed #1337
2021-04-15 16:17:34 +03:00
Anton Shchekota
2d9f28a48b
deps: remove deps which already in stage 4
2021-04-15 16:17:34 +03:00
Benny Lichtner
89fd188856
docs: Include --github flag in README ( #1364 )
2021-04-06 16:06:18 -07:00
Tom MacWright
70ad529e7b
chore(release): 13.2.1
v13.2.1
2021-04-06 16:05:35 -07:00