Skip to content

Fix @astrojs/check beta version#15198

Merged
HiDeoo merged 2 commits intonextfrom
hd/fix-astrojs-check-version-0-9-7-beta
Jan 15, 2026
Merged

Fix @astrojs/check beta version#15198
HiDeoo merged 2 commits intonextfrom
hd/fix-astrojs-check-version-0-9-7-beta

Conversation

@HiDeoo
Copy link
Copy Markdown
Member

@HiDeoo HiDeoo commented Jan 14, 2026

Changes

This PR updates the version of @astrojs/check to fix its current versioning:

  • On 10/20/2025, 0.9.5 was released.
  • On 11/10/2025, 0.9.6-alpha.0 was released as part of the Astro v6 alpha.
  • On 11/26/2025, 0.9.6 was released due to some changes in main.
  • On 01/13/2026, 0.9.6-beta.1 was released yesterday as part of the Astro v6 beta.

This versioning goes backwards with 0.9.6-beta.1 having more recent changes than 0.9.6 and, when exiting beta, changesets will automatically try publishing 0.9.6 and skip it as it's already published on npm.

This PR does 2 things:

  • Manually edit the package.json file version of @astrojs/check to 0.9.7-beta.0
  • Add a patch changeset for this package

If my understanding is correct, this would mean that with the next release, it'll be published as 0.9.7-beta.1, and then when exiting beta, it'll be published as 0.9.7.

Testing

No testing; not aware of any testing possible for this.

Docs

This is a version fix; no doc updates are needed.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jan 14, 2026

🦋 Changeset detected

Latest commit: 8d3aa28

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

'@astrojs/check': patch
---

Updates to Astro 6 beta
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used the same wording as in https://github.com/withastro/astro/pull/15187/files, not sure if more details are required.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 14, 2026

⚠️ Package Trust Level Decreased

Caution

Decreased trust levels may indicate a higher risk of supply chain attacks. Please review these changes carefully.

📦 Package 🔒 Before 🔓 After
@cloudflare/kv-asset-handler trusted-with-provenance none
@cloudflare/unenv-preset trusted-with-provenance none
workerd trusted-with-provenance none
ts-api-utils provenance none
miniflare trusted-with-provenance none
youch provenance none
@cloudflare/workerd-darwin-64 trusted-with-provenance none
@cloudflare/workerd-darwin-arm64 trusted-with-provenance none
@cloudflare/workerd-linux-64 trusted-with-provenance none
@cloudflare/workerd-linux-arm64 trusted-with-provenance none
@cloudflare/workerd-windows-64 trusted-with-provenance none
wrangler trusted-with-provenance none

@HiDeoo HiDeoo marked this pull request as ready for review January 14, 2026 14:11
@HiDeoo HiDeoo merged commit 55107a1 into next Jan 15, 2026
40 of 41 checks passed
@HiDeoo HiDeoo deleted the hd/fix-astrojs-check-version-0-9-7-beta branch January 15, 2026 10:49
dadezzz pushed a commit to dadezzz/ice-notes that referenced this pull request Mar 14, 2026
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@astrojs/check](https://github.com/withastro/astro/tree/main/packages/language-tools/astro-check) ([source](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check)) | [`0.9.6` → `0.9.7`](https://renovatebot.com/diffs/npm/@astrojs%2fcheck/0.9.6/0.9.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@astrojs%2fcheck/0.9.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@astrojs%2fcheck/0.9.6/0.9.7?slim=true) |
| [astro](https://astro.build) ([source](https://github.com/withastro/astro/tree/HEAD/packages/astro)) | [`5.18.0` → `5.18.1`](https://renovatebot.com/diffs/npm/astro/5.18.0/5.18.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.18.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.18.0/5.18.1?slim=true) |

---

### Release Notes

<details>
<summary>withastro/astro (@&#8203;astrojs/check)</summary>

### [`v0.9.7`](https://github.com/withastro/astro/blob/HEAD/packages/language-tools/astro-check/CHANGELOG.md#097)

[Compare Source](https://github.com/withastro/astro/compare/@astrojs/check@0.9.6...@astrojs/check@0.9.7)

##### Patch Changes

- [#&#8203;15187](withastro/astro#15187) [`bbb5811`](withastro/astro@bbb5811) Thanks [@&#8203;matthewp](https://github.com/matthewp)! - Update to Astro 6 beta

- [#&#8203;15198](withastro/astro#15198) [`55107a1`](withastro/astro@55107a1) Thanks [@&#8203;HiDeoo](https://github.com/HiDeoo)! - Updates to Astro 6 beta

- Updated dependencies \[[`bbb5811`](withastro/astro@bbb5811), [`df6d2d7`](withastro/astro@df6d2d7)]:
  - [@&#8203;astrojs/language-server](https://github.com/astrojs/language-server)@&#8203;2.16.1

</details>

<details>
<summary>withastro/astro (astro)</summary>

### [`v5.18.1`](https://github.com/withastro/astro/releases/tag/astro%405.18.1)

[Compare Source](https://github.com/withastro/astro/compare/astro@5.18.0...astro@5.18.1)

##### Patch Changes

- Updated dependencies \[[`c2cd371`](withastro/astro@c2cd371)]:
  - [@&#8203;astrojs/internal-helpers](https://github.com/astrojs/internal-helpers)@&#8203;0.7.6
  - [@&#8203;astrojs/markdown-remark](https://github.com/astrojs/markdown-remark)@&#8203;6.3.11

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS41IiwidXBkYXRlZEluVmVyIjoiNDMuNTkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: Renovate Bot <renovate@zarantonello.dev>
Co-committed-by: Renovate Bot <renovate@zarantonello.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants