chore(deps): update v0.x (minor) - #60
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/v0.x
branch
2 times, most recently
from
March 25, 2025 18:05
24a0c36 to
b454f24
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
May 9, 2025 11:23
b454f24 to
27413e2
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
May 30, 2025 22:14
27413e2 to
7f9c11b
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
2 times, most recently
from
June 9, 2025 15:04
8960885 to
ae484e2
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
2 times, most recently
from
June 12, 2025 14:17
e2dcd27 to
eacb588
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
August 15, 2025 14:04
eacb588 to
28686d9
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
2 times, most recently
from
August 19, 2025 19:30
a95e40d to
a50101b
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
December 31, 2025 15:45
a50101b to
6fca56b
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
January 8, 2026 18:58
6fca56b to
89f8a2e
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
January 19, 2026 20:00
89f8a2e to
e3af963
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
February 2, 2026 19:08
e3af963 to
2d67804
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
February 12, 2026 16:41
2d67804 to
582cf0c
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
2 times, most recently
from
March 3, 2026 13:06
7cf6682 to
8a6b7a6
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
March 13, 2026 14:03
8a6b7a6 to
950f214
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
2 times, most recently
from
March 27, 2026 17:57
1ebcb31 to
66b6fdd
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
April 8, 2026 17:50
66b6fdd to
765deff
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
2 times, most recently
from
May 5, 2026 13:39
6bdcb0a to
5df6e0a
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
May 12, 2026 11:43
5df6e0a to
feb9b11
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
June 11, 2026 10:51
feb9b11 to
bf6ec73
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
2 times, most recently
from
July 16, 2026 18:01
69d393a to
88c3351
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
2 times, most recently
from
July 24, 2026 16:08
42d491d to
7be1b7c
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
July 30, 2026 13:58
7be1b7c to
b462df6
Compare
renovate
Bot
force-pushed
the
renovate/v0.x
branch
from
August 12, 2026 01:53
b462df6 to
43b1b6b
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:
^0.5.1→^0.7.0^0.7.0→^0.9.1^0.4.3→^0.6.0Release Notes
changesets/changesets (@changesets/changelog-github)
v0.7.0Compare Source
Minor Changes
94578cfThanks @Kauhsa! - AddeddisableThanksoptionv0.6.0Compare Source
Minor Changes
fd0bc2eThanks @mixelburg! - Linkify issue references in changelog entries.Patch Changes
#1810
27fd8f4Thanks @hirasso! - Replace deprecatedString.prototype.trimRightwithString.prototype.trimEndUpdated dependencies [
d4b8ad8,e462d89]:v0.5.2Compare Source
Patch Changes
#1783
398b3feThanks @mrginglymus! - RespectGITHUB_SERVER_URLenvironment variable when constructing URLsUpdated dependencies [
398b3fe]:vuejs/tsconfig (@vue/tsconfig)
v0.9.1Compare Source
Notable Changes
Full Changelog: vuejs/tsconfig@v0.9.0...v0.9.1
v0.9.0Compare Source
Noticeable Changes
noUncheckedIndexedAccessfrom base config to the lib config[fa4423b]noUncheckedIndexedAccessmay have false positives, making it hard for existing codebases to upgrade.New Contributors
Full Changelog: vuejs/tsconfig@v0.8.1...v0.9.0
v0.8.1Compare Source
fix: do not turn on
exactOptionalPropertyTypesfor now[a235c5f]Full Changelog: vuejs/tsconfig@v0.8.0...v0.8.1
v0.8.0Compare Source
Breaking Changes
libReplacementfor better performance by @ntnyq in #35noUncheckedIndexedAccessandby @haoqunjiang in #36exactOptionalPropertyTypesIf you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options:
@vue/tsconfig, usesupress-ts-errors(npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue) to insert@ts-expect-errorcomments in your current codebase.Full Changelog: vuejs/tsconfig@v0.7.0...v0.8.0
kuoruan/eslint-import-resolver-next (eslint-import-resolver-next)
v0.6.0Compare Source
What's Changed
unrs-resolveris used now by @JounQin in #7bunresolver option by @kuoruan in #11New Contributors
Full Changelog: kuoruan/eslint-import-resolver-next@v0.5.0...v0.6.0
v0.5.0Compare Source
What's Changed
browser_componentsNEXT_RESOLVER_CACHE_DISABLEDFull Changelog: kuoruan/eslint-import-resolver-next@v0.4.3...v0.5.0
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.