Update dependency documentation to v14 #161
Open
+1,681
−1,281
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^12.1.4
->^14.0.0
Release Notes
documentationjs/documentation (documentation)
v14.0.3
Compare Source
v14.0.2
Compare Source
v14.0.1
Compare Source
Improvements
v14.0.0
Compare Source
v13.2.5
Compare Source
⚠ BREAKING CHANGES
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 external resources to understand which entry 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 manually.
The private parameter has removed, use a access
Bug Fixes
add micromark dependencies fixed #1381 (3ba8165)
add TS and TSX as default extensions fixed #1377 (f0cb1c0)
external was removed as prefer of input usages (e3c59d7)
html report, it is return html if output is not defined (0975871)
remove private parameter, use access (BREAKING CHANGES) (874069c)
The server parameter deprecated and will be remove in next Major version fixed #1413 (810e08b)
use process.cwd vs
.
which can fail (4cc70a5)replace module-deps-sortable on own implementation to control how parse files (abb781a)
Update Node minimum version to 14 (fc0bb3c)
13.2.5 (2021-04-24)
Bug Fixes
13.2.4 (2021-04-21)
Bug Fixes
13.2.3 (2021-04-20)
13.2.2 (2021-04-20)
Bug Fixes
13.2.1 (2021-04-06)
v13.2.4
Compare Source
⚠ BREAKING CHANGES
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 external resources to understand which entry 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 manually.
The private parameter has removed, use a access
Bug Fixes
add micromark dependencies fixed #1381 (3ba8165)
add TS and TSX as default extensions fixed #1377 (f0cb1c0)
external was removed as prefer of input usages (e3c59d7)
html report, it is return html if output is not defined (0975871)
remove private parameter, use access (BREAKING CHANGES) (874069c)
The server parameter deprecated and will be remove in next Major version fixed #1413 (810e08b)
use process.cwd vs
.
which can fail (4cc70a5)replace module-deps-sortable on own implementation to control how parse files (abb781a)
Update Node minimum version to 14 (fc0bb3c)
13.2.5 (2021-04-24)
Bug Fixes
13.2.4 (2021-04-21)
Bug Fixes
13.2.3 (2021-04-20)
13.2.2 (2021-04-20)
Bug Fixes
13.2.1 (2021-04-06)
v13.2.3
Compare Source
⚠ BREAKING CHANGES
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 external resources to understand which entry 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 manually.
The private parameter has removed, use a access
Bug Fixes
add micromark dependencies fixed #1381 (3ba8165)
add TS and TSX as default extensions fixed #1377 (f0cb1c0)
external was removed as prefer of input usages (e3c59d7)
html report, it is return html if output is not defined (0975871)
remove private parameter, use access (BREAKING CHANGES) (874069c)
The server parameter deprecated and will be remove in next Major version fixed #1413 (810e08b)
use process.cwd vs
.
which can fail (4cc70a5)replace module-deps-sortable on own implementation to control how parse files (abb781a)
Update Node minimum version to 14 (fc0bb3c)
13.2.5 (2021-04-24)
Bug Fixes
13.2.4 (2021-04-21)
Bug Fixes
13.2.3 (2021-04-20)
13.2.2 (2021-04-20)
Bug Fixes
13.2.1 (2021-04-06)
v13.2.2
Compare Source
⚠ BREAKING CHANGES
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 external resources to understand which entry 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 manually.
The private parameter has removed, use a access
Bug Fixes
add micromark dependencies fixed #1381 (3ba8165)
add TS and TSX as default extensions fixed #1377 (f0cb1c0)
external was removed as prefer of input usages (e3c59d7)
html report, it is return html if output is not defined (0975871)
remove private parameter, use access (BREAKING CHANGES) (874069c)
The server parameter deprecated and will be remove in next Major version fixed #1413 (810e08b)
use process.cwd vs
.
which can fail (4cc70a5)replace module-deps-sortable on own implementation to control how parse files (abb781a)
Update Node minimum version to 14 (fc0bb3c)
13.2.5 (2021-04-24)
Bug Fixes
13.2.4 (2021-04-21)
Bug Fixes
13.2.3 (2021-04-20)
13.2.2 (2021-04-20)
Bug Fixes
13.2.1 (2021-04-06)
v13.2.1
Compare Source
⚠ BREAKING CHANGES
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 external resources to understand which entry 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 manually.
The private parameter has removed, use a access
Bug Fixes
add micromark dependencies fixed #1381 (3ba8165)
add TS and TSX as default extensions fixed #1377 (f0cb1c0)
external was removed as prefer of input usages (e3c59d7)
html report, it is return html if output is not defined (0975871)
remove private parameter, use access (BREAKING CHANGES) (874069c)
The server parameter deprecated and will be remove in next Major version fixed #1413 (810e08b)
use process.cwd vs
.
which can fail (4cc70a5)replace module-deps-sortable on own implementation to control how parse files (abb781a)
Update Node minimum version to 14 (fc0bb3c)
13.2.5 (2021-04-24)
Bug Fixes
13.2.4 (2021-04-21)
Bug Fixes
13.2.3 (2021-04-20)
13.2.2 (2021-04-20)
Bug Fixes
13.2.1 (2021-04-06)
v13.2.0
Compare Source
⚠ BREAKING CHANGES
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 external resources to understand which entry 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 manually.
The private parameter has removed, use a access
Bug Fixes
add micromark dependencies fixed #1381 (3ba8165)
add TS and TSX as default extensions fixed #1377 (f0cb1c0)
external was removed as prefer of input usages (e3c59d7)
html report, it is return html if output is not defined (0975871)
remove private parameter, use access (BREAKING CHANGES) (874069c)
The server parameter deprecated and will be remove in next Major version fixed #1413 (810e08b)
use process.cwd vs
.
which can fail (4cc70a5)replace module-deps-sortable on own implementation to control how parse files (abb781a)
Update Node minimum version to 14 (fc0bb3c)
13.2.5 (2021-04-24)
Bug Fixes
13.2.4 (2021-04-21)
Bug Fixes
13.2.3 (2021-04-20)
13.2.2 (2021-04-20)
Bug Fixes
13.2.1 (2021-04-06)
v13.1.1
Compare Source
Features
13.1.1 (2021-01-19)
v13.1.0
Compare Source
Improvements
v13.0.2
Compare Source
Features
13.0.2 (2020-07-02)
Bug Fixes
13.0.1 (2020-06-04)
Bug Fixes
v13.0.1
Compare Source
Features
13.0.2 (2020-07-02)
Bug Fixes
13.0.1 (2020-06-04)
Bug Fixes
v13.0.0
Compare Source
Chores
BREAKING CHANGES
v12.3.0
Compare Source
Features
v12.2.0
Compare Source
Features
12.1.4 (2019-11-15)
12.1.3 (2019-11-04)
Bug Fixes
12.1.2 (2019-09-09)
Bug Fixes
12.1.1 (2019-08-01)
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.