Skip to content

Commit

Permalink
chore(deps): update dependency vitepress to v1.6.1 (#1748)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitepress](https://vitepress.dev/)
([source](https://redirect.github.com/vuejs/vitepress)) | [`1.6.0` ->
`1.6.1`](https://renovatebot.com/diffs/npm/vitepress/1.6.0/1.6.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitepress/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitepress/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitepress/1.6.0/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitepress/1.6.0/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vuejs/vitepress (vitepress)</summary>

###
[`v1.6.1`](https://redirect.github.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#161-2025-01-20)

[Compare
Source](https://redirect.github.com/vuejs/vitepress/compare/v1.6.0...v1.6.1)

##### Bug Fixes

- **build:** escape `$` in replace pattern in dynamic routes plugin
([e812916](https://redirect.github.com/vuejs/vitepress/commit/e8129167c76104d59d31a77b16dff3458e6af5eb)),
closes
[#&#8203;4499](https://redirect.github.com/vuejs/vitepress/issues/4499)
- **theme/regression:** broken hero heading at certain viewports
([37dbe89](https://redirect.github.com/vuejs/vitepress/commit/37dbe895d4cf813e6eb1289f24c637945eec0d1f))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/yjl9903/AnimeSpace).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 18025e5 commit e56db6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.10",
"vite-plugin-pwa": "^0.21.1",
"vitepress": "1.6.0",
"vitepress": "1.6.1",
"workbox-window": "^7.3.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vite": "^6.0.10",
"vitepress": "1.6.0",
"vitepress": "1.6.1",
"vitest": "^3.0.2"
},
"packageManager": "[email protected]",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e56db6a

Please sign in to comment.