Update dependency documentation to v14#61
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
August 13, 2025 14:13
804de60 to
d826e23
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
August 19, 2025 16:49
d826e23 to
c2b883c
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
August 31, 2025 10:12
c2b883c to
e543f24
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
September 25, 2025 15:50
e543f24 to
e5039bf
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
October 21, 2025 11:00
e5039bf to
bbd4ef0
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
November 11, 2025 01:04
bbd4ef0 to
efdbb7b
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
November 18, 2025 12:14
efdbb7b to
d461539
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
December 3, 2025 18:46
d461539 to
6676a14
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
December 31, 2025 17:07
6676a14 to
6e280d7
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
January 8, 2026 19:52
6e280d7 to
ff97bb9
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
January 23, 2026 18:33
165c129 to
b432dfb
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
February 2, 2026 19:03
b432dfb to
74c3871
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
February 12, 2026 18:15
74c3871 to
25f31f1
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
March 5, 2026 18:33
25f31f1 to
a326ee9
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
March 13, 2026 18:39
a326ee9 to
d30bb23
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
April 8, 2026 20:14
17135c8 to
37a5226
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
April 29, 2026 11:17
37a5226 to
4b9eb66
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
May 18, 2026 09:47
c18128f to
7993013
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
June 1, 2026 19:46
7c3f2a4 to
3352489
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
June 13, 2026 16:02
3352489 to
c338a42
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
July 12, 2026 10:04
c338a42 to
4ab1b0c
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
July 16, 2026 19:57
4ab1b0c to
3db9ced
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0.3→^14.0.0Release Notes
documentationjs/documentation (documentation)
v14.0.3Compare Source
v14.0.2Compare Source
v14.0.1Compare Source
Improvements
v14.0.0Compare Source
v13.2.5Compare 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.4Compare 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.3Compare 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.2Compare 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.1Compare 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.0Compare 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.1Compare Source
Features
13.1.1 (2021-01-19)
v13.1.0Compare Source
Improvements
v13.0.2Compare Source
Features
13.0.2 (2020-07-02)
Bug Fixes
13.0.1 (2020-06-04)
Bug Fixes
v13.0.1Compare Source
Features
13.0.2 (2020-07-02)
Bug Fixes
13.0.1 (2020-06-04)
Bug Fixes
v13.0.0Compare Source
Chores
BREAKING CHANGES
v12.3.0Compare Source
Features
v12.2.0Compare 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
v12.1.4Compare 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
v12.1.3Compare 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
v12.1.2Compare 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
v12.1.1Compare 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
v12.1.0Compare 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: (UTC)
🚦 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.