Update dependency documentation to v14 - #82
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
1 task
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
August 15, 2025 23:29
23d4fa5 to
d5c3781
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
August 23, 2025 15:38
d5c3781 to
c234516
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
September 1, 2025 02:41
c234516 to
0be5351
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
September 26, 2025 19:55
0be5351 to
884902c
Compare
This was referenced Sep 27, 2025
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
October 25, 2025 08:09
884902c to
4d39d4d
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
November 19, 2025 03:36
1fbbf2d to
4eca8f8
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
December 4, 2025 07:57
4eca8f8 to
c8a1dd9
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
January 1, 2026 02:06
c8a1dd9 to
16ad586
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
January 9, 2026 03:57
16ad586 to
d75817e
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
January 24, 2026 03:54
7fe94a1 to
8740092
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
February 3, 2026 03:55
8740092 to
9073bec
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
February 18, 2026 08:09
f3801bf to
9154caa
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
March 14, 2026 12:16
b3055ba to
2bd33da
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
April 15, 2026 12:51
2bd33da to
ddb30a6
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
April 30, 2026 01:46
ddb30a6 to
3ad0b15
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
May 13, 2026 07:39
3ad0b15 to
9dee86f
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
May 22, 2026 08:12
9dee86f to
02db2e8
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
June 2, 2026 08:08
55052ff to
a5ca0c1
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
June 13, 2026 03:14
a5ca0c1 to
f6491b7
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
July 18, 2026 12:16
222263d to
c1a2d58
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
July 25, 2026 15:24
c1a2d58 to
ebf81f7
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.1.1→^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
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.