Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps starlight-links-validator from 0.12.4 to 0.13.0.

Release notes

Sourced from starlight-links-validator's releases.

v0.13.0

   🚨 Breaking Changes

  • Adds errors for local links, e.g. URLs with a hostname of localhost or 127.0.0.1  -  by @​HiDeoo (80636)

    In previous versions, such links were silently ignored. They are now considered as invalid links as they are usually used for development purposes and should not be present in production. If you want to preserve the previous behaviour, you can set the errorOnLocalLinks option to false in your astro.config.mjs file:

    export default defineConfig({
      integrations: [
        starlight({
          plugins: [
            starlightLinksValidator({
              errorOnLocalLinks: false,
            }),
          ],
        }),
      ],
    });
    View changes on GitHub
Commits
  • b076fa0 chore: release v0.13.0
  • a4ef9b9 Merge pull request #67 from HiDeoo/hd-feat-local-links
  • 806366c feat!: adds errors for local links, e.g. URLs with a hostname of localhost ...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator) from 0.12.4 to 0.13.0.
- [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases)
- [Commits](HiDeoo/starlight-links-validator@v0.12.4...v0.13.0)

---
updated-dependencies:
- dependency-name: starlight-links-validator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 4, 2024 20:42
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 4, 2024
@dependabot dependabot bot requested a review from KianNH November 4, 2024 20:43
@cloudflare-workers-and-pages
Copy link

Deploying cloudflare-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8e021d7
Status: ✅  Deploy successful!
Preview URL: https://72d6459f.cloudflare-docs-7ou.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-star.cloudflare-docs-7ou.pages.dev

View logs

@KianNH KianNH enabled auto-merge (squash) November 6, 2024 12:02
@KianNH KianNH merged commit 5e0d1bf into production Nov 6, 2024
11 checks passed
@KianNH KianNH deleted the dependabot/npm_and_yarn/starlight-links-validator-0.13.0 branch November 6, 2024 12:03
@workers-devprod workers-devprod added the contribution [Holopin] Recognizes a docs contribution, big or small label Nov 6, 2024
@holopin-bot
Copy link

holopin-bot bot commented Nov 6, 2024

Congratulations @dependabot[bot], the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cm35tydfu121440claxoks41he

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

elithrar pushed a commit that referenced this pull request Nov 6, 2024
)

* [Docs Site] Bump starlight-links-validator from 0.12.4 to 0.13.0

Bumps [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator) from 0.12.4 to 0.13.0.
- [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases)
- [Commits](HiDeoo/starlight-links-validator@v0.12.4...v0.13.0)

---
updated-dependencies:
- dependency-name: starlight-links-validator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* errorOnLocalLinks false

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kian Newman-Hazel <[email protected]>
harshil1712 pushed a commit that referenced this pull request Dec 3, 2024
)

* [Docs Site] Bump starlight-links-validator from 0.12.4 to 0.13.0

Bumps [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator) from 0.12.4 to 0.13.0.
- [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases)
- [Commits](HiDeoo/starlight-links-validator@v0.12.4...v0.13.0)

---
updated-dependencies:
- dependency-name: starlight-links-validator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* errorOnLocalLinks false

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kian Newman-Hazel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution [Holopin] Recognizes a docs contribution, big or small dependencies Pull requests that update a dependency file size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants