Skip to content

Commit

Permalink
chore(deps): update dependency @nuxt/kit to v3.15.1 (#887)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v3.15.1`](https://redirect.github.com/nuxt/nuxt/releases/tag/v3.15.1)

[Compare
Source](https://redirect.github.com/nuxt/nuxt/compare/v3.15.0...v3.15.1)

> 3.15.1 is the next regularly scheduled patch release.

#### ✅ Upgrading

As usual, our recommendation for upgrading is to run:

```sh
npx nuxi@latest 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
unjs ecosystem.

#### 👉 Changelog

[compare
changes](https://redirect.github.com/nuxt/nuxt/compare/v3.15.0...v3.15.1)

##### 🔥 Performance

- **nuxt:** Skip experimental async context transform in client build
([#&#8203;30360](https://redirect.github.com/nuxt/nuxt/pull/30360))
- **schema:** Drop unneeded type-only schema dependencies
([#&#8203;30411](https://redirect.github.com/nuxt/nuxt/pull/30411))
- **rspack,webpack:** Drop `lodash-es` dependency
([#&#8203;30409](https://redirect.github.com/nuxt/nuxt/pull/30409))
- **nuxt:** Drop `pathe` browser dep for deep server components
([#&#8203;30456](https://redirect.github.com/nuxt/nuxt/pull/30456))

##### 🩹 Fixes

- **nuxt:** Update module path for defaults
([#&#8203;30371](https://redirect.github.com/nuxt/nuxt/pull/30371))
- **nuxt:** Ignore non-reference identifiers when extracting page
metadata
([#&#8203;30381](https://redirect.github.com/nuxt/nuxt/pull/30381))
- **nuxt:** Pass `nuxt` instance to `resolvePagesRoutes`
([e4a372e12](https://redirect.github.com/nuxt/nuxt/commit/e4a372e12))
- **schema:** Support pfx certificate for dev server
([#&#8203;30412](https://redirect.github.com/nuxt/nuxt/pull/30412))
- **nuxt:** Use node `location` instead of `range` for route meta
property extraction
([#&#8203;30447](https://redirect.github.com/nuxt/nuxt/pull/30447))
- **schema:** Override `vueCompilerOptions.plugins` type
([#&#8203;30454](https://redirect.github.com/nuxt/nuxt/pull/30454))
- **nuxt:** Respect `baseURL` when ignoring prerendered manifest
([#&#8203;30446](https://redirect.github.com/nuxt/nuxt/pull/30446))
- **nuxt:** Respect `router.options` when hmring routes
([#&#8203;30455](https://redirect.github.com/nuxt/nuxt/pull/30455))

##### 💅 Refactors

- **nuxt:** Use `consola` with `nuxt` tag instead of console
([#&#8203;30408](https://redirect.github.com/nuxt/nuxt/pull/30408))

##### 📖 Documentation

- Update references to `lodash` and recommend `es-toolkit`
([8e2ca5bdc](https://redirect.github.com/nuxt/nuxt/commit/8e2ca5bdc))
- Add warning about prerendering
([#&#8203;30437](https://redirect.github.com/nuxt/nuxt/pull/30437))

##### 🏡 Chore

- Add configuration for JetBrains IDEs
([#&#8203;30380](https://redirect.github.com/nuxt/nuxt/pull/30380))
- Update lockfile
([db65a703b](https://redirect.github.com/nuxt/nuxt/commit/db65a703b))
- Dedupe lockfile + bump nanoid
([c5eb6a81d](https://redirect.github.com/nuxt/nuxt/commit/c5eb6a81d))

##### ❤️ Contributors

- Daniel Roe
([@&#8203;danielroe](https://redirect.github.com/danielroe))
- Anders Bootsmann Larsen
([@&#8203;bootsmann1995](https://redirect.github.com/bootsmann1995))
- Alexander Lichter
([@&#8203;TheAlexLichter](https://redirect.github.com/TheAlexLichter))
- Matej Černý
([@&#8203;cernymatej](https://redirect.github.com/cernymatej))
- Connor Roberts
([@&#8203;murshex](https://redirect.github.com/murshex))
- Julien Huang
([@&#8203;huang-julien](https://redirect.github.com/huang-julien))

</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/JoshuaKGoldberg/emoji-blast).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 5ac3f90 commit 4766a4b
Showing 1 changed file with 72 additions and 24 deletions.
96 changes: 72 additions & 24 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 4766a4b

Please sign in to comment.