chore(deps): update all non-major dependency bump #395
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:
2.0.7
->2.0.92
1.0.8
->1.0.9
11.0.0
->11.0.3
2.4.1
->2.4.6
2.0.0-beta.49
->2.0.0-rc.2
2.0.0-beta.49
->2.0.0-rc.105
2.0.0-beta.49
->2.0.0-rc.0
2.0.0-beta.49
->2.0.0-rc.105
2.0.0-beta.49
->2.0.0-rc.14
2.0.0-beta.49
->2.0.0-rc.103
2.0.0-beta.49
->2.0.0-rc.105
v3.7.11
->v3.7.13
8.0.1
->8.0.3
0.15.0
->0.15.1
7.33.6
->7.33.7
v2.4.0
->v2.4.1
0.3.2
->0.3.3
3.0.1
->3.0.2
3.0.2
->3.0.5
2.7.8
->2.7.16
0.14.6
->0.14.10
2.0.0-beta.49
->2.0.0-rc.23
Release Notes
FRSource/FRS-hide-scrollbar (@frsource/frs-hide-scrollbar)
v2.0.92
Compare Source
v2.0.91
Compare Source
v2.0.90
Compare Source
v2.0.89
Compare Source
v2.0.88
Compare Source
v2.0.87
Compare Source
v2.0.86
Compare Source
v2.0.85
Compare Source
v2.0.84
Compare Source
v2.0.83
Compare Source
v2.0.82
Compare Source
v2.0.81
Compare Source
v2.0.80
Compare Source
v2.0.79
Compare Source
v2.0.78
Compare Source
v2.0.77
Compare Source
v2.0.76
Compare Source
v2.0.75
Compare Source
v2.0.74
Compare Source
v2.0.73
Compare Source
v2.0.72
Compare Source
v2.0.71
Compare Source
v2.0.70
Compare Source
v2.0.69
Compare Source
v2.0.68
Compare Source
v2.0.67
Compare Source
v2.0.66
Compare Source
v2.0.65
Compare Source
v2.0.64
Compare Source
v2.0.63
Compare Source
v2.0.62
Compare Source
v2.0.61
Compare Source
v2.0.60
Compare Source
v2.0.59
Compare Source
v2.0.58
Compare Source
v2.0.57
Compare Source
v2.0.56
Compare Source
v2.0.55
Compare Source
v2.0.54
Compare Source
v2.0.53
Compare Source
v2.0.52
Compare Source
v2.0.51
Compare Source
v2.0.50
Compare Source
v2.0.49
Compare Source
v2.0.48
Compare Source
v2.0.47
Compare Source
v2.0.46
Compare Source
v2.0.45
Compare Source
v2.0.44
Compare Source
v2.0.43
Compare Source
v2.0.42
Compare Source
v2.0.41
Compare Source
v2.0.40
Compare Source
v2.0.39
Compare Source
v2.0.38
Compare Source
v2.0.37
Compare Source
v2.0.36
Compare Source
v2.0.35
Compare Source
v2.0.34
Compare Source
v2.0.33
Compare Source
v2.0.32
Compare Source
v2.0.31
Compare Source
v2.0.30
Compare Source
v2.0.29
Compare Source
v2.0.28
Compare Source
v2.0.27
Compare Source
v2.0.26
Compare Source
v2.0.25
Compare Source
v2.0.24
Compare Source
v2.0.23
Compare Source
v2.0.22
Compare Source
v2.0.21
Compare Source
v2.0.20
Compare Source
v2.0.19
Compare Source
v2.0.18
Compare Source
v2.0.17
Compare Source
v2.0.16
Compare Source
v2.0.15
Compare Source
v2.0.14
Compare Source
v2.0.13
Compare Source
v2.0.12
Compare Source
v2.0.11
Compare Source
v2.0.10
Compare Source
v2.0.9
Compare Source
v2.0.8
Compare Source
textlint-rule/textlint-rule-no-unmatched-pair (@textlint-rule/textlint-rule-no-unmatched-pair)
v1.0.9
Compare Source
Bug Fixes
vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v11.0.3
Compare Source
v11.0.2
Compare Source
v11.0.1
Compare Source
vuejs/test-utils (@vue/test-utils)
v2.4.6
Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/test-utils@v2.4.5...v2.4.6
v2.4.5
Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/test-utils@v2.4.4...v2.4.5
v2.4.4
Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/test-utils@v2.4.3...v2.4.4
v2.4.3
Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.4.2...v2.4.3
v2.4.2
Compare Source
What's Changed
Note: A fix for the
text()
method (https://github.com/vuejs/test-utils/pull/2231) may force developers to update tests that were checking the text of several elements at once, as the spaces of each element are now trimmed (as they are when usingtext()
on a single element). So if you were checking the text of<span>Trimmed </span><span>Example</span>
, it is nowTrimmedExample
instead ofTrimmed Example
(and thetext()
of the first span is stillTrimmed
as it was before).Fix
<transition>
stubs by @alecgibson in https://github.com/vuejs/test-utils/pull/2185setData
by @rory-instil in https://github.com/vuejs/test-utils/pull/2166VNodeChild
type fromvue
to avoid breakage by @sodatea in https://github.com/vuejs/test-utils/pull/2237Docs
Chore
New Contributors
Full Changelog: vuejs/test-utils@v2.4.1...v2.4.2
vuepress/core (@vuepress/client)
v2.0.0-rc.2
Compare Source
Bug Fixes
v2.0.0-rc.1
Compare Source
Features
v2.0.0-rc.0
Bug Fixes
Features
v2.0.0-beta.68
Compare Source
Build System
Features
BREAKING CHANGES
TEMPLATE_RENDERER_OUTLETS
in@vuepress/utils
packagev2.0.0-beta.67
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.