chore(deps): update [dev] major dependencies for gatsby (major) - #487
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update [dev] major dependencies for gatsby (major)#487renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/major-gatsby-dev-major
branch
from
October 1, 2023 01:21
4335e33 to
7521c16
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-dev-major
branch
from
November 1, 2023 00:25
7521c16 to
73c98dc
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-dev-major
branch
from
December 1, 2023 00:28
73c98dc to
1995db2
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-dev-major
branch
from
January 1, 2024 02:32
1995db2 to
2445dae
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-dev-major
branch
from
March 1, 2024 00:47
2445dae to
137ec12
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-dev-major
branch
from
May 1, 2024 02:32
137ec12 to
820a574
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-dev-major
branch
from
July 1, 2024 00:37
820a574 to
2b3ddb0
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-dev-major
branch
from
September 1, 2024 00:45
2b3ddb0 to
ef44543
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-dev-major
branch
from
October 1, 2024 00:43
ef44543 to
043b03d
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-dev-major
branch
from
November 1, 2024 02:42
043b03d to
efacf06
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-dev-major
branch
from
June 1, 2026 01:23
efacf06 to
01db32c
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:
^8.2.1→^9.6.1^4.17.13→^5.0.6^17.0.9→^19.2.3^3.0.0→^4.0.0^13.1.0→^14.0.3^3.0.2→^6.1.3Release 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)
isaacs/rimraf (rimraf)
v6.1.3Compare Source
v6.1.2Compare Source
v6.1.1Compare Source
v6.1.0Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v5.0.10Compare Source
v5.0.9Compare Source
v5.0.8Compare Source
v5.0.7Compare Source
v5.0.6Compare Source
v5.0.5Compare Source
v5.0.4Compare Source
v5.0.3Compare Source
v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
v4.4.1Compare Source
v4.4.0Compare Source
v4.3.1Compare Source
v4.3.0Compare Source
v4.2.0Compare Source
v4.1.4Compare Source
v4.1.3Compare Source
v4.1.2Compare Source
v4.1.1Compare Source
v4.1.0Compare Source
v4.0.7Compare Source
v4.0.6Compare Source
v4.0.5Compare Source
v4.0.4Compare Source
v4.0.3Compare Source
v4.0.2Compare Source
v4.0.1Compare Source
v4.0.0Compare Source
Configuration
📅 Schedule: (in timezone GMT)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.