Skip to content
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): bump @astrojs/language-server from 2.5.2 to 2.10.0 #4210

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2024

Bumps @astrojs/language-server from 2.5.2 to 2.10.0.

Release notes

Sourced from @​astrojs/language-server's releases.

@​astrojs/language-server@​2.10.0

Minor Changes

  • c8af6db: Upgrades the language server to use the latest version of Volar. This changes should have no negative impacts on the experience.

@​astrojs/language-server@​2.9.1

Patch Changes

  • a401068: Fixes certain code actions corrupting Vue and Svelte files in specific situations

@​astrojs/language-server@​2.9.0

Minor Changes

  • 65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.

@​astrojs/language-server@​2.8.4

Patch Changes

  • 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently
  • d57daad: Fix notification about Prettier being missing appearing on every format
  • b166787: Fixes auto imports through completions and code actions inside script tags sometimes not updating the text correctly
  • eb49fb2: Fixes completions for Astro-specific attributes not working in certain contexts

@​astrojs/language-server@​2.8.3

Patch Changes

  • c1fa115: Fixes .prettierignore and .editorconfig not working correctly. This update also improves the error logging around Prettier, the LSP will now warn when it failed to load the Prettier config.

@​astrojs/language-server@​2.8.2

Patch Changes

  • 79b7968: Fixes Organize Imports not working correctly

@​astrojs/language-server@​2.8.1

Patch Changes

  • f1447ef: chore: Update volar-service-prettier. This is only an internal refactor and there should be no visible changes.

@​astrojs/language-server@​2.8.0

Minor Changes

  • 85b42dc: Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more.

@​astrojs/language-server@​2.7.7

Patch Changes

  • 2bad6a8: Adds auto-complete for data-astro-rerun on script tags
  • 1b68dfb: Improves descriptions for attributes specific to Astro (is:raw, set:html, etc.)

@​astrojs/language-server@​2.7.6

... (truncated)

Changelog

Sourced from @​astrojs/language-server's changelog.

2.10.0

Minor Changes

  • c8af6db: Upgrades the language server to use the latest version of Volar. This changes should have no negative impacts on the experience.

2.9.1

Patch Changes

  • a401068: Fixes certain code actions corrupting Vue and Svelte files in specific situations

2.9.0

Minor Changes

  • 65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.

2.8.4

Patch Changes

  • 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently
  • d57daad: Fix notification about Prettier being missing appearing on every format
  • b166787: Fixes auto imports through completions and code actions inside script tags sometimes not updating the text correctly
  • eb49fb2: Fixes completions for Astro-specific attributes not working in certain contexts

2.8.3

Patch Changes

  • c1fa115: Fixes .prettierignore and .editorconfig not working correctly. This update also improves the error logging around Prettier, the LSP will now warn when it failed to load the Prettier config.

2.8.2

Patch Changes

  • 79b7968: Fixes Organize Imports not working correctly

2.8.1

Patch Changes

  • f1447ef: chore: Update volar-service-prettier. This is only an internal refactor and there should be no visible changes.

2.8.0

Minor Changes

  • 85b42dc: Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@astrojs/language-server](https://github.com/withastro/language-tools/tree/HEAD/packages/language-server) from 2.5.2 to 2.10.0.
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/language-server/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/language-server@2.10.0/packages/language-server)

---
updated-dependencies:
- dependency-name: "@astrojs/language-server"
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 16, 2024
Copy link
Contributor

mergify bot commented May 16, 2024

CI Issues

The job lint has ended with status failure and the following error:

integrations/astro-youtube-embed.ts:43:13 - error ts(2339): Property 'children' does not exist on type 'never'.
43     ...node.children
               ~~~~~~~~

CI Issues automatically triaged this problem and assigned it to the issue: Compilation Error (DOCS-137).

For more information, check the CI Issues dashboard.

Copy link
Contributor

mergify bot commented May 16, 2024

CI Issues

The job lint has ended with status failure and the following error:

integrations/astro-asides.ts:62:13 - error ts(2339): Property 'children' does not exist on type 'never'.
62     ...node.children
               ~~~~~~~~

CI Issues automatically triaged this problem and assigned it to the issue: Compilation Error (DOCS-133).

For more information, check the CI Issues dashboard.

Copy link
Contributor

mergify bot commented May 16, 2024

CI Issues

The job lint has ended with status failure and the following error:

plugins/rehype-optimize-static.ts:25:8 - error ts(2345): Argument of type 'Root' is not assignable to parameter of type 'Node<Data>'.
  Types of property 'data' are incompatible.

CI Issues automatically triaged this problem and assigned it to the issue: Compilation Error (DOCS-139).

For more information, check the CI Issues dashboard.

Copy link
Contributor

mergify bot commented May 16, 2024

CI Issues

The job lint has ended with status failure and the following error:

plugins/remark-algolia.ts:99:23 - error ts(2339): Property 'frontmatter' does not exist on type 'unknown'.
99    ...file.data.astro.frontmatter,
                         ~~~~~~~~~~~

CI Issues automatically triaged this problem and assigned it to the issue: Compilation Error (DOCS-140).

For more information, check the CI Issues dashboard.

Copy link
Contributor

mergify bot commented May 16, 2024

CI Issues

The job lint has ended with status failure and the following error:

src/components/RightSidebar/TableOfContents.tsx:132:5 - error ts(2786): 'HeadingContainer' cannot be used as a JSX component.
  Its type '({ children }: {    children: JSX.Element;}) => JSX.Element | JSX.Element' is not a valid JSX element type.

CI Issues automatically triaged this problem and assigned it to the issue: Compilation Error (DOCS-142).

For more information, check the CI Issues dashboard.

Copy link
Contributor

mergify bot commented May 16, 2024

CI Issues

The job lint has ended with status failure and the following error:

src/components/Search/PageDetails.tsx:85:56 - error ts(2339): Property 'excerpt' does not exist on type '{ objectID: SnippetMatch; title: SnippetMatch; description: SnippetMatch; tables: { node: SnippetMatch; data: SnippetMatch; content: SnippetMatch; } ; headings: { ...; } ; }'.

CI Issues automatically triaged this problem and assigned it to the issue: Compilation Error (DOCS-151).

For more information, check the CI Issues dashboard.

Copy link
Contributor

mergify bot commented May 16, 2024

CI Issues

The job lint has ended with status failure and the following error:

src/components/Tables/ActionOptionsTable.tsx:16:26 - error ts(2345): Argument of type '{ [optionKey: string]: OptionDefinition; }' is not assignable to parameter of type 'OptionDefinition'.
  Type '{ [optionKey: string]: OptionDefinition; }' is missing the following properties from type 'OptionDefinition': valueType, description, default, $ref

CI Issues automatically triaged this problem and assigned it to the issue: Compilation Error (DOCS-143).

For more information, check the CI Issues dashboard.

Copy link
Contributor

mergify bot commented May 16, 2024

CI Issues

The job lint has ended with status failure and the following error:

src/util/mdxast.tsx:123:39 - error ts(2740): Type '{}' is missing the following properties from type '({ key: string; $ref: string; description: string; type?: undefined; enum?: undefined; items?: undefined; } | { key: string; type: string; description: string; $ref?: undefined; enum?: undefined; items?: undefined; } | { ...; } | { ...; } | { ...; }) ': length, pop, push, concat, and 35 more.

CI Issues automatically triaged this problem and assigned it to the issue: Compilation Error (DOCS-144).

For more information, check the CI Issues dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
0 participants