Skip to content

Commit

Permalink
chore(deps): update nuxtjs monorepo to ^3.13.2 (#872)
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://github.com/nuxt/nuxt/tree/HEAD/packages/kit))
| [`^3.13.1` ->
`^3.13.2`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.13.1/3.13.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fkit/3.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fkit/3.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fkit/3.13.1/3.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fkit/3.13.1/3.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [nuxt](https://nuxt.com)
([source](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt))
| [`^3.13.1` ->
`^3.13.2`](https://renovatebot.com/diffs/npm/nuxt/3.13.1/3.13.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/3.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nuxt/3.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nuxt/3.13.1/3.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/3.13.1/3.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://github.com/nuxt/nuxt/compare/v3.13.1...v3.13.2)

> 3.13.2 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://github.com/nuxt/nuxt/compare/v3.13.1...v3.13.2)

##### 🔥 Performance

- **nuxt:** Remove interop default for dynamic components
([#&#8203;28912](https://github.com/nuxt/nuxt/pull/28912))

##### 🩹 Fixes

- **nuxt:** Fix ssr log querySelector
([#&#8203;28864](https://github.com/nuxt/nuxt/pull/28864))
- **schema:** Enable `propsDestructure` by default
([#&#8203;28830](https://github.com/nuxt/nuxt/pull/28830))
- **nuxt:** Ensure injected `route` has enumerable keys
([#&#8203;28841](https://github.com/nuxt/nuxt/pull/28841))
- **nuxt:** Don't override vue instance with legacy `asyncData`
([#&#8203;28842](https://github.com/nuxt/nuxt/pull/28842))
- **nuxt:** Render server errors with `ssr: false`
([#&#8203;28834](https://github.com/nuxt/nuxt/pull/28834))
- **nuxt:** Resolve full component paths
([#&#8203;28843](https://github.com/nuxt/nuxt/pull/28843))
- **nuxt:** Improve accuracy of module resolution conditions
([#&#8203;28846](https://github.com/nuxt/nuxt/pull/28846))
- **nuxt:** Log more context of prerendering errors
([#&#8203;28895](https://github.com/nuxt/nuxt/pull/28895))
- **nuxt:** Enable `injectAtEnd` to reduce circular auto-imports
([#&#8203;28822](https://github.com/nuxt/nuxt/pull/28822))
- **nuxt:** Ensure we process files in `buildDir` for unimport
([#&#8203;28899](https://github.com/nuxt/nuxt/pull/28899))
- **nuxt:** Do not accept attrs on `<NuxtErrorBoundary>`
([#&#8203;28901](https://github.com/nuxt/nuxt/pull/28901))
- **nuxt,schema:** Accept any module in inline `modules` array
([#&#8203;28922](https://github.com/nuxt/nuxt/pull/28922))
- **nuxt:** Fall back to original component `filePath`
([#&#8203;28925](https://github.com/nuxt/nuxt/pull/28925))
- **nuxt:** Make `runWithContext` generic
([#&#8203;28926](https://github.com/nuxt/nuxt/pull/28926))
- **nuxt:** Set `inheritAttrs: false` for fragment components
([#&#8203;28939](https://github.com/nuxt/nuxt/pull/28939))
- **nuxt:** Use case-insensitive regexp for `<script>` blocks
([4fd24381c](https://github.com/nuxt/nuxt/commit/4fd24381c))
- **nuxt:** Ensure component imports are injected last
([#&#8203;28944](https://github.com/nuxt/nuxt/pull/28944))
- **nuxt:** Catch chunk errors directly in navigation
([820908696](https://github.com/nuxt/nuxt/commit/820908696))
- **nuxt:** Add missing `isNuxtMajorVersion` export
([#&#8203;29016](https://github.com/nuxt/nuxt/pull/29016))
- **nuxt:** Correct type for `useError`
([#&#8203;28996](https://github.com/nuxt/nuxt/pull/28996))

##### 💅 Refactors

- **nuxt:** Use `vite:preloadError` event
([#&#8203;28862](https://github.com/nuxt/nuxt/pull/28862))

##### 📖 Documentation

- Add known limitations for app.config.ts
([#&#8203;28875](https://github.com/nuxt/nuxt/pull/28875))
- Typo fixed missing closing angle bracket
([#&#8203;28880](https://github.com/nuxt/nuxt/pull/28880))
- Update useFetch troubleshooting section
([#&#8203;28918](https://github.com/nuxt/nuxt/pull/28918))
- Capitalize text
([#&#8203;28972](https://github.com/nuxt/nuxt/pull/28972))
- Fix typo
([#&#8203;28983](https://github.com/nuxt/nuxt/pull/28983))
- Add clarity to `useFetch` parameter signature
([#&#8203;28993](https://github.com/nuxt/nuxt/pull/28993))
- Remove confusing reference to 'SPA'
([#&#8203;28991](https://github.com/nuxt/nuxt/pull/28991))

##### 🏡 Chore

- Use consola to log out compatibility info
([#&#8203;28854](https://github.com/nuxt/nuxt/pull/28854))
- **vite:** Use correct type import
([3f508d521](https://github.com/nuxt/nuxt/commit/3f508d521))
- Enable `noUncheckedSideEffectImports`
([#&#8203;28903](https://github.com/nuxt/nuxt/pull/28903))
- Add `pending triage` to blank issues
([#&#8203;28923](https://github.com/nuxt/nuxt/pull/28923))
- Correct comment style
([c4181b5a2](https://github.com/nuxt/nuxt/commit/c4181b5a2))
- Fix typos
([462380d45](https://github.com/nuxt/nuxt/commit/462380d45))
- Refresh lockfile, use `htmlnano` + pin workflow deps
([#&#8203;28946](https://github.com/nuxt/nuxt/pull/28946))
- Pin dep + workflow by hash
([4d81334c9](https://github.com/nuxt/nuxt/commit/4d81334c9))
- **ui-templates:** Use class-selector
([043329f52](https://github.com/nuxt/nuxt/commit/043329f52))

##### ✅ Tests

- Collect bundle sizes in parallel
([1ce81069d](https://github.com/nuxt/nuxt/commit/1ce81069d))
- Add regression test for using `route` in template
([#&#8203;28967](https://github.com/nuxt/nuxt/pull/28967))
- Convert set to array
([6ee3b3adc](https://github.com/nuxt/nuxt/commit/6ee3b3adc))
- Switch inline snapshot to object comparison
([ae5135363](https://github.com/nuxt/nuxt/commit/ae5135363))

##### 🤖 CI

- Access issue number from payload
([8e4585c14](https://github.com/nuxt/nuxt/commit/8e4585c14))
- Configure codeql to ignore tests
([d5f98a757](https://github.com/nuxt/nuxt/commit/d5f98a757))
- Add default permissions for workflows
([3ede01cd4](https://github.com/nuxt/nuxt/commit/3ede01cd4))
- Scan source files with codeql
([#&#8203;28943](https://github.com/nuxt/nuxt/pull/28943))
- Skip setting up node before codeql scan
([c4d7c92e9](https://github.com/nuxt/nuxt/commit/c4d7c92e9))

##### ❤️ Contributors

- Daniel Roe
([@&#8203;danielroe](https://github.com/danielroe))
- Artem Maslov ([@&#8203;Twocram](https://github.com/Twocram))
- Paulo Ricardo Severo
([@&#8203;prsevero](https://github.com/prsevero))
- Nishant Aanjaney Jalan
([@&#8203;cybercoder-naj](https://github.com/cybercoder-naj))
- [@&#8203;beer](https://github.com/beer)
([@&#8203;iiio2](https://github.com/iiio2))
- Julien Huang
([@&#8203;huang-julien](https://github.com/huang-julien))
-   Liran Tal ([@&#8203;lirantal](https://github.com/lirantal))
-   Anthony Fu ([@&#8203;antfu](https://github.com/antfu))
- Osama Abdallah Essa Haikal
([@&#8203;OsamaHaikal](https://github.com/OsamaHaikal))

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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 these
updates 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/antoinezanardi/werewolves-assistant-web-next).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent b6cef68 commit 28e0e43
Show file tree
Hide file tree
Showing 2 changed files with 687 additions and 469 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@eslint/eslintrc": "^3.1.0",
"@faker-js/faker": "^9.0.1",
"@nuxt/image": "^1.8.0",
"@nuxt/kit": "^3.13.1",
"@nuxt/kit": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.5.3",
Expand Down Expand Up @@ -140,7 +140,7 @@
"jest-extended": "^4.0.2",
"lint-staged": "^15.2.10",
"msw": "^2.4.7",
"nuxt": "^3.13.1",
"nuxt": "^3.13.2",
"nuxt-link-checker": "^3.1.1",
"ofetch": "^1.3.4",
"pinia": "^2.2.2",
Expand Down
Loading

0 comments on commit 28e0e43

Please sign in to comment.