Update dependency documentation to v14 - #161
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 15:34
f739803 to
67a5f7e
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
August 19, 2025 17:58
67a5f7e to
2a80f71
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
August 31, 2025 12:47
2a80f71 to
bb342e3
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
September 25, 2025 19:43
bb342e3 to
6b58ffc
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
October 22, 2025 00:10
6b58ffc to
c592635
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
November 10, 2025 14:02
c592635 to
920bfa9
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
November 18, 2025 12:50
920bfa9 to
89221e4
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
December 3, 2025 19:03
89221e4 to
99169d6
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
December 31, 2025 14:46
99169d6 to
1bcaab6
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
January 8, 2026 19:54
1bcaab6 to
a7b128f
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
January 23, 2026 18:15
cdbe1e3 to
401495e
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
February 2, 2026 16:48
401495e to
c32e612
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
February 17, 2026 14:58
3338cf3 to
e0c63b6
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
March 5, 2026 17:13
e0c63b6 to
aa02a08
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
March 13, 2026 10:47
aa02a08 to
0996a01
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
April 1, 2026 17:49
0996a01 to
537c805
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
April 8, 2026 21:15
537c805 to
2a47ba3
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
April 29, 2026 13:47
2a47ba3 to
1f573e0
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
May 18, 2026 10:36
1aae0a6 to
6719e00
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
June 1, 2026 18:14
144b935 to
d290962
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
June 11, 2026 18:11
d290962 to
20bde89
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
2 times, most recently
from
July 16, 2026 20:38
9b390e6 to
be9c632
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
July 20, 2026 22:32
be9c632 to
e9f6a5a
Compare
renovate
Bot
force-pushed
the
renovate/documentation-14.x
branch
from
July 24, 2026 14:08
e9f6a5a to
82565bb
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.4→^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
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.