Skip to content

Frontmatter errors having upgraded to 0.38 #15900

@fardarter

Description

@fardarter

What page of the docs did you find an issue on?

https://starlight.astro.build/getting-started/#updating-starlight

Describe the issue

Node: >=24.0.0
VSCode: 1.109.2
Vscode-astro: 2.16.8

Deps:

"dependencies": {
	"@astrojs/starlight": "0.38.1",
	"@astrojs/starlight-tailwind": "5.0.0",
	"@tailwindcss/vite": "4.2.1",
	"astro": "6.0.4",
	"starlight-fullview-mode": "0.2.6",
	"starlight-scroll-to-top": "0.4.0",
	"tailwindcss": "4.2.1"
},

After upgrading to 0.38, I get missing property errors on hover in VSCode in MDX pages in the front-matter.

Eg:

Missing property "draft". astro
Missing property "pagefind". astro
Missing property "editUrl". astro

I'm using the latest version of the astro plugin. This was working prior to upgrade.

As a sidenote, forcing a min reproduction for this kind of issue is really aggressive in terms of quality control. I get that we're in the AI slop era, but I'm not doing a full reproduction for a dev environment issue. There has to be a middle ground.

What operating system are you using?

Linux

What browser are you using?

Edge

Participation

  • I am willing to submit a pull request for this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    - P3: minor bugAn edge case that only affects very specific usage (priority)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions