Skip to content

Commit 92cbf97

Browse files
ci: release (#94)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b238cb7 commit 92cbf97

File tree

6 files changed

+23
-29
lines changed

6 files changed

+23
-29
lines changed

.changeset/pink-lions-kiss.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/rotten-apricots-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/short-crabs-promise.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/witty-deers-explode.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/starlight-links-validator/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# starlight-links-validator
22

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- [#93](https://github.com/HiDeoo/starlight-links-validator/pull/93) [`6d7174b`](https://github.com/HiDeoo/starlight-links-validator/commit/6d7174bcc6a2bb39f287a50bbdda29a6af4c16c8) Thanks [@HiDeoo](https://github.com/HiDeoo)! - ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`.
8+
9+
Please use the `@astrojs/upgrade` command to upgrade your project:
10+
11+
```sh
12+
npx @astrojs/upgrade
13+
```
14+
15+
- [#100](https://github.com/HiDeoo/starlight-links-validator/pull/100) [`b238cb7`](https://github.com/HiDeoo/starlight-links-validator/commit/b238cb7bd3db5f8fe848c317ba52d5ab44eb853e) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds a new [`sameSitePolicy` option](https://starlight-links-validator.vercel.app/configuration#samesitepolicy) to configure how external links pointing to the same origin as the one configured in the [Astro `site` option](https://docs.astro.build/en/reference/configuration-reference/#site) should be handled.
16+
17+
The current default behavior to ignore all external links remains unchanged. This new option allows to error on such links so they can be rewritten without the origin or to validate them as if they were internal links.
18+
19+
- [#100](https://github.com/HiDeoo/starlight-links-validator/pull/100) [`b238cb7`](https://github.com/HiDeoo/starlight-links-validator/commit/b238cb7bd3db5f8fe848c317ba52d5ab44eb853e) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds a new [`components`](https://starlight-links-validator.vercel.app/configuration#components) option to define additional components and their props to validate as links on top of the built-in `<LinkButton>` and `<LinkCard>` Starlight components.
20+
21+
### Patch Changes
22+
23+
- [#99](https://github.com/HiDeoo/starlight-links-validator/pull/99) [`56ea78c`](https://github.com/HiDeoo/starlight-links-validator/commit/56ea78cefa40f554f88a32181daae1a82ec2fa9a) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes validation issue with the [Astro `base` option](https://docs.astro.build/en/reference/configuration-reference/#base) and the [`errorOnFallbackPages` plugin option](https://starlight-links-validator.vercel.app/configuration#erroronfallbackpages) set to `false` in a multilingual project.
24+
325
## 0.14.3
426

527
### Patch Changes

packages/starlight-links-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starlight-links-validator",
3-
"version": "0.14.3",
3+
"version": "0.15.0",
44
"license": "MIT",
55
"description": "Starlight plugin to validate internal links.",
66
"author": "HiDeoo <[email protected]> (https://hideoo.dev)",

0 commit comments

Comments
 (0)