Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
chore(deps): update nuxtjs monorepo to ^3.10.2 (#64)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nuxt/kit](https://nuxt.com/docs/api/kit)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/kit)) |
[`^3.10.1` ->
`^3.10.2`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.10.1/3.10.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fkit/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fkit/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fkit/3.10.1/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fkit/3.10.1/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/schema](https://nuxt.com)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/schema)) |
[`^3.10.1` ->
`^3.10.2`](https://renovatebot.com/diffs/npm/@nuxt%2fschema/3.10.1/3.10.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fschema/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fschema/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fschema/3.10.1/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fschema/3.10.1/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [nuxt](https://nuxt.com)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/nuxt)) |
[`^3.10.1` ->
`^3.10.2`](https://renovatebot.com/diffs/npm/nuxt/3.10.1/3.10.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nuxt/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nuxt/3.10.1/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/3.10.1/3.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nuxt/nuxt (@&#8203;nuxt/kit)</summary>

### [`v3.10.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.10.2)

[Compare
Source](https://togithub.com/nuxt/nuxt/compare/v3.10.1...v3.10.2)

> 3.10.2 is a regularly-scheduled patch release.

##### ✅ Upgrading

As usual, our recommendation for upgrading is to run:

```sh
nuxi upgrade --force
```

This will refresh your lockfile as well, and ensures that you pull in
updates from other dependencies that Nuxt relies on, particularly in the
vue and unjs ecosystems.

##### 👉 Changelog

[compare
changes](https://togithub.com/nuxt/nuxt/compare/v3.10.1...v3.10.2)

##### 🩹 Fixes

- **nuxt:** Export `refreshCookie`
([#&#8203;25635](https://togithub.com/nuxt/nuxt/pull/25635))
- **nuxt:** Allow prefetching urls with query string
([#&#8203;25658](https://togithub.com/nuxt/nuxt/pull/25658))
- **nuxt:** Remove undefined keys in route object
([#&#8203;25667](https://togithub.com/nuxt/nuxt/pull/25667))
- **vite:** Treat `.pcss` extension as a CSS extension
([#&#8203;25673](https://togithub.com/nuxt/nuxt/pull/25673))
- **nuxt:** Don't check for layout/page with `<ClientOnly>`
([#&#8203;25714](https://togithub.com/nuxt/nuxt/pull/25714))
- **vite:** Strip query strings for style chunk filenames
([#&#8203;25764](https://togithub.com/nuxt/nuxt/pull/25764))
- **nuxt:** Inline entry styles before component styles
([#&#8203;25749](https://togithub.com/nuxt/nuxt/pull/25749))
- **vite:** Optimise layer dependencies with vite
([#&#8203;25752](https://togithub.com/nuxt/nuxt/pull/25752))
- **nuxt:** Don't add extra `baseURL` on server `useRequestURL`
([#&#8203;25765](https://togithub.com/nuxt/nuxt/pull/25765))
- **schema:** Use `rootDir`, not `process.cwd`, for `modulesDir`
([#&#8203;25766](https://togithub.com/nuxt/nuxt/pull/25766))
- **nuxt:** Only warn for `useId` if attrs were not rendered
([#&#8203;25770](https://togithub.com/nuxt/nuxt/pull/25770))
- **kit:** Don't mutate existing component entry when overriding
([#&#8203;25786](https://togithub.com/nuxt/nuxt/pull/25786))

##### 📖 Documentation

- Fix typo in `useAsyncData` docs
([#&#8203;25644](https://togithub.com/nuxt/nuxt/pull/25644))
- Add quotes to clarify what site title is in example
([#&#8203;25669](https://togithub.com/nuxt/nuxt/pull/25669))
- Enable twoslash for some code snippets
([#&#8203;25679](https://togithub.com/nuxt/nuxt/pull/25679))
- Add prepend option docs for `addComponentsDir`
([#&#8203;25683](https://togithub.com/nuxt/nuxt/pull/25683))
- Extend auto-scanned layer directories
([#&#8203;25720](https://togithub.com/nuxt/nuxt/pull/25720))
- Improve wording in seo docs
([#&#8203;25692](https://togithub.com/nuxt/nuxt/pull/25692))
- Add how to debug nuxt with node inspector
([#&#8203;25731](https://togithub.com/nuxt/nuxt/pull/25731))
- <script setup> changed to <script setup lang="ts">
([#&#8203;25750](https://togithub.com/nuxt/nuxt/pull/25750))

- Add missing export defaults for nuxt config
([#&#8203;25774](https://togithub.com/nuxt/nuxt/pull/25774))
- Add import statement for mountSuspended
([#&#8203;25783](https://togithub.com/nuxt/nuxt/pull/25783))
- Pass `event` to `useRuntimeConfig`
([#&#8203;25788](https://togithub.com/nuxt/nuxt/pull/25788))

##### 🏡 Chore

- **schema:** Add missing closing code block
([#&#8203;25641](https://togithub.com/nuxt/nuxt/pull/25641))

##### ❤️ Contributors

-   Sam Blowes ([@&#8203;blowsie](https://togithub.com/blowsie))
-   Daniel Roe ([@&#8203;danielroe](https://togithub.com/danielroe))
- yoshihirokurosaki
([@&#8203;irishkooky](https://togithub.com/irishkooky))
- Eduardo San Martin Morote
([@&#8203;posva](https://togithub.com/posva))
- Mahdi Shah Abbasian
([@&#8203;shahabbasian](https://togithub.com/shahabbasian))
-   João Carmona ([@&#8203;jpsc](https://togithub.com/jpsc))
-   Naim Ahmed Shuvo ([@&#8203;shuvo-me](https://togithub.com/shuvo-me))
-   Denis L ([@&#8203;DenisLug](https://togithub.com/DenisLug))
-   GJSSSS ([@&#8203;gjssss](https://togithub.com/gjssss))
-   Anthony Fu ([@&#8203;antfu](https://togithub.com/antfu))
-   Aman Desai ([@&#8203;amandesai01](https://togithub.com/amandesai01))
- Stephen Strange ([@&#8203;byStrange](https://togithub.com/byStrange))
-   Žan Fras ([@&#8203;frasza](https://togithub.com/frasza))
-   Santiago Morales ([@&#8203;Aleroms](https://togithub.com/Aleroms))
- Hendrik Heil ([@&#8203;hendrikheil](https://togithub.com/hendrikheil))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
Asia/Tokyo, 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.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/shinGangan/nuxt-markuplint).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent 3d77c03 commit 3df9e62
Show file tree
Hide file tree
Showing 3 changed files with 558 additions and 42 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"nuxt": "^3.10.1"
"nuxt": "^3.10.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"dependencies": {
"@markuplint/vue-parser": "^4.1.1",
"@markuplint/vue-spec": "^4.0.2",
"@nuxt/kit": "^3.10.1",
"@nuxt/kit": "^3.10.2",
"markuplint": "^4.1.1"
},
"devDependencies": {
"@markuplint/ml-config": "^4.1.1",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.1",
"@nuxt/schema": "^3.10.2",
"@nuxt/test-utils": "^3.11.0",
"@types/node": "^20.11.19",
"changelogen": "^0.5.5",
"consola": "^3.2.3",
"eslint": "^8.56.0",
"nuxt": "^3.10.1",
"nuxt": "^3.10.2",
"vitest": "^1.2.2"
}
}
Loading

0 comments on commit 3df9e62

Please sign in to comment.