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/check from 0.3.1 to 0.7.0 #4216

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @astrojs/check from 0.3.1 to 0.7.0.

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.7.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.

Patch Changes

  • Updated dependencies [c8af6db]
    • @​astrojs/language-server@​2.10.0

@​astrojs/check@​0.6.0

Minor Changes

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

Patch Changes

  • Updated dependencies [65d3425]
    • @​astrojs/language-server@​2.9.0

@​astrojs/check@​0.5.10

Patch Changes

  • 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently
  • Updated dependencies [9ca368b]
  • Updated dependencies [d57daad]
  • Updated dependencies [b166787]
  • Updated dependencies [eb49fb2]
    • @​astrojs/language-server@​2.8.4

@​astrojs/check@​0.5.9

Patch Changes

  • f1447ef: chore: Update volar-service-prettier. This is only an internal refactor and there should be no visible changes.
  • Updated dependencies [f1447ef]
    • @​astrojs/language-server@​2.8.1

@​astrojs/check@​0.5.8

Patch 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.
  • Updated dependencies [85b42dc]
    • @​astrojs/language-server@​2.8.0

@​astrojs/check@​0.5.7

Patch Changes

  • 1b68dfb: Improves descriptions for attributes specific to Astro (is:raw, set:html, etc.)
  • Updated dependencies [2bad6a8]
  • Updated dependencies [1b68dfb]

... (truncated)

Changelog

Sourced from @​astrojs/check's changelog.

0.7.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.

Patch Changes

  • Updated dependencies [c8af6db]
    • @​astrojs/language-server@​2.10.0

0.6.0

Minor Changes

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

Patch Changes

  • Updated dependencies [65d3425]
    • @​astrojs/language-server@​2.9.0

0.5.10

Patch Changes

  • 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently
  • Updated dependencies [9ca368b]
  • Updated dependencies [d57daad]
  • Updated dependencies [b166787]
  • Updated dependencies [eb49fb2]
    • @​astrojs/language-server@​2.8.4

0.5.9

Patch Changes

  • f1447ef: chore: Update volar-service-prettier. This is only an internal refactor and there should be no visible changes.
  • Updated dependencies [f1447ef]
    • @​astrojs/language-server@​2.8.1

0.5.8

Patch 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.
  • Updated dependencies [85b42dc]
    • @​astrojs/language-server@​2.8.0

0.5.7

... (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.

@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:

astro.config.ts:69:4 - error ts(2322): Type '[Plugin<[Options?]>, { dashes: false; }]' is not assignable to type 'string | [string, any] | RemarkPlugin<any > | [RemarkPlugin<any >, any]'.
  Type '[Plugin<[Options?]>, { dashes: false; }]' is not assignable to type '[string, any] | RemarkPlugin<any > | [RemarkPlugin<any >, any]'.
 69    [
       ~
 70     remarkSmartypants,
    ~~~~~~~~~~~~~~~~~~~~~~
...
 73     },
    ~~~~~~
 74    ],
    ~~~~

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

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:

integrations/astro-asides.ts:50:21 - error ts(2339): Property 'directiveLabel' does not exist on type 'Data'.
50     if (child.data?.directiveLabel) {
                       ~~~~~~~~~~~~~~

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

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:41:22 - error ts(2339): Property 'name' does not exist on type 'never'.
41    const type = node.name;
                        ~~~~

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

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:40:37 - error ts(2367): This comparison appears to be unintentional because the types '"root" | "blockquote" | "break" | "code" | "definition" | "delete" | "emphasis" | "footnoteDefinition" | "footnoteReference" | "heading" | "html" | "image" | "imageReference" | ... 14 more ... | "mdxJsxTextElement"' and '"containerDirective"' have no overlap.
40    if (!parent || index  null || node.type !== 'containerDirective') return;
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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-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-youtube-embed.ts:42:40 - error ts(2339): Property 'attributes' does not exist on type 'never'.
42     { attributes: { title, video: node.attributes.v } },
                                          ~~~~~~~~~~

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

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-youtube-embed.ts:31:21 - error ts(2339): Property 'directiveLabel' does not exist on type 'Data'.
31     if (child.data?.directiveLabel) {
                       ~~~~~~~~~~~~~~

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

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/components/Tables/ActionOptionsTable.tsx:12:18 - error ts(2352): Conversion of type '{ bot_account: { description: string; $ref: string; }; commit_message: { description: string; enum: string ; default: string; }; } | { assignees: { description: string; $ref: string; }; ... 8 more ...; report_mode: { ...; }; } | ... 15 more ... | { ...; }' to type '{ [optionKey: string]: OptionDefinition; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
  Type '{ bot_account: { description: string; $ref: string; }; commit_message: { description: string; enum: string ; default: string; }; }' is not comparable to type '{ [optionKey: string]: OptionDefinition; }'.

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

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.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/check-0.7.0 branch from 1af307f to feb523a Compare May 17, 2024 07:17
Copy link
Contributor

mergify bot commented May 28, 2024

@dependabot[bot] this pull request is now in conflict 😩

@mergify mergify bot added the conflict label May 28, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/check-0.7.0 branch from feb523a to ed656c4 Compare May 28, 2024 07:02
@mergify mergify bot removed the conflict label May 28, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/check-0.7.0 branch from ed656c4 to e0fe7fc Compare May 29, 2024 07:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/check-0.7.0 branch from e0fe7fc to a534227 Compare June 10, 2024 07:39
Copy link
Contributor

mergify bot commented Jun 14, 2024

@dependabot[bot] this pull request is now in conflict 😩

@mergify mergify bot added the conflict label Jun 14, 2024
Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.3.1 to 0.7.0.
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.7.0/packages/astro-check)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/check-0.7.0 branch from a534227 to b1fbb43 Compare June 14, 2024 07:01
@mergify mergify bot removed the conflict label Jun 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2024

Superseded by #4639.

@dependabot dependabot bot closed this Jul 10, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/astrojs/check-0.7.0 branch July 10, 2024 06:30
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
Development

Successfully merging this pull request may close these issues.

0 participants