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

12470 Commits

Author SHA1 Message Date
renovate[bot]
28404edf9d
chore(deps): update dependency ssh2 to v1.16.0 (#8563)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>mscdex/ssh2 (ssh2)</summary>

###
[`v1.16.0`](https://redirect.github.com/mscdex/ssh2/compare/v1.15.0...v1.16.0)

[Compare
Source](https://redirect.github.com/mscdex/ssh2/compare/v1.15.0...v1.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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 22:05:51 +00:00
renovate[bot]
5a01a7e981
chore(deps): update dependency sass to v1.80.3 (#8562)
This PR contains the following updates:

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

---

### Release Notes

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

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

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

-   Fix a bug where `@import url("...")` would crash in plain CSS files.

- Improve consistency of how warnings are emitted by different parts of
the
compiler. This should result in minimal user-visible changes, but
different
types of warnings should now respond more reliably to flags like
`--quiet`,
    `--verbose`, and `--silence-deprecation`.

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

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

- Fix a bug where deprecation warnings were incorrectly emitted for the
    plain-CSS `invert()` function.

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

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

- Fix a bug where repeated deprecation warnings were not automatically
limited.

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

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

- `@import` is now officially deprecated, as are global built-in
functions that
are available within built-in modules. See [the Sass blog post] for more
    details on the deprecation process.

[the Sass blog post]: https://sass-lang.com/blog/import-is-deprecated/

##### Embedded Host

- Fix an error that would sometimes occur when deprecation warnings were
    emitted when using a custom importer with the legacy API.

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

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

- Fix a bug where Sass would add an extra `*/` after loud comments with
    whitespace after an explicit `*/` in the indented syntax.

- **Potentially breaking bug fix:** Adding text after an explicit `*/`
in the
indented syntax is now an error, rather than silently generating invalid
CSS.

##### Embedded Host

-   Properly export the `SassBoolean` type.

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

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

-   Changes to how `selector.unify()` and `@extend` combine selectors:

- The relative order of pseudo-classes (like `:hover`) and
pseudo-elements
(like `::before`) within each original selector is now preserved when
        they're combined.

- Pseudo selectors are now consistently placed at the end of the
combined
selector, regardless of which selector they came from. Previously, this
reordering only applied to pseudo-selectors in the second selector.

- Tweak the color transformation matrices for OKLab and OKLCH to match
the
    newer, more accurate values in the CSS spec.

-   Fix a slight inaccuracy case when converting to `srgb-linear` and
    `display-p3`.

- **Potentially breaking bug fix:** `math.unit()` now wraps multiple
denominator
units in parentheses. For example, `px/(em*em)` instead of `px/em*em`.

##### Command-Line Interface

- Use `@parcel/watcher` to watch the filesystem when running from
JavaScript and
not using `--poll`. This should mitigate more frequent failures users
have
been seeing since version 4.0.0 of Chokidar, our previous watching tool,
was
    released.

##### JS API

- Fix `SassColor.interpolate()` to allow an undefined `options`
parameter, as
    the types indicate.

##### Embedded Sass

- Properly pass missing color channel values to and from custom
functions.

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

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

##### JS API

- Fix a bug where passing `green` or `blue` to `color.change()` for
legacy
    colors would fail.

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

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

-   Update the `$channel` parameter in the suggested replacement for
    `color.red()`, `color.green()`, `color.blue()`, `color.hue()`,
    `color.saturation()`, `color.lightness()`, `color.whiteness()`, and
    `color.blackness()` to use a quoted string.

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

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

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

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

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

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

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

-   No user-visible changes.

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

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

- **Breaking change**: Passing a number with unit `%` to the `$alpha`
parameter
of `color.change()`, `color.adjust()`, `change-color()`, and
`adjust-color()`
is now interpreted as a percentage, instead of ignoring the unit. For
example,
    `color.change(red, $alpha: 50%)` now returns `rgb(255 0 0 / 0.5)`.

- **Potentially breaking compatibility fix**: Sass no longer rounds RGB
channels
to the nearest integer. This means that, for example, `rgb(0 0 1) !=
rgb(0 0
0.6)`. This matches the latest version of the CSS spec and browser
behavior.

- **Potentially breaking compatibility fix**: Passing large positive or
negative
values to `color.adjust()` can now cause a color's channels to go
outside that
color's gamut. In most cases this will currently be clipped by the
browser and
end up showing the same color as before, but once browsers implement
gamut
    mapping it may produce a different result.

- Add support for CSS Color Level 4 [color spaces]. Each color value now
tracks
its color space along with the values of each channel in that color
space.
There are two general principles to keep in mind when dealing with new
color
    spaces:

1. With the exception of legacy color spaces (`rgb`, `hsl`, and `hwb`),
colors
will always be emitted in the color space they were defined in unless
        they're explicitly converted.

2. The `color.to-space()` function is the only way to convert a color to
another color space. Some built-in functions may do operations in a
different color space, but they'll always convert back to the original
space
        afterwards.

- `rgb` colors can now have non-integer channels and channels outside
the normal
gamut of 0-255. These colors are always emitted using the `rgb()` syntax
so
that modern browsers that are being displayed on wide-gamut devices can
    display the most accurate color possible.

- Add support for all the new color syntax defined in Color Level 4,
including:

    -   `oklab()`, `oklch()`, `lab()`, and `lch()` functions;
- a top-level `hwb()` function that matches the space-separated CSS
syntax;
- and a `color()` function that supports the `srgb`, `srgb-linear`,
`display-p3`, `a98-rgb`, `prophoto-rgb`, `rec2020`, `xyz`, `xyz-d50`,
and
        `xyz-d65` color spaces.

-   Add new functions for working with color spaces:

- `color.to-space($color, $space)` converts `$color` to the given
`$space`. In
most cases this conversion is lossless—the color may end up out-of-gamut
for
the destination color space, but browsers will generally display it as
best
they can regardless. However, the `hsl` and `hwb` spaces can't represent
        out-of-gamut colors and so will be clamped.

- `color.channel($color, $channel, $space: null)` returns the value of
the
given `$channel` in `$color`, after converting it to `$space` if
necessary.
It should be used instead of the old channel-specific functions such as
        `color.red()` and `color.hue()`.

- `color.same($color1, $color2)` returns whether two colors represent
the same
color even across color spaces. It differs from `$color1 == $color2`
because
`==` never consider colors in different (non-legacy) spaces as equal.

- `color.is-in-gamut($color, $space: null)` returns whether `$color` is
        in-gamut for its color space (or `$space` if it's passed).

- `color.to-gamut($color, $space: null)` returns `$color` constrained to
its
space's gamut (or to `$space`'s gamut, if passed). This is generally not
recommended since even older browsers will display out-of-gamut colors
as
        best they can, but it may be necessary in some cases.

- `color.space($color)`: Returns the name of `$color`'s color space.

- `color.is-legacy($color)`: Returns whether `$color` is in a legacy
color
        space (`rgb`, `hsl`, or `hwb`).

- `color.is-powerless($color, $channel, $space: null)`: Returns whether
the
given `$channel` of `$color` is powerless in `$space` (or its own color
space). A channel is "powerless" if its value doesn't affect the way the
        color is displayed, such as hue for a color with 0 chroma.

- `color.is-missing($color, $channel)`: Returns whether `$channel`'s
value is
missing in `$color`. Missing channels can be explicitly specified using
the
special value `none` and can appear automatically when
`color.to-space()`
returns a color with a powerless channel. Missing channels are usually
treated as 0, except when interpolating between two colors and in
`color.mix()` where they're treated as the same value as the other
color.

-   Update existing functions to support color spaces:

- `hsl()` and `color.hwb()` no longer forbid out-of-bounds values.
Instead,
they follow the CSS spec by clamping them to within the allowed range.

- `color.change()`, `color.adjust()`, and `color.scale()` now support
all
channels of all color spaces. However, if you want to modify a channel
that's not in `$color`'s own color space, you have to explicitly specify
the
space with the `$space` parameter. (For backwards-compatibility, this
doesn't apply to legacy channels of legacy colors—for example, you can
still
adjust an `rgb` color's saturation without passing `$space: hsl`).

- `color.mix()` and `color.invert()` now support the standard CSS
algorithm
for interpolating between two colors (the same one that's used for
gradients
and animations). To use this, pass the color space to use for
interpolation
to the `$method` parameter. For polar color spaces like `hsl` and
`oklch`,
this parameter also allows you to specify how hue interpolation is
handled.

- `color.complement()` now supports a `$space` parameter that indicates
which
        color space should be used to take the complement.

- `color.grayscale()` now operates in the `oklch` space for non-legacy
colors.

- `color.ie-hex-str()` now automatically converts its color to the `rgb`
space
and gamut-maps it so that it can continue to take colors from any color
        space.

[color spaces]:
https://developer.mozilla.org/en-US/docs/Web/CSS/color_value

- The following functions are now deprecated, and uses should be
replaced with
    the new color-space-aware functions defined above:

- The `color.red()`, `color.green()`, `color.blue()`, `color.hue()`,
`color.saturation()`, `color.lightness()`, `color.whiteness()`, and
`color.blackness()` functions, as well as their global counterparts,
should
        be replaced with calls to `color.channel()`.

- The global `adjust-hue()`, `saturate()`, `desaturate()`, `lighten()`,
`darken()`, `transaprentize()`, `fade-out()`, `opacify()`, and
`fade-in()`
functions should be replaced by `color.adjust()` or `color.scale()`.

- Add a `global-builtin` future deprecation, which can be opted-into
with the
`--future-deprecation` flag or the `futureDeprecations` option in the JS
or
Dart API. This emits warnings when any global built-in functions that
are
now available in `sass:` modules are called. It will become active by
default
    in an upcoming release alongside the `@import` deprecation.

##### Dart API

- Added a `ColorSpace` class which represents the various color spaces
defined
    in the CSS spec.

-   Added `SassColor.space` which returns a color's color space.

- Added `SassColor.channels` and `.channelsOrNull` which returns a list
of channel values, with missing channels converted to 0 or exposed as
null,
    respectively.

- Added `SassColor.isLegacy`, `.isInGamut`, `.channel()`,
`.isChannelMissing()`,
`.isChannelPowerless()`, `.toSpace()`, `.toGamut()`,
`.changeChannels()`, and
`.interpolate()` which do the same thing as the Sass functions of the
    corresponding names.

- `SassColor.rgb()` now allows out-of-bounds and non-integer arguments.

-   `SassColor.hsl()` and `.hwb()` now allow out-of-bounds arguments.

-   Added `SassColor.hwb()`, `.srgb()`, `.srgbLinear()`, `.displayP3()`,
`.a98Rgb()`, `.prophotoRgb()`, `.rec2020()`, `.xyzD50()`, `.xyzD65()`,
`.lab()`, `.lch()`, `.oklab()`, `.oklch()`, and `.forSpace()`
constructors.

- Deprecated `SassColor.red`, `.green`, `.blue`, `.hue`, `.saturation`,
    `.lightness`, `.whiteness`, and `.blackness` in favor of
    `SassColor.channel()`.

- Deprecated `SassColor.changeRgb()`, `.changeHsl()`, and `.changeHwb()`
in
    favor of `SassColor.changeChannels()`.

-   Added `SassNumber.convertValueToUnit()` as a shorthand for
    `SassNumber.convertValue()` with a single numerator.

- Added `InterpolationMethod` and `HueInterpolationMethod` which
collectively
    represent the method to use to interpolate two colors.

##### JS API

- While the legacy API has been deprecated since we released the modern
API, we
now emit warnings when the legacy API is used to make sure users are
aware
that it will be removed in Dart Sass 2.0.0. In the meantime, you can
silence
these warnings by passing `legacy-js-api` in `silenceDeprecations` when
using
    the legacy API.

- Modify `SassColor` to accept a new `space` option, with support for
all the
    new color spaces defined in Color Level 4.

-   Add `SassColor.space` which returns a color's color space.

- Add `SassColor.channels` and `.channelsOrNull` which returns a list of
channel
values, with missing channels converted to 0 or exposed as null,
respectively.

- Add `SassColor.isLegacy`, `.isInGamut()`, `.channel()`,
`.isChannelMissing()`,
`.isChannelPowerless()`, `.toSpace()`, `.toGamut()`, `.change()`, and
`.interpolate()` which do the same thing as the Sass functions of the
    corresponding names.

-   Deprecate `SassColor.red`, `.green`, `.blue`, `.hue`, `.saturation`,
    `.lightness`, `.whiteness`, and `.blackness` in favor of
    `SassColor.channel()`.

##### Embedded Sass

- Add `Color` SassScript value, with support for all the new color
spaces
    defined in Color Level 4.

-   Remove `RgbColor`, `HslColor` and `HwbColor` SassScript values.

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

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

- The `meta.feature-exists` function is now deprecated. This deprecation
is
    named `feature-exists`.

- Fix a crash when using `@at-root` without any queries or children in
the
    indented syntax.

##### JS API

- Backport the deprecation options (`fatalDeprecations`,
`futureDeprecations`,
and `silenceDeprecations`) to the legacy JS API. The legacy JS API is
itself
deprecated, and you should move off of it if possible, but this will
allow
users of bundlers and other tools that are still using the legacy API to
    still control deprecation warnings.

- Fix a bug where accessing `SourceSpan.url` would crash when a relative
URL was
    passed to the Sass API.

##### Embedded Sass

- Explicitly expose a `sass` executable from the `sass-embedded` npm
package.
    This was intended to be included in 1.63.0, but due to the way
platform-specific dependency executables are installed it did not work
as
intended. Now users can run `npx sass` for local installs or just `sass`
when
    `sass-embedded` is installed globally.

- Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for
the
    `sass-embedded` npm package.

- Fix an edge case where the Dart VM could hang when shutting down when
requests
    were in flight.

- Fix a race condition where the embedded host could fail to shut down
if it was
    closed around the same time a new compilation was started.

- Fix a bug where parse-time deprecation warnings could not be
controlled by
    the deprecation options in some circumstances.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 22:05:36 +00:00
renovate[bot]
b4d509d263
chore(deps): update dependency react-router to v6.27.0 (#8560)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-router](https://redirect.github.com/remix-run/react-router)
([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router))
| [`6.26.2` ->
`6.27.0`](https://renovatebot.com/diffs/npm/react-router/6.26.2/6.27.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/6.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router/6.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router/6.26.2/6.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/6.26.2/6.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>remix-run/react-router (react-router)</summary>

###
[`v6.27.0`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router%406.27.0):
v6.27.0

[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/react-router@6.26.2...react-router@6.27.0)

See the changelog for release notes:
https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6270

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 18:38:18 +00:00
renovate[bot]
3bbb1c91f8
chore(deps): update dependency msw to v2.4.12 (#8559)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v2.4.12`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.12)

[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.11...v2.4.12)

#### v2.4.12 (2024-10-21)

##### Bug Fixes

- **node:** preserve headers instanceof when recording raw headers
([#&#8203;2321](https://redirect.github.com/mswjs/msw/issues/2321))
([`a58a300`](a58a300687))
[@&#8203;paoloricciuti](https://redirect.github.com/paoloricciuti)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 18:37:20 +00:00
Nuno Góis
c6173f416b
chore: bump unleash client to 6.1.2 (#8558) 2024-10-28 16:37:29 +00:00
Mateusz Kwasniewski
e666f90e1e
feat: playground result count buckets (#8555) 2024-10-28 15:43:07 +01:00
Jaanus Sellin
eaab9db60d
fix: now feature table does not dissapear (#8554)
Feature table does not dissapear when onboarding and filter settings
hides all features
2024-10-28 15:39:20 +02:00
Thomas Heartman
622998c62e
fix: invalid spreading of keys into table rows everywhere (#8551)
This commit fixes invalid prop spreading warnings in all the table rows
I could find through a quick search in the code base.

The issue is that you can't spread the "key" prop into a component. It
*must* be an explicit prop.

The process is the same everywhere:
1. Instead of spreading `row.getRowProps()` into the component, we
extract and split it: `const {key, ...rowProps} = row.getRowProps()`.
2. Do the same thing for cellProps.
2024-10-28 13:47:22 +01:00
gitar-bot[bot]
0ff0b2dbd0
[Gitar] Cleaning up stale flag: onboardingMetrics with value true (#8550) 2024-10-28 11:47:58 +01:00
renovate[bot]
cb6b776154
chore(deps): update dependency react-dropzone to v14.2.10 (#8549)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>react-dropzone/react-dropzone (react-dropzone)</summary>

###
[`v14.2.10`](https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.10)

[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.9...v14.2.10)

##### Bug Fixes

- fix exports declaration
([53bba3a](53bba3a78f))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 02:21:28 +00:00
renovate[bot]
4f877f37c6
chore(deps): update dependency @vitejs/plugin-react to v4.3.3 (#8548)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v4.3.3`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#433-2024-10-19)

[Compare
Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/v4.3.2...v4.3.3)

##### React Compiler runtimeModule option removed

React Compiler was updated to accept a `target` option and
`runtimeModule` was removed. vite-plugin-react will still detect
`runtimeModule` for backwards compatibility.

When using a custom `runtimeModule` or `target !== '19'`, the plugin
will not try to pre-optimize `react/compiler-runtime` dependency.

The
[react-compiler-runtime](https://www.npmjs.com/package/react-compiler-runtime)
is now available on npm can be used instead of the local shim for people
using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct
source maps in development:

```bash
npm install babel-plugin-react-compiler react-compiler-runtime @&#8203;babel/plugin-transform-react-jsx-development
```

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 02:21:08 +00:00
renovate[bot]
7006725596
chore(deps): update dependency @types/node to v20.16.13 (#8547)
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.16.12` ->
`20.16.13`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.12/20.16.13)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.16.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.16.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.16.12/20.16.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.16.12/20.16.13?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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-27 23:09:41 +00:00
renovate[bot]
8ae809bfd7
chore(deps): update dependency @types/node to v20.16.13 (#8546)
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.16.12` ->
`20.16.13`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.12/20.16.13)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.16.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.16.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.16.12/20.16.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.16.12/20.16.13?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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-27 23:09:30 +00:00
renovate[bot]
807323be20
chore(deps): update dependency react-joyride to v2.9.2 (#8545)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>gilbarbara/react-joyride (react-joyride)</summary>

###
[`v2.9.2`](https://redirect.github.com/gilbarbara/react-joyride/releases/tag/v2.9.2):
2.9.2

[Compare
Source](https://redirect.github.com/gilbarbara/react-joyride/compare/v2.9.1...v2.9.2)

- Fix primary button text with showProgress:
[`58ecae0`](58ecae0dd4)
- Fix lifecycle for centered steps:
[`8ee561a`](8ee561ac62)
- Fix docs and types:
[`6bf66ca`](6bf66cac3c)

###
[`v2.9.1`](https://redirect.github.com/gilbarbara/react-joyride/releases/tag/v2.9.1):
2.9.1

[Compare
Source](https://redirect.github.com/gilbarbara/react-joyride/compare/v2.9.0...v2.9.1)

- Remove duplicate store update for placement "center":
[`9bac425`](9bac425acf)

###
[`v2.9.0`](https://redirect.github.com/gilbarbara/react-joyride/releases/tag/v2.9.0):
2.9.0

[Compare
Source](https://redirect.github.com/gilbarbara/react-joyride/compare/v2.8.2...v2.9.0)

- Upgrade dependencies:
[`76b0eae`](76b0eaebe3)
- Add try/catch to getElement helper:
[`92e204d`](92e204d7fc)
- Add LIFECYCLE.INIT to Overlay "hideSpotlight":
[`e4a75a4`](e4a75a4552)
- Add "nextLabelWithProgress" to step locale:
[`0fbf346`](0fbf346628)
- Update "getDocumentHeight" median parameter default to false:
[`d7febf7`](d7febf7efa)
- Fix types and defaults:
[`805356c`](805356cfd7)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-25 19:38:43 +00:00
renovate[bot]
d7a26589e1
chore(deps): update dependency path-to-regexp to v0.2.5 (#8543)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>pillarjs/path-to-regexp (path-to-regexp)</summary>

###
[`v0.2.5`](https://redirect.github.com/pillarjs/path-to-regexp/blob/HEAD/History.md#025--2014-08-07)

[Compare
Source](https://redirect.github.com/pillarjs/path-to-regexp/compare/v0.2.4...v0.2.5)

-   Allow keys parameter to be omitted

###
[`v0.2.4`](https://redirect.github.com/pillarjs/path-to-regexp/blob/HEAD/History.md#024--2014-08-02)

[Compare
Source](https://redirect.github.com/pillarjs/path-to-regexp/compare/v0.2.3...v0.2.4)

-   Code coverage badge
-   Updated readme
-   Attach keys to the generated regexp

###
[`v0.2.3`](https://redirect.github.com/pillarjs/path-to-regexp/blob/HEAD/History.md#023--2014-07-09)

[Compare
Source](https://redirect.github.com/pillarjs/path-to-regexp/compare/v0.2.2...v0.2.3)

-   Add MIT license

###
[`v0.2.2`](https://redirect.github.com/pillarjs/path-to-regexp/blob/HEAD/History.md#022--2014-07-06)

[Compare
Source](https://redirect.github.com/pillarjs/path-to-regexp/compare/v0.2.1...v0.2.2)

-   A passed in trailing slash in non-strict mode will become optional
- In non-end mode, the optional trailing slash will only match at the
end

###
[`v0.2.1`](https://redirect.github.com/pillarjs/path-to-regexp/blob/HEAD/History.md#021--2014-06-11)

[Compare
Source](https://redirect.github.com/pillarjs/path-to-regexp/compare/v0.2.0...v0.2.1)

-   Fixed a major capturing group regexp regression

###
[`v0.2.0`](https://redirect.github.com/pillarjs/path-to-regexp/blob/HEAD/History.md#020--2014-06-09)

[Compare
Source](https://redirect.github.com/pillarjs/path-to-regexp/compare/v0.1.11...v0.2.0)

-   Improved support for arrays
-   Improved support for regexps
- Better support for non-ending strict mode matches with a trailing
slash
-   Travis CI support
-   Block using regexp special characters in the path
-   Removed support for the asterisk to match all
-   New support for parameter suffixes - `*`, `+` and `?`
-   Updated readme
-   Provide delimiter information with keys array

###
[`v0.1.11`](https://redirect.github.com/pillarjs/path-to-regexp/releases/tag/v0.1.11):
Error on bad input

[Compare
Source](https://redirect.github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.11)

**Changed**

- Add error on bad input values
[`8f09549`](https://redirect.github.com/pillarjs/path-to-regexp/commit/8f09549)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-25 17:35:57 +00:00
renovate[bot]
f0d2d8cf92
chore(deps): update dependency node to v20.18.0 (#8542)
This PR contains the following updates:

| Package | Type | Update | Change | Pending | Age | Adoption | Passing
| Confidence |
|---|---|---|---|---|---|---|---|---|
| [node](https://nodejs.org)
([source](https://redirect.github.com/nodejs/node)) | | minor |
`20.17.0` -> `20.18.0` | |
[![age](https://developer.mend.io/api/mc/badges/age/node-version/node/v20.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/node-version/node/v20.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/node-version/node/v20.17.0/v20.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/node-version/node/v20.17.0/v20.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [node](https://redirect.github.com/nodejs/node) | final | minor |
`20.16.0-alpine` -> `20.18.0-alpine` | |
[![age](https://developer.mend.io/api/mc/badges/age/docker/node/20.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/node/20.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/node/20.16.0/20.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/node/20.16.0/20.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [node](https://redirect.github.com/nodejs/node) | stage | minor |
`20.16.0-alpine` -> `20.18.0-alpine` | |
[![age](https://developer.mend.io/api/mc/badges/age/docker/node/20.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/node/20.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/node/20.16.0/20.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/node/20.16.0/20.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| devDependencies | patch | [`20.16.3` ->
`20.16.12`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.3/20.16.12)
| `20.17.1` (+4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.16.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.16.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.16.3/20.16.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.16.3/20.16.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v20.18.0`](https://redirect.github.com/nodejs/node/releases/tag/v20.18.0):
2024-10-03, Version 20.18.0 &#x27;Iron&#x27; (LTS), @&#8203;targos

[Compare
Source](https://redirect.github.com/nodejs/node/compare/v20.17.0...v20.18.0)

##### Notable Changes

##### Experimental Network Inspection Support in Node.js

This update introduces the initial support for network inspection in
Node.js.
Currently, this is an experimental feature, so you need to enable it
using the `--experimental-network-inspection` flag.
With this feature enabled, you can inspect network activities occurring
within a JavaScript application.

To use network inspection, start your Node.js application with the
following command:

```console
$ node --inspect-wait --experimental-network-inspection index.js
```

Please note that the network inspection capabilities are in active
development.
We are actively working on enhancing this feature and will continue to
expand its functionality in future updates.

- Network inspection is limited to the `http` and `https` modules only.
-   The Network tab in Chrome DevTools will not be available until the
[feature request on the Chrome DevTools
side](https://issues.chromium.org/issues/353924015) is addressed.

Contributed by Kohei Ueno in
[#&#8203;53593](https://redirect.github.com/nodejs/node/pull/53593) and
[#&#8203;54246](https://redirect.github.com/nodejs/node/pull/54246)

##### Exposes X509\_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext

This releases introduces a new option to the API
`tls.createSecureContext`. From
now on, `tls.createSecureContext({ allowPartialTrustChain: true })` can
be used
to treat intermediate (non-self-signed) certificates in the trust CA
certificate
list as trusted.

Contributed by Anna Henningsen in
[#&#8203;54790](https://redirect.github.com/nodejs/node/pull/54790)

##### New option for vm.createContext() to create a context with a
freezable globalThis

Node.js implements a flavor of `vm.createContext()` and friends that
creates a context without contextifying its global
object when vm.constants.DONT_CONTEXTIFY is used. This is suitable when
users want to freeze the context
(impossible when the global is contextified i.e. has interceptors
installed) or speed up the global access if they
don't need the interceptor behavior.

Contributed by Joyee Cheung in
[#&#8203;54394](https://redirect.github.com/nodejs/node/pull/54394)

##### Deprecations

-
\[[`64aa31f6e5`](https://redirect.github.com/nodejs/node/commit/64aa31f6e5)]
- **repl**: doc-deprecate instantiating `node:repl` classes without
`new` (Aviv Keller)
[#&#8203;54842](https://redirect.github.com/nodejs/node/pull/54842)
-
\[[`4c52ee3d7f`](https://redirect.github.com/nodejs/node/commit/4c52ee3d7f)]
- **zlib**: deprecate instantiating classes without new (Yagiz Nizipli)
[#&#8203;54708](https://redirect.github.com/nodejs/node/pull/54708)

##### Other Notable Changes

-
\[[`b80da2f964`](https://redirect.github.com/nodejs/node/commit/b80da2f964)]
- **buffer**: optimize createFromString (Robert Nagy)
[#&#8203;54324](https://redirect.github.com/nodejs/node/pull/54324)
-
\[[`02b36cbd2d`](https://redirect.github.com/nodejs/node/commit/02b36cbd2d)]
- **(SEMVER-MINOR)** **lib**: add EventSource Client (Aras Abbasi)
[#&#8203;51575](https://redirect.github.com/nodejs/node/pull/51575)
-
\[[`879546a9bf`](https://redirect.github.com/nodejs/node/commit/879546a9bf)]
- **(SEMVER-MINOR)** **src,lib**: add performance.uvMetricsInfo (Rafael
Gonzaga)
[#&#8203;54413](https://redirect.github.com/nodejs/node/pull/54413)
-
\[[`f789f4c92d`](https://redirect.github.com/nodejs/node/commit/f789f4c92d)]
- **(SEMVER-MINOR)** **test_runner**: support module mocking (Colin
Ihrig)
[#&#8203;52848](https://redirect.github.com/nodejs/node/pull/52848)
-
\[[`4eb0749b6c`](https://redirect.github.com/nodejs/node/commit/4eb0749b6c)]
- **(SEMVER-MINOR)** **url**: implement parse method for safer URL
parsing (Ali Hassan)
[#&#8203;52280](https://redirect.github.com/nodejs/node/pull/52280)

##### Commits

-
\[[`013c48f0e9`](https://redirect.github.com/nodejs/node/commit/013c48f0e9)]
- **benchmark**: --no-warnings to avoid DEP/ExpWarn log (Rafael Gonzaga)
[#&#8203;54928](https://redirect.github.com/nodejs/node/pull/54928)
-
\[[`194fc113ac`](https://redirect.github.com/nodejs/node/commit/194fc113ac)]
- **benchmark**: add buffer.isAscii benchmark (RafaelGSS)
[#&#8203;54740](https://redirect.github.com/nodejs/node/pull/54740)
-
\[[`7410d51cb9`](https://redirect.github.com/nodejs/node/commit/7410d51cb9)]
- **benchmark**: add buffer.isUtf8 bench (RafaelGSS)
[#&#8203;54740](https://redirect.github.com/nodejs/node/pull/54740)
-
\[[`2393f21e8a`](https://redirect.github.com/nodejs/node/commit/2393f21e8a)]
- **benchmark**: add access async version to bench (Rafael Gonzaga)
[#&#8203;54747](https://redirect.github.com/nodejs/node/pull/54747)
-
\[[`b8779721f0`](https://redirect.github.com/nodejs/node/commit/b8779721f0)]
- **benchmark**: enhance dc publish benchmark (Rafael Gonzaga)
[#&#8203;54745](https://redirect.github.com/nodejs/node/pull/54745)
-
\[[`4078aa83ff`](https://redirect.github.com/nodejs/node/commit/4078aa83ff)]
- **benchmark**: add match and doesNotMatch bench (RafaelGSS)
[#&#8203;54734](https://redirect.github.com/nodejs/node/pull/54734)
-
\[[`66acab9976`](https://redirect.github.com/nodejs/node/commit/66acab9976)]
- **benchmark**: add rejects and doesNotReject bench (RafaelGSS)
[#&#8203;54734](https://redirect.github.com/nodejs/node/pull/54734)
-
\[[`6db777fb3a`](https://redirect.github.com/nodejs/node/commit/6db777fb3a)]
- **benchmark**: add throws and doesNotThrow bench (RafaelGSS)
[#&#8203;54734](https://redirect.github.com/nodejs/node/pull/54734)
-
\[[`8f101560ce`](https://redirect.github.com/nodejs/node/commit/8f101560ce)]
- **benchmark**: add strictEqual and notStrictEqual bench (RafaelGSS)
[#&#8203;54734](https://redirect.github.com/nodejs/node/pull/54734)
-
\[[`2c9e4c936e`](https://redirect.github.com/nodejs/node/commit/2c9e4c936e)]
- **benchmark**: adds groups to better separate benchmarks (Giovanni
Bucci)
[#&#8203;54393](https://redirect.github.com/nodejs/node/pull/54393)
-
\[[`671c3ac633`](https://redirect.github.com/nodejs/node/commit/671c3ac633)]
- **benchmark**: fix benchmark for file path and URL conversion (Early
Riser)
[#&#8203;54190](https://redirect.github.com/nodejs/node/pull/54190)
-
\[[`8c8708cb5b`](https://redirect.github.com/nodejs/node/commit/8c8708cb5b)]
- **benchmark**: use assert.ok searchparams (Rafael Gonzaga)
[#&#8203;54334](https://redirect.github.com/nodejs/node/pull/54334)
-
\[[`8b71fa79e2`](https://redirect.github.com/nodejs/node/commit/8b71fa79e2)]
- **benchmark**: add stream.compose benchmark (jakecastelli)
[#&#8203;54308](https://redirect.github.com/nodejs/node/pull/54308)
-
\[[`93ee36e3a0`](https://redirect.github.com/nodejs/node/commit/93ee36e3a0)]
- **benchmark**: rename count to n (Rafael Gonzaga)
[#&#8203;54271](https://redirect.github.com/nodejs/node/pull/54271)
-
\[[`f2971b6f0b`](https://redirect.github.com/nodejs/node/commit/f2971b6f0b)]
- **benchmark**: change assert() to assert.ok() (Rafael Gonzaga)
[#&#8203;54254](https://redirect.github.com/nodejs/node/pull/54254)
-
\[[`f48f2c212c`](https://redirect.github.com/nodejs/node/commit/f48f2c212c)]
- **benchmark**: support --help in CLI (Aviv Keller)
[#&#8203;53358](https://redirect.github.com/nodejs/node/pull/53358)
-
\[[`0309b0520b`](https://redirect.github.com/nodejs/node/commit/0309b0520b)]
- **benchmark**: remove force option as force defaults to true (Yelim
Koo) [#&#8203;54203](https://redirect.github.com/nodejs/node/pull/54203)
-
\[[`b6e8305b2d`](https://redirect.github.com/nodejs/node/commit/b6e8305b2d)]
- **benchmark**: use assert.ok instead of assert (Rafael Gonzaga)
[#&#8203;54176](https://redirect.github.com/nodejs/node/pull/54176)
-
\[[`90c660d26a`](https://redirect.github.com/nodejs/node/commit/90c660d26a)]
- **benchmark**: add require-esm benchmark (Joyee Cheung)
[#&#8203;52166](https://redirect.github.com/nodejs/node/pull/52166)
-
\[[`1b8584b52e`](https://redirect.github.com/nodejs/node/commit/1b8584b52e)]
- **benchmark,doc**: add CPU scaling governor to perf (Rafael Gonzaga)
[#&#8203;54723](https://redirect.github.com/nodejs/node/pull/54723)
-
\[[`0b9161b330`](https://redirect.github.com/nodejs/node/commit/0b9161b330)]
- **benchmark,doc**: mention bar.R to the list of scripts (Rafael
Gonzaga)
[#&#8203;54722](https://redirect.github.com/nodejs/node/pull/54722)
-
\[[`84bf93b7ea`](https://redirect.github.com/nodejs/node/commit/84bf93b7ea)]
- **buffer**: allow invalid encoding in from (Robert Nagy)
[#&#8203;54533](https://redirect.github.com/nodejs/node/pull/54533)
-
\[[`d04246a0d7`](https://redirect.github.com/nodejs/node/commit/d04246a0d7)]
- **buffer**: optimize byteLength for common encodings (Robert Nagy)
[#&#8203;54342](https://redirect.github.com/nodejs/node/pull/54342)
-
\[[`f36831f694`](https://redirect.github.com/nodejs/node/commit/f36831f694)]
- **buffer**: optimize createFromString (Robert Nagy)
[#&#8203;54324](https://redirect.github.com/nodejs/node/pull/54324)
-
\[[`f5f40c8088`](https://redirect.github.com/nodejs/node/commit/f5f40c8088)]
- **buffer**: optimize for common encodings (Robert Nagy)
[#&#8203;54319](https://redirect.github.com/nodejs/node/pull/54319)
-
\[[`76c37703be`](https://redirect.github.com/nodejs/node/commit/76c37703be)]
- **buffer**: add JSDoc to blob bytes method (Roberto Simonini)
[#&#8203;54117](https://redirect.github.com/nodejs/node/pull/54117)
-
\[[`3012d31404`](https://redirect.github.com/nodejs/node/commit/3012d31404)]
- **buffer**: use faster integer argument check (Robert Nagy)
[#&#8203;54089](https://redirect.github.com/nodejs/node/pull/54089)
-
\[[`3505782801`](https://redirect.github.com/nodejs/node/commit/3505782801)]
- **buffer**: make indexOf(byte) faster (Tobias Nießen)
[#&#8203;53455](https://redirect.github.com/nodejs/node/pull/53455)
-
\[[`d285fc1f68`](https://redirect.github.com/nodejs/node/commit/d285fc1f68)]
- **build**: upgrade clang-format to v18 (Aviv Keller)
[#&#8203;53957](https://redirect.github.com/nodejs/node/pull/53957)
-
\[[`d288ec3b0a`](https://redirect.github.com/nodejs/node/commit/d288ec3b0a)]
- **build**: fix conflicting V8 object print flags (Daeyeon Jeong)
[#&#8203;54785](https://redirect.github.com/nodejs/node/pull/54785)
-
\[[`e862eecac9`](https://redirect.github.com/nodejs/node/commit/e862eecac9)]
- **build**: do not build with code cache for core coverage collection
(Joyee Cheung)
[#&#8203;54633](https://redirect.github.com/nodejs/node/pull/54633)
-
\[[`f7a606eb96`](https://redirect.github.com/nodejs/node/commit/f7a606eb96)]
- **build**: turn off `-Wrestrict` (Richard Lau)
[#&#8203;54737](https://redirect.github.com/nodejs/node/pull/54737)
-
\[[`71ca2665e4`](https://redirect.github.com/nodejs/node/commit/71ca2665e4)]
- **build**: reclaim disk space on macOS GHA runner (jakecastelli)
[#&#8203;54658](https://redirect.github.com/nodejs/node/pull/54658)
-
\[[`82d8051c39`](https://redirect.github.com/nodejs/node/commit/82d8051c39)]
- **build**: don't clean obj.target directory if it doesn't exist (Joyee
Cheung)
[#&#8203;54337](https://redirect.github.com/nodejs/node/pull/54337)
-
\[[`6e550b1f26`](https://redirect.github.com/nodejs/node/commit/6e550b1f26)]
- **build**: update `ruff` to `0.5.2` (Aviv Keller)
[#&#8203;53909](https://redirect.github.com/nodejs/node/pull/53909)
-
\[[`e2ea7b26d7`](https://redirect.github.com/nodejs/node/commit/e2ea7b26d7)]
- **build**: fix ./configure --help format error (Zhenwei Jin)
[#&#8203;53066](https://redirect.github.com/nodejs/node/pull/53066)
-
\[[`eb2402d569`](https://redirect.github.com/nodejs/node/commit/eb2402d569)]
- **build**: enable building with shared uvwasi lib (Pooja D P)
[#&#8203;43987](https://redirect.github.com/nodejs/node/pull/43987)
-
\[[`45732314d4`](https://redirect.github.com/nodejs/node/commit/45732314d4)]
- **build**: sync V8 warning cflags with BUILD.gn (Michaël Zasso)
[#&#8203;52873](https://redirect.github.com/nodejs/node/pull/52873)
-
\[[`6e0a2bb54c`](https://redirect.github.com/nodejs/node/commit/6e0a2bb54c)]
- **build**: harmonize Clang checks (Michaël Zasso)
[#&#8203;52873](https://redirect.github.com/nodejs/node/pull/52873)
-
\[[`3f78d4eb28`](https://redirect.github.com/nodejs/node/commit/3f78d4eb28)]
- **cli**: add `--expose-gc` flag available to `NODE_OPTIONS` (Juan
José)
[#&#8203;53078](https://redirect.github.com/nodejs/node/pull/53078)
-
\[[`a110409b2a`](https://redirect.github.com/nodejs/node/commit/a110409b2a)]
- **console**: use validateOneOf for colorMode validation (HEESEUNG)
[#&#8203;54245](https://redirect.github.com/nodejs/node/pull/54245)
-
\[[`231ab788ea`](https://redirect.github.com/nodejs/node/commit/231ab788ea)]
- **crypto**: reject dh,x25519,x448 in {Sign,Verify}Final (Huáng
Jùnliàng)
[#&#8203;53774](https://redirect.github.com/nodejs/node/pull/53774)
-
\[[`a5984e4570`](https://redirect.github.com/nodejs/node/commit/a5984e4570)]
- **crypto**: return a clearer error when loading an unsupported pkcs12
(Tim Perry)
[#&#8203;54485](https://redirect.github.com/nodejs/node/pull/54485)
-
\[[`f287cd77bd`](https://redirect.github.com/nodejs/node/commit/f287cd77bd)]
- **crypto**: remove unused `kHashTypes` internal (Antoine du Hamel)
[#&#8203;54627](https://redirect.github.com/nodejs/node/pull/54627)
-
\[[`1fc904f8c4`](https://redirect.github.com/nodejs/node/commit/1fc904f8c4)]
- **deps**: update cjs-module-lexer to 1.4.1 (Node.js GitHub Bot)
[#&#8203;54846](https://redirect.github.com/nodejs/node/pull/54846)
-
\[[`95b55c39b1`](https://redirect.github.com/nodejs/node/commit/95b55c39b1)]
- **deps**: update simdutf to 5.5.0 (Node.js GitHub Bot)
[#&#8203;54434](https://redirect.github.com/nodejs/node/pull/54434)
-
\[[`cf6ded5dd3`](https://redirect.github.com/nodejs/node/commit/cf6ded5dd3)]
- **deps**: update cjs-module-lexer to 1.4.0 (Node.js GitHub Bot)
[#&#8203;54713](https://redirect.github.com/nodejs/node/pull/54713)
-
\[[`7f8edce3f1`](https://redirect.github.com/nodejs/node/commit/7f8edce3f1)]
- **deps**: update c-ares to v1.33.1 (Node.js GitHub Bot)
[#&#8203;54549](https://redirect.github.com/nodejs/node/pull/54549)
-
\[[`9a4a7b7ecc`](https://redirect.github.com/nodejs/node/commit/9a4a7b7ecc)]
- **deps**: update undici to 6.19.8 (Node.js GitHub Bot)
[#&#8203;54456](https://redirect.github.com/nodejs/node/pull/54456)
-
\[[`87ca1d7fee`](https://redirect.github.com/nodejs/node/commit/87ca1d7fee)]
- **deps**: update simdutf to 5.3.4 (Node.js GitHub Bot)
[#&#8203;54312](https://redirect.github.com/nodejs/node/pull/54312)
-
\[[`d3a743f182`](https://redirect.github.com/nodejs/node/commit/d3a743f182)]
- **deps**: update zlib to 1.3.0.1-motley-71660e1 (Node.js GitHub Bot)
[#&#8203;53464](https://redirect.github.com/nodejs/node/pull/53464)
-
\[[`926981aa9f`](https://redirect.github.com/nodejs/node/commit/926981aa9f)]
- **deps**: update zlib to 1.3.0.1-motley-c2469fd (Node.js GitHub Bot)
[#&#8203;53464](https://redirect.github.com/nodejs/node/pull/53464)
-
\[[`654c8d1fdc`](https://redirect.github.com/nodejs/node/commit/654c8d1fdc)]
- **deps**: update zlib to 1.3.0.1-motley-68e57e6 (Node.js GitHub Bot)
[#&#8203;53464](https://redirect.github.com/nodejs/node/pull/53464)
-
\[[`2477e79172`](https://redirect.github.com/nodejs/node/commit/2477e79172)]
- **deps**: update zlib to 1.3.0.1-motley-8b7eff8 (Node.js GitHub Bot)
[#&#8203;53464](https://redirect.github.com/nodejs/node/pull/53464)
-
\[[`3d8113faf5`](https://redirect.github.com/nodejs/node/commit/3d8113faf5)]
- **deps**: update zlib to 1.3.0.1-motley-e432200 (Node.js GitHub Bot)
[#&#8203;53464](https://redirect.github.com/nodejs/node/pull/53464)
-
\[[`ac294e3db4`](https://redirect.github.com/nodejs/node/commit/ac294e3db4)]
- **deps**: update zlib to 1.3.0.1-motley-887bb57 (Node.js GitHub Bot)
[#&#8203;53464](https://redirect.github.com/nodejs/node/pull/53464)
-
\[[`239588b968`](https://redirect.github.com/nodejs/node/commit/239588b968)]
- **deps**: update c-ares to v1.33.0 (Node.js GitHub Bot)
[#&#8203;54198](https://redirect.github.com/nodejs/node/pull/54198)
-
\[[`6e7de37ed3`](https://redirect.github.com/nodejs/node/commit/6e7de37ed3)]
- **deps**: update undici to 6.19.7 (Node.js GitHub Bot)
[#&#8203;54286](https://redirect.github.com/nodejs/node/pull/54286)
-
\[[`38aa9d6ea9`](https://redirect.github.com/nodejs/node/commit/38aa9d6ea9)]
- **deps**: update acorn to 8.12.1 (Node.js GitHub Bot)
[#&#8203;53465](https://redirect.github.com/nodejs/node/pull/53465)
-
\[[`d30145f663`](https://redirect.github.com/nodejs/node/commit/d30145f663)]
- **deps**: update undici to 6.19.5 (Node.js GitHub Bot)
[#&#8203;54076](https://redirect.github.com/nodejs/node/pull/54076)
-
\[[`c169d9c12b`](https://redirect.github.com/nodejs/node/commit/c169d9c12b)]
- **deps**: update simdutf to 5.3.1 (Node.js GitHub Bot)
[#&#8203;54196](https://redirect.github.com/nodejs/node/pull/54196)
-
\[[`92f3447957`](https://redirect.github.com/nodejs/node/commit/92f3447957)]
- **doc**: add missing EventSource docs to globals (Matthew Aitken)
[#&#8203;55022](https://redirect.github.com/nodejs/node/pull/55022)
-
\[[`2879ce9681`](https://redirect.github.com/nodejs/node/commit/2879ce9681)]
- **doc**: fix broken Android building link (Niklas Wenzel)
[#&#8203;54922](https://redirect.github.com/nodejs/node/pull/54922)
-
\[[`096623b59a`](https://redirect.github.com/nodejs/node/commit/096623b59a)]
- **doc**: add support link for aduh95 (Antoine du Hamel)
[#&#8203;54866](https://redirect.github.com/nodejs/node/pull/54866)
-
\[[`1dfd238781`](https://redirect.github.com/nodejs/node/commit/1dfd238781)]
- **doc**: run license-builder (github-actions\[bot])
[#&#8203;54854](https://redirect.github.com/nodejs/node/pull/54854)
-
\[[`a6c748fffb`](https://redirect.github.com/nodejs/node/commit/a6c748fffb)]
- **doc**: experimental flag for global accessible APIs (Chengzhong Wu)
[#&#8203;54330](https://redirect.github.com/nodejs/node/pull/54330)
-
\[[`d48a22fa14`](https://redirect.github.com/nodejs/node/commit/d48a22fa14)]
- **doc**: add `ERR_INVALID_ADDRESS` to `errors.md` (Aviv Keller)
[#&#8203;54661](https://redirect.github.com/nodejs/node/pull/54661)
-
\[[`4a840cecfa`](https://redirect.github.com/nodejs/node/commit/4a840cecfa)]
- **doc**: add support link for mcollina (Matteo Collina)
[#&#8203;54786](https://redirect.github.com/nodejs/node/pull/54786)
-
\[[`ec22d86512`](https://redirect.github.com/nodejs/node/commit/ec22d86512)]
- **doc**: mark `--conditions` CLI flag as stable (Guy Bedford)
[#&#8203;54209](https://redirect.github.com/nodejs/node/pull/54209)
-
\[[`77c702ca07`](https://redirect.github.com/nodejs/node/commit/77c702ca07)]
- **doc**: fix typo in recognizing-contributors (Tobias Nießen)
[#&#8203;54822](https://redirect.github.com/nodejs/node/pull/54822)
-
\[[`62953ef9fb`](https://redirect.github.com/nodejs/node/commit/62953ef9fb)]
- **doc**: clarify `--max-old-space-size` and `--max-semi-space-size`
units (Alexandre ABRIOUX)
[#&#8203;54477](https://redirect.github.com/nodejs/node/pull/54477)
-
\[[`e2bab0f2b2`](https://redirect.github.com/nodejs/node/commit/e2bab0f2b2)]
- **doc**: replace --allow-fs-read by --allow-fs-write in related
section (M1CK431)
[#&#8203;54427](https://redirect.github.com/nodejs/node/pull/54427)
-
\[[`9cbfd5b33a`](https://redirect.github.com/nodejs/node/commit/9cbfd5b33a)]
- **doc**: add support link for marco-ippolito (Marco Ippolito)
[#&#8203;54789](https://redirect.github.com/nodejs/node/pull/54789)
-
\[[`53167b29ef`](https://redirect.github.com/nodejs/node/commit/53167b29ef)]
- **doc**: fix typo (Michael Dawson)
[#&#8203;54640](https://redirect.github.com/nodejs/node/pull/54640)
-
\[[`87f78a35f7`](https://redirect.github.com/nodejs/node/commit/87f78a35f7)]
- **doc**: fix webcrypto.md AES-GCM backticks (Filip Skokan)
[#&#8203;54621](https://redirect.github.com/nodejs/node/pull/54621)
-
\[[`7c83c15221`](https://redirect.github.com/nodejs/node/commit/7c83c15221)]
- **doc**: add documentation about os.tmpdir() overrides (Joyee Cheung)
[#&#8203;54613](https://redirect.github.com/nodejs/node/pull/54613)
-
\[[`4bfd832d70`](https://redirect.github.com/nodejs/node/commit/4bfd832d70)]
- **doc**: add support me link for anonrig (Yagiz Nizipli)
[#&#8203;54611](https://redirect.github.com/nodejs/node/pull/54611)
-
\[[`22a103e5ec`](https://redirect.github.com/nodejs/node/commit/22a103e5ec)]
- **doc**: add alert on REPL from TCP socket (Rafael Gonzaga)
[#&#8203;54594](https://redirect.github.com/nodejs/node/pull/54594)
-
\[[`b6374c24e1`](https://redirect.github.com/nodejs/node/commit/b6374c24e1)]
- **doc**: fix typo in styleText description (Rafael Gonzaga)
[#&#8203;54616](https://redirect.github.com/nodejs/node/pull/54616)
-
\[[`2f5b98ee1f`](https://redirect.github.com/nodejs/node/commit/2f5b98ee1f)]
- **doc**: add getHeapStatistics() property descriptions (Benji
Marinacci)
[#&#8203;54584](https://redirect.github.com/nodejs/node/pull/54584)
-
\[[`482302b99b`](https://redirect.github.com/nodejs/node/commit/482302b99b)]
- **doc**: fix information about including coverage files (Aviv Keller)
[#&#8203;54527](https://redirect.github.com/nodejs/node/pull/54527)
-
\[[`b3708e7df4`](https://redirect.github.com/nodejs/node/commit/b3708e7df4)]
- **doc**: support collaborators - talk amplification (Michael Dawson)
[#&#8203;54508](https://redirect.github.com/nodejs/node/pull/54508)
-
\[[`c86fe23012`](https://redirect.github.com/nodejs/node/commit/c86fe23012)]
- **doc**: add note about shasum generation failure (Marco Ippolito)
[#&#8203;54487](https://redirect.github.com/nodejs/node/pull/54487)
-
\[[`d53e6cf755`](https://redirect.github.com/nodejs/node/commit/d53e6cf755)]
- **doc**: fix capitalization in module.md (shallow-beach)
[#&#8203;54488](https://redirect.github.com/nodejs/node/pull/54488)
-
\[[`cdc6713f18`](https://redirect.github.com/nodejs/node/commit/cdc6713f18)]
- **doc**: add esm examples to node:https (Alfredo González)
[#&#8203;54399](https://redirect.github.com/nodejs/node/pull/54399)
-
\[[`1ac1fe4e65`](https://redirect.github.com/nodejs/node/commit/1ac1fe4e65)]
- **doc**: fix error description of the max header size (Egawa Ryo)
[#&#8203;54125](https://redirect.github.com/nodejs/node/pull/54125)
-
\[[`244542b720`](https://redirect.github.com/nodejs/node/commit/244542b720)]
- **doc**: add git node security --cleanup (Rafael Gonzaga)
[#&#8203;54381](https://redirect.github.com/nodejs/node/pull/54381)
-
\[[`69fb71f54c`](https://redirect.github.com/nodejs/node/commit/69fb71f54c)]
- **doc**: add note on weakness of permission model (Tobias Nießen)
[#&#8203;54268](https://redirect.github.com/nodejs/node/pull/54268)
-
\[[`83b2cb908b`](https://redirect.github.com/nodejs/node/commit/83b2cb908b)]
- **doc**: add versions when `--watch-preserve-output` was added (Théo
LUDWIG)
[#&#8203;54328](https://redirect.github.com/nodejs/node/pull/54328)
-
\[[`460fb49483`](https://redirect.github.com/nodejs/node/commit/460fb49483)]
- **doc**: replace v19 mention in Current release (Rafael Gonzaga)
[#&#8203;54361](https://redirect.github.com/nodejs/node/pull/54361)
-
\[[`994b46a160`](https://redirect.github.com/nodejs/node/commit/994b46a160)]
- **doc**: correct peformance entry types (Jason Zhang)
[#&#8203;54263](https://redirect.github.com/nodejs/node/pull/54263)
-
\[[`f142e668cb`](https://redirect.github.com/nodejs/node/commit/f142e668cb)]
- **doc**: fix typo in method name in the sea doc (Eliyah Sundström)
[#&#8203;54027](https://redirect.github.com/nodejs/node/pull/54027)
-
\[[`9529a30dba`](https://redirect.github.com/nodejs/node/commit/9529a30dba)]
- **doc**: mark process.nextTick legacy (Marco Ippolito)
[#&#8203;51280](https://redirect.github.com/nodejs/node/pull/51280)
-
\[[`7e25fabb91`](https://redirect.github.com/nodejs/node/commit/7e25fabb91)]
- **doc**: add esm examples to node:http2 (Alfredo González)
[#&#8203;54292](https://redirect.github.com/nodejs/node/pull/54292)
-
\[[`6a4f05e384`](https://redirect.github.com/nodejs/node/commit/6a4f05e384)]
- **doc**: explicitly mention node:fs module restriction (Rafael
Gonzaga)
[#&#8203;54269](https://redirect.github.com/nodejs/node/pull/54269)
-
\[[`53f5c54997`](https://redirect.github.com/nodejs/node/commit/53f5c54997)]
- **doc**: warn for windows build bug (Jason Zhang)
[#&#8203;54217](https://redirect.github.com/nodejs/node/pull/54217)
-
\[[`07bde054f3`](https://redirect.github.com/nodejs/node/commit/07bde054f3)]
- **doc**: make some parameters optional in
`tracingChannel.traceCallback` (Deokjin Kim)
[#&#8203;54068](https://redirect.github.com/nodejs/node/pull/54068)
-
\[[`62bf03b5f1`](https://redirect.github.com/nodejs/node/commit/62bf03b5f1)]
- **doc**: add esm examples to node:dns (Alfredo González)
[#&#8203;54172](https://redirect.github.com/nodejs/node/pull/54172)
-
\[[`fb2b19184b`](https://redirect.github.com/nodejs/node/commit/fb2b19184b)]
- **doc**: add KevinEady as a triager (Chengzhong Wu)
[#&#8203;54179](https://redirect.github.com/nodejs/node/pull/54179)
-
\[[`24976bfba0`](https://redirect.github.com/nodejs/node/commit/24976bfba0)]
- **doc**: add esm examples to node:console (Alfredo González)
[#&#8203;54108](https://redirect.github.com/nodejs/node/pull/54108)
-
\[[`4e7edc40f7`](https://redirect.github.com/nodejs/node/commit/4e7edc40f7)]
- **doc**: fix sea assets example (Sadzurami)
[#&#8203;54192](https://redirect.github.com/nodejs/node/pull/54192)
-
\[[`322b5d91e1`](https://redirect.github.com/nodejs/node/commit/322b5d91e1)]
- **doc**: add links to security steward companies (Aviv Keller)
[#&#8203;52981](https://redirect.github.com/nodejs/node/pull/52981)
-
\[[`6ab271510e`](https://redirect.github.com/nodejs/node/commit/6ab271510e)]
- **doc**: move `onread` option from `socket.connect()` to `new
net.socket()` (sendoru)
[#&#8203;54194](https://redirect.github.com/nodejs/node/pull/54194)
-
\[[`39c30ea08f`](https://redirect.github.com/nodejs/node/commit/39c30ea08f)]
- **doc**: move release key for Myles Borins (Richard Lau)
[#&#8203;54059](https://redirect.github.com/nodejs/node/pull/54059)
-
\[[`e9fc54804a`](https://redirect.github.com/nodejs/node/commit/e9fc54804a)]
- **doc**: refresh instructions for building node from source (Liran
Tal) [#&#8203;53768](https://redirect.github.com/nodejs/node/pull/53768)
-
\[[`f131dc625a`](https://redirect.github.com/nodejs/node/commit/f131dc625a)]
- **doc**: add documentation for blob.bytes() method (jaexxin)
[#&#8203;54114](https://redirect.github.com/nodejs/node/pull/54114)
-
\[[`8d41bb900b`](https://redirect.github.com/nodejs/node/commit/8d41bb900b)]
- **doc**: add missing new lines to custom test reporter examples (Eddie
Abbondanzio)
[#&#8203;54152](https://redirect.github.com/nodejs/node/pull/54152)
-
\[[`2acaeaba77`](https://redirect.github.com/nodejs/node/commit/2acaeaba77)]
- **doc**: update list of Triagers on the `README.md` (Antoine du Hamel)
[#&#8203;54138](https://redirect.github.com/nodejs/node/pull/54138)
-
\[[`fff8eb2792`](https://redirect.github.com/nodejs/node/commit/fff8eb2792)]
- **doc**: expand troubleshooting section (Liran Tal)
[#&#8203;53808](https://redirect.github.com/nodejs/node/pull/53808)
-
\[[`402121520f`](https://redirect.github.com/nodejs/node/commit/402121520f)]
- **doc**: clarify `useCodeCache` setting for cross-platform SEA
generation (Yelim Koo)
[#&#8203;53994](https://redirect.github.com/nodejs/node/pull/53994)
-
\[[`272484b8b2`](https://redirect.github.com/nodejs/node/commit/272484b8b2)]
- **doc**: test for cli options (Aras Abbasi)
[#&#8203;51623](https://redirect.github.com/nodejs/node/pull/51623)
-
\[[`c4d0ca4710`](https://redirect.github.com/nodejs/node/commit/c4d0ca4710)]
- **doc, build**: fixup build docs (Aviv Keller)
[#&#8203;54899](https://redirect.github.com/nodejs/node/pull/54899)
-
\[[`2e3e17748b`](https://redirect.github.com/nodejs/node/commit/2e3e17748b)]
- **doc, child_process**: add esm snippets (Aviv Keller)
[#&#8203;53616](https://redirect.github.com/nodejs/node/pull/53616)
-
\[[`c40b4b4f27`](https://redirect.github.com/nodejs/node/commit/c40b4b4f27)]
- **doc, meta**: fix broken link in `onboarding.md` (Aviv Keller)
[#&#8203;54886](https://redirect.github.com/nodejs/node/pull/54886)
-
\[[`beff587b94`](https://redirect.github.com/nodejs/node/commit/beff587b94)]
- **doc, meta**: add missing `,` to `BUILDING.md` (Aviv Keller)
[#&#8203;54409](https://redirect.github.com/nodejs/node/pull/54409)
-
\[[`c114585430`](https://redirect.github.com/nodejs/node/commit/c114585430)]
- **doc, meta**: replace command with link to keys (Aviv Keller)
[#&#8203;53745](https://redirect.github.com/nodejs/node/pull/53745)
-
\[[`0843077a99`](https://redirect.github.com/nodejs/node/commit/0843077a99)]
- **doc, test**: simplify test README table (Aviv Keller)
[#&#8203;53971](https://redirect.github.com/nodejs/node/pull/53971)
-
\[[`2df7bc0e32`](https://redirect.github.com/nodejs/node/commit/2df7bc0e32)]
- **doc,tools**: enforce use of `node:` prefix (Antoine du Hamel)
[#&#8203;53950](https://redirect.github.com/nodejs/node/pull/53950)
-
\[[`0dd4639391`](https://redirect.github.com/nodejs/node/commit/0dd4639391)]
- **esm**: fix support for `URL` instances in `import.meta.resolve`
(Antoine du Hamel)
[#&#8203;54690](https://redirect.github.com/nodejs/node/pull/54690)
-
\[[`f0c55e206d`](https://redirect.github.com/nodejs/node/commit/f0c55e206d)]
- **fs**: refactor rimraf to avoid using primordials (Yagiz Nizipli)
[#&#8203;54834](https://redirect.github.com/nodejs/node/pull/54834)
-
\[[`f568384bbd`](https://redirect.github.com/nodejs/node/commit/f568384bbd)]
- **fs**: refactor handleTimestampsAndMode to remove redundant call
(HEESEUNG)
[#&#8203;54369](https://redirect.github.com/nodejs/node/pull/54369)
-
\[[`2fb7cc9715`](https://redirect.github.com/nodejs/node/commit/2fb7cc9715)]
- **fs**: fix typings (Yagiz Nizipli)
[#&#8203;53626](https://redirect.github.com/nodejs/node/pull/53626)
-
\[[`596940cfa0`](https://redirect.github.com/nodejs/node/commit/596940cfa0)]
- **http**: reduce likelihood of race conditions on keep-alive timeout
(jazelly)
[#&#8203;54863](https://redirect.github.com/nodejs/node/pull/54863)
-
\[[`6e13a7ba02`](https://redirect.github.com/nodejs/node/commit/6e13a7ba02)]
- **http**: remove prototype primordials (Antoine du Hamel)
[#&#8203;53698](https://redirect.github.com/nodejs/node/pull/53698)
-
\[[`99f96eb3f7`](https://redirect.github.com/nodejs/node/commit/99f96eb3f7)]
- **http2**: remove prototype primordials (Antoine du Hamel)
[#&#8203;53696](https://redirect.github.com/nodejs/node/pull/53696)
-
\[[`41f5eacc1a`](https://redirect.github.com/nodejs/node/commit/41f5eacc1a)]
- **https**: only use default ALPNProtocols when appropriate (Brian
White)
[#&#8203;54411](https://redirect.github.com/nodejs/node/pull/54411)
-
\[[`59a39520e1`](https://redirect.github.com/nodejs/node/commit/59a39520e1)]
- **(SEMVER-MINOR)** **inspector**: support `Network.loadingFailed`
event (Kohei Ueno)
[#&#8203;54246](https://redirect.github.com/nodejs/node/pull/54246)
-
\[[`d1007fb1a9`](https://redirect.github.com/nodejs/node/commit/d1007fb1a9)]
- **inspector**: provide detailed info to fix DevTools frontend errors
(Kohei Ueno)
[#&#8203;54156](https://redirect.github.com/nodejs/node/pull/54156)
-
\[[`3b93507949`](https://redirect.github.com/nodejs/node/commit/3b93507949)]
- **(SEMVER-MINOR)** **inspector**: add initial support for network
inspection (Kohei Ueno)
[#&#8203;53593](https://redirect.github.com/nodejs/node/pull/53593)
-
\[[`fc37b801c8`](https://redirect.github.com/nodejs/node/commit/fc37b801c8)]
- **lib**: remove unnecessary async (jakecastelli)
[#&#8203;54829](https://redirect.github.com/nodejs/node/pull/54829)
-
\[[`d86f24787b`](https://redirect.github.com/nodejs/node/commit/d86f24787b)]
- **lib**: make WeakRef safe in abort_controller (jazelly)
[#&#8203;54791](https://redirect.github.com/nodejs/node/pull/54791)
-
\[[`77c59224e5`](https://redirect.github.com/nodejs/node/commit/77c59224e5)]
- **lib**: add note about removing `node:sys` module (Rafael Gonzaga)
[#&#8203;54743](https://redirect.github.com/nodejs/node/pull/54743)
-
\[[`b8c06dce02`](https://redirect.github.com/nodejs/node/commit/b8c06dce02)]
- **lib**: ensure no holey array in fixed_queue (Jason Zhang)
[#&#8203;54537](https://redirect.github.com/nodejs/node/pull/54537)
-
\[[`b85c8ce1fc`](https://redirect.github.com/nodejs/node/commit/b85c8ce1fc)]
- **lib**: refactor SubtleCrypto experimental warnings (Filip Skokan)
[#&#8203;54620](https://redirect.github.com/nodejs/node/pull/54620)
-
\[[`e84812c1b5`](https://redirect.github.com/nodejs/node/commit/e84812c1b5)]
- **lib**: respect terminal capabilities on styleText (Rafael Gonzaga)
[#&#8203;54389](https://redirect.github.com/nodejs/node/pull/54389)
-
\[[`c004abaf17`](https://redirect.github.com/nodejs/node/commit/c004abaf17)]
- **lib**: replace spread operator with primordials function
(YoonSoo_Shin)
[#&#8203;54053](https://redirect.github.com/nodejs/node/pull/54053)
-
\[[`b79aeabc4d`](https://redirect.github.com/nodejs/node/commit/b79aeabc4d)]
- **lib**: avoid for of loop and remove unnecessary variable in zlib
(YoonSoo_Shin)
[#&#8203;54258](https://redirect.github.com/nodejs/node/pull/54258)
-
\[[`f4085363c6`](https://redirect.github.com/nodejs/node/commit/f4085363c6)]
- **lib**: fix unhandled errors in webstream adapters (Fedor Indutny)
[#&#8203;54206](https://redirect.github.com/nodejs/node/pull/54206)
-
\[[`1ad857e748`](https://redirect.github.com/nodejs/node/commit/1ad857e748)]
- **lib**: fix typos in comments within internal/streams (YoonSoo_Shin)
[#&#8203;54093](https://redirect.github.com/nodejs/node/pull/54093)
-
\[[`02b36cbd2d`](https://redirect.github.com/nodejs/node/commit/02b36cbd2d)]
- **(SEMVER-MINOR)** **lib**: add EventSource Client (Aras Abbasi)
[#&#8203;51575](https://redirect.github.com/nodejs/node/pull/51575)
-
\[[`afbf2c0530`](https://redirect.github.com/nodejs/node/commit/afbf2c0530)]
- **lib,permission**: support Buffer to permission.has (Rafael Gonzaga)
[#&#8203;54104](https://redirect.github.com/nodejs/node/pull/54104)
-
\[[`54af47395d`](https://redirect.github.com/nodejs/node/commit/54af47395d)]
- **meta**: bump peter-evans/create-pull-request from 6.1.0 to 7.0.1
(dependabot\[bot])
[#&#8203;54820](https://redirect.github.com/nodejs/node/pull/54820)
-
\[[`a0c10f2ed9`](https://redirect.github.com/nodejs/node/commit/a0c10f2ed9)]
- **meta**: add `Windows ARM64` to flaky-tests list (Aviv Keller)
[#&#8203;54693](https://redirect.github.com/nodejs/node/pull/54693)
-
\[[`27b06880e1`](https://redirect.github.com/nodejs/node/commit/27b06880e1)]
- **meta**: bump actions/setup-python from 5.1.1 to 5.2.0 (Rich Trott)
[#&#8203;54691](https://redirect.github.com/nodejs/node/pull/54691)
-
\[[`8747af1037`](https://redirect.github.com/nodejs/node/commit/8747af1037)]
- **meta**: update sccache to v0.8.1 (Aviv Keller)
[#&#8203;54720](https://redirect.github.com/nodejs/node/pull/54720)
-
\[[`3f753d87a6`](https://redirect.github.com/nodejs/node/commit/3f753d87a6)]
- **meta**: bump step-security/harden-runner from 2.9.0 to 2.9.1
(dependabot\[bot])
[#&#8203;54704](https://redirect.github.com/nodejs/node/pull/54704)
-
\[[`6f103ae25d`](https://redirect.github.com/nodejs/node/commit/6f103ae25d)]
- **meta**: bump actions/upload-artifact from 4.3.4 to 4.4.0
(dependabot\[bot])
[#&#8203;54703](https://redirect.github.com/nodejs/node/pull/54703)
-
\[[`3e6a9bb04e`](https://redirect.github.com/nodejs/node/commit/3e6a9bb04e)]
- **meta**: bump github/codeql-action from 3.25.15 to 3.26.6
(dependabot\[bot])
[#&#8203;54702](https://redirect.github.com/nodejs/node/pull/54702)
-
\[[`c666ebc4e4`](https://redirect.github.com/nodejs/node/commit/c666ebc4e4)]
- **meta**: fix links in `SECURITY.md` (Aviv Keller)
[#&#8203;54696](https://redirect.github.com/nodejs/node/pull/54696)
-
\[[`4d361b3bed`](https://redirect.github.com/nodejs/node/commit/4d361b3bed)]
- **meta**: fix `contributing` codeowners (Aviv Keller)
[#&#8203;54641](https://redirect.github.com/nodejs/node/pull/54641)
-
\[[`36931aa183`](https://redirect.github.com/nodejs/node/commit/36931aa183)]
- **meta**: remind users to use a supported version in bug reports (Aviv
Keller)
[#&#8203;54481](https://redirect.github.com/nodejs/node/pull/54481)
-
\[[`cf283d9ca7`](https://redirect.github.com/nodejs/node/commit/cf283d9ca7)]
- **meta**: run coverage-windows when `vcbuild.bat` updated (Aviv
Keller)
[#&#8203;54412](https://redirect.github.com/nodejs/node/pull/54412)
-
\[[`67ca397c9f`](https://redirect.github.com/nodejs/node/commit/67ca397c9f)]
- **meta**: add test-permission-\* CODEOWNERS (Rafael Gonzaga)
[#&#8203;54267](https://redirect.github.com/nodejs/node/pull/54267)
-
\[[`b61a2f5b79`](https://redirect.github.com/nodejs/node/commit/b61a2f5b79)]
- **meta**: move one or more collaborators to emeritus (Node.js GitHub
Bot) [#&#8203;54210](https://redirect.github.com/nodejs/node/pull/54210)
-
\[[`dd8ab83667`](https://redirect.github.com/nodejs/node/commit/dd8ab83667)]
- **meta**: add module label for the lib/internal/modules folder (Aviv
Keller)
[#&#8203;52858](https://redirect.github.com/nodejs/node/pull/52858)
-
\[[`db78978d17`](https://redirect.github.com/nodejs/node/commit/db78978d17)]
- **meta**: bump `actions/upload-artifact` from 4.3.3 to 4.3.4
(dependabot\[bot])
[#&#8203;54166](https://redirect.github.com/nodejs/node/pull/54166)
-
\[[`ca808dd9e5`](https://redirect.github.com/nodejs/node/commit/ca808dd9e5)]
- **meta**: bump `actions/download-artifact` from 4.1.7 to 4.1.8
(dependabot\[bot])
[#&#8203;54167](https://redirect.github.com/nodejs/node/pull/54167)
-
\[[`a35d980146`](https://redirect.github.com/nodejs/node/commit/a35d980146)]
- **meta**: bump actions/setup-python from 5.1.0 to 5.1.1
(dependabot\[bot])
[#&#8203;54165](https://redirect.github.com/nodejs/node/pull/54165)
-
\[[`3a103c3a17`](https://redirect.github.com/nodejs/node/commit/3a103c3a17)]
- **meta**: bump `step-security/harden-runner` from 2.8.1 to 2.9.0
(dependabot\[bot])
[#&#8203;54169](https://redirect.github.com/nodejs/node/pull/54169)
-
\[[`775ebbe0e8`](https://redirect.github.com/nodejs/node/commit/775ebbe0e8)]
- **meta**: bump `actions/setup-node` from 4.0.2 to 4.0.3
(dependabot\[bot])
[#&#8203;54170](https://redirect.github.com/nodejs/node/pull/54170)
-
\[[`7d5dd6f1d1`](https://redirect.github.com/nodejs/node/commit/7d5dd6f1d1)]
- **meta**: bump `github/codeql-action` from 3.25.11 to 3.25.15
(dependabot\[bot])
[#&#8203;54168](https://redirect.github.com/nodejs/node/pull/54168)
-
\[[`80dd38dde3`](https://redirect.github.com/nodejs/node/commit/80dd38dde3)]
- **meta**: bump `ossf/scorecard-action` from 2.3.3 to 2.4.0
(dependabot\[bot])
[#&#8203;54171](https://redirect.github.com/nodejs/node/pull/54171)
-
\[[`90b632ee02`](https://redirect.github.com/nodejs/node/commit/90b632ee02)]
- **module**: warn on detection in typeless package (Geoffrey Booth)
[#&#8203;52168](https://redirect.github.com/nodejs/node/pull/52168)
-
\[[`3011927aab`](https://redirect.github.com/nodejs/node/commit/3011927aab)]
- **node-api**: add external buffer creation benchmark (Chengzhong Wu)
[#&#8203;54877](https://redirect.github.com/nodejs/node/pull/54877)
-
\[[`7611093e11`](https://redirect.github.com/nodejs/node/commit/7611093e11)]
- **node-api**: add support for UTF-8 and Latin-1 property keys (Mert
Can Altin)
[#&#8203;52984](https://redirect.github.com/nodejs/node/pull/52984)
-
\[[`d65a8f377c`](https://redirect.github.com/nodejs/node/commit/d65a8f377c)]
- **node-api**: remove RefBase and CallbackWrapper (Vladimir Morozov)
[#&#8203;53590](https://redirect.github.com/nodejs/node/pull/53590)
-
\[[`309cb1cbd2`](https://redirect.github.com/nodejs/node/commit/309cb1cbd2)]
- **path**: remove `StringPrototypeCharCodeAt` from `posix.extname`
(Aviv Keller)
[#&#8203;54546](https://redirect.github.com/nodejs/node/pull/54546)
-
\[[`2859b4ba9a`](https://redirect.github.com/nodejs/node/commit/2859b4ba9a)]
- **path**: change `posix.join` to use array (Wiyeong Seo)
[#&#8203;54331](https://redirect.github.com/nodejs/node/pull/54331)
-
\[[`c61cee2138`](https://redirect.github.com/nodejs/node/commit/c61cee2138)]
- **path**: fix relative on Windows (Hüseyin Açacak)
[#&#8203;53991](https://redirect.github.com/nodejs/node/pull/53991)
-
\[[`329be5cc35`](https://redirect.github.com/nodejs/node/commit/329be5cc35)]
- **path**: use the correct name in `validateString` (Benjamin Pasero)
[#&#8203;53669](https://redirect.github.com/nodejs/node/pull/53669)
-
\[[`a9837267cb`](https://redirect.github.com/nodejs/node/commit/a9837267cb)]
- **repl**: avoid interpreting 'npm' as a command when errors are
recoverable (Shima Ryuhei)
[#&#8203;54848](https://redirect.github.com/nodejs/node/pull/54848)
-
\[[`d6a2317961`](https://redirect.github.com/nodejs/node/commit/d6a2317961)]
- **repl**: doc-deprecate instantiating `node:repl` classes without
`new` (Aviv Keller)
[#&#8203;54842](https://redirect.github.com/nodejs/node/pull/54842)
-
\[[`7f09d983f3`](https://redirect.github.com/nodejs/node/commit/7f09d983f3)]
- **sea**: don't set code cache flags when snapshot is used (Joyee
Cheung)
[#&#8203;54120](https://redirect.github.com/nodejs/node/pull/54120)
-
\[[`85542b094c`](https://redirect.github.com/nodejs/node/commit/85542b094c)]
- **src**: add Cleanable class to Environment (Gabriel Schulhof)
[#&#8203;54880](https://redirect.github.com/nodejs/node/pull/54880)
-
\[[`8422064127`](https://redirect.github.com/nodejs/node/commit/8422064127)]
- **src**: remove redundant AESCipherMode (Tobias Nießen)
[#&#8203;54438](https://redirect.github.com/nodejs/node/pull/54438)
-
\[[`342c32483a`](https://redirect.github.com/nodejs/node/commit/342c32483a)]
- **src**: handle errors correctly in `permission.cc` (Michaël Zasso)
[#&#8203;54541](https://redirect.github.com/nodejs/node/pull/54541)
-
\[[`90ff714699`](https://redirect.github.com/nodejs/node/commit/90ff714699)]
- **src**: return `v8::Object` from error constructors (Michaël Zasso)
[#&#8203;54541](https://redirect.github.com/nodejs/node/pull/54541)
-
\[[`872856cfcb`](https://redirect.github.com/nodejs/node/commit/872856cfcb)]
- **src**: improve `buffer.transcode` performance (Yagiz Nizipli)
[#&#8203;54153](https://redirect.github.com/nodejs/node/pull/54153)
-
\[[`91936ebd12`](https://redirect.github.com/nodejs/node/commit/91936ebd12)]
- **src**: skip inspector wait in internal workers (Chengzhong Wu)
[#&#8203;54219](https://redirect.github.com/nodejs/node/pull/54219)
-
\[[`9759049427`](https://redirect.github.com/nodejs/node/commit/9759049427)]
- **src**: account for OpenSSL unexpected version (Shelley Vohr)
[#&#8203;54038](https://redirect.github.com/nodejs/node/pull/54038)
-
\[[`87167fa248`](https://redirect.github.com/nodejs/node/commit/87167fa248)]
- **src**: use `args.This()` instead of `Holder` (Michaël Zasso)
[#&#8203;53474](https://redirect.github.com/nodejs/node/pull/53474)
-
\[[`b05c56e4be`](https://redirect.github.com/nodejs/node/commit/b05c56e4be)]
- **src**: simplify `size() == 0` checks (Yagiz Nizipli)
[#&#8203;53440](https://redirect.github.com/nodejs/node/pull/53440)
-
\[[`d53e53699c`](https://redirect.github.com/nodejs/node/commit/d53e53699c)]
- **src**: fix execArgv in worker (theanarkh)
[#&#8203;53029](https://redirect.github.com/nodejs/node/pull/53029)
-
\[[`21776a34b5`](https://redirect.github.com/nodejs/node/commit/21776a34b5)]
- **src**: make sure pass the `argv` to worker threads (theanarkh)
[#&#8203;52827](https://redirect.github.com/nodejs/node/pull/52827)
-
\[[`3aaae68ec8`](https://redirect.github.com/nodejs/node/commit/3aaae68ec8)]
- **(SEMVER-MINOR)** **src,lib**: add performance.uvMetricsInfo (Rafael
Gonzaga)
[#&#8203;54413](https://redirect.github.com/nodejs/node/pull/54413)
-
\[[`ef1c0d7def`](https://redirect.github.com/nodejs/node/commit/ef1c0d7def)]
- **src,permission**: handle process.chdir on pm (Rafael Gonzaga)
[#&#8203;53175](https://redirect.github.com/nodejs/node/pull/53175)
-
\[[`0c32918eef`](https://redirect.github.com/nodejs/node/commit/0c32918eef)]
- **stream**: change stream to use index instead of `for...of` (Wiyeong
Seo) [#&#8203;54474](https://redirect.github.com/nodejs/node/pull/54474)
-
\[[`337cd412b5`](https://redirect.github.com/nodejs/node/commit/337cd412b5)]
- **stream**: make checking pendingcb on WritableStream backward
compatible (jakecastelli)
[#&#8203;54142](https://redirect.github.com/nodejs/node/pull/54142)
-
\[[`713fc0c9eb`](https://redirect.github.com/nodejs/node/commit/713fc0c9eb)]
- **stream**: throw TypeError when criteria fulfilled in getIterator
(jakecastelli)
[#&#8203;53825](https://redirect.github.com/nodejs/node/pull/53825)
-
\[[`9686153616`](https://redirect.github.com/nodejs/node/commit/9686153616)]
- **stream**: fix util.inspect for compression/decompressionStream (Mert
Can Altin)
[#&#8203;52283](https://redirect.github.com/nodejs/node/pull/52283)
-
\[[`76110b0b43`](https://redirect.github.com/nodejs/node/commit/76110b0b43)]
- **test**: adjust test-tls-junk-server for OpenSSL32 (Michael Dawson)
[#&#8203;54926](https://redirect.github.com/nodejs/node/pull/54926)
-
\[[`4092889371`](https://redirect.github.com/nodejs/node/commit/4092889371)]
- **test**: adjust tls test for OpenSSL32 (Michael Dawson)
[#&#8203;54909](https://redirect.github.com/nodejs/node/pull/54909)
-
\[[`5d48543a16`](https://redirect.github.com/nodejs/node/commit/5d48543a16)]
- **test**: fix test-http2-socket-close.js (Hüseyin Açacak)
[#&#8203;54900](https://redirect.github.com/nodejs/node/pull/54900)
-
\[[`8048c2eaed`](https://redirect.github.com/nodejs/node/commit/8048c2eaed)]
- **test**: improve test-internal-fs-syncwritestream (Sunghoon)
[#&#8203;54671](https://redirect.github.com/nodejs/node/pull/54671)
-
\[[`597bc14c90`](https://redirect.github.com/nodejs/node/commit/597bc14c90)]
- **test**: deflake test-dns (Luigi Pinca)
[#&#8203;54902](https://redirect.github.com/nodejs/node/pull/54902)
-
\[[`a9fc8d9cfa`](https://redirect.github.com/nodejs/node/commit/a9fc8d9cfa)]
- **test**: fix test test-tls-dhe for OpenSSL32 (Michael Dawson)
[#&#8203;54903](https://redirect.github.com/nodejs/node/pull/54903)
-
\[[`1b3b4f4a9f`](https://redirect.github.com/nodejs/node/commit/1b3b4f4a9f)]
- **test**: use correct file naming syntax for `util-parse-env` (Aviv
Keller)
[#&#8203;53705](https://redirect.github.com/nodejs/node/pull/53705)
-
\[[`9db46b5ea3`](https://redirect.github.com/nodejs/node/commit/9db46b5ea3)]
- **test**: add missing await (Luigi Pinca)
[#&#8203;54828](https://redirect.github.com/nodejs/node/pull/54828)
-
\[[`124f715679`](https://redirect.github.com/nodejs/node/commit/124f715679)]
- **test**: move more url tests to `node:test` (Yagiz Nizipli)
[#&#8203;54636](https://redirect.github.com/nodejs/node/pull/54636)
-
\[[`d2ec96150a`](https://redirect.github.com/nodejs/node/commit/d2ec96150a)]
- **test**: strip color chars in `test-runner-run` (Giovanni Bucci)
[#&#8203;54552](https://redirect.github.com/nodejs/node/pull/54552)
-
\[[`747d9ae72e`](https://redirect.github.com/nodejs/node/commit/747d9ae72e)]
- **test**: deflake test-http2-misbehaving-multiplex (Luigi Pinca)
[#&#8203;54872](https://redirect.github.com/nodejs/node/pull/54872)
-
\[[`7b7687eadc`](https://redirect.github.com/nodejs/node/commit/7b7687eadc)]
- **test**: remove dead code in test-http2-misbehaving-multiplex (Luigi
Pinca)
[#&#8203;54860](https://redirect.github.com/nodejs/node/pull/54860)
-
\[[`60f5f5426d`](https://redirect.github.com/nodejs/node/commit/60f5f5426d)]
- **test**: reduce test-esm-loader-hooks-inspect-wait flakiness (Luigi
Pinca)
[#&#8203;54827](https://redirect.github.com/nodejs/node/pull/54827)
-
\[[`f5e77385c5`](https://redirect.github.com/nodejs/node/commit/f5e77385c5)]
- **test**: reduce the allocation size in
test-worker-arraybuffer-zerofill (James M Snell)
[#&#8203;54839](https://redirect.github.com/nodejs/node/pull/54839)
-
\[[`f26cf09d6b`](https://redirect.github.com/nodejs/node/commit/f26cf09d6b)]
- **test**: fix test-tls-client-mindhsize for OpenSSL32 (Michael Dawson)
[#&#8203;54739](https://redirect.github.com/nodejs/node/pull/54739)
-
\[[`c6f9afec94`](https://redirect.github.com/nodejs/node/commit/c6f9afec94)]
- **test**: use platform timeout (jakecastelli)
[#&#8203;54591](https://redirect.github.com/nodejs/node/pull/54591)
-
\[[`8f49b7c3ee`](https://redirect.github.com/nodejs/node/commit/8f49b7c3ee)]
- **test**: reduce fs calls in test-fs-existssync-false (Yagiz Nizipli)
[#&#8203;54815](https://redirect.github.com/nodejs/node/pull/54815)
-
\[[`e2c69c9844`](https://redirect.github.com/nodejs/node/commit/e2c69c9844)]
- **test**: move test-http-server-request-timeouts-mixed (James M Snell)
[#&#8203;54841](https://redirect.github.com/nodejs/node/pull/54841)
-
\[[`f7af8ca021`](https://redirect.github.com/nodejs/node/commit/f7af8ca021)]
- **test**: fix volatile for CauseSegfault with clang (Ivan Trubach)
[#&#8203;54325](https://redirect.github.com/nodejs/node/pull/54325)
-
\[[`d1bae5ede5`](https://redirect.github.com/nodejs/node/commit/d1bae5ede5)]
- **test**: set `test-worker-arraybuffer-zerofill` as flaky (Yagiz
Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`b5b5cc811f`](https://redirect.github.com/nodejs/node/commit/b5b5cc811f)]
- **test**: set `test-http-server-request-timeouts-mixed` as flaky
(Yagiz Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`9808feecac`](https://redirect.github.com/nodejs/node/commit/9808feecac)]
- **test**: set `test-single-executable-application-empty` as flaky
(Yagiz Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`97d41c62e3`](https://redirect.github.com/nodejs/node/commit/97d41c62e3)]
- **test**: set `test-macos-app-sandbox` as flaky (Yagiz Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`57ae68001c`](https://redirect.github.com/nodejs/node/commit/57ae68001c)]
- **test**: set `test-fs-utimes` as flaky (Yagiz Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`38afc4da03`](https://redirect.github.com/nodejs/node/commit/38afc4da03)]
- **test**: set `test-runner-run-watch` as flaky (Yagiz Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`68e19748a6`](https://redirect.github.com/nodejs/node/commit/68e19748a6)]
- **test**: set `test-writewrap` as flaky (Yagiz Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`e8cb03d530`](https://redirect.github.com/nodejs/node/commit/e8cb03d530)]
- **test**: set `test-async-context-frame` as flaky (Yagiz Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`3a56517220`](https://redirect.github.com/nodejs/node/commit/3a56517220)]
- **test**: set `test-esm-loader-hooks-inspect-wait` as flaky (Yagiz
Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`c98cd1227d`](https://redirect.github.com/nodejs/node/commit/c98cd1227d)]
- **test**: set `test-http2-large-file` as flaky (Yagiz Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`16176a6323`](https://redirect.github.com/nodejs/node/commit/16176a6323)]
- **test**: set `test-runner-watch-mode-complex` as flaky (Yagiz
Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`eed0537533`](https://redirect.github.com/nodejs/node/commit/eed0537533)]
- **test**: set `test-performance-function` as flaky (Yagiz Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`d0f208d2e9`](https://redirect.github.com/nodejs/node/commit/d0f208d2e9)]
- **test**: set `test-debugger-heap-profiler` as flaky (Yagiz Nizipli)
[#&#8203;54802](https://redirect.github.com/nodejs/node/pull/54802)
-
\[[`68891a6363`](https://redirect.github.com/nodejs/node/commit/68891a6363)]
- **test**: fix `test-process-load-env-file` when path contains `'`
(Antoine du Hamel)
[#&#8203;54511](https://redirect.github.com/nodejs/node/pull/54511)
-
\[[`4f82673139`](https://redirect.github.com/nodejs/node/commit/4f82673139)]
- **test**: refactor fs-watch tests due to macOS issue (Santiago Gimeno)
[#&#8203;54498](https://redirect.github.com/nodejs/node/pull/54498)
-
\[[`3606c53fdc`](https://redirect.github.com/nodejs/node/commit/3606c53fdc)]
- **test**: refactor `test-esm-type-field-errors` (Giovanni Bucci)
[#&#8203;54368](https://redirect.github.com/nodejs/node/pull/54368)
-
\[[`99566aea97`](https://redirect.github.com/nodejs/node/commit/99566aea97)]
- **test**: improve output of child process utilities (Joyee Cheung)
[#&#8203;54622](https://redirect.github.com/nodejs/node/pull/54622)
-
\[[`ed2377c1a1`](https://redirect.github.com/nodejs/node/commit/ed2377c1a1)]
- **test**: fix test-tls-client-auth test for OpenSSL32 (Michael Dawson)
[#&#8203;54610](https://redirect.github.com/nodejs/node/pull/54610)
-
\[[`d2a7e45946`](https://redirect.github.com/nodejs/node/commit/d2a7e45946)]
- **test**: update TLS test for OpenSSL 3.2 (Richard Lau)
[#&#8203;54612](https://redirect.github.com/nodejs/node/pull/54612)
-
\[[`a50bbca78a`](https://redirect.github.com/nodejs/node/commit/a50bbca78a)]
- **test**: increase key size for ca2-cert.pem (Michael Dawson)
[#&#8203;54599](https://redirect.github.com/nodejs/node/pull/54599)
-
\[[`d7ac3262de`](https://redirect.github.com/nodejs/node/commit/d7ac3262de)]
- **test**: update test-assert-typedarray-deepequal to use node:test
(James M Snell)
[#&#8203;54585](https://redirect.github.com/nodejs/node/pull/54585)
-
\[[`916a73cd8f`](https://redirect.github.com/nodejs/node/commit/916a73cd8f)]
- **test**: update test-assert to use node:test (James M Snell)
[#&#8203;54585](https://redirect.github.com/nodejs/node/pull/54585)
-
\[[`10bea1cef5`](https://redirect.github.com/nodejs/node/commit/10bea1cef5)]
- **test**: merge ongc and gcutil into gc.js (tannal)
[#&#8203;54355](https://redirect.github.com/nodejs/node/pull/54355)
-
\[[`f145982436`](https://redirect.github.com/nodejs/node/commit/f145982436)]
- **test**: move a couple of tests over to using node:test (James M
Snell)
[#&#8203;54582](https://redirect.github.com/nodejs/node/pull/54582)
-
\[[`229e102d20`](https://redirect.github.com/nodejs/node/commit/229e102d20)]
- **test**: fix embedding test for Windows (Vladimir Morozov)
[#&#8203;53659](https://redirect.github.com/nodejs/node/pull/53659)
-
\[[`fcf82adef0`](https://redirect.github.com/nodejs/node/commit/fcf82adef0)]
- **test**: use relative paths in test-cli-permission tests (sendoru)
[#&#8203;54188](https://redirect.github.com/nodejs/node/pull/54188)
-
\[[`4c219b0235`](https://redirect.github.com/nodejs/node/commit/4c219b0235)]
- **test**: fix timeout not being cleared (Isaac-yz-Liu)
[#&#8203;54242](https://redirect.github.com/nodejs/node/pull/54242)
-
\[[`e446517a41`](https://redirect.github.com/nodejs/node/commit/e446517a41)]
- **test**: refactor `test-runner-module-mocking` (Antoine du Hamel)
[#&#8203;54233](https://redirect.github.com/nodejs/node/pull/54233)
-
\[[`782a6a05ef`](https://redirect.github.com/nodejs/node/commit/782a6a05ef)]
- **test**: use assert.{s,deepS}trictEqual() (Luigi Pinca)
[#&#8203;54208](https://redirect.github.com/nodejs/node/pull/54208)
-
\[[`d478db7adc`](https://redirect.github.com/nodejs/node/commit/d478db7adc)]
- **test**: set test-structuredclone-jstransferable non-flaky (Stefan
Stojanovic)
[#&#8203;54115](https://redirect.github.com/nodejs/node/pull/54115)
-   \[[`c8587ec90d`](https://redirect.gith

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-25 17:35:45 +00:00
dependabot[bot]
98ef21e7ac
chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /website (#8514) 2024-10-25 19:30:17 +02:00
Jaanus Sellin
677ec9cee8
feat: send traffic info to prometheus (#8541) 2024-10-25 15:43:14 +03:00
Tymoteusz Czech
7c37de373f
Email template for Productivity Report (#8532) 2024-10-25 11:41:17 +02:00
Melinda Fekete
3076bb4c21
Update quickstart guide (#8523) 2024-10-25 11:12:05 +02:00
Mateusz Kwasniewski
5662fe79f8
feat: emails sent table migration (#8528) 2024-10-25 09:53:52 +02:00
Mateusz Kwasniewski
a8d608792d
feat: track personal dashboard seen (#8539) 2024-10-25 09:29:14 +02:00
sjaanus
ff6ca920ce
feat: start tracking project tab navigation 2024-10-25 09:16:52 +03:00
renovate[bot]
bd4402302c
chore(deps): update dependency debounce to v2.2.0 (#8538)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v2.2.0`](https://redirect.github.com/sindresorhus/debounce/releases/tag/v2.2.0)

[Compare
Source](https://redirect.github.com/sindresorhus/debounce/compare/v2.1.1...v2.2.0)

- Add `.isPending` property to the debounced function
([#&#8203;44](https://redirect.github.com/sindresorhus/debounce/issues/44))
[`1151e14`](https://redirect.github.com/sindresorhus/debounce/commit/1151e14)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-25 02:17:46 +00:00
renovate[bot]
99b7ea7188
chore(deps): update dependency cypress to v13.15.0 (#8537)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v13.15.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.15.0)

[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.14.2...v13.15.0)

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-25 02:17:34 +00:00
renovate[bot]
6a4e9dc8c2
chore(deps): update dependency browserslist to v4.24.0 (#8535)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>browserslist/browserslist (browserslist)</summary>

###
[`v4.24.0`](https://redirect.github.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4240)

[Compare
Source](https://redirect.github.com/browserslist/browserslist/compare/4.23.3...4.24.0)

- Added `browserslist.findConfigFile()` helper (by
[@&#8203;JLHwung](https://redirect.github.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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-24 21:08:00 +00:00
renovate[bot]
e2c83a3560
chore(deps): update dependency countries-and-timezones to v3.7.2 (#8536)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>manuelmhtr/countries-and-timezones
(countries-and-timezones)</summary>

###
[`v3.7.2`](https://redirect.github.com/manuelmhtr/countries-and-timezones/blob/HEAD/CHANGELOG.md#372---2024-10-14)

[Compare
Source](https://redirect.github.com/manuelmhtr/countries-and-timezones/compare/v3.7.1...v3.7.2)

##### Fixed

-   Add script to add missing ESM package.json

###
[`v3.7.1`](https://redirect.github.com/manuelmhtr/countries-and-timezones/blob/HEAD/CHANGELOG.md#371---2024-10-13)

[Compare
Source](https://redirect.github.com/manuelmhtr/countries-and-timezones/compare/v3.7.0...v3.7.1)

##### Changed

- Set up linting (by [JC Franco](https://redirect.github.com/jcfranco))
- Remove build output from source control (by [JC
Franco](https://redirect.github.com/jcfranco))
- Add releasing script (by [JC
Franco](https://redirect.github.com/jcfranco))
- Update test action to run on node versions 8 - 20 (by [JC
Franco](https://redirect.github.com/jcfranco))
- Set up conventional commits PR check (by [JC
Franco](https://redirect.github.com/jcfranco))
- Fix dependabot config (by [JC
Franco](https://redirect.github.com/jcfranco))

###
[`v3.7.0`](https://redirect.github.com/manuelmhtr/countries-and-timezones/blob/HEAD/CHANGELOG.md#370---2024-09-30)

[Compare
Source](https://redirect.github.com/manuelmhtr/countries-and-timezones/compare/v3.6.0...v3.7.0)

##### Changed

-   Updated with 2024b IANA Timezones database.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-24 21:07:23 +00:00
renovate[bot]
0a3d306f94
chore(deps): update dependency @testing-library/jest-dom to v6.6.2 (#8534)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom)
| [`6.6.1` ->
`6.6.2`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.6.1/6.6.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fjest-dom/6.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fjest-dom/6.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fjest-dom/6.6.1/6.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fjest-dom/6.6.1/6.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>testing-library/jest-dom
(@&#8203;testing-library/jest-dom)</summary>

###
[`v6.6.2`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.6.2)

[Compare
Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.1...v6.6.2)

##### Bug Fixes

- remove recursive type reference in vitest types
([#&#8203;636](https://redirect.github.com/testing-library/jest-dom/issues/636))
([4468378](4468378fb4))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-24 19:23:56 +00:00
Melinda Fekete
256c75a8a6
Remove redundant titleTemplate docusaurus config (#8533)
Removed a redundant docusaurus config value that causes linting issues.
2024-10-24 16:57:13 +02:00
Melinda Fekete
56dacb668a
Update titles, descriptions, and slugs based on ercule feedback (#8509) 2024-10-24 16:09:57 +02:00
David Leek
fbd3f97ae0
chore: add migration for release plans (#8529) 2024-10-24 13:33:54 +02:00
gitar-bot[bot]
589d9f1af7
[Gitar] Cleaning up stale flag: displayTrafficDataUsage with value true (#8481) 2024-10-24 08:05:06 +02:00
renovate[bot]
f9a01c4831
chore(deps): update dependency babel-loader to v9.2.1 (#8527)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>babel/babel-loader (babel-loader)</summary>

###
[`v9.2.1`](https://redirect.github.com/babel/babel-loader/compare/v9.2.0...1a9240b228d7735101d469bdb99b1a1e9991760f)

[Compare
Source](https://redirect.github.com/babel/babel-loader/compare/v9.2.0...v9.2.1)

###
[`v9.2.0`](https://redirect.github.com/babel/babel-loader/compare/v9.1.3...d280ee32ef3587ec1494ac804b17a8219013f810)

[Compare
Source](https://redirect.github.com/babel/babel-loader/compare/v9.1.3...v9.2.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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-24 01:14:26 +00:00
renovate[bot]
45c15826ea
chore(deps): update dependency @testing-library/jest-dom to v6.6.1 (#8526)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom)
| [`6.5.0` ->
`6.6.1`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.5.0/6.6.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fjest-dom/6.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fjest-dom/6.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fjest-dom/6.5.0/6.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fjest-dom/6.5.0/6.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>testing-library/jest-dom
(@&#8203;testing-library/jest-dom)</summary>

###
[`v6.6.1`](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.0...ced792e2f2773f16c249c6ce59fa8df968d28a20)

[Compare
Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.0...v6.6.1)

###
[`v6.6.0`](https://redirect.github.com/testing-library/jest-dom/compare/v6.5.0...9b148043d082a83f0ae5cdc03cdfc6a7c4573e6e)

[Compare
Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.5.0...v6.6.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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 22:00:25 +00:00
renovate[bot]
b190970df2
fix(deps): update dependency response-time to v2.3.3 (#8524)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>expressjs/response-time (response-time)</summary>

###
[`v2.3.3`](https://redirect.github.com/expressjs/response-time/blob/HEAD/HISTORY.md#233--2024-10-07)

[Compare
Source](https://redirect.github.com/expressjs/response-time/compare/2.3.2...2.3.3)

\==========

-   deps: depd@~2.0.0
    -   Remove remove use of `eval`
-   deps: depd@~1.1.2
    -   Remove unnecessary `Buffer` loading
    -   perf: remove argument reassignment

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 19:17:27 +00:00
Nuno Góis
ababe9fe75
chore: Unleash AI UX adjustments: placement, icon, color (#8521)
https://linear.app/unleash/issue/2-2870/ux-adjustments-following-the-breakathon-placement-on-demo-bot-icon-and

Post-breakathon UX adjustments, including:
- Properly positions the Unleash AI chat option to the left of the demo
steps, when the demo steps are visible.
- Replaces the bot icon with a friendlier, more upbeat version.
- Switches the chat purple color in the light theme to `primary.main`
for better accessibility.

Additionally, I’ve added the mode property to our themes for easier
future maintenance. This makes it simple to check the currently active
theme.


![image](https://github.com/user-attachments/assets/bc0c2f99-5460-4bc7-8aa0-e8d94156b669)
2024-10-23 15:59:02 +01:00
Mateusz Kwasniewski
b7b5a8ae48
fix: stretch strategies underlying root cause (#8520) 2024-10-23 16:24:15 +02:00
Jaanus Sellin
9839b77008
feat: rework application overview db query (#8518)
Previously we were returning all instance names from database, but now
we count them in database.
2024-10-23 16:05:01 +03:00
gitar-bot[bot]
f2ee02ed9e
[Gitar] Cleaning up stale flag: collectTrafficDataUsage with value true (#8480) 2024-10-23 14:32:09 +02:00
Mateusz Kwasniewski
74a87f0e26
fix: stretch strategies (#8519) 2024-10-23 14:15:07 +02:00
Mateusz Kwasniewski
faaf54ca99
feat: email service for productivity report (#8517)
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
2024-10-23 11:53:43 +02:00
Gastón Fournier
7ac33af148
chore: add 0BSD license (#8506)
Seems to be permissive enough and close to ISC:
https://opensource.org/license/0bsd
2024-10-23 09:28:55 +02:00
renovate[bot]
8190309d64
fix(deps): update dependency json-2-csv to v5.5.6 (#8516)
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.5` ->
`5.5.6`](https://renovatebot.com/diffs/npm/json-2-csv/5.5.5/5.5.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/json-2-csv/5.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/json-2-csv/5.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/json-2-csv/5.5.5/5.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/json-2-csv/5.5.5/5.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

- Thanks [@&#8203;Altioc](https://redirect.github.com/Altioc) for
finding and fixing
[#&#8203;264](https://redirect.github.com/mrodrig/json-2-csv/issues/264)
- Patches a moderate severity vulnerability in the dependency chain via
`npm audit fix`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 00:34:16 +00:00
renovate[bot]
1594c24584
fix(deps): update dependency ip-address to v10.0.1 (#8515)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>beaugunderson/ip-address (ip-address)</summary>

###
[`v10.0.1`](https://redirect.github.com/beaugunderson/ip-address/compare/v10.0.0...v10.0.1)

[Compare
Source](https://redirect.github.com/beaugunderson/ip-address/compare/v10.0.0...v10.0.1)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 00:33:53 +00:00
renovate[bot]
3bbf5d6f5e
fix(deps): update dependency express-session to v1.18.1 (#8513)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>expressjs/session (express-session)</summary>

###
[`v1.18.1`](https://redirect.github.com/expressjs/session/blob/HEAD/HISTORY.md#1181--2024-10-08)

[Compare
Source](https://redirect.github.com/expressjs/session/compare/v1.18.0...v1.18.1)

\==========

-   deps: cookie@0.7.2
    -   Fix object assignment of `hasOwnProperty`
-   deps: cookie@0.7.1
    -   Allow leading dot for domain
- Although not permitted in the spec, some users expect this to work and
user agents ignore the leading dot according to spec
- Add fast path for `serialize` without options, use
`obj.hasOwnProperty` when parsing
-   deps: cookie@0.7.0
    -   perf: parse cookies ~10% faster
    -   fix: narrow the validation of cookies to match RFC6265
    -   fix: add `main` to `package.json` for rspack

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 22:43:23 +00:00
renovate[bot]
ca4ae3d2d4
fix(deps): update dependency express-rate-limit to v7.4.1 (#8512)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>express-rate-limit/express-rate-limit
(express-rate-limit)</summary>

###
[`v7.4.1`](https://redirect.github.com/express-rate-limit/express-rate-limit/releases/tag/v7.4.1)

[Compare
Source](https://redirect.github.com/express-rate-limit/express-rate-limit/compare/v7.4.0...v7.4.1)

You can view the changelog
[here](https://express-rate-limit.mintlify.app/reference/changelog).

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 22:43:08 +00:00
renovate[bot]
c3a7dc0b79
fix(deps): update dependency express to v4.21.1 (#8511)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v4.21.1`](https://redirect.github.com/expressjs/express/releases/tag/4.21.1)

[Compare
Source](https://redirect.github.com/expressjs/express/compare/4.21.0...4.21.1)

#### What's Changed

- Backport a fix for CVE-2024-47764 to the 4.x branch by
[@&#8203;joshbuker](https://redirect.github.com/joshbuker) in
[https://github.com/expressjs/express/pull/6029](https://redirect.github.com/expressjs/express/pull/6029)
- Release: 4.21.1 by
[@&#8203;UlisesGascon](https://redirect.github.com/UlisesGascon) in
[https://github.com/expressjs/express/pull/6031](https://redirect.github.com/expressjs/express/pull/6031)

**Full Changelog**:
https://github.com/expressjs/express/compare/4.21.0...4.21.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 18:49:10 +00:00
renovate[bot]
e1878c14ba
chore(deps): update dependency @swc/core to v1.7.36 (#8510)
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.7.35` ->
`1.7.36`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.35/1.7.36) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.7.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.7.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.7.35/1.7.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.7.35/1.7.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.7.36`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1736---2024-10-15)

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

##### Bug Fixes

- **(es)** Run esnext transforms on esnext target
([#&#8203;9644](https://redirect.github.com/swc-project/swc/issues/9644))
([8a19201](8a19201824))

- **(es/codegen)** Emit space after div if rhs has leading comment
([#&#8203;9631](https://redirect.github.com/swc-project/swc/issues/9631))
([f2be26e](f2be26efe0))

- **(es/lints)** Correct the false positive error of TS2309
([#&#8203;9635](https://redirect.github.com/swc-project/swc/issues/9635))
([f74c1f3](f74c1f3e5a))

- **(es/minifier)** Only merge last if return
([#&#8203;9633](https://redirect.github.com/swc-project/swc/issues/9633))
([6f52949](6f52949210))

- **(es/minifier)** Check type of assignment target before merging
assignments
([#&#8203;9617](https://redirect.github.com/swc-project/swc/issues/9617))
([4436621](4436621564))

##### Features

- **(es)** Introduce `runPluginFirst` for Wasm plugins
([#&#8203;9645](https://redirect.github.com/swc-project/swc/issues/9645))
([3d3e434](3d3e4340b3))

- **(es/minifier)** Support unary negate in `cast_to_number`
([#&#8203;9642](https://redirect.github.com/swc-project/swc/issues/9642))
([88a2186](88a2186ba4))

##### Miscellaneous Tasks

- **(deps)** Update dependency magic-string to v0.30.12
([#&#8203;9634](https://redirect.github.com/swc-project/swc/issues/9634))
([085bc19](085bc191e4))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 18:48:27 +00:00
Melinda Fekete
8b0af59897
Update and restructure environments (#8496) 2024-10-22 17:55:11 +02:00
Mateusz Kwasniewski
1abc330a85
fix: enable nav sidebar for previous uis (#8508) 2024-10-22 15:31:25 +02:00