Conversation
Contributor
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Contributor
Oxlint Ecosystem CI |
CodSpeed Instrumentation Performance ReportMerging #10916 will not alter performanceComparing Summary
|
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.
[0.16.10] - 2025-05-09
Features
initialize(feat(language_server): request for workspace configuration when client did not send them ininitialize#10789) (Sysix)Bug Fixes
workspace/didChangeConfiguration(fix(language_server): request client for configuration when no configuration is passed inworkspace/didChangeConfiguration#10871) (Sysix)initializeresponse (fix(language_server): return server versioninitializeresponse #10810) (Sysix)withResolversin prefer-await-to-then (fix(linter): false positive withwithResolversin prefer-await-to-then #10896) (camc314)no-shadow-restricted-names(fix(linter): add missing option tono-shadow-restricted-names#10827) (camc314)Performance
simdutf8when reading files from file system (perf(language_server): usesimdutf8when reading files from file system #10814) (Sysix)Documentation
no_restricted_imports(docs(linter): fix a few incorrect backticks inno_restricted_imports#10914) (Boshen)Refactor
OnceCellfromWorkspaceWorker.root_uri(refactor(language_server): removeOnceCellfromWorkspaceWorker.root_uri#10898) (Sysix)ServerLinterinto a separate call (refactor(language_server): move the initialization ofServerLinterinto a separate call #10776) (Sysix)nested_configstoServerLinter(refactor(language_server): movenested_configstoServerLinter#10775) (Sysix)gitignore_globtoServerLinter(refactor(language_server): movegitignore_globtoServerLinter#10762) (Sysix)IsolatedLintHandlerFileSystem(refactor(language_server): useIsolatedLintHandlerFileSystem#10830) (Sysix)ServerLintertoServerLinter(refactor(language_server): move functions related toServerLintertoServerLinter#10761) (Sysix)Testing
TesterFileSystemforRuntimes filesystem (test(linter): useTesterFileSystemforRuntimes filesystem #10829) (Sysix)