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

Release v1.33.0 #891

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Release v1.33.0 #891

wants to merge 17 commits into from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Sep 18, 2024

Release v1.33.0

🚀 Features

  • positions-coordinator: add helper for sorting positions
  • seo: og image

🧹 Chore

  • deps: update antoinezanardi/werewolves-assistant-api docker tag to v1.36.2
  • deps: update dependency @nuxt/devtools to ^1.5.0
  • deps: update dependency @nuxtjs/i18n to ^8.5.4
  • deps: update dependency @nuxtjs/i18n to ^8.5.5
  • deps: update dependency @nuxtjs/sitemap to ^6.1.0
  • deps: update dependency eslint to ^9.11.0
  • deps: update dependency msw to ^2.4.9
  • deps: update dependency ofetch to ^1.4.0
  • deps: update dependency sass to ^1.79.2
  • deps: update dependency sass to ^1.79.3
  • deps: update dependency vue to ^3.5.7
  • deps: update dependency vue to ^3.5.8
  • deps: update playwright monorepo to ^1.47.2
  • deps: update pnpm to v9.11.0

Copy link

coderabbitai bot commented Sep 18, 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>, please review it.
    -- 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    -- @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.

Tip

Early access features: enabled

We are currently testing new code review model(s) that may lead to higher noise levels in the review comments. Please disable the early access features if the noise level causes any inconvenience.

Note:

  • You can enable or disable early access features from the CodeRabbit UI or by updating the CodeRabbit configuration file.

@github-actions github-actions bot changed the title Release v1.32.1 Release v1.33.0 Sep 19, 2024
antoinezanardi and others added 15 commits September 19, 2024 18:13
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

## Release Notes

- **New Features**
- Introduced a default Open Graph image component to enhance social
media sharing.
- Added support for multiple languages in Open Graph metadata, improving
localization.
- Integrated new modules for better image generation and development
tools.

- **Bug Fixes**
- Updated ESLint configuration to exclude specific files, reducing false
positives.

- **Tests**
- Added unit tests for the new Open Graph image component to ensure
functionality and visual consistency.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://redirect.github.com/sass/dart-sass) | [`^1.79.1` ->
`^1.79.2`](https://renovatebot.com/diffs/npm/sass/1.79.1/1.79.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.79.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.79.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.79.1/1.79.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.79.1/1.79.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sass/dart-sass (sass)</summary>

###
[`v1.79.2`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1792)

[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.79.1...1.79.2)

- Add a `$space` parameter to the suggested replacement for
`color.red()`,
`color.green()`, `color.blue()`, `color.hue()`, `color.saturation()`,
    `color.lightness()`, `color.whiteness()`, and `color.blackness()`.

- Update deprecation warnings for the legacy JS API to include a link to
    [relevant documentation].

[relevant documentation]: https://sass-lang.com/d/legacy-js-api

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nuxtjs/i18n](https://i18n.nuxtjs.org)
([source](https://redirect.github.com/nuxt-modules/i18n)) | [`^8.5.4` ->
`^8.5.5`](https://renovatebot.com/diffs/npm/@nuxtjs%2fi18n/8.5.4/8.5.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxtjs%2fi18n/8.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxtjs%2fi18n/8.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxtjs%2fi18n/8.5.4/8.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxtjs%2fi18n/8.5.4/8.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nuxt-modules/i18n (@&#8203;nuxtjs/i18n)</summary>

###
[`v8.5.5`](https://redirect.github.com/nuxt-modules/i18n/releases/tag/v8.5.5)

[Compare
Source](https://redirect.github.com/nuxt-modules/i18n/compare/v8.5.4...v8.5.5)

*No significant changes*

#####     [View changes on
GitHub](https://redirect.github.com/nuxt-modules/i18n/compare/v8.5.4...v8.5.5)

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ofetch](https://redirect.github.com/unjs/ofetch) | [`^1.3.4` ->
`^1.4.0`](https://renovatebot.com/diffs/npm/ofetch/1.3.4/1.4.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ofetch/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ofetch/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ofetch/1.3.4/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ofetch/1.3.4/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>unjs/ofetch (ofetch)</summary>

###
[`v1.4.0`](https://redirect.github.com/unjs/ofetch/blob/HEAD/CHANGELOG.md#v140)

[Compare
Source](https://redirect.github.com/unjs/ofetch/compare/v1.3.4...v1.4.0)

[compare
changes](https://redirect.github.com/unjs/ofetch/compare/v1.3.4...v1.4.0)

##### 🚀 Enhancements

- Support `retryDelay` with callback function
([#&#8203;372](https://redirect.github.com/unjs/ofetch/pull/372))
- Add better message and code for timeout error
([#&#8203;351](https://redirect.github.com/unjs/ofetch/pull/351))
- Allow custom global options for `$fetch.create`
([#&#8203;401](https://redirect.github.com/unjs/ofetch/pull/401))
- Support interceptors arrays
([#&#8203;353](https://redirect.github.com/unjs/ofetch/pull/353))
- Always clone and normalize `options.headers` and `options.query`
([#&#8203;436](https://redirect.github.com/unjs/ofetch/pull/436))

##### 🩹 Fixes

- Export types from `node` export condition
([#&#8203;407](https://redirect.github.com/unjs/ofetch/pull/407))
- Use wrapper to allow patching global `fetch`
([#&#8203;377](https://redirect.github.com/unjs/ofetch/pull/377))

##### 📖 Documentation

- Add docs for using undici dispatcher
([#&#8203;389](https://redirect.github.com/unjs/ofetch/pull/389))

##### 🌊 Types

- Add `agent` and `dispatcher` options (node-specific)
([#&#8203;308](https://redirect.github.com/unjs/ofetch/pull/308))

##### 🏡 Chore

- **release:** V1.3.4
([5cc16a0](https://redirect.github.com/unjs/ofetch/commit/5cc16a0))
- Remove extra space
([#&#8203;384](https://redirect.github.com/unjs/ofetch/pull/384))
- Update deps
([509a037](https://redirect.github.com/unjs/ofetch/commit/509a037))
- Update to eslint v9
([e63c598](https://redirect.github.com/unjs/ofetch/commit/e63c598))
- Apply automated fixes
([f8f5413](https://redirect.github.com/unjs/ofetch/commit/f8f5413))
- Add back spoiler
([dba1915](https://redirect.github.com/unjs/ofetch/commit/dba1915))
- Add experimental for `Too Early` status
([#&#8203;426](https://redirect.github.com/unjs/ofetch/pull/426))
- Update dependencies
([b5fe505](https://redirect.github.com/unjs/ofetch/commit/b5fe505))
- Update deps
([20f67b9](https://redirect.github.com/unjs/ofetch/commit/20f67b9))

##### ✅ Tests

- Add additional tests for hook errors
([7ff4d11](https://redirect.github.com/unjs/ofetch/commit/7ff4d11))

##### 🤖 CI

- Update node version
([4faac04](https://redirect.github.com/unjs/ofetch/commit/4faac04))
- Update autifix
([79483ab](https://redirect.github.com/unjs/ofetch/commit/79483ab))

##### ❤️ Contributors

-   Pooya Parsa ([@&#8203;pi0](http://github.com/pi0))
-   Antoine Rey <antoinerey38@&#8203;gmail.com>
-   Cafu Chino <[email protected]>
-   Marco Solazzi <[email protected]>
- [@&#8203;beer](https://redirect.github.com/beer)
([@&#8203;iiio2](http://github.com/iiio2))
-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))
-   Arlo <[email protected]>
-   Alexander Topalo <[email protected]>
-   Sam Blowes <[email protected]>
-   Kongmoumou ([@&#8203;kongmoumou](http://github.com/kongmoumou))

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

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Antoine ZANARDI <[email protected]>
Copy link

sonarcloud bot commented Sep 22, 2024

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

Successfully merging this pull request may close these issues.

1 participant