Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update nuxtjs monorepo to ^3.13.1 #810

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit (source) ^3.13.0 -> ^3.13.1 age adoption passing confidence
nuxt (source) ^3.13.0 -> ^3.13.1 age adoption passing confidence

Release Notes

nuxt/nuxt (@​nuxt/kit)

v3.13.1

Compare Source

3.12.4 is the next regularly scheduled patch release.

👀 Highlights

Although this is a patch release, there are two features I'd love to draw your attention to.

  1. 🆔 useId now uses a built-in Vue composable for stable ids between server + client! https://github.com/nuxt/nuxt/pull/28285
  2. 🔥 a new experimental.buildCache feature now allows for quicker app rebuilds https://github.com/nuxt/nuxt/pull/28726

As always, feedback is appreciated 🙏 ❤️

✅ Upgrading

As usual, our recommendation for upgrading is to run:

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

🔥 Performance
  • nuxt: Cache vue app build outputs (#​28726)
  • nuxt: Use ServerPlaceholder for ssr client components (#​28563)
  • nuxt: Use reducer array + handle modified proto (#​28768)
🩹 Fixes
  • schema: Resolve user-provided serverDir relative to root (#​28700)
  • nuxt: Handle mismatching declaration/plugin extensions (#​28709)
  • nuxt: Do not accept arbitrary strings for MiddlewareKey (#​28676)
  • nuxt: Do not pass listeners to custom NuxtLink (#​28738)
  • nuxt: Generate basic jsdoc for module config entry (#​27689)
  • nuxt: Augment NuxtOptions as well as config (#​28747)
  • nuxt: Improve error logging in import protections (#​28753)
  • nuxt: Handle deleted cookies from CookieStore events (#​28760)
  • nuxt: Allow updating appConfig with non-iterable objects (#​28773)
  • nuxt: Improve isNuxtError type inference (#​28814)
💅 Refactors
  • nuxt: Update to vue v3.5 + native useId (#​28285)
📖 Documentation
  • Fix typo (#​28724)
  • Update broken/redirected links (#​28739)
  • Capitalize text (#​28734)
  • Updated line number for nuxt build-time hooks (#​28746)
  • Add missing query returned value from useRoute() (#​28743)
  • Persist package manager choice in code blocks (#​28514)
  • Fix postcss codeblock typo (#​28801)
  • Include --frozen-lockfile when installing dependencies (#​28794)
🏡 Chore
✅ Tests
❤️ Contributors

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Sep 4, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@antoinezanardi antoinezanardi merged commit 14b9f7d into develop Sep 4, 2024
14 checks passed
@antoinezanardi antoinezanardi deleted the renovate/nuxtjs-monorepo branch September 4, 2024 12:05
antoinezanardi pushed a commit that referenced this pull request Sep 7, 2024
## [1.31.0](v1.30.0...v1.31.0) (2024-09-07)

### 🚀 Features

* **game-lobby:** game options saved in local storage ([#811](#811)) ([3213c14](3213c14))
* **game-lobby:** reset game options button ([#824](#824)) ([385a644](385a644))
* **game-options:** remove additional cards count in game options ([#820](#820)) ([c47ba4c](c47ba4c))
* **game:** changed game options are displayed while starting game ([#814](#814)) ([b49225b](b49225b))
* **nuxt:** use experimental build cache ([#812](#812)) ([b7d6593](b7d6593))
* **pwa:** add support for pwa ([#825](#825)) ([cfcf8d4](cfcf8d4))

### 📖 Docs

* **links:** production and development links in readme ([#823](#823)) ([ac34687](ac34687))

### 🔁 CI

* **deploy:** deploy scripts on preproduction and production servers ([#808](#808)) ([c75f5eb](c75f5eb))

### 🧹 Chore

* **deps:** update dependency @faker-js/faker to v9 ([#816](#816)) ([1852cf0](1852cf0))
* **deps:** update dependency @nuxtjs/seo to ^2.0.0-rc.21 ([#818](#818)) ([41b08ae](41b08ae))
* **deps:** update dependency eslint to ^9.10.0 ([#826](#826)) ([e85940c](e85940c))
* **deps:** update dependency msw to ^2.4.2 ([#809](#809)) ([46abf3b](46abf3b))
* **deps:** update dependency sass to ^1.78.0 ([#805](#805)) ([573ff96](573ff96))
* **deps:** update dependency vue to ^3.5.1 ([#813](#813)) ([31cca98](31cca98))
* **deps:** update dependency vue to ^3.5.3 ([#819](#819)) ([6e34005](6e34005))
* **deps:** update dependency vue-tsc to ^2.1.6 ([#815](#815)) ([59d4f62](59d4f62))
* **deps:** update node.js to v22.8.0 ([#806](#806)) ([e74d83b](e74d83b))
* **deps:** update nuxtjs monorepo to ^3.13.1 ([#810](#810)) ([14b9f7d](14b9f7d))
* **deps:** update playwright monorepo to ^1.47.0 ([#822](#822)) ([497edbf](497edbf))
@antoinezanardi
Copy link
Owner

🎉 This PR is included in version 1.31.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant