-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency @volar/typescript to v2 #211
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fbe87f8
to
8834016
Compare
8834016
to
295aa19
Compare
295aa19
to
e9bfb23
Compare
e9bfb23
to
e716a05
Compare
e716a05
to
97fd7b6
Compare
97fd7b6
to
8877307
Compare
8877307
to
c071032
Compare
c071032
to
ab717e2
Compare
ab717e2
to
2023fea
Compare
2023fea
to
bc205b1
Compare
bc205b1
to
d78a4a6
Compare
d78a4a6
to
bc6dad0
Compare
bc6dad0
to
a1968d1
Compare
a1968d1
to
b98e1b0
Compare
b98e1b0
to
72a6a52
Compare
72a6a52
to
86e9478
Compare
86e9478
to
f52a919
Compare
f52a919
to
3600cc0
Compare
3600cc0
to
af6febd
Compare
af6febd
to
d60861b
Compare
d60861b
to
ca80e5e
Compare
ca80e5e
to
c6ed578
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
~1.11.1
->~2.3.0
Release Notes
volarjs/volar.js (@volar/typescript)
v2.3.0
Compare Source
Features
Bug Fixes
Performance
searchExternalFiles
if extra extensions are emptyRefactors
setup
option forcreateLanguageServicePlugin
,createAsyncLanguageServicePlugin
LanguagePlugin
now requires the first generic parameter to specify the script ID typeupdateVirtualCode
is now optional, if not provided,createVirtualCode
is always called to update source scriptcreateTypeScriptProjectProvider
has been renamed tocreateTypeScriptProject
createSimpleProjectProvider
has been renamed tocreateSimpleProject
@vscode/l10n
InitializationOptions
interfaceLanguageServiceEnvironment#workapceFolder
is now a URI array and has been renamed toworkspaceFolders
provideAutoInsertionEdit
has been renamed toprovideAutoInsertSnippet
LanguageService
API name formatv2.2.5
Compare Source
Features
v2.2.4
Compare Source
Bug Fixes
v2.2.3
Compare Source
Bug Fixes
v2.2.2
Compare Source
Bug Fixes
isRenameEnabled
respectCodeInformation.navigation.shouldRename
v2.2.1
Compare Source
Features
Bug Fixes
v2.2.0
Compare Source
Features
Bug Fixes
runTsc
cannot display source code for errors vuejs/language-tools#4099runTsc
cannot display source code for errors with--incremental
#158 #162 - Thanks @wangshunnn.d.ts
filePerformance
runTsc
performance regression since 2.0 vuejs/language-tools#4238runTsc
cache module resolution result vuejs/language-tools#4177Refactors
ConfigurationHost
abstractonDidChangeConfiguration
ServiceContext.inject
method return nullabledecorateLanguageServiceHost
less side effects #160CodeInformation
properties optionalv2.1.6
Compare Source
Bug Fixes
v2.1.5
Compare Source
Bug Fixes
GetVirtualCodeRequest
incorrectly responses empty vritual code if no mappingsv2.1.4
Compare Source
Features
updateTextDocument
,updateConfiguration
,didChangeWatchedFiles
Bug Fixes
v2.1.3
Compare Source
Bug Fixes
Other Changes
SemanticToken
tuple membersStatusBarItem
toLanguageStatusItem
v2.1.2
Compare Source
Bug Fixes
v2.1.1
Compare Source
Bug Fixes
locale
option #142Refactors
v2.1.0
Compare Source
Features
@volar/language-service
, but instead calculated and passed asinitialIndentLevel
, which is then reliably handled by ServicePlugin for additional indentation in specific languages.provideDocumentFormattingEdits
andprovideOnTypeFormattingEdits
APIs now accept theEmbeddedCodeFormattingOptions
parameter, which includesinitialIndentLevel
.ServicePlugin.provideFormattingIndentSensitiveLines
API.volar.format.initialIndent
editor setting.ServicePlugin.resolveEmbeddedCodeFormattingOptions
API, allowing downstream tools to modify theinitialIndentLevel
passed to ServicePlugin based on custom settings (replacingvolar.format.initialIndent
).Refactors
ClientCapabilities
param forinitialize()
APIsendDocumentRangeFormattingRequestRequest()
andshutdown()
APIcreateSimpleProjectProvider
has been renamed tocreateSimpleProjectProviderFactory
and needs to be invoked with no arguments.createTypeScriptProjectProvider
has been renamed tocreateTypeScriptProjectProviderFactory
and needs to be invoked with a TS module as an argument.typescript#tsdk
,typescript#tsdkUrl
,ignoreTriggerCharacters
initialization options.fullCompletionList
initialization option. #139provideDiagnosticMarkupContent
API.Bug Fixes
pushDiagnostics
should not be notified when closing a file if server push diagnostics are not enabledprovideSelectionRanges
API multiple result merging method is inconsistent with VSCodeprovideDocumentSemanticTokens
API'srange
param is not mapped to virtual codeprovideDocumentFormattingEdits
API'srange
param is not accurately mapped to virtual code #136openInMemoryDocument()
insertText
andrange
properties of completion item not converted correctlyv2.0.4
Compare Source
Features
Bug Fixes
v2.0.3
Compare Source
Features
Bug Fixes
v2.0.2
Compare Source
Bug Fixes
@volar/language-service
allowNonTsExtensions
is not setv2.0.1
Compare Source
Features
FileRegistry
inproxyCreateProgram()
#128Bug Fixes
currentLabsVersion
to2
lib/quickstart/create(Async)TSServerPlugin
, please uselib/quickstart/create(Async)LanguageServicePlugin
instead ofv2.0.0
Compare Source
Please refer to #85 for details.
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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 has been generated by Mend Renovate. View repository job log here.