1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00
Commit Graph

13324 Commits

Author SHA1 Message Date
Melinda Fekete
7534b66c18
Fix broken anchors in docs (#9406) 2025-03-11 11:45:40 +01:00
Thomas Heartman
a064672635
chore(1-3422): playground strategies list (#9504)
Initial rough work on adapting the playground strategies to the new
designs. This PR primarily splits components into Legacy files and adds
new replacements. There are *some* updates (including spacing and text
color), but nothing juicy yet. However, I wanted to get this in now,
before this PR grows even bigger.
2025-03-11 11:36:14 +01:00
dependabot[bot]
9547fd962f
chore(deps): bump prismjs from 1.29.0 to 1.30.0 in /website (#9501)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/PrismJS/prism/releases">prismjs's
releases</a>.</em></p>
<blockquote>
<h2>v1.30.0</h2>
<h2>What's Changed</h2>
<ul>
<li>check that <code>currentScript</code> is set by a script tag by <a
href="https://github.com/lkuechler"><code>@​lkuechler</code></a> in <a
href="https://redirect.github.com/PrismJS/prism/pull/3863">PrismJS/prism#3863</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lkuechler"><code>@​lkuechler</code></a>
made their first contribution in <a
href="https://redirect.github.com/PrismJS/prism/pull/3863">PrismJS/prism#3863</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0">https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PrismJS/prism/blob/master/CHANGELOG.md">prismjs's
changelog</a>.</em></p>
<blockquote>
<h1>Prism Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="76dde18a57"><code>76dde18</code></a>
Release 1.30.0</li>
<li><a
href="93cca40b36"><code>93cca40</code></a>
npm pkg fix</li>
<li><a
href="99c5ca970f"><code>99c5ca9</code></a>
Add release script</li>
<li><a
href="8e8b9352da"><code>8e8b935</code></a>
check that currentScript is set by a script tag (<a
href="https://redirect.github.com/PrismJS/prism/issues/3863">#3863</a>)</li>
<li><a
href="f894dc2cbb"><code>f894dc2</code></a>
Fix logo in the footer</li>
<li><a
href="ac38dcec9b"><code>ac38dce</code></a>
Delete CNAME</li>
<li><a
href="9b5b09aef4"><code>9b5b09a</code></a>
Enable CORS</li>
<li>See full diff in <a
href="https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~dmitrysharabin">dmitrysharabin</a>, a new
releaser for prismjs since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prismjs&package-manager=npm_and_yarn&previous-version=1.29.0&new-version=1.30.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/Unleash/unleash/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-11 10:45:28 +01:00
Gastón Fournier
f718e00b39
fix: frontend tests after Cypress upgrade (#9505)
The fix involved:

1. [Find the first button to click to create a feature
flag](9b4500cded) (there are 2)
2. [Find the button that's not disabled to remove
access](fad627c6b3)
3. [Don't wait for animations](5ce6ca59f5)
except in [this case](f4a7819ad1)
2025-03-11 10:43:26 +01:00
dancer13
ec5cc71ca1
docs(README): fix setup references (#9502)
## About the changes
* Fix WRONG setUp references

## How to review?
* Check 
  * existing links do NOT redirect to the proper subsections
  * suggested links redirect properly
2025-03-11 08:40:55 +00:00
Thomas Heartman
be57f9f8fd
chore: remove apitoken.username (#9448)
Removes usage of the deprecated API token property `username` and uses
`tokenName` instead.

Affected components:

Token table:

![image](https://github.com/user-attachments/assets/7275e9ae-a79c-4815-9f8d-157008480b97)


Token deletion dialog:

![image](https://github.com/user-attachments/assets/1c47cd3d-c7ff-4547-9779-eaba16274d1e)


Environment post-clone screen (which is automatically hidden now, so it
... doesn't matter)
2025-03-11 08:32:50 +01:00
renovate[bot]
143c8a3074
chore(deps): update dependency superagent to v10 (#9482) 2025-03-10 16:42:17 +01:00
Tymoteusz Czech
312adc0c1a
chore: remove granularAdminPermissions flag (#9467)
- removed a flag
- deprecated `POST /admin/ui-config` endpoint in favor of `POST
/admin/ui-config/cors`
2025-03-10 16:36:59 +01:00
Thomas Heartman
7dd89034aa
chore: use new designs for project default strategies (#9447)
Implements the new strategy list design for default strategies. Moves
the old impl into a legacy file. Also: removes the description from the
strategy item. From my digging, we only showed this for default strategy
items and it didn't really provide any useful information. The only
other place you can add a description is for custom strategies (at least
that I could find), but these are deprecated and we never show the
description when you apply the strategy anyway.

Rendered:

![image](https://github.com/user-attachments/assets/fb244f10-0a19-42f5-a517-090d6703c76a)

Without the flag (nothing changes):

![image](https://github.com/user-attachments/assets/62159338-8b26-4cb2-825d-e20965c6558d)
2025-03-10 16:09:32 +01:00
Simon Hornby
c26c040fc1
docs: update terraform docs (#9468)
Co-authored-by: Melinda Fekete <melinda.fekete@getunleash.io>
2025-03-10 15:06:52 +00:00
renovate[bot]
f3d33fe808
chore(deps): update dependency @uiw/react-codemirror to v4.23.9 (#9474)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v4.23.9`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.9)

[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.8...v4.23.9)

[![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.23.9/file/README.md)

Documentation v4.23.9:
https://raw.githack.com/uiwjs/react-codemirror/fc8f5fa/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.8...v4.23.9

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

- 🐞 fix(theme): correctly extend basic light theme
([#&#8203;716](https://redirect.github.com/uiwjs/react-codemirror/issues/716))
[`e191c2a`](https://redirect.github.com/uiwjs/react-codemirror/commit/e191c2a)
[@&#8203;veksen](https://redirect.github.com/veksen)
- 🆎 type: module in codemirror-extensions-basic-setup
([#&#8203;702](https://redirect.github.com/uiwjs/react-codemirror/issues/702))
[`a657654`](https://redirect.github.com/uiwjs/react-codemirror/commit/a657654)
[@&#8203;PuruVJ](https://redirect.github.com/PuruVJ)

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 15:06:18 +00:00
renovate[bot]
6d77b30f7a
chore(deps): update yarn to v4.7.0 (#9475)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>yarnpkg/berry (yarn)</summary>

###
[`v4.7.0`](1871484db8...62fd8525b8)

[Compare
Source](1871484db8...62fd8525b8)

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 14:41:07 +00:00
renovate[bot]
5e29119e08
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.23.9 (#9473)
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://redirect.github.com/uiwjs/react-codemirror)) |
[`4.23.8` ->
`4.23.9`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.23.8/4.23.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@uiw%2fcodemirror-theme-duotone/4.23.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@uiw%2fcodemirror-theme-duotone/4.23.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@uiw%2fcodemirror-theme-duotone/4.23.8/4.23.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uiw%2fcodemirror-theme-duotone/4.23.8/4.23.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v4.23.9`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.9)

[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.8...v4.23.9)

[![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.23.9/file/README.md)

Documentation v4.23.9:
https://raw.githack.com/uiwjs/react-codemirror/fc8f5fa/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.8...v4.23.9

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

- 🐞 fix(theme): correctly extend basic light theme
([#&#8203;716](https://redirect.github.com/uiwjs/react-codemirror/issues/716))
[`e191c2a`](https://redirect.github.com/uiwjs/react-codemirror/commit/e191c2a)
[@&#8203;veksen](https://redirect.github.com/veksen)
- 🆎 type: module in codemirror-extensions-basic-setup
([#&#8203;702](https://redirect.github.com/uiwjs/react-codemirror/issues/702))
[`a657654`](https://redirect.github.com/uiwjs/react-codemirror/commit/a657654)
[@&#8203;PuruVJ](https://redirect.github.com/PuruVJ)

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 14:39:06 +00:00
renovate[bot]
62c3dc516c
chore(deps): update dependency @types/node to v20.17.22 (#9471)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.17.19` ->
`20.17.22`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.19/20.17.22)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.17.19/20.17.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.17.19/20.17.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 14:38:33 +00:00
renovate[bot]
16d14bf93c
chore(deps): update dependency @types/node to v20.17.22 (#9472)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.17.19` ->
`20.17.22`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.19/20.17.22)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.17.19/20.17.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.17.19/20.17.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 14:38:19 +00:00
renovate[bot]
4557063d6a
chore(deps): update dependency @swc/core to v1.11.5 (#9470)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://redirect.github.com/swc-project/swc)) | [`1.11.1` ->
`1.11.5`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.11.1/1.11.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.11.1/1.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.11.1/1.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>swc-project/swc (@&#8203;swc/core)</summary>

###
[`v1.11.5`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1115---2025-02-28)

[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.11.4...v1.11.5)

##### Bug Fixes

- **(es/lints)** Capture errors and emit from the original thread
([#&#8203;10119](https://redirect.github.com/swc-project/swc/issues/10119))
([2304cd8](2304cd8cfd))

- **(es/minifier)** Skip inlining if the referential identity of a
function matters
([#&#8203;10123](https://redirect.github.com/swc-project/swc/issues/10123))
([c08fe8d](c08fe8dc13))

- **(ts/fast-strip)** Throw object consistently
([#&#8203;10122](https://redirect.github.com/swc-project/swc/issues/10122))
([010ff2a](010ff2af0d))

##### Miscellaneous Tasks

- **(deps)** Update dependency `base64` to `v0.22.1`
([#&#8203;10124](https://redirect.github.com/swc-project/swc/issues/10124))
([edea2c5](edea2c5fa4))

##### Performance

- **(es/resolver)** Remove needless allocations
([#&#8203;10120](https://redirect.github.com/swc-project/swc/issues/10120))
([f019d53](f019d53044))

###
[`v1.11.4`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1114---2025-02-27)

[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.11.1...v1.11.4)

##### Bug Fixes

- **(es/decorators)** Support negative numbers
([#&#8203;10114](https://redirect.github.com/swc-project/swc/issues/10114))
([5044580](5044580f44))

- **(es/minifier)** Fix cargo feature `debug`
([#&#8203;10090](https://redirect.github.com/swc-project/swc/issues/10090))
([48f68db](48f68db89c))

- **(es/minifier)** Fix insufficient logging
([#&#8203;10091](https://redirect.github.com/swc-project/swc/issues/10091))
([9ee79c9](9ee79c9d47))

- **(es/minifier)** Inline before cost analysis
([#&#8203;10092](https://redirect.github.com/swc-project/swc/issues/10092))
([1425b56](1425b56639))

- **(es/minifier)** Remove needless `println`
([b1e5b2d](b1e5b2da19))

- **(es/resolver)** Analyze variable declarations with `declare`
([#&#8203;10102](https://redirect.github.com/swc-project/swc/issues/10102))
([cff6a64](cff6a64a18))

- **(swc_malloc)** Fix build issue due to malloc, really
([#&#8203;10117](https://redirect.github.com/swc-project/swc/issues/10117))
([207a13f](207a13f2dd))

- **(swc_malloc)** Add `target_env = "gnu"` check
([#&#8203;10118](https://redirect.github.com/swc-project/swc/issues/10118))
([da81e11](da81e112df))

- Use `jemalloc` on platforms that `mimalloc` fails to build
([#&#8203;10116](https://redirect.github.com/swc-project/swc/issues/10116))
([fb75b98](fb75b98279))

##### Miscellaneous Tasks

- **(deps)** Update dependency `jsonc-parser` to `v0.26.2`
([#&#8203;10112](https://redirect.github.com/swc-project/swc/issues/10112))
([8c5f7ef](8c5f7ef8ca))

##### Performance

- **(es/minifier)** Improve arrow function inlining cost analysis
([#&#8203;10093](https://redirect.github.com/swc-project/swc/issues/10093))
([e74929c](e74929c01d))

- **(es/resolver)** Remove some vector allocations
([#&#8203;10101](https://redirect.github.com/swc-project/swc/issues/10101))
([b65387a](b65387ac57))

- Use `mimalloc` on linux
([#&#8203;10113](https://redirect.github.com/swc-project/swc/issues/10113))
([3334932](333493245d))

##### Refactor

- **(es/react)** Remove `Lrc` from `parse_expr_for_jsx`
([#&#8203;10098](https://redirect.github.com/swc-project/swc/issues/10098))
([bab7704](bab7704032))

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 14:37:40 +00:00
Thomas Heartman
23852afcdd
chore: Constrains custom strategy titles to a single line (#9469)
Constrains long custom strategy titles to a single line.

Before:

![image](https://github.com/user-attachments/assets/e00545db-bf95-4539-ac6e-557a8784ddd0)


After:

![image](https://github.com/user-attachments/assets/266bad74-77ba-4e59-8317-2d6b9d2333a7)
2025-03-10 14:09:05 +00:00
Thomas Heartman
51c9617da8
Fix: weird strategy spacing on envs without release plans (#9466)
Fixes a visual bug where envs without release plans would get too much
spacing on the top of their first strategy.

It does this flattening the list of strategies if there are no release
plans. In doing so, I have extracted the strategy list rendering into a
separate component (to make things more legible and re-usable) and have
also removed the FeatureStrategyEmpty component and marked it as
deprecated. In the new designs, you can't expand envs without
strategies, so the component is no longer needed.

Before (what looks like a shadow is actually the extra list being
rendered with a bit of padding):

![image](https://github.com/user-attachments/assets/5ba06ac9-046c-4fbd-8b46-b077b8a0570b)

After:

![image](https://github.com/user-attachments/assets/64270582-1221-4bdf-a85b-c24ce23bd4a3)
2025-03-10 14:49:26 +01:00
renovate[bot]
f3dfb1d3f1
chore(deps): drop fetch-mock as it's not being used 2025-03-10 13:27:25 +01:00
Mateusz Kwasniewski
dfed9c0773
feat: create connection count consumption table (#9444) 2025-03-10 12:51:11 +01:00
renovate[bot]
4afea5663e
chore(config): migrate renovate config (#9451) 2025-03-10 11:17:48 +00:00
renovate[bot]
b2bb1b3bb2
chore(deps): update dependency cypress to v14 (#9263) 2025-03-10 12:11:12 +01:00
renovate[bot]
6db68abb19
chore(deps): update dependency @cyclonedx/yarn-plugin-cyclonedx to v2 (#9262) 2025-03-10 12:08:43 +01:00
renovate[bot]
41733f4e4f
fix(deps): update dependency git-url-parse to v16 (#9463) 2025-03-10 11:58:46 +01:00
dependabot[bot]
d198f0c696
chore(deps): bump axios from 1.7.5 to 1.8.2 (#9465) 2025-03-10 11:56:12 +01:00
renovate[bot]
0f168c6b59
fix(deps): update dependency json-2-csv to v5.5.9 (#9453)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [json-2-csv](https://mrodrig.github.io/json-2-csv)
([source](https://redirect.github.com/mrodrig/json-2-csv)) | [`5.5.8` ->
`5.5.9`](https://renovatebot.com/diffs/npm/json-2-csv/5.5.8/5.5.9) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/json-2-csv/5.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/json-2-csv/5.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/json-2-csv/5.5.8/5.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/json-2-csv/5.5.8/5.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mrodrig/json-2-csv (json-2-csv)</summary>

###
[`v5.5.9`](https://redirect.github.com/mrodrig/json-2-csv/releases/tag/5.5.9):
NPM Release v5.5.9

[Compare
Source](https://redirect.github.com/mrodrig/json-2-csv/compare/5.5.8...5.5.9)

- Thanks to
[@&#8203;jose-cabral](https://redirect.github.com/jose-cabral) for
reporting
[#&#8203;273](https://redirect.github.com/mrodrig/json-2-csv/issues/273)
and implementing a fix for it in
[https://github.com/mrodrig/json-2-csv/pull/275](https://redirect.github.com/mrodrig/json-2-csv/pull/275)

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 10:11:03 +00:00
renovate[bot]
ce287f5cfb
chore(deps): update dependency react-github-calendar to v4.5.6 (#9452)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-github-calendar](https://grubersjoe.github.io/react-github-calendar/)
([source](https://redirect.github.com/grubersjoe/react-github-calendar))
| [`4.5.5` ->
`4.5.6`](https://renovatebot.com/diffs/npm/react-github-calendar/4.5.5/4.5.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-github-calendar/4.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-github-calendar/4.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-github-calendar/4.5.5/4.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-github-calendar/4.5.5/4.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>grubersjoe/react-github-calendar
(react-github-calendar)</summary>

###
[`v4.5.6`](87c2845773...5a4339780b)

[Compare
Source](87c2845773...5a4339780b)

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 10:10:51 +00:00
Mateusz Kwasniewski
3059d23446
feat: always show features table (#9446) 2025-03-10 10:19:36 +01:00
Mateusz Kwasniewski
6d02e33680
feat: rename api token column (#9445) 2025-03-10 10:16:36 +01:00
Thomas Heartman
220550071f
chore(1-3450): Place strategy names and titles on the same line (and fix list nesting issues) (#9443)
Moves strategy titles and names onto the same line, as per the new
designs.

In doing so, I've also updated the component to use a more semantic
hgroup with the header being the strategy title if it exists or the
strategy name if not.

The downside of being more semantically correct here is that we need to
know what header level we want the strategy to use. In most cases,
that's 3 (e.g. flag name > environment > strategy, release plan >
milestone > strategy), but for plans on flag envs, it's 4 (flag name >
env > milestone name > strategy).

I've also taken the opportunity to fix a little mistake I made earlier.
`ol`s can only have `li` children, and I'd forgotten to wrap a nested
`ol` inside an `li`. The changes in `EnvironmentAccordionBody` all
relate to that change. Because we now have several layers of lists
nested within each other, dealing with styling and padding gets a little
tricky, but CSS has the power do help us out here.

Rendered:

![image](https://github.com/user-attachments/assets/634615fe-b06d-4baa-8aa3-22447d1fb8b4)
2025-03-07 13:09:36 +01:00
Thomas Heartman
f6987909e7
Chore(1-3449): release plans in strategy env (#9441)
Use new design for release plans in flag environments.

- Move old ReleasePlanMilestone into Legacy file and update imports
- In the new version, use the same strategy list and item as in the
general strategy list and milestone template creation (components to be
extracted in the future)
- Fix an issue with the border being obscured by overflow by hiding
overflow


![image](https://github.com/user-attachments/assets/2258263d-aa96-4939-8af1-88236050cbd6)
2025-03-07 11:18:09 +01:00
Thomas Heartman
7db692e976
fix: Only show accrued traffic charges and estimated overages for the current month (#9440)
For past months, customers can refer to their invoices instead. Hiding
it when the selection is not the current month avoids weird things such
as estimation errors due to to a month not having finished (vs what it
actually *was* when it finished), potential changes in traffic package
pricing, etc.
2025-03-07 07:32:15 +00:00
Mateusz Kwasniewski
36a8d6013b
docs: SDK refresh intervals (#9432) 2025-03-06 15:23:09 +01:00
Thomas Heartman
e5be1bf43e
Fix: drag and drop reverts to previous position on drop (#9439)
Fixes an issue where, when dragging large expanded milestone cards, the
position would revert from the current visual state to the previous one
when you drop the item.
2025-03-06 14:11:48 +00:00
Thomas Heartman
2e2bb9cf25
refactor: don't use absolute positioning for drag handle (#9434)
Avoids absolutely positioning the drag handle by instead creating a two
column grid where column 1 is the drag handle, column two is the
milestone card. The grid has a negative margin based on the padding of
the form container. I wanted to avoid modifying the form container
component (because we use it in so many places), so I used css variables
to store the information and hook into that further down the line.

Rendered:

Wide:


![image](https://github.com/user-attachments/assets/bb43b1b9-595b-475e-a59f-24ebf82df489)

Narrow:

![image](https://github.com/user-attachments/assets/344b9c6f-08e7-43ca-8a02-1b224ccdd2c8)

## Known bugs and limitations
The current drag implementation has some issues if you try to drag
something over a large, expanded card. They'll trade places visually,
but when you let go, the revert back to where they were. We can avoid
that by modifying the onDrop function in the drag handler, but I don't
want to do that before checking all the other places where we do drag
and drop ([linear
ticket](https://linear.app/unleash/issue/1-3458/drag-and-drop-is-a-little-finicky)).

I also want to get UX to sign off on this before making those changes.
2025-03-06 14:21:19 +01:00
Github Actions Bot
6b33f6865a 6.8.0 2025-03-06 09:34:52 +00:00
Github Actions Bot
2523912558 docs: Update CHANGELOG.md 2025-03-06 09:34:42 +00:00
renovate[bot]
8799bc169b
fix(deps): update dependency compression to v1.8.0 (#9437)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>expressjs/compression (compression)</summary>

###
[`v1.8.0`](https://redirect.github.com/expressjs/compression/blob/HEAD/HISTORY.md#180--2025-02-10)

[Compare
Source](https://redirect.github.com/expressjs/compression/compare/1.7.5...1.8.0)

\==================

-   Use `res.headersSent` when available
-   Replace `_implicitHeader` with `writeHead` property
-   add brotli support for versions of node that support it
- Add the enforceEncoding option for requests without `Accept-Encoding`
header

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 18:39:39 +00:00
Melinda Fekete
7b62e5978b
Update network view docs with Connected Edges (#9436) 2025-03-05 19:33:31 +01:00
Thomas Heartman
8629cda4d7
chore: remove dataUsageMultiMonthView flag (#9429)
Remove data usage multi month view flag and deprecated components and
functions.
2025-03-05 12:08:33 +01:00
Thomas Heartman
2e086161eb
refactor: strategy draggable item is now proj/env agnostic (#9411)
Updates `StrategyDraggableItem` (and `StrategyItem`) to be project/env
agnostic. They now instead expect you to pass in the required header
items (CR badges, strategy actions) at the call site. Updates their
usage in the feature env accordion, and the release plan card.

All components that have been updated are part of the new overview
rework. The legacy components (which are used when the flag is off)
remain untouched.

Also makes a few small tweaks explained in inline comments.

## Rendered 

Milestone card (with flag on):

![image](https://github.com/user-attachments/assets/828d5fe4-4b07-4ebe-86cd-1ab24608ba31)

Milestone card (with flag off):

![image](https://github.com/user-attachments/assets/10e37cc4-e5e4-4a07-a4f9-5e5f5c388915)


Feature env accordion (flag on (no change)):

![image](https://github.com/user-attachments/assets/2e5db9e7-24b1-4b3e-9434-4705e5737157)


Feature env accordion (flag off):

![image](https://github.com/user-attachments/assets/469970b6-ab57-4332-a99f-8f8e2e645230)
2025-03-05 10:34:55 +01:00
Melinda Fekete
36fd26baa4
Downgrade openapi plugin (#9430)
Downgrade openapi plugin and add an ignore rule for renovatebot
2025-03-05 10:02:15 +01:00
Thomas Heartman
a50fb7db35
chore: remove frontendHeaderRedesign flag (#9428)
Removes all references to the flag and deletes unused components.
2025-03-05 09:40:53 +01:00
Simon Hornby
e7ac42080d
feat: project environments include visible property (#9427) 2025-03-05 10:09:25 +02:00
renovate[bot]
ae0fc86e99
chore(deps): update dependency @swc/core to v1.11.1 (#9425)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://redirect.github.com/swc-project/swc)) | [`1.10.18` ->
`1.11.1`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.10.18/1.11.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.10.18/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.10.18/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>swc-project/swc (@&#8203;swc/core)</summary>

###
[`v1.11.1`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1111---2025-02-25)

[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.10.18...v1.11.1)

##### Bug Fixes

- **(error-reporters)** Store diagnostics in `TransformOutput`
([#&#8203;10027](https://redirect.github.com/swc-project/swc/issues/10027))
([52caf23](52caf23fbd))

- **(es/loader)** Fix the absolute path check when resolving modules
([#&#8203;10080](https://redirect.github.com/swc-project/swc/issues/10080))
([a3894ae](a3894aebe5))

- **(es/minifier)** Fix the order of match arms to inline correctly
([#&#8203;10053](https://redirect.github.com/swc-project/swc/issues/10053))
([f0f842d](f0f842d1a7))

- **(es/types)** Add `transform.verbatimModuleSyntax`
([#&#8203;10079](https://redirect.github.com/swc-project/swc/issues/10079))
([a883cdc](a883cdc390))

- **(swc_common)** Fix build with `swc_allocator/nightly`
([#&#8203;10067](https://redirect.github.com/swc-project/swc/issues/10067))
([6a90b1f](6a90b1fd43))

##### Documentation

- **(swc_core)** Add ChangeLog for `swc_core`
([#&#8203;10072](https://redirect.github.com/swc-project/swc/issues/10072))
([608bc69](608bc690e2))

##### Features

- **(es/ast)** Add explicit `namespace` field to distinguish namespace
and module declarations
([#&#8203;10023](https://redirect.github.com/swc-project/swc/issues/10023))
([76c2cba](76c2cba948))

- **(es/ast)** Add import attributes to `TsImportType`
([#&#8203;9796](https://redirect.github.com/swc-project/swc/issues/9796))
([7d297be](7d297bedf5))

- **(es/minifier)** Inline across side-effect-free member exprs,
([#&#8203;10056](https://redirect.github.com/swc-project/swc/issues/10056))
([19d01d7](19d01d718a))

- **(es/minifier)** Make seq inliner inline into var without init
([#&#8203;10077](https://redirect.github.com/swc-project/swc/issues/10077))
([c4a839b](c4a839b6bd))

- **(es/visit)** Introduce core-only visitors
([#&#8203;10049](https://redirect.github.com/swc-project/swc/issues/10049))
([bc666be](bc666be26c))

- **(swc_allocator)** Provide allocators
([#&#8203;10061](https://redirect.github.com/swc-project/swc/issues/10061))
([d4362f7](d4362f7183))

##### Miscellaneous Tasks

- **(deps)** Update dependency swc-plugin-coverage-instrument to ^0.0.26
([#&#8203;10051](https://redirect.github.com/swc-project/swc/issues/10051))
([d3fbd21](d3fbd21acd))

- **(swc_allocator)** Remove `nightly` from default feature
([#&#8203;10058](https://redirect.github.com/swc-project/swc/issues/10058))
([e78b9d1](e78b9d11d8))

- **(swc_allocator)** Add `#[inline]` to allocator methods
([#&#8203;10066](https://redirect.github.com/swc-project/swc/issues/10066))
([853eb53](853eb53d62))

##### Performance

- **(es/lints)** Remove needless locks
([#&#8203;10086](https://redirect.github.com/swc-project/swc/issues/10086))
([43458e9](43458e91ee))

- **(es/minifier)** Prevent double boxing
([#&#8203;10074](https://redirect.github.com/swc-project/swc/issues/10074))
([29bd286](29bd286dea))

##### Refactor

- **(atoms)** Rename `FastAtom` to `UnsafeAtom`
([#&#8203;10070](https://redirect.github.com/swc-project/swc/issues/10070))
([1771222](1771222440))

- **(atoms)** Remove `JsWord` alias
([#&#8203;10071](https://redirect.github.com/swc-project/swc/issues/10071))
([f33b0bc](f33b0bc2d1))

- **(es/minifier)** Remove `CompileUnit` to simplify
([#&#8203;10055](https://redirect.github.com/swc-project/swc/issues/10055))
([c75578b](c75578be5b))

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 07:16:04 +00:00
David Leek
f6bb94addf
feat: UI for archiving release templates (#9415) 2025-03-05 08:08:57 +01:00
David Leek
065fd4b469
chore: archive release plan template event (#9414) 2025-03-05 08:08:28 +01:00
renovate[bot]
82ab60634d
fix(deps): update dependency docusaurus-theme-openapi-docs to v4.3.5 (#9424)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[docusaurus-theme-openapi-docs](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs)
([source](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/tree/HEAD/packages/docusaurus-theme-openapi-docs))
| [`4.3.4` ->
`4.3.5`](https://renovatebot.com/diffs/npm/docusaurus-theme-openapi-docs/4.3.4/4.3.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/docusaurus-theme-openapi-docs/4.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/docusaurus-theme-openapi-docs/4.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/docusaurus-theme-openapi-docs/4.3.4/4.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/docusaurus-theme-openapi-docs/4.3.4/4.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>PaloAltoNetworks/docusaurus-openapi-docs
(docusaurus-theme-openapi-docs)</summary>

###
[`v4.3.5`](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/HEAD/CHANGELOG.md#435-Feb-20-2025)

[Compare
Source](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v4.3.4...v4.3.5)

High level enhancements

-   Bug fixes

Other enhancements and bug fixes

- add missing buffer and url modules
([#&#8203;1089](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1089))
- correct check null/undefined for minimum and maximum
([#&#8203;1087](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1087))
- fix: remove node.js dependency in browser
([#&#8203;1081](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1081))

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-04 23:33:31 +00:00
renovate[bot]
ac6b559a9d
fix(deps): update dependency docusaurus-plugin-openapi-docs to v4.3.5 (#9423)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[docusaurus-plugin-openapi-docs](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs)
([source](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/tree/HEAD/packages/docusaurus-plugin-openapi-docs))
| [`4.3.4` ->
`4.3.5`](https://renovatebot.com/diffs/npm/docusaurus-plugin-openapi-docs/4.3.4/4.3.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/docusaurus-plugin-openapi-docs/4.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/docusaurus-plugin-openapi-docs/4.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/docusaurus-plugin-openapi-docs/4.3.4/4.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/docusaurus-plugin-openapi-docs/4.3.4/4.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>PaloAltoNetworks/docusaurus-openapi-docs
(docusaurus-plugin-openapi-docs)</summary>

###
[`v4.3.5`](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/HEAD/CHANGELOG.md#435-Feb-20-2025)

[Compare
Source](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v4.3.4...v4.3.5)

High level enhancements

-   Bug fixes

Other enhancements and bug fixes

- add missing buffer and url modules
([#&#8203;1089](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1089))
- correct check null/undefined for minimum and maximum
([#&#8203;1087](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1087))
- fix: remove node.js dependency in browser
([#&#8203;1081](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1081))

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-04 23:33:14 +00:00
Melinda Fekete
bfcfb50c63
Downgrade the openapi-plugin version to 4.3.4 (#9422)
Downgrade the openapi-plugin version to 4.3.4
2025-03-04 19:35:27 +01:00