1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
Commit Graph

11357 Commits

Author SHA1 Message Date
Christopher Kolstad
d6b158b8b0
chore: readded resolutions for our docker package file (#7253)
Since this isn't inherited from our mother package, we needed to readd
resolutions and overrides. I've just copied what we used to have here
for now.
2024-06-04 09:34:41 +02:00
Jaanus Sellin
88dda1987f
feat: project health chart now goes from 0 to 100 to give perspective (#7249)
![image](https://github.com/Unleash/unleash/assets/964450/ab56de69-bed5-4b2c-8ff9-b1cc3db8dd4b)
2024-06-04 10:18:20 +03:00
renovate[bot]
4e5c7414e7
chore(deps): update dependency msw to v2.3.0 (#7262)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io) ([source](https://togithub.com/mswjs/msw)) |
[`2.2.14` ->
`2.3.0`](https://renovatebot.com/diffs/npm/msw/2.2.14/2.3.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.2.14/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.2.14/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mswjs/msw (msw)</summary>

### [`v2.3.0`](https://togithub.com/mswjs/msw/releases/tag/v2.3.0)

[Compare
Source](https://togithub.com/mswjs/msw/compare/v2.2.14...v2.3.0)

#### v2.3.0 (2024-05-08)

> \[!WARNING]
> This release changes how MSW treats unhandled exceptions in response
resolvers. Previously, they were treated as request errors. Starting
with this release, unhandled resolver exceptions will be coerced to `500
Unhandled Exception` mocked error responses produced by the library.
Please note that **you must not intentionally throw errors in your
resolvers**. Please use
[`Response.error()`](https://mswjs.io/docs/basics/mocking-responses#mocking-network-errors)
to mock request/network errors. Unhandled exceptions are considered
unintended and will be treated as if they happen on the actual server.

##### Features

- treat unhandled exceptions in handlers as 500 error responses
([#&#8203;2135](https://togithub.com/mswjs/msw/issues/2135))
([`5191399`](5191399246))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
- prioritize the `node` export when importing `msw/node`
([#&#8203;2134](https://togithub.com/mswjs/msw/issues/2134),
transitively through
[@&#8203;mswjs/interceptors](https://togithub.com/mswjs/interceptors)).
- add a new `unhandledException` event
([#&#8203;2135](https://togithub.com/mswjs/msw/issues/2135),
[docs](https://mswjs.io/docs/api/life-cycle-events#unhandledexception)).

```js
server.events.on('unhandledException', ({ request, error }) => {
  console.log('%s %s errored! See details below.', request.method, request.url)
  console.error(error)
})
```

##### Bug Fixes

- **Disposable:** make the ".dispose()" method synchronous
([#&#8203;2144](https://togithub.com/mswjs/msw/issues/2144))
([`686d3d6`](686d3d668f))
[@&#8203;kettanaito](https://togithub.com/kettanaito)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 01:53:06 +00:00
renovate[bot]
2e04a981c7
chore(deps): update dependency fast-check to v3.19.0 (#7261)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fast-check](https://fast-check.dev/)
([source](https://togithub.com/dubzzz/fast-check/tree/HEAD/packages/fast-check))
| [`3.17.1` ->
`3.19.0`](https://renovatebot.com/diffs/npm/fast-check/3.17.1/3.19.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fast-check/3.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fast-check/3.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fast-check/3.17.1/3.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fast-check/3.17.1/3.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dubzzz/fast-check (fast-check)</summary>

###
[`v3.19.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#3190)

[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.18.0...v3.19.0)

*New options to generate unicode strings on objects*

\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.19.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.18.0...v3.19.0)]

#### Features

- ([PR#5010](https://togithub.com/dubzzz/fast-check/pull/5010)) Add
option to generate unicode values in `object`
- ([PR#5011](https://togithub.com/dubzzz/fast-check/pull/5011)) Add
option to generate unicode values in `json`

#### Fixes

- ([PR#4981](https://togithub.com/dubzzz/fast-check/pull/4981)) Bug:
Better interrupt between multiple versions
- ([PR#4984](https://togithub.com/dubzzz/fast-check/pull/4984)) CI:
Rework issue template
- ([PR#4941](https://togithub.com/dubzzz/fast-check/pull/4941)) Doc:
Publish release note for 3.18.0
- ([PR#4982](https://togithub.com/dubzzz/fast-check/pull/4982)) Script:
Shorter bump command

***

###
[`v3.18.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#3180)

[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.17.2...v3.18.0)

*New options for floating point arbitraries*

\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.18.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.17.2...v3.18.0)]

#### Features

- ([PR#4917](https://togithub.com/dubzzz/fast-check/pull/4917)) Add
option to produce non-integer on `double`
- ([PR#4923](https://togithub.com/dubzzz/fast-check/pull/4923)) Add
option to produce non-integer on `float`
- ([PR#4935](https://togithub.com/dubzzz/fast-check/pull/4935)) Produce
"//" in web paths

#### Fixes

- ([PR#4924](https://togithub.com/dubzzz/fast-check/pull/4924)) CI:
Enable more advanced TS flags
- ([PR#4925](https://togithub.com/dubzzz/fast-check/pull/4925)) CI:
Explicitly test against Node 22
- ([PR#4926](https://togithub.com/dubzzz/fast-check/pull/4926)) CI:
Stabilize tests of `double` on small ranges
- ([PR#4921](https://togithub.com/dubzzz/fast-check/pull/4921))
Performance: More optimal `noInteger` on `double`
- ([PR#4933](https://togithub.com/dubzzz/fast-check/pull/4933)) Script:
Switch on more eslint rules
- ([PR#4922](https://togithub.com/dubzzz/fast-check/pull/4922)) Test:
Cover `noInteger` on `double` via integration layers

***

###
[`v3.17.2`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#3172)

[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.17.1...v3.17.2)

*Directly reference the official documentation from NPM*

\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.17.2)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.17.1...v3.17.2)]

#### Fixes

- ([PR#4853](https://togithub.com/dubzzz/fast-check/pull/4853)) CI:
Build doc with full git history
- ([PR#4872](https://togithub.com/dubzzz/fast-check/pull/4872)) CI: Stop
caching Jest on CI
- ([PR#4852](https://togithub.com/dubzzz/fast-check/pull/4852)) Doc:
Show last update time on doc
- ([PR#4851](https://togithub.com/dubzzz/fast-check/pull/4851)) Doc: Add
last modified date to sitemap
- ([PR#4868](https://togithub.com/dubzzz/fast-check/pull/4868)) Doc:
Enhance SEO for homepage
- ([PR#4888](https://togithub.com/dubzzz/fast-check/pull/4888)) Doc: Add
tutorial for PBT with Jest
- ([PR#4901](https://togithub.com/dubzzz/fast-check/pull/4901)) Doc: Use
official doc for npm homepage
- ([PR#4866](https://togithub.com/dubzzz/fast-check/pull/4866)) Test:
Safer rewrite of Poisoning E2E
- ([PR#4871](https://togithub.com/dubzzz/fast-check/pull/4871)) Test:
Move tests to Vitest
- ([PR#4863](https://togithub.com/dubzzz/fast-check/pull/4863)) Test:
Explicitely import from Vitest
- ([PR#4873](https://togithub.com/dubzzz/fast-check/pull/4873)) Test:
Move to v8 for coverage
- ([PR#4875](https://togithub.com/dubzzz/fast-check/pull/4875)) Test:
Better mock/spy cleaning

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 01:52:13 +00:00
renovate[bot]
79d0f86646
chore(deps): update dependency debounce to v2.1.0 (#7260)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [debounce](https://togithub.com/sindresorhus/debounce) | [`2.0.0` ->
`2.1.0`](https://renovatebot.com/diffs/npm/debounce/2.0.0/2.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/debounce/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/debounce/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/debounce/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/debounce/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sindresorhus/debounce (debounce)</summary>

###
[`v2.1.0`](https://togithub.com/sindresorhus/debounce/releases/tag/v2.1.0)

[Compare
Source](https://togithub.com/sindresorhus/debounce/compare/v2.0.0...v2.1.0)

- Add `.trigger()` function
([#&#8203;41](https://togithub.com/sindresorhus/debounce/issues/41))
[`1fe9160`](https://togithub.com/sindresorhus/debounce/commit/1fe9160)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 22:41:28 +00:00
renovate[bot]
39337bb80e
chore(deps): update dependency cypress to v13.10.0 (#7259)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://cypress.io)
([source](https://togithub.com/cypress-io/cypress)) | [`13.7.2` ->
`13.10.0`](https://renovatebot.com/diffs/npm/cypress/13.7.2/13.10.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/13.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/13.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/13.7.2/13.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/13.7.2/13.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>cypress-io/cypress (cypress)</summary>

###
[`v13.10.0`](https://togithub.com/cypress-io/cypress/releases/tag/v13.10.0)

[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v13.9.0...v13.10.0)

Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0

###
[`v13.9.0`](https://togithub.com/cypress-io/cypress/releases/tag/v13.9.0)

[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v13.8.1...v13.9.0)

Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0

###
[`v13.8.1`](https://togithub.com/cypress-io/cypress/releases/tag/v13.8.1)

[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v13.8.0...v13.8.1)

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1

###
[`v13.8.0`](https://togithub.com/cypress-io/cypress/releases/tag/v13.8.0)

[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v13.7.3...v13.8.0)

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0

###
[`v13.7.3`](https://togithub.com/cypress-io/cypress/releases/tag/v13.7.3)

[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v13.7.2...v13.7.3)

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 22:41:14 +00:00
renovate[bot]
29940a1976
chore(deps): update dependency @vitejs/plugin-react to v4.3.0 (#7258)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@vitejs/plugin-react](https://togithub.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme)
([source](https://togithub.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react))
| [`4.2.1` ->
`4.3.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.2.1/4.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-react/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitejs%2fplugin-react/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitejs%2fplugin-react/4.2.1/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-react/4.2.1/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitejs/vite-plugin-react
(@&#8203;vitejs/plugin-react)</summary>

###
[`v4.3.0`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#430-2024-05-22)

[Compare
Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.2.1...v4.3.0)

##### Fix support for React compiler

Don't set `retainLines: true` when the React compiler is used. This
creates whitespace issues and the compiler is modifying the JSX too much
to get correct line numbers after that. If you want to use the React
compiler and get back correct line numbers for tools like
[vite-plugin-react-click-to-component](https://togithub.com/ArnaudBarre/vite-plugin-react-click-to-component)
to work, you should update your config to something like:

```ts
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@&#8203;babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
```

##### Support HMR for class components

This is a long overdue and should fix some issues people had with HMR
when migrating from CRA.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 20:20:36 +00:00
renovate[bot]
299d3455d6
chore(deps): update dependency plausible-tracker to v0.3.9 (#7257)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [plausible-tracker](https://togithub.com/plausible/plausible-tracker)
| [`0.3.8` ->
`0.3.9`](https://renovatebot.com/diffs/npm/plausible-tracker/0.3.8/0.3.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/plausible-tracker/0.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/plausible-tracker/0.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/plausible-tracker/0.3.8/0.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/plausible-tracker/0.3.8/0.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>plausible/plausible-tracker (plausible-tracker)</summary>

###
[`v0.3.9`](294405cafc...ab75723ad1)

[Compare
Source](294405cafc...ab75723ad1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 20:20:11 +00:00
Mateusz Kwasniewski
a1cecaf647
fix: mobile menu font size (#7252) 2024-06-03 15:28:28 +02:00
GitHub Actions Bot
e8e2bd5e43 chore: bump version to 5.12.6+main 2024-06-03 13:11:09 +00:00
GitHub Actions Bot
40b2e68724 chore: bump version to 5.12.5+main 2024-06-03 12:46:11 +00:00
Mateusz Kwasniewski
7021763973
feat: explain stickiness (#7248) 2024-06-03 13:54:06 +02:00
Gastón Fournier
7952d7e240
chore: upgrade deps (#7245)
Bump express to 4.19.2 (same as in enterprise repo).

This solves a security report:

Versions of Express.js prior to 4.19.2 and pre-release alpha and beta
versions before 5.0.0-beta.3 are affected by an open redirect
vulnerability using malformed URLs.

When a user of Express performs a redirect using a user-provided URL
Express performs an encode [using
encodeurl](https://github.com/pillarjs/encodeurl) on the contents before
passing it to the location header. This can cause malformed URLs to be
evaluated in unexpected ways by common redirect allow list
implementations in Express applications, leading to an Open Redirect via
bypass of a properly implemented allow list.

The main method impacted is res.location() but this is also called from
within res.redirect().
Patches


0867302ddb

0b746953c4

An initial fix went out with express@4.19.0, we then patched a feature
regression in 4.19.1 and added improved handling for the bypass in
4.19.2.
2024-06-03 12:58:20 +02:00
David Leek
63e300da3b
chore: change to fs/promises and add an import from file e2e test (#7240) 2024-06-03 12:10:12 +02:00
Gastón Fournier
e8c9897c69
chore: change deny list to allow list (#7242)
All licenses we allow
2024-06-03 11:37:13 +02:00
Mateusz Kwasniewski
8c26c038b4
feat: new sidebar by default for OSS (#7239) 2024-06-03 11:05:10 +02:00
Mateusz Kwasniewski
e6b0c4fdb5
fix: Prevent jumping content navbar switch (#7232) 2024-06-03 08:52:03 +02:00
renovate[bot]
569c15c05d
chore(deps): update dependency @uiw/react-codemirror to v4.22.1 (#7238)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror)
([source](https://togithub.com/uiwjs/react-codemirror)) | [`4.21.25` ->
`4.22.1`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.21.25/4.22.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2freact-codemirror/4.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2freact-codemirror/4.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2freact-codemirror/4.21.25/4.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2freact-codemirror/4.21.25/4.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>uiwjs/react-codemirror (@&#8203;uiw/react-codemirror)</summary>

###
[`v4.22.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.22.1)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.22.0...v4.22.1)

[![Buy me a
coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.22.1/file/README.md)

Documentation v4.22.1:
https://raw.githack.com/uiwjs/react-codemirror/739df75/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.22.0...v4.22.1

```shell
npm i @&#8203;uiw/react-codemirror@4.22.1
```

- 🐞 fix: lock the react version.
[`79fec4c`](https://togithub.com/uiwjs/react-codemirror/commit/79fec4c)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🐞 fix: Externalize JSX runtime
([#&#8203;655](https://togithub.com/uiwjs/react-codemirror/issues/655))
[`b81c628`](https://togithub.com/uiwjs/react-codemirror/commit/b81c628)
[@&#8203;eps1lon](https://togithub.com/eps1lon)

###
[`v4.22.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.22.0)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.25...v4.22.0)

[![Buy me a
coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.22.0/file/README.md)

Documentation v4.22.0:
https://raw.githack.com/uiwjs/react-codemirror/4954630/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.25...v4.22.0

```shell
npm i @&#8203;uiw/react-codemirror@4.22.0
```

- 📖 doc(theme): update document.
[`34ba805`](https://togithub.com/uiwjs/react-codemirror/commit/34ba805)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 💄 chore(deps): update dependency husky to v9
([#&#8203;624](https://togithub.com/uiwjs/react-codemirror/issues/624))
[`6440766`](https://togithub.com/uiwjs/react-codemirror/commit/6440766)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat: add font size setting to the theme.
[#&#8203;651](https://togithub.com/uiwjs/react-codemirror/issues/651)
[`ead023b`](https://togithub.com/uiwjs/react-codemirror/commit/ead023b)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 💢 ci: update workflows config.
[`cf714d6`](https://togithub.com/uiwjs/react-codemirror/commit/cf714d6)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌍 website: fix type error.
[#&#8203;651](https://togithub.com/uiwjs/react-codemirror/issues/651)
[`ddfb3d2`](https://togithub.com/uiwjs/react-codemirror/commit/ddfb3d2)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 00:17:46 +00:00
renovate[bot]
ef736501f0
fix(deps): update dependency unleash-client to v5.5.3 (#7237)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [unleash-client](https://togithub.com/Unleash/unleash-client-node) |
[`5.5.2` ->
`5.5.3`](https://renovatebot.com/diffs/npm/unleash-client/5.5.2/5.5.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/unleash-client/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unleash-client/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unleash-client/5.5.2/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unleash-client/5.5.2/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Unleash/unleash-client-node (unleash-client)</summary>

###
[`v5.5.3`](https://togithub.com/Unleash/unleash-client-node/releases/tag/v5.5.3)

[Compare
Source](https://togithub.com/Unleash/unleash-client-node/compare/v5.5.2...v5.5.3)

#### What's Changed

- Making it clearer that the API token needs to be passed via custom
headers by [@&#8203;alvinometric](https://togithub.com/alvinometric) in
[https://github.com/Unleash/unleash-client-node/pull/604](https://togithub.com/Unleash/unleash-client-node/pull/604)
- Updated README to use ESM by
[@&#8203;alvinometric](https://togithub.com/alvinometric) in
[https://github.com/Unleash/unleash-client-node/pull/605](https://togithub.com/Unleash/unleash-client-node/pull/605)
- chore(deps): update dependency typescript to v5.4.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Unleash/unleash-client-node/pull/600](https://togithub.com/Unleash/unleash-client-node/pull/600)
- chore(deps): update dependency semver to v7.6.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Unleash/unleash-client-node/pull/607](https://togithub.com/Unleash/unleash-client-node/pull/607)
- chore(deps): update dependency sinon to v17.0.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Unleash/unleash-client-node/pull/608](https://togithub.com/Unleash/unleash-client-node/pull/608)
- chore(deps): bump tar from 6.1.13 to 6.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/Unleash/unleash-client-node/pull/603](https://togithub.com/Unleash/unleash-client-node/pull/603)
- chore(deps): update dependency sinon to v18 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Unleash/unleash-client-node/pull/613](https://togithub.com/Unleash/unleash-client-node/pull/613)
- chore(deps): update dependency semver to v7.6.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Unleash/unleash-client-node/pull/612](https://togithub.com/Unleash/unleash-client-node/pull/612)
- chore(deps): update dependency eslint to v8.57.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Unleash/unleash-client-node/pull/610](https://togithub.com/Unleash/unleash-client-node/pull/610)
- Fixes Unleash client stops fetching
[#&#8203;615](https://togithub.com/Unleash/unleash-client-node/issues/615)
by [@&#8203;HenrikBacher](https://togithub.com/HenrikBacher) in
[https://github.com/Unleash/unleash-client-node/pull/616](https://togithub.com/Unleash/unleash-client-node/pull/616)

#### New Contributors

- [@&#8203;alvinometric](https://togithub.com/alvinometric) made their
first contribution in
[https://github.com/Unleash/unleash-client-node/pull/604](https://togithub.com/Unleash/unleash-client-node/pull/604)
- [@&#8203;HenrikBacher](https://togithub.com/HenrikBacher) made their
first contribution in
[https://github.com/Unleash/unleash-client-node/pull/616](https://togithub.com/Unleash/unleash-client-node/pull/616)

**Full Changelog**:
https://github.com/Unleash/unleash-client-node/compare/v5.5.2...v5.5.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 00:17:04 +00:00
renovate[bot]
a863dbb6cd
fix(deps): update dependency memoizee to v0.4.17 (#7236)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [memoizee](https://togithub.com/medikoo/memoizee) | [`0.4.15` ->
`0.4.17`](https://renovatebot.com/diffs/npm/memoizee/0.4.15/0.4.17) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/memoizee/0.4.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/memoizee/0.4.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/memoizee/0.4.15/0.4.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/memoizee/0.4.15/0.4.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>medikoo/memoizee (memoizee)</summary>

###
[`v0.4.17`](https://togithub.com/medikoo/memoizee/blob/HEAD/CHANGELOG.md#0417-2024-05-24)

[Compare
Source](https://togithub.com/medikoo/memoizee/compare/v0.4.16...v0.4.17)

###
[`v0.4.16`](https://togithub.com/medikoo/memoizee/blob/HEAD/CHANGELOG.md#0416-2024-05-23)

[Compare
Source](https://togithub.com/medikoo/memoizee/compare/v0.4.15...v0.4.16)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-02 23:42:09 +00:00
renovate[bot]
2e2000c528
chore(deps): update dependency lint-staged to v15.2.5 (#7235)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged) | [`15.2.4` ->
`15.2.5`](https://renovatebot.com/diffs/npm/lint-staged/15.2.4/15.2.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.2.4/15.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.2.4/15.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>okonet/lint-staged (lint-staged)</summary>

###
[`v15.2.5`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1525)

[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v15.2.4...v15.2.5)

##### Patch Changes

- [#&#8203;1424](https://togithub.com/lint-staged/lint-staged/pull/1424)
[`31a1f95`](31a1f9548e)
Thanks [@&#8203;iiroj](https://togithub.com/iiroj)! - Allow
approximately equivalent versions of direct dependencies by using the
"~" character in the version ranges. This means a more recent patch
version of a dependency is allowed if available.

- [#&#8203;1423](https://togithub.com/lint-staged/lint-staged/pull/1423)
[`91abea0`](91abea0d29)
Thanks [@&#8203;iiroj](https://togithub.com/iiroj)! - Improve error
logging when failing to read or parse a configuration file

- [#&#8203;1424](https://togithub.com/lint-staged/lint-staged/pull/1424)
[`ee43f15`](ee43f15409)
Thanks [@&#8203;iiroj](https://togithub.com/iiroj)! - Upgrade
micromatch@4.0.7

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-02 23:41:35 +00:00
Gastón Fournier
54c6ac8163
fix: Created by on application-created adds the ip as created by (#7231)
To avoid leaking potential PII information in the event log, this replaces the IP for the system user as the "created by" field
2024-06-02 15:57:47 +02:00
renovate[bot]
89e5760483
chore(deps): update dependency @babel/core to v7.24.6 (#7233)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-core))
| [`7.24.5` ->
`7.24.6`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.24.5/7.24.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.24.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.24.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.24.5/7.24.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.24.5/7.24.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>babel/babel (@&#8203;babel/core)</summary>

###
[`v7.24.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.24.5...v7.24.6)

##### 🐛 Bug Fix

- `babel-helper-create-class-features-plugin`,
`babel-plugin-transform-class-properties`
- [#&#8203;16514](https://togithub.com/babel/babel/pull/16514) Fix
source maps for private member expressions
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-core`, `babel-generator`,
`babel-plugin-transform-modules-commonjs`
- [#&#8203;16515](https://togithub.com/babel/babel/pull/16515) Fix
source maps for template literals
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-decorators`
- [#&#8203;16485](https://togithub.com/babel/babel/pull/16485) Support
undecorated static accessor in anonymous classes
([@&#8203;JLHwung](https://togithub.com/JLHwung))
- [#&#8203;16484](https://togithub.com/babel/babel/pull/16484) Fix
decorator bare yield await
([@&#8203;JLHwung](https://togithub.com/JLHwung))
- `babel-helpers`, `babel-plugin-proposal-decorators`,
`babel-runtime-corejs3`
- [#&#8203;16483](https://togithub.com/babel/babel/pull/16483) Fix:
throw TypeError if addInitializer is called after finished
([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-parser`, `babel-plugin-transform-typescript`
- [#&#8203;16476](https://togithub.com/babel/babel/pull/16476) fix:
Correctly parse `cls.fn<C> = x`
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))

##### 🏠 Internal

- `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime`,
`babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`,
`babel-runtime`
- [#&#8203;16501](https://togithub.com/babel/babel/pull/16501) Generate
helper metadata at build time
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-helpers`
- [#&#8203;16499](https://togithub.com/babel/babel/pull/16499) Add
`tsconfig.json` for `@babel/helpers/src/helpers`
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-cli`, `babel-helpers`, `babel-plugin-external-helpers`,
`babel-plugin-proposal-decorators`,
`babel-plugin-transform-class-properties`,
`babel-plugin-transform-modules-commonjs`,
`babel-plugin-transform-modules-systemjs`,
`babel-plugin-transform-runtime`, `babel-preset-env`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#&#8203;16495](https://togithub.com/babel/babel/pull/16495) Move all
runtime helpers to individual files
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-parser`, `babel-traverse`
- [#&#8203;16482](https://togithub.com/babel/babel/pull/16482)
Statically generate boilerplate for bitfield accessors
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   Other
- [#&#8203;16466](https://togithub.com/babel/babel/pull/16466) Migrate
import assertions syntax
([@&#8203;JLHwung](https://togithub.com/JLHwung))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 20:34:32 +00:00
renovate[bot]
e263b72989
chore(deps): update dependency lint-staged to v15.2.4 (#7234)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged) | [`15.2.2` ->
`15.2.4`](https://renovatebot.com/diffs/npm/lint-staged/15.2.2/15.2.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.2.2/15.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.2.2/15.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>okonet/lint-staged (lint-staged)</summary>

###
[`v15.2.4`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1524)

[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v15.2.2...v15.2.4)

##### Patch Changes

-
[`4f4537a`](4f4537a75e)
Thanks [@&#8203;iiroj](https://togithub.com/iiroj)! - Fix release issue
with previous version; update dependencies

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 20:34:00 +00:00
renovate[bot]
23768614e3
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.22.1 (#7156)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light)
([source](https://togithub.com/uiwjs/react-codemirror)) | [`4.21.25` ->
`4.22.1`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.21.25/4.22.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2fcodemirror-theme-duotone/4.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2fcodemirror-theme-duotone/4.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2fcodemirror-theme-duotone/4.21.25/4.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2fcodemirror-theme-duotone/4.21.25/4.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>uiwjs/react-codemirror
(@&#8203;uiw/codemirror-theme-duotone)</summary>

###
[`v4.22.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.22.1)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.22.0...v4.22.1)

[![Buy me a
coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.22.1/file/README.md)

Documentation v4.22.1:
https://raw.githack.com/uiwjs/react-codemirror/739df75/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.22.0...v4.22.1

```shell
npm i @&#8203;uiw/react-codemirror@4.22.1
```

- 🐞 fix: lock the react version.
[`79fec4c`](https://togithub.com/uiwjs/react-codemirror/commit/79fec4c)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🐞 fix: Externalize JSX runtime
([#&#8203;655](https://togithub.com/uiwjs/react-codemirror/issues/655))
[`b81c628`](https://togithub.com/uiwjs/react-codemirror/commit/b81c628)
[@&#8203;eps1lon](https://togithub.com/eps1lon)

###
[`v4.22.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.22.0)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.25...v4.22.0)

[![Buy me a
coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.22.0/file/README.md)

Documentation v4.22.0:
https://raw.githack.com/uiwjs/react-codemirror/4954630/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.21.25...v4.22.0

```shell
npm i @&#8203;uiw/react-codemirror@4.22.0
```

- 📖 doc(theme): update document.
[`34ba805`](https://togithub.com/uiwjs/react-codemirror/commit/34ba805)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 💄 chore(deps): update dependency husky to v9
([#&#8203;624](https://togithub.com/uiwjs/react-codemirror/issues/624))
[`6440766`](https://togithub.com/uiwjs/react-codemirror/commit/6440766)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat: add font size setting to the theme.
[#&#8203;651](https://togithub.com/uiwjs/react-codemirror/issues/651)
[`ead023b`](https://togithub.com/uiwjs/react-codemirror/commit/ead023b)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 💢 ci: update workflows config.
[`cf714d6`](https://togithub.com/uiwjs/react-codemirror/commit/cf714d6)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌍 website: fix type error.
[#&#8203;651](https://togithub.com/uiwjs/react-codemirror/issues/651)
[`ddfb3d2`](https://togithub.com/uiwjs/react-codemirror/commit/ddfb3d2)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 14:35:54 +00:00
renovate[bot]
a8b001e950
chore(deps): update dependency @tanstack/react-table to v8.17.3 (#7155)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@tanstack/react-table](https://tanstack.com/table)
([source](https://togithub.com/TanStack/table/tree/HEAD/packages/react-table))
| [`8.15.3` ->
`8.17.3`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.15.3/8.17.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-table/8.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-table/8.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-table/8.15.3/8.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-table/8.15.3/8.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>TanStack/table (@&#8203;tanstack/react-table)</summary>

###
[`v8.17.3`](https://togithub.com/TanStack/table/releases/tag/v8.17.3)

[Compare
Source](https://togithub.com/TanStack/table/compare/v8.17.0...v8.17.3)

Version 8.17.3 - 5/14/2024, 2:44 PM

##### Changes

##### Fix

- Add a missing guard for undefined in the getFilteredRowModel function.
([#&#8203;5555](https://togithub.com/TanStack/table/issues/5555))
([`5411f1a`](https://togithub.com/TanStack/table/commit/5411f1a1)) by
[@&#8203;jjh2613](https://togithub.com/jjh2613)

##### Packages

-
[@&#8203;tanstack/table-core](https://togithub.com/tanstack/table-core)[@&#8203;8](https://togithub.com/8).17.3
-
[@&#8203;tanstack/qwik-table](https://togithub.com/tanstack/qwik-table)[@&#8203;8](https://togithub.com/8).17.3
-
[@&#8203;tanstack/react-table](https://togithub.com/tanstack/react-table)[@&#8203;8](https://togithub.com/8).17.3
-
[@&#8203;tanstack/solid-table](https://togithub.com/tanstack/solid-table)[@&#8203;8](https://togithub.com/8).17.3
-
[@&#8203;tanstack/vue-table](https://togithub.com/tanstack/vue-table)[@&#8203;8](https://togithub.com/8).17.3
-
[@&#8203;tanstack/svelte-table](https://togithub.com/tanstack/svelte-table)[@&#8203;8](https://togithub.com/8).17.3
-
[@&#8203;tanstack/react-table-devtools](https://togithub.com/tanstack/react-table-devtools)[@&#8203;8](https://togithub.com/8).17.3
-
[@&#8203;tanstack/angular-table](https://togithub.com/tanstack/angular-table)[@&#8203;8](https://togithub.com/8).17.3

###
[`v8.17.0`](https://togithub.com/TanStack/table/releases/tag/v8.17.0)

[Compare
Source](https://togithub.com/TanStack/table/compare/v8.16.0...v8.17.0)

Version 8.17.0 - 5/12/2024, 7:21 PM

#### Changes

##### Feat

- Angular adapter for TanStack Table
([#&#8203;5326](https://togithub.com/TanStack/table/issues/5326))
([#&#8203;5432](https://togithub.com/TanStack/table/issues/5432))
([`91f4360`](https://togithub.com/TanStack/table/commit/91f4360f)) by
Kevin Van Cott

##### Chore

- repo package upgrades
([#&#8203;5513](https://togithub.com/TanStack/table/issues/5513))
([`8630fee`](https://togithub.com/TanStack/table/commit/8630fee8)) by
Kevin Van Cott

##### Docs

- example code of Deep Keys in column-deps
([#&#8203;5547](https://togithub.com/TanStack/table/issues/5547))
([`c1085a6`](https://togithub.com/TanStack/table/commit/c1085a6a)) by
taro
- Document getAutoFilterFn in column-filtering.md
([#&#8203;5510](https://togithub.com/TanStack/table/issues/5510))
([`b1d29b4`](https://togithub.com/TanStack/table/commit/b1d29b49)) by
[@&#8203;geryogam](https://togithub.com/geryogam)
- Update tables.md
([#&#8203;5534](https://togithub.com/TanStack/table/issues/5534))
([`58f7991`](https://togithub.com/TanStack/table/commit/58f79914)) by
[@&#8203;naughton](https://togithub.com/naughton)
- update column defs page title
([`eae4d0f`](https://togithub.com/TanStack/table/commit/eae4d0f7)) by
Kevin Vandy
- update overview
([`b803962`](https://togithub.com/TanStack/table/commit/b803962e)) by
Kevin Vandy
- header and column docs
([#&#8203;5531](https://togithub.com/TanStack/table/issues/5531))
([`102ffd2`](https://togithub.com/TanStack/table/commit/102ffd27)) by
Kevin Van Cott
- rename data guide
([`64ef24c`](https://togithub.com/TanStack/table/commit/64ef24c4)) by
Kevin Vandy
- fix links
([`ec1ab03`](https://togithub.com/TanStack/table/commit/ec1ab03f)) by
Kevin Vandy
- data and header group docs
([#&#8203;5526](https://togithub.com/TanStack/table/issues/5526))
([`72ab26a`](https://togithub.com/TanStack/table/commit/72ab26a6)) by
Kevin Van Cott
- create cells guide
([#&#8203;5523](https://togithub.com/TanStack/table/issues/5523))
([`e80b802`](https://togithub.com/TanStack/table/commit/e80b802a)) by
Kevin Van Cott
- rows guide
([#&#8203;5515](https://togithub.com/TanStack/table/issues/5515))
([`c7c4419`](https://togithub.com/TanStack/table/commit/c7c44199)) by
Kevin Van Cott
- typos in pagination.md
([#&#8203;5508](https://togithub.com/TanStack/table/issues/5508))
([`ed37903`](https://togithub.com/TanStack/table/commit/ed37903d)) by
[@&#8203;geryogam](https://togithub.com/geryogam)
- typos in column-filtering.md
([#&#8203;5509](https://togithub.com/TanStack/table/issues/5509))
([`2afa14b`](https://togithub.com/TanStack/table/commit/2afa14b7)) by
[@&#8203;geryogam](https://togithub.com/geryogam)
- start faceting docs and filter example reorg
([#&#8203;5507](https://togithub.com/TanStack/table/issues/5507))
([`289eca3`](https://togithub.com/TanStack/table/commit/289eca31)) by
Kevin Van Cott
- docs pages are breaking due to diff in markdown
([#&#8203;5503](https://togithub.com/TanStack/table/issues/5503))
([`365e0e9`](https://togithub.com/TanStack/table/commit/365e0e99)) by
[@&#8203;KushagraMehta](https://togithub.com/KushagraMehta)

##### Other

- Fix `filters-fuzzy` URL
([#&#8203;5520](https://togithub.com/TanStack/table/issues/5520))
([`4fda521`](https://togithub.com/TanStack/table/commit/4fda521d)) by
Joe Greve

#### Packages

-
[@&#8203;tanstack/qwik-table](https://togithub.com/tanstack/qwik-table)[@&#8203;8](https://togithub.com/8).17.0
-
[@&#8203;tanstack/react-table](https://togithub.com/tanstack/react-table)[@&#8203;8](https://togithub.com/8).17.0
-
[@&#8203;tanstack/solid-table](https://togithub.com/tanstack/solid-table)[@&#8203;8](https://togithub.com/8).17.0
-
[@&#8203;tanstack/vue-table](https://togithub.com/tanstack/vue-table)[@&#8203;8](https://togithub.com/8).17.0
-
[@&#8203;tanstack/react-table-devtools](https://togithub.com/tanstack/react-table-devtools)[@&#8203;8](https://togithub.com/8).17.0
-
[@&#8203;tanstack/angular-table](https://togithub.com/tanstack/angular-table)[@&#8203;8](https://togithub.com/8).17.0

###
[`v8.16.0`](https://togithub.com/TanStack/table/releases/tag/v8.16.0)

[Compare
Source](https://togithub.com/TanStack/table/compare/v8.15.3...v8.16.0)

Version 8.16.0 - 4/13/2024, 12:47 AM

#### Changes

##### Feat

- new sortUndefined last and first options
([#&#8203;5486](https://togithub.com/TanStack/table/issues/5486))
([`d2ae539`](https://togithub.com/TanStack/table/commit/d2ae5390)) by
Kevin Van Cott

##### Docs

- Update overview.md
([#&#8203;5474](https://togithub.com/TanStack/table/issues/5474))
([`5a907f3`](https://togithub.com/TanStack/table/commit/5a907f3a)) by
Artem
- update overview and installation
([#&#8203;5462](https://togithub.com/TanStack/table/issues/5462))
([`c40d734`](https://togithub.com/TanStack/table/commit/c40d734a)) by
Kevin Van Cott
- fix virtual link
([`b23c133`](https://togithub.com/TanStack/table/commit/b23c1336)) by
Kevin Vandy
- fix more links for tsr migration
([#&#8203;5461](https://togithub.com/TanStack/table/issues/5461))
([`2c12856`](https://togithub.com/TanStack/table/commit/2c12856e)) by
Kevin Van Cott
- prep for tanstack.com migration to TSR
([`024ecda`](https://togithub.com/TanStack/table/commit/024ecda9)) by
Tanner Linsley

#### Packages

-
[@&#8203;tanstack/table-core](https://togithub.com/tanstack/table-core)[@&#8203;8](https://togithub.com/8).16.0
-
[@&#8203;tanstack/qwik-table](https://togithub.com/tanstack/qwik-table)[@&#8203;8](https://togithub.com/8).16.0
-
[@&#8203;tanstack/react-table](https://togithub.com/tanstack/react-table)[@&#8203;8](https://togithub.com/8).16.0
-
[@&#8203;tanstack/solid-table](https://togithub.com/tanstack/solid-table)[@&#8203;8](https://togithub.com/8).16.0
-
[@&#8203;tanstack/vue-table](https://togithub.com/tanstack/vue-table)[@&#8203;8](https://togithub.com/8).16.0
-
[@&#8203;tanstack/svelte-table](https://togithub.com/tanstack/svelte-table)[@&#8203;8](https://togithub.com/8).16.0
-
[@&#8203;tanstack/react-table-devtools](https://togithub.com/tanstack/react-table-devtools)[@&#8203;8](https://togithub.com/8).16.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 14:35:26 +00:00
renovate[bot]
eb1105e3cf
chore(deps): update dependency semver to v7.6.2 (#7153)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [semver](https://togithub.com/npm/node-semver) | [`7.6.0` ->
`7.6.2`](https://renovatebot.com/diffs/npm/semver/7.6.0/7.6.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/semver/7.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semver/7.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semver/7.6.0/7.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semver/7.6.0/7.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>npm/node-semver (semver)</summary>

###
[`v7.6.2`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#762-2024-05-09)

[Compare
Source](https://togithub.com/npm/node-semver/compare/v7.6.1...v7.6.2)

##### Bug Fixes

-
[`6466ba9`](6466ba9b54)
[#&#8203;713](https://togithub.com/npm/node-semver/pull/713) lru: use
map.delete() directly
([#&#8203;713](https://togithub.com/npm/node-semver/issues/713))
([@&#8203;negezor](https://togithub.com/negezor),
[@&#8203;lukekarrys](https://togithub.com/lukekarrys))

###
[`v7.6.1`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#761-2024-05-04)

[Compare
Source](https://togithub.com/npm/node-semver/compare/v7.6.0...v7.6.1)

##### Bug Fixes

-
[`c570a34`](c570a348ff)
[#&#8203;704](https://togithub.com/npm/node-semver/pull/704) linting:
no-unused-vars ([@&#8203;wraithgar](https://togithub.com/wraithgar))
-
[`ad8ff11`](ad8ff11dd2)
[#&#8203;704](https://togithub.com/npm/node-semver/pull/704) use
internal cache implementation
([@&#8203;mbtools](https://togithub.com/mbtools))
-
[`ac9b357`](ac9b35769a)
[#&#8203;682](https://togithub.com/npm/node-semver/pull/682) typo in
compareBuild debug message
([#&#8203;682](https://togithub.com/npm/node-semver/issues/682))
([@&#8203;mbtools](https://togithub.com/mbtools))

##### Dependencies

-
[`988a8de`](988a8deb3e)
[#&#8203;709](https://togithub.com/npm/node-semver/pull/709) uninstall
`lru-cache`
([#&#8203;709](https://togithub.com/npm/node-semver/issues/709))
-
[`3fabe4d`](3fabe4dbfb)
[#&#8203;704](https://togithub.com/npm/node-semver/pull/704) remove
lru-cache

##### Chores

-
[`dd09b60`](dd09b60da1)
[#&#8203;705](https://togithub.com/npm/node-semver/pull/705) bump
[@&#8203;npmcli/template-oss](https://togithub.com/npmcli/template-oss)
to 4.22.0 ([@&#8203;lukekarrys](https://togithub.com/lukekarrys))
-
[`ec49cdc`](ec49cdcece)
[#&#8203;701](https://togithub.com/npm/node-semver/pull/701) chore:
chore: postinstall for dependabot template-oss PR
([@&#8203;lukekarrys](https://togithub.com/lukekarrys))
-
[`b236c3d`](b236c3d2f3)
[#&#8203;696](https://togithub.com/npm/node-semver/pull/696) add
benchmarks
([#&#8203;696](https://togithub.com/npm/node-semver/issues/696))
([@&#8203;H4ad](https://togithub.com/H4ad))
-
[`692451b`](692451bd6f)
[#&#8203;688](https://togithub.com/npm/node-semver/pull/688) various
improvements to README
([#&#8203;688](https://togithub.com/npm/node-semver/issues/688))
([@&#8203;mbtools](https://togithub.com/mbtools))
-
[`5feeb7f`](5feeb7f4f6)
[#&#8203;705](https://togithub.com/npm/node-semver/pull/705) postinstall
for dependabot template-oss PR
([@&#8203;lukekarrys](https://togithub.com/lukekarrys))
-
[`074156f`](074156f64f)
[#&#8203;701](https://togithub.com/npm/node-semver/pull/701) bump
[@&#8203;npmcli/template-oss](https://togithub.com/npmcli/template-oss)
from 4.21.3 to 4.21.4
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 14:34:03 +00:00
renovate[bot]
08e82119e1
chore(deps): update dependency @mui/x-date-pickers to v7 (#6862) 2024-05-31 14:28:09 +00:00
renovate[bot]
bb778e87fb
chore(deps): update dependency node to v20.14.0 (#6617)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| [node](https://nodejs.org)
([source](https://togithub.com/nodejs/node)) | | minor | `20.13.1` ->
`20.14.0` |
[![age](https://developer.mend.io/api/mc/badges/age/node-version/node/v20.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/node-version/node/v20.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/node-version/node/v20.13.1/v20.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/node-version/node/v20.13.1/v20.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| devDependencies | patch | [`20.12.12` ->
`20.12.13`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.12/20.12.13)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.12.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.12.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.12.12/20.12.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.12.12/20.12.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nodejs/node (node)</summary>

###
[`v20.14.0`](https://togithub.com/nodejs/node/compare/v20.13.1...v20.14.0)

[Compare
Source](https://togithub.com/nodejs/node/compare/v20.13.1...v20.14.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 15:03:25 +02:00
Gastón Fournier
5845d0e552
chore: make ip mandatory (#7220)
IP should be mandatory for storing events. Automated events should use
127.0.0.1
2024-05-31 14:52:15 +02:00
Mateusz Kwasniewski
5eadce061c
feat: align list items on mode switch (#7229) 2024-05-31 13:40:35 +02:00
David Leek
80ba3647a6
feat: file import (#7219) 2024-05-31 13:21:41 +02:00
Mateusz Kwasniewski
6340ecd6bf
fix: demo steps should search the main table (#7227) 2024-05-31 12:29:55 +02:00
Christopher Kolstad
973870ccb2
chore: bump node 20 version in docker image (#7221)
As the title says, bumps from 20.13.1 to 20.14.0 to ensure v6 gets the
latest and greatest next week
2024-05-31 12:04:15 +02:00
Jaanus Sellin
d17ae37800
feat: now CLIENT_METRICS event will be emitted with new structure (#7210)
1. CLIENT_METRICS event will be emitted with new structure
2. CLIENT_METRICS event will be emitted from bulkMetrics endpoint
2024-05-31 12:40:46 +03:00
Jaanus Sellin
3c73ce9dd9
fix: increase performance of outdated SDK query (#7226)
Joining might not always be the best solution. If a table contains too
much data, and you later run sorting on top of it, it will be slow.

In this case, we will first reduce the instances table to a minimal
version because instances usually share the same SDK versions. Only
after that, we join.

Based on some customer data, we reduced query time from 3000ms to 60ms.
However, this will vary based on the number of instances the customer
has.
2024-05-31 12:39:52 +03:00
Thomas Heartman
de74faac46
chore: remove flag for new project cards (#7225)
This PR removes the flag for the new project card design, making it GA.

It also removes deprecated components and updates one reference (in the
groups card) to the new components instead.
2024-05-31 10:58:31 +02:00
Thomas Heartman
bea5929460
chore: remove project list split feature flags (#7224)
This PR removes all the feature flags related to the project list split
and updates the snapshot.

Now the project list will always contain "my projects" and "other
projects"
2024-05-31 10:38:23 +02:00
Thomas Heartman
f28989749b
fix: correctly align project card info when some cards have multi-line names (#7223)
This change updates the styling of the project card bodies so that
alignment of the project data (number of flags, members, health) stays
at the bottom of the project card body, even if some cards have longer
bodies than others. It also updates the icon placement so that it is
consistent even when the title is multi-line.

Before this change, the bottom row would be misaligned if some (but
not all) project cards on a row had names long enough to span multiple
lines. The project icon would also be misaligned

Before:

![image](https://github.com/Unleash/unleash/assets/17786332/1d1b99a3-263a-4472-8872-0ac59afd252b)

Misaligned project icon: 

![image](https://github.com/Unleash/unleash/assets/17786332/3b805728-c61d-409c-b293-45b37d096b45)



After:


![image](https://github.com/Unleash/unleash/assets/17786332/e81fcdbc-619a-4da3-a559-89af5acff656)

Icon alignment: 

![image](https://github.com/Unleash/unleash/assets/17786332/0e6f669f-1a25-4074-b8c0-6dbdcafbb828)
2024-05-31 10:37:51 +02:00
Simon Hornby
d6dc2b4ce2
chore: mark deprecations with version (#7218)
Makes some deprecation messages in open API clearer around which version
they were deprecated in so that they can be removed in v7
2024-05-30 13:49:39 +02:00
Christopher Kolstad
c932d2a02b
chore: added dependency review (#7206)
To help with compliance with customer's OSS requirements, this now bans
usage of GPL and LGPL, as well as scans PRs for dependency
vulnerabilities and new licenses being added.
2024-05-30 13:19:22 +02:00
Thomas Heartman
abf4966a37
fix: handle overflowing avatars in the new project card (#7217)
This change prevents the project owner avatars in the new project card
footer from overflowing by making the number of avatars to show
configurable.

It defaults to 9, the old hard-coded number of avatars shown, but can
be configured.

The reason it overflows here is probably that the extra button in the
project card footer (the favorite) makes the footer smaller than what
we have for the group card footer.

Before: 

![image](https://github.com/Unleash/unleash/assets/17786332/972fe471-a78a-436a-a08d-18afefd2501e)

After:


![image](https://github.com/Unleash/unleash/assets/17786332/af569412-85e2-4b9b-97b8-12b91d372a70)
2024-05-30 12:01:17 +02:00
Gastón Fournier
07ef4a114f
chore: sync user groups is a system action (#7214)
## About the changes
After an internal conversation, we concluded that syncExternalGroups is
an action that Unleash performs as a system, not something triggered by
the user. We keep the method and just write the event log that the
action was performed by the system user.
2024-05-30 11:47:30 +02:00
Thomas Heartman
1ac447141a
fix: handle long names in new project card footers (#7216)
This is a redo of #7215. I missed the case where you have multiple
owners, causing it to lay out weird in that case.

This version handles that by returning an empty div for the owners
instead to fill up that space.

![image](https://github.com/Unleash/unleash/assets/17786332/4d0944a8-988c-4507-a127-755bbda90921)


![image](https://github.com/Unleash/unleash/assets/17786332/14feee20-e1f7-4507-b53d-c70b7d2961dc)


There **are** edge cases where the owners wrap:

![image](https://github.com/Unleash/unleash/assets/17786332/159838e3-2ea1-4846-9d53-357b1377c8e0)


But that is also the case with the current implementation:

![image](https://github.com/Unleash/unleash/assets/17786332/3e3be245-5ca7-46d9-bb3f-a453c90b4b78)

And only happens at very specific breakpoints.
2024-05-30 10:59:44 +02:00
Thomas Heartman
669e21eef0
Revert "fix: handle long owner names for projects (#7215)"
This reverts commit 5c1cd49aaa.
2024-05-30 10:30:23 +02:00
Thomas Heartman
5c1cd49aaa
fix: handle long owner names for projects (#7215)
This change updates the new project card footer to better handle long
names. Previously, if a name was too long to fit on a single line,
it'd wrap. It didn't cause any layout shift, but it made the card look
off.

So instead of wrapping, we now truncate the name and add an ellipsis.

To achieve this, I changed the layout to grid instead of flexbox and
removed a nested flex container.

Before: 


![image](https://github.com/Unleash/unleash/assets/17786332/2074ac85-ce73-4292-beed-a3da05083a8d)

After:


![image](https://github.com/Unleash/unleash/assets/17786332/8302aae8-959f-4336-acd3-dbc207767d5a)

Other cards remain the same, as shown here (new code on left, old code
on right):


<img width="601" alt="image"
src="https://github.com/Unleash/unleash/assets/17786332/009c5d5d-3f9d-4640-86a1-3b6afcd04041">
2024-05-30 10:03:21 +02:00
Thomas Heartman
50c725e2a9
feat: add tooltips to new project creation form config buttons (#7213)
This PR adds tooltips to the new project creation form buttons to make
it clearer what they do. The tooltips tell you what the buttons do and
contains the same description that we use for docs.


![image](https://github.com/Unleash/unleash/assets/17786332/74667ff8-25b7-4daa-bb93-8938fe4e3dd2)

The tooltips will cover other buttons on narrow windows, but I think
that's an acceptable tradeoff


![image](https://github.com/Unleash/unleash/assets/17786332/9886f717-9db9-40bd-bd0b-0e6150896889)
2024-05-30 08:30:44 +02:00
Mateusz Kwasniewski
95f5f7a20b
feat: Recent flags (#7211) 2024-05-29 16:01:52 +02:00
Mateusz Kwasniewski
88c7e9aa0e
feat: move demo to the right (#7212) 2024-05-29 15:00:31 +02:00
Thomas Heartman
9801bf69b3
docs: add more clarification on when to use sx vs styled (#7209)
This change adds a section on when to use `sx` vs `styled`. I'm adding
it because it was unclear to me when we should use one over the other.
Hopefully this clears it up and makes it easier for others going
forward.

---------

Co-authored-by: Nuno Góis <github@nunogois.com>
2024-05-29 14:45:05 +02:00