1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-09 13:47:13 +02:00
Commit Graph

1523 Commits

Author SHA1 Message Date
Mateusz Kwasniewski
20a80142d3
feat: normalize urls in feature links (#9911) 2025-05-06 19:08:04 +02:00
Mateusz Kwasniewski
b2471633b4
refactor: move release plan stores to OSS (#9747) 2025-04-11 11:37:06 +02:00
Gastón Fournier
bba85dc9b0
chore: fix coverage tests (#9674)
Coverage has been failing for a while:
https://github.com/Unleash/unleash/actions/workflows/build_coverage.yaml
It looks related to minimatch version:
```
     TypeError: /home/runner/work/unleash/unleash/src/lib/util/isDefined.ts: minimatch is not a function
```

Removing `"minimatch": "^10.0.0",` resolution seems to fix it, but it
will likely introduce a security vulnerability error

Works on my machine results:
```shell
Test Suites: 345 passed, 345 total
Tests:       3 skipped, 3119 passed, 3122 total
Snapshots:   110 passed, 110 total
Time:        218.532 s
```
2025-04-02 11:59:47 +02:00
Gastón Fournier
1bef63ff10
chore: upgrade date-fns in package.json (#9673)
This is the latest minor release available
2025-04-01 14:13:53 +02:00
Gastón Fournier
096e466148
chore: bump slack dependency (#9664) 2025-04-01 08:56:02 +00:00
renovate[bot]
be41869568
fix(deps): update dependency @slack/web-api to v7.9.1 (#9661)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@slack/web-api](https://tools.slack.dev/node-slack-sdk/web-api)
([source](https://redirect.github.com/slackapi/node-slack-sdk)) |
[`7.9.0` ->
`7.9.1`](https://renovatebot.com/diffs/npm/@slack%2fweb-api/7.9.0/7.9.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@slack%2fweb-api/7.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@slack%2fweb-api/7.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@slack%2fweb-api/7.9.0/7.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@slack%2fweb-api/7.9.0/7.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>slackapi/node-slack-sdk (@&#8203;slack/web-api)</summary>

###
[`v7.9.1`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%407.9.1)

[Compare
Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.9.0...@slack/web-api@7.9.1)

#### What's Changed

This release fixes a bug where setting
[`allowAbsoluteUrls`](https://tools.slack.dev/node-slack-sdk/reference/web-api/interfaces/WebClientOptions/#allowabsoluteurls)
to **false** caused the
[`filesUploadV2`](https://tools.slack.dev/node-slack-sdk/web-api/#upload-a-file)
method to error when uploading files. Files can now be uploaded with
`allowAbsoluteUrls` set to **false**.

##### Bug fixes 🐛

- fix(web-api): complete file upload v2 calls if absolute urls are not
allowed in
[https://github.com/slackapi/node-slack-sdk/pull/2196](https://redirect.github.com/slackapi/node-slack-sdk/pull/2196)
- Thanks [@&#8203;zimeg](https://redirect.github.com/zimeg)!

##### Maintenance 🧰

- test(web-api): use channel_id instead of channels with files upload v2
in
[https://github.com/slackapi/node-slack-sdk/pull/2197](https://redirect.github.com/slackapi/node-slack-sdk/pull/2197)
- Thanks [@&#8203;zimeg](https://redirect.github.com/zimeg)!

**Full Changelog**:
https://github.com/slackapi/node-slack-sdk/compare/[@&#8203;slack/web-api](https://redirect.github.com/slack/web-api)[@&#8203;7](https://redirect.github.com/7).9.0...[@&#8203;slack/web-api](https://redirect.github.com/slack/web-api)[@&#8203;7](https://redirect.github.com/7).9.1
**Milestone**: https://github.com/slackapi/node-slack-sdk/milestone/142

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 16:09:46 +00:00
renovate[bot]
ea6edc66c1
fix(deps): update dependency @slack/web-api to v7.9.0 (#9601)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@slack/web-api](https://tools.slack.dev/node-slack-sdk/web-api)
([source](https://redirect.github.com/slackapi/node-slack-sdk)) |
[`7.8.0` ->
`7.9.0`](https://renovatebot.com/diffs/npm/@slack%2fweb-api/7.8.0/7.9.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@slack%2fweb-api/7.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@slack%2fweb-api/7.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@slack%2fweb-api/7.8.0/7.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@slack%2fweb-api/7.8.0/7.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>slackapi/node-slack-sdk (@&#8203;slack/web-api)</summary>

###
[`v7.9.0`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%407.9.0)

[Compare
Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.8.0...@slack/web-api@7.9.0)

#### What's Changed

This release adds the
[`allowAbsoluteUrls`](https://tools.slack.dev/node-slack-sdk/reference/web-api/interfaces/WebClientOptions#allowabsoluteurls)
option to the `WebClient` constructor.

For code using [dynamic method
names](https://tools.slack.dev/node-slack-sdk/web-api#call-a-method)
with `.apiCall`, this will toggle if requests should be sent to absolute
URLs provided:

```js
const { WebClient } = require('@&#8203;slack/web-api');

const web = new WebClient(token, {
  allowAbsoluteUrls: false, // Default: true
});

const _response = await web.apiCall('https://example.com', { /* ... */ });
```

    $ node index.js
[DEBUG] web-api:WebClient:0 http request url:
https://slack.com/api/https://example.com
    ...
[WARN] web-api:WebClient:0 http request failed An HTTP protocol error
occurred: statusCode = 404

The default `allowAbsoluteUrls` value is `true` to avoid a breaking
change with this update, but we suggest deciding if this option should
be applied to scripts and adjacent code.

##### Enhancements 🎉

- feat(web-api): add configs to toggle absolute url usage in dynamic api
calls in
[https://github.com/slackapi/node-slack-sdk/pull/2176](https://redirect.github.com/slackapi/node-slack-sdk/pull/2176)
- Thanks [@&#8203;zimeg](https://redirect.github.com/zimeg)!

##### Maintenance 🧰

- fix(web-api): bump axios to 1.8.3 to address CVE-2025-27152 in
[https://github.com/slackapi/node-slack-sdk/pull/2172](https://redirect.github.com/slackapi/node-slack-sdk/pull/2172)
- Thanks [@&#8203;zimeg](https://redirect.github.com/zimeg)!

**Full Changelog**:
https://github.com/slackapi/node-slack-sdk/compare/[@&#8203;slack/web-api](https://redirect.github.com/slack/web-api)[@&#8203;7](https://redirect.github.com/7).8.0...[@&#8203;slack/web-api](https://redirect.github.com/slack/web-api)[@&#8203;7](https://redirect.github.com/7).9.0
**Milestone**: https://github.com/slackapi/node-slack-sdk/milestone/131

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-24 14:22:19 +00:00
renovate[bot]
590a7cc16b
chore(deps): update dependency concurrently to v9 (#9600) 2025-03-24 15:15:16 +01:00
renovate[bot]
c8cf202c2a
chore(deps): update dependency wait-on to v8 (#9456) 2025-03-24 14:46:25 +01:00
renovate[bot]
ac96797932
chore(deps): update dependency superagent to v10.2.0 (#9574)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>ladjs/superagent (superagent)</summary>

###
[`v10.2.0`](https://redirect.github.com/ladjs/superagent/releases/tag/v10.2.0)

[Compare
Source](https://redirect.github.com/ladjs/superagent/compare/v10.1.1...v10.2.0)

- Merge pull request
[#&#8203;1829](https://redirect.github.com/ladjs/superagent/issues/1829)
from perrin4869/fix/http2/ipv6-addresses
[`02cad6a`](https://redirect.github.com/ladjs/superagent/commit/02cad6a)
- fix(https2): ipv6 addresses url
[`e29fd25`](https://redirect.github.com/ladjs/superagent/commit/e29fd25)
- Merge pull request
[#&#8203;1805](https://redirect.github.com/ladjs/superagent/issues/1805)
from perrin4869/fix/ipv6-addresses
[`150eb6c`](https://redirect.github.com/ladjs/superagent/commit/150eb6c)
- fix?
[`07954a1`](https://redirect.github.com/ladjs/superagent/commit/07954a1)
- attempt support ipv6
[`d688596`](https://redirect.github.com/ladjs/superagent/commit/d688596)
- attempt support ipv6
[`a2f11f8`](https://redirect.github.com/ladjs/superagent/commit/a2f11f8)
- re-add test
[`10a2e40`](https://redirect.github.com/ladjs/superagent/commit/10a2e40)
- remove regression test
[`15e9de6`](https://redirect.github.com/ladjs/superagent/commit/15e9de6)
- fix: ipv6 addresses parsing
[`ec50f5a`](https://redirect.github.com/ladjs/superagent/commit/ec50f5a)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 09:55:59 +00:00
Christopher Kolstad
efcf04487d
chore: make it build with strict null checks set to true (#9554)
As part of preparation for ESM and node/TSC updates, this PR will make
Unleash build with strictNullChecks set to true, since that's what's in
our tsconfig file. Hence, this PR also removes the `--strictNullChecks
false` flag in our compile tasks in package.json.

TL;DR - Clean up your code rather than turning off compiler security
features :)
2025-03-19 10:01:49 +01:00
renovate[bot]
d082e5eb25
chore(deps): update dependency @types/node to v20.17.24 (#9570)
This PR contains the following updates:

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 09:01:24 +00:00
renovate[bot]
7a9ef77ec4
chore(deps): update dependency @swc/core to v1.11.8 (#9569)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.11.8`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1118---2025-03-07)

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

##### Bug Fixes

- **(es/fast-lexer)** Fix lexing of numeric literals
([#&#8203;10153](https://redirect.github.com/swc-project/swc/issues/10153))
([65d23fe](65d23febaa))

- **(es/parser)** Rescan `<<` in new expression
([#&#8203;10159](https://redirect.github.com/swc-project/swc/issues/10159))
([35bd6d9](35bd6d9e1c))

##### Features

- **(ts/fast-strip)** Throw an object instead of string
([#&#8203;10162](https://redirect.github.com/swc-project/swc/issues/10162))
([241b881](241b8810ab))

##### Performance

- **(es/fast-lexer)** Optimize lexing of keywords
([#&#8203;10155](https://redirect.github.com/swc-project/swc/issues/10155))
([fb610b0](fb610b096f))

- **(es/fast-lexer)** Optimize bound checks
([#&#8203;10157](https://redirect.github.com/swc-project/swc/issues/10157))
([d74360e](d74360ed26))

- **(es/fast-lexer)** Make whitespace skipper use SIMD properly
([#&#8203;10158](https://redirect.github.com/swc-project/swc/issues/10158))
([15ea059](15ea059712))

- **(es/lexer)** Optimize whitespace scanning
([#&#8203;10136](https://redirect.github.com/swc-project/swc/issues/10136))
([8a59753](8a59753429))

- **(es/lexer)** Optimize comment scanning
([#&#8203;10137](https://redirect.github.com/swc-project/swc/issues/10137))
([9676c9a](9676c9acc8))

##### Refactor

- **(es/lexer)** Add fast lexer implementation
([#&#8203;10145](https://redirect.github.com/swc-project/swc/issues/10145))
([b993f86](b993f8621c))

- Drop unused crates
([#&#8203;10151](https://redirect.github.com/swc-project/swc/issues/10151))
([58e4279](58e4279fae))

- Drop unused js interop bindings
([#&#8203;10161](https://redirect.github.com/swc-project/swc/issues/10161))
([0ceefaf](0ceefafbf3))

##### Ci

- Add swc_plugins test to ecosystem CI
([#&#8203;10164](https://redirect.github.com/swc-project/swc/issues/10164))
([b23d133](b23d133959))

###
[`v1.11.7`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1117---2025-03-04)

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

##### Features

- **(ts/fast-strip)** Emit json errors
([#&#8203;10144](https://redirect.github.com/swc-project/swc/issues/10144))
([740bd57](740bd579ae))

###
[`v1.11.6`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1116---2025-03-04)

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

##### Bug Fixes

- **(es/minifier)** Fix regression due to
[#&#8203;10056](https://redirect.github.com/swc-project/swc/issues/10056)
([#&#8203;10134](https://redirect.github.com/swc-project/swc/issues/10134))
([b145275](b1452757f3))

- **(es/typescript)** Remove empty statements that const enum decls are
folded into
([#&#8203;10128](https://redirect.github.com/swc-project/swc/issues/10128))
([7bea830](7bea830a0e))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 09:01:06 +00:00
renovate[bot]
6dc4118892
chore(deps): update dependency @babel/core to v7.26.10 (#9568)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v7.26.10`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72610-2025-03-11)

[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.26.9...v7.26.10)

##### 👓 Spec Compliance

-   `babel-parser`
- [#&#8203;17159](https://redirect.github.com/babel/babel/pull/17159)
Disallow decorator in array pattern
([@&#8203;JLHwung](https://redirect.github.com/JLHwung))

##### 🐛 Bug Fix

-   `babel-parser`, `babel-template`
- [#&#8203;17164](https://redirect.github.com/babel/babel/pull/17164)
Fix: always initialize ExportDeclaration attributes
([@&#8203;JLHwung](https://redirect.github.com/JLHwung))
-   `babel-core`
- [#&#8203;17142](https://redirect.github.com/babel/babel/pull/17142)
fix: "Map maximum size exceeded" in deepClone
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
-   `babel-parser`, `babel-plugin-transform-typescript`
- [#&#8203;17154](https://redirect.github.com/babel/babel/pull/17154)
Update typescript parser tests
([@&#8203;JLHwung](https://redirect.github.com/JLHwung))
-   `babel-traverse`
- [#&#8203;17151](https://redirect.github.com/babel/babel/pull/17151)
fix: Should not evaluate vars in child scope
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
-   `babel-generator`
- [#&#8203;17153](https://redirect.github.com/babel/babel/pull/17153)
fix: Correctly generate `abstract override`
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
-   `babel-parser`
- [#&#8203;17107](https://redirect.github.com/babel/babel/pull/17107)
Fix source type detection when parsing TypeScript
([@&#8203;JLHwung](https://redirect.github.com/JLHwung))
- `babel-helpers`, `babel-runtime`, `babel-runtime-corejs2`,
`babel-runtime-corejs3`
- [#&#8203;17173](https://redirect.github.com/babel/babel/pull/17173)
Fix processing of replacement pattern with named capture groups
([@&#8203;mmmsssttt404](https://redirect.github.com/\[mmmsssttt404]\(https://github.com/mmmsssttt404\)))

##### 💅 Polish

-   `babel-standalone`
- [#&#8203;17158](https://redirect.github.com/babel/babel/pull/17158)
Avoid warnings when re-bundling
[@&#8203;babel/standalone](https://redirect.github.com/babel/standalone)
with webpack
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))

##### 🏠 Internal

-   `babel-parser`
- [#&#8203;17160](https://redirect.github.com/babel/babel/pull/17160)
Left-value parsing cleanup
([@&#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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 09:00:37 +00:00
dependabot[bot]
75bb482c08
chore(deps): bump @babel/runtime from 7.21.0 to 7.26.10 (#9551) 2025-03-18 11:03:45 +01:00
renovate[bot]
37aeb62d66
chore(deps): update dependency minimatch to v10 (#9476) 2025-03-17 11:56:24 +01:00
renovate[bot]
19b9c5037c
fix(deps): update dependency pg to v8.14.0 (#9516)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pg](https://redirect.github.com/brianc/node-postgres)
([source](https://redirect.github.com/brianc/node-postgres/tree/HEAD/packages/pg))
| [`8.13.3` ->
`8.14.0`](https://renovatebot.com/diffs/npm/pg/8.13.3/8.14.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pg/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pg/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pg/8.13.3/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pg/8.13.3/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>brianc/node-postgres (pg)</summary>

###
[`v8.14.0`](https://redirect.github.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg8140)

[Compare
Source](https://redirect.github.com/brianc/node-postgres/compare/pg@8.13.3...f7c92e487c6a9c9600585f9de14cb17e7a65e76e)

- Add support from SCRAM-SAH-256-PLUS i.e. [channel
binding](https://redirect.github.com/brianc/node-postgres/pull/3356).

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-11 16:06:33 +00:00
renovate[bot]
d0597bc054
fix(deps): update dependency helmet to v8 (#9491) 2025-03-11 12:00:43 +01:00
renovate[bot]
143c8a3074
chore(deps): update dependency superagent to v10 (#9482) 2025-03-10 16:42:17 +01:00
renovate[bot]
16d14bf93c
chore(deps): update dependency @types/node to v20.17.22 (#9472)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

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

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

---

### Release Notes

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

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

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

##### Bug Fixes

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

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

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

##### Miscellaneous Tasks

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

##### Performance

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

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

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

##### Bug Fixes

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

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

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

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

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

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

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

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

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

##### Miscellaneous Tasks

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

##### Performance

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

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

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

##### Refactor

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 14:37:40 +00:00
renovate[bot]
f3dfb1d3f1
chore(deps): drop fetch-mock as it's not being used 2025-03-10 13:27:25 +01:00
renovate[bot]
6db68abb19
chore(deps): update dependency @cyclonedx/yarn-plugin-cyclonedx to v2 (#9262) 2025-03-10 12:08:43 +01:00
dependabot[bot]
d198f0c696
chore(deps): bump axios from 1.7.5 to 1.8.2 (#9465) 2025-03-10 11:56:12 +01:00
renovate[bot]
8799bc169b
fix(deps): update dependency compression to v1.8.0 (#9437)
This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 18:39:39 +00:00
renovate[bot]
ae0fc86e99
chore(deps): update dependency @swc/core to v1.11.1 (#9425)
This PR contains the following updates:

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

---

### Release Notes

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

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

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

##### Bug Fixes

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

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

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

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

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

##### Documentation

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

##### Features

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

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

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

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

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

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

##### Miscellaneous Tasks

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

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

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

##### Performance

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

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

##### Refactor

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 07:16:04 +00:00
Mateusz Kwasniewski
e29eb51f3c
chore: consumption model flag (#9379) 2025-02-27 09:45:07 +01:00
renovate[bot]
4515925ac2
fix(deps): update dependency pg to v8.13.3 (#9375)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pg](https://redirect.github.com/brianc/node-postgres)
([source](https://redirect.github.com/brianc/node-postgres/tree/HEAD/packages/pg))
| [`8.13.1` ->
`8.13.3`](https://renovatebot.com/diffs/npm/pg/8.13.1/8.13.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pg/8.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pg/8.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pg/8.13.1/8.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pg/8.13.1/8.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>brianc/node-postgres (pg)</summary>

###
[`v8.13.3`](https://redirect.github.com/brianc/node-postgres/compare/pg@8.13.2...pg@8.13.3)

[Compare
Source](https://redirect.github.com/brianc/node-postgres/compare/pg@8.13.2...pg@8.13.3)

###
[`v8.13.2`](https://redirect.github.com/brianc/node-postgres/compare/pg@8.13.1...pg@8.13.2)

[Compare
Source](https://redirect.github.com/brianc/node-postgres/compare/pg@8.13.1...pg@8.13.2)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-27 01:54:39 +00:00
renovate[bot]
6589c45c76
chore(deps): update dependency @swc/core to v1.10.18 (#9373)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.10.18`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11018---2025-02-19)

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

##### Bug Fixes

- **(hstr)** Prevent memory leak for global stores
([#&#8203;10047](https://redirect.github.com/swc-project/swc/issues/10047))
([4718bc0](4718bc0df9))

##### Miscellaneous Tasks

- **(es/minifier)** Make `minify-all` example ignore parsing errors
([#&#8203;10045](https://redirect.github.com/swc-project/swc/issues/10045))
([6c7ec46](6c7ec46ee4))

##### Build

- **(es)** Select optimization level for each crates
([#&#8203;10046](https://redirect.github.com/swc-project/swc/issues/10046))
([c28d494](c28d4942c5))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-26 18:57:28 +00:00
Mateusz Kwasniewski
71ca0e413e
chore: node sdk version upgrade to support deltas (#9356) 2025-02-25 09:46:09 +01:00
renovate[bot]
353207d48d
chore(deps): update dependency @swc/core to v1.10.17 (#9355)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.10.17`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11017---2025-02-18)

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

##### Bug Fixes

- **(deps)** Update cargo (patch)
([#&#8203;10021](https://redirect.github.com/swc-project/swc/issues/10021))
([ffb7734](ffb77342d9))

- **(typescript)** Improve type inferring for undefined and null
([#&#8203;10038](https://redirect.github.com/swc-project/swc/issues/10038))
([5059ece](5059ece95a))

- **(typescript)** Remove the usages of private members
([#&#8203;10037](https://redirect.github.com/swc-project/swc/issues/10037))
([8410b59](8410b59621))

##### Performance

- **(hstr)** Use thin arc for hash and length
([#&#8203;10033](https://redirect.github.com/swc-project/swc/issues/10033))
([2bea793](2bea793bf3))

- **(hstr)** Skip interning if the text is long enough
([#&#8203;10035](https://redirect.github.com/swc-project/swc/issues/10035))
([2622e4e](2622e4e1d0))

##### Testing

- **(hstr)** Add tests
([#&#8203;10043](https://redirect.github.com/swc-project/swc/issues/10043))
([32b58f0](32b58f0b21))

- **(ts/fast-strip)** Add tests for `declare module` error cases
([#&#8203;10040](https://redirect.github.com/swc-project/swc/issues/10040))
([37672e0](37672e024e))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-25 02:19:43 +00:00
renovate[bot]
0079356fb7
chore(deps): update dependency @types/node to v20.17.19 (#9347)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.17.16` ->
`20.17.19`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.16/20.17.19)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.17.16/20.17.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.17.16/20.17.19?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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-21 22:18:55 +00:00
renovate[bot]
f0302bbbf4
chore(deps): update dependency @babel/core to v7.26.9 (#9346)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v7.26.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7269-2025-02-14)

[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.26.8...v7.26.9)

##### 🐛 Bug Fix

-   `babel-types`
- [#&#8203;17103](https://redirect.github.com/babel/babel/pull/17103)
fix: Definition for `TSPropertySignature.kind`
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
-   `babel-generator`, `babel-types`
- [#&#8203;17062](https://redirect.github.com/babel/babel/pull/17062)
Print TypeScript optional/definite in ClassPrivateProperty
([@&#8203;jamiebuilds-signal](https://redirect.github.com/jamiebuilds-signal))

##### 🏠 Internal

-   `babel-types`
- [#&#8203;17130](https://redirect.github.com/babel/babel/pull/17130)
Use `.ts` files with explicit reexports to solve name conflicts
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
-   `babel-core`
- [#&#8203;17127](https://redirect.github.com/babel/babel/pull/17127) Do
not depend on `@types/gensync` in Babel 7
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-21 18:58:47 +00:00
renovate[bot]
cdb5c83e17
chore(deps): update dependency @swc/core to v1.10.16 (#9344)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.10.16`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11016---2025-02-13)

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

##### Bug Fixes

- **(es/minifier)** Check assign target before merge assign cond
([#&#8203;10020](https://redirect.github.com/swc-project/swc/issues/10020))
([6dab49a](6dab49a07c))

- **(es/parser)** Preserve comment positions with leading semicolon
([#&#8203;10019](https://redirect.github.com/swc-project/swc/issues/10019))
([c9937b6](c9937b65bf))

- **(swc_common)** Fix panic with non-narrow chars with width != 2
([#&#8203;10011](https://redirect.github.com/swc-project/swc/issues/10011))
([f9f4cac](f9f4cac0e5))

- **(ts/fast-strip)** Handle unsupported `module` keyword
([#&#8203;10022](https://redirect.github.com/swc-project/swc/issues/10022))
([308f5d0](308f5d03c7))

##### Performance

- **(es/codegen)** Reduce allocation using `compact_str`
([#&#8203;10008](https://redirect.github.com/swc-project/swc/issues/10008))
([7d7319f](7d7319f248))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-21 10:05:32 +00:00
renovate[bot]
0c1340dc2c
chore(deps): update dependency @swc/core to v1.10.15 (#9333)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.10.15`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11015---2025-02-08)

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

##### Bug Fixes

- **(es/fixer)** Wrap object tagged templates
([#&#8203;9991](https://redirect.github.com/swc-project/swc/issues/9991))
([963c3a5](963c3a58c8))

- **(es/minifier)** Dont't optimize swtich case before DCE
([#&#8203;9994](https://redirect.github.com/swc-project/swc/issues/9994))
([afe21b5](afe21b5e71))

- **(es/minifier)** Revert
[#&#8203;10006](https://redirect.github.com/swc-project/swc/issues/10006)
([#&#8203;10007](https://redirect.github.com/swc-project/swc/issues/10007))
([7e21323](7e21323b3b))

- **(es/parser, es/codegen)** Handle trailing empty slots in array
patterns
([#&#8203;9992](https://redirect.github.com/swc-project/swc/issues/9992))
([1a87e76](1a87e76e95))

- **(es/react)** Avoid adding `__self` in constructors of derived class
in the `jsx_self`
([#&#8203;9987](https://redirect.github.com/swc-project/swc/issues/9987))
([83f24af](83f24afad9))

##### Features

- **(es/ast)** Add `ShrinkToFit` implementation
([#&#8203;10009](https://redirect.github.com/swc-project/swc/issues/10009))
([6849b6a](6849b6aba7))

- **(es/helpers)** Update package exports for module-sync and webpack
compatibility
([#&#8203;9995](https://redirect.github.com/swc-project/swc/issues/9995))
([6f4e7ad](6f4e7adce4))

- **(fast-ts)** Support Uint8Array Input
([#&#8203;9879](https://redirect.github.com/swc-project/swc/issues/9879))
([61ae579](61ae579a1c))

##### Performance

- **(es/codegen)** Remove needless allocations
([#&#8203;9978](https://redirect.github.com/swc-project/swc/issues/9978))
([9c89d57](9c89d57cf9))

- **(es/minifier)** Do not clone from `take_ident_of_pat_if_unused`
([#&#8203;10005](https://redirect.github.com/swc-project/swc/issues/10005))
([dc3b46e](dc3b46eff9))

- **(es/minifier)** Allocate in once from `mark_property_mutation`
([#&#8203;10004](https://redirect.github.com/swc-project/swc/issues/10004))
([4a90e51](4a90e5197d))

- **(es/minifier)** Limit infection analysis by the entry size
([#&#8203;10006](https://redirect.github.com/swc-project/swc/issues/10006))
([1a3a4b9](1a3a4b936c))

- **(es/minifier)** Make the default pass 2
([#&#8203;10014](https://redirect.github.com/swc-project/swc/issues/10014))
([07dc423](07dc423b7f))

###
[`v1.10.14`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11014---2025-02-03)

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

##### Bug Fixes

- **(deps)** Update cargo (patch)
([#&#8203;9971](https://redirect.github.com/swc-project/swc/issues/9971))
([e9843d8](e9843d8bb7))

- **(es/transforms)** Pass `unresolved_mark` to `simplifier` instead of
`top_level_mark`
([#&#8203;9989](https://redirect.github.com/swc-project/swc/issues/9989))
([963b088](963b0881f9))

- **(swc_core)** Fix typo in swc_core feature
([#&#8203;9979](https://redirect.github.com/swc-project/swc/issues/9979))
([99a6339](99a63397b6))

##### Features

- **(ts/fast-strip)** Support type-only/uninstantiated namespaces
([#&#8203;9983](https://redirect.github.com/swc-project/swc/issues/9983))
([a72c6fa](a72c6fa28c))

- Add (experimental) nodejs interop crates
([#&#8203;9974](https://redirect.github.com/swc-project/swc/issues/9974))
([37e0ea5](37e0ea5697))

- Add (experimental) `js-interop` npm package
([#&#8203;9975](https://redirect.github.com/swc-project/swc/issues/9975))
([eebb0ea](eebb0ea14f))

##### Performance

- Update `rustc-hash` to `v2` and drop `ahash`
([#&#8203;9982](https://redirect.github.com/swc-project/swc/issues/9982))
([6765db0](6765db0dfe))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-19 21:45:34 +00:00
renovate[bot]
8040a8f947
chore(deps): update dependency @babel/core to v7.26.8 (#9332)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v7.26.8`](https://redirect.github.com/babel/babel/releases/tag/v7.26.8)

[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.26.7...v7.26.8)

#### v7.26.8 (2025-02-08)

##### 🏠 Internal

-   `babel-preset-env`
- [#&#8203;17097](https://redirect.github.com/babel/babel/pull/17097)
Update dependency babel-plugin-polyfill-corejs3 to ^0.11.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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-19 19:41:21 +00:00
Jaanus Sellin
8d998c82d8
chore: bump unleash client version to beta 6.5 (#9305) 2025-02-13 10:42:54 +02:00
renovate[bot]
6af2da4a37
fix(deps): update dependency nodemailer to v6.10.0 (#9260)
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>nodemailer/nodemailer (nodemailer)</summary>

###
[`v6.10.0`](https://redirect.github.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6100-2025-01-23)

[Compare
Source](https://redirect.github.com/nodemailer/nodemailer/compare/v6.9.16...v6.10.0)

##### Features

- **services:** add Seznam email service configuration
([#&#8203;1695](https://redirect.github.com/nodemailer/nodemailer/issues/1695))
([d1ae0a8](d1ae0a8688))

##### Bug Fixes

- **proxy:** Set error and timeout errors for proxied sockets
([aa0c99c](aa0c99c8f2))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-07 18:43:05 +00:00
renovate[bot]
639fb40c48
chore(deps): update dependency @swc/core to v1.10.12 (#9236)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.10.12`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11012---2025-01-29)

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

##### Bug Fixes

- **(es/parser)** Remove wrong check about `const` without init
([#&#8203;9970](https://redirect.github.com/swc-project/swc/issues/9970))
([1b57261](1b572617f3))

##### Performance

- **(es/minifier)** Make analyzer not call `collect_infects_from`
recursively
([#&#8203;9924](https://redirect.github.com/swc-project/swc/issues/9924))
([37616c3](37616c33bf))

- **(es/minifier)** Skip complex inline operations if possible
([#&#8203;9972](https://redirect.github.com/swc-project/swc/issues/9972))
([772cc30](772cc309cc))

- **(es/minifier)** Merge binding analyzer into infection analyzer
([#&#8203;9973](https://redirect.github.com/swc-project/swc/issues/9973))
([ca8a71f](ca8a71f523))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 01:39:57 +00:00
renovate[bot]
4d22d87a9c
chore(deps): update dependency semver to v7.7.0 (#9234)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v7.7.0`](https://redirect.github.com/npm/node-semver/blob/HEAD/CHANGELOG.md#770-2025-01-29)

[Compare
Source](https://redirect.github.com/npm/node-semver/compare/v7.6.3...v7.7.0)

##### Features

-
[`0864b3c`](0864b3ce79)
[#&#8203;753](https://redirect.github.com/npm/node-semver/pull/753) add
"release" inc type
([#&#8203;753](https://redirect.github.com/npm/node-semver/issues/753))
([@&#8203;mbtools](https://redirect.github.com/mbtools))

##### Bug Fixes

-
[`d588e37`](d588e37828)
[#&#8203;755](https://redirect.github.com/npm/node-semver/pull/755)
diff: fix prerelease to stable version diff logic
([#&#8203;755](https://redirect.github.com/npm/node-semver/issues/755))
([@&#8203;eminberkayd](https://redirect.github.com/eminberkayd),
berkay.daglar)
-
[`8a34bde`](8a34bdecc7)
[#&#8203;754](https://redirect.github.com/npm/node-semver/pull/754) add
identifier validation to `inc()`
([#&#8203;754](https://redirect.github.com/npm/node-semver/issues/754))
([@&#8203;mbtools](https://redirect.github.com/mbtools))

##### Documentation

-
[`67e5478`](67e54785a0)
[#&#8203;756](https://redirect.github.com/npm/node-semver/pull/756)
readme: added missing period for consistency
([#&#8203;756](https://redirect.github.com/npm/node-semver/issues/756))
([@&#8203;shaymolcho](https://redirect.github.com/shaymolcho))
-
[`868d4bb`](868d4bbe3d)
[#&#8203;749](https://redirect.github.com/npm/node-semver/pull/749)
clarify comment about obsolete prefixes
([#&#8203;749](https://redirect.github.com/npm/node-semver/issues/749))
([@&#8203;mbtools](https://redirect.github.com/mbtools),
[@&#8203;ljharb](https://redirect.github.com/ljharb))

##### Chores

-
[`145c554`](145c554b8c)
[#&#8203;741](https://redirect.github.com/npm/node-semver/pull/741) bump
[@&#8203;npmcli/eslint-config](https://redirect.github.com/npmcli/eslint-config)
from 4.0.5 to 5.0.0
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`753e02b`](753e02b9d0)
[#&#8203;747](https://redirect.github.com/npm/node-semver/pull/747) bump
[@&#8203;npmcli/template-oss](https://redirect.github.com/npmcli/template-oss)
from 4.23.3 to 4.23.4
([#&#8203;747](https://redirect.github.com/npm/node-semver/issues/747))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot],
[@&#8203;npm-cli-bot](https://redirect.github.com/npm-cli-bot))
-
[`0b812d5`](0b812d5fb5)
[#&#8203;744](https://redirect.github.com/npm/node-semver/pull/744)
postinstall for dependabot template-oss PR
([@&#8203;hashtagchris](https://redirect.github.com/hashtagchris))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 21:25:31 +00:00
renovate[bot]
419d189ddc
chore(deps): update dependency lint-staged to v15.4.3 (#9216)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v15.4.3`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1543)

[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.4.2...v15.4.3)

##### Patch Changes

-
[#&#8203;1512](https://redirect.github.com/lint-staged/lint-staged/pull/1512)
[`cbfed1d`](cbfed1dfd2)
Thanks [@&#8203;tarik02](https://redirect.github.com/tarik02)! - Adjust
TypeScript types for the default export so that it can be used as a
value without error TS2693.

###
[`v15.4.2`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1542)

[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.4.1...v15.4.2)

##### Patch Changes

-
[#&#8203;1509](https://redirect.github.com/lint-staged/lint-staged/pull/1509)
[`8827ebf`](8827ebf29d)
Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Change
*lint-staged*'s dependencies to use [caret (`^`)
ranges](https://docs.npmjs.com/cli/v6/using-npm/semver#caret-ranges-123-025-004)
instead of [tilde
(`~`)](https://docs.npmjs.com/cli/v6/using-npm/semver#tilde-ranges-123-12-1).
This makes it easier for package managers to perform dependency
management when minor-level updates are also permitted instead of just
patch-level.

###
[`v15.4.1`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1541)

[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.4.0...v15.4.1)

##### Patch Changes

-
[#&#8203;1504](https://redirect.github.com/lint-staged/lint-staged/pull/1504)
[`1c7a45e`](1c7a45ed2c)
Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Default
TypeScript config filenames match JS equivalents.

-
[#&#8203;1504](https://redirect.github.com/lint-staged/lint-staged/pull/1504)
[`9cc18c9`](9cc18c9deb)
Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Add missing
conditional exports syntax for TypeScript types.

###
[`v15.4.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1540)

[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.3.0...v15.4.0)

##### Minor Changes

-
[#&#8203;1500](https://redirect.github.com/lint-staged/lint-staged/pull/1500)
[`a8ec1dd`](a8ec1ddb58)
Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! -
*Lint-staged* now provides TypeScript types for the configuration and
main Node.js API. You can use the JSDoc syntax in your JS configuration
files:

    ```js
    /**
     * @&#8203;filename: lint-staged.config.js
     * @&#8203;type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }
    ```

It's also possible to use the `.ts` file extension for the configuration
if your Node.js version supports it. The `--experimental-strip-types`
flag was introduced in [Node.js
v22.6.0](https://redirect.github.com/nodejs/node/releases/tag/v22.6.0)
and unflagged in
[v23.6.0](https://redirect.github.com/nodejs/node/releases/tag/v23.6.0),
enabling Node.js to execute TypeScript files without additional
configuration.

    ```shell
    export NODE_OPTIONS="--experimental-strip-types"

    npx lint-staged --config lint-staged.config.ts
    ```

##### Patch Changes

-
[#&#8203;1501](https://redirect.github.com/lint-staged/lint-staged/pull/1501)
[`9b79364`](9b793640e1)
Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Handle
possible failures when logging user shell for debug info.

###
[`v15.3.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1530)

[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.2.11...v15.3.0)

##### Minor Changes

-
[#&#8203;1495](https://redirect.github.com/lint-staged/lint-staged/pull/1495)
[`e69da9e`](e69da9e614)
Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Added more
info to the debug logs so that "environment" info doesn't need to be
added separately to GitHub issues.

-
[#&#8203;1493](https://redirect.github.com/lint-staged/lint-staged/pull/1493)
[`fa0fe98`](fa0fe98104)
Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Added more
help messages around the automatic `git stash` that *lint-staged*
creates as a backup (by default). The console output also displays the
short git *hash* of the stash so that it's easier to recover lost files
in case some fatal errors are encountered, or the process is killed
before completing.

    For example:

        % npx lint-staged
        ✔ Backed up original state in git stash (20addf8)
        ✔ Running tasks for staged files...
        ✔ Applying modifications from tasks...
        ✔ Cleaning up temporary files...

where the backup can be seen with `git show 20addf8`, or `git stash
list`:

        % git stash list
        stash@{0}: lint-staged automatic backup (20addf8)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 01:40:09 +00:00
renovate[bot]
cc09b038d8
chore(deps): update dependency @cyclonedx/yarn-plugin-cyclonedx to v1.1.0 (#9214)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@cyclonedx/yarn-plugin-cyclonedx](https://redirect.github.com/CycloneDX/cyclonedx-node-yarn)
| [`1.0.2` ->
`1.1.0`](https://renovatebot.com/diffs/npm/@cyclonedx%2fyarn-plugin-cyclonedx/1.0.2/1.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@cyclonedx%2fyarn-plugin-cyclonedx/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@cyclonedx%2fyarn-plugin-cyclonedx/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@cyclonedx%2fyarn-plugin-cyclonedx/1.0.2/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@cyclonedx%2fyarn-plugin-cyclonedx/1.0.2/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>CycloneDX/cyclonedx-node-yarn
(@&#8203;cyclonedx/yarn-plugin-cyclonedx)</summary>

###
[`v1.1.0`](https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/blob/HEAD/HISTORY.md#110---2025-01-14)

[Compare
Source](https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/compare/v1.0.2...v1.1.0)

-   Added
- Capability to gather license text evidences ([#&#8203;33] via
[#&#8203;193])\
This feature can be controlled via CLI switch `--gather-license-texts`.\
This feature is experimental. This feature is disabled per default.
-   Dependencies
- Upgraded runtime-dependency `@cyclonedx/cyclonedx-library@6.13.1`, was
`@6.11.0` (via [#&#8203;206], [#&#8203;237])\
This was done to incorporate non-breaking upstream changes and fixes.
- Upgraded runtime-dependency `normalize-package-data@6.0.2`, was
`@6.0.1` (via [#&#8203;141])\
This was done to incorporate non-breaking upstream changes and fixes.
- Removed unused runtime dependency `packageurl-js` (via [#&#8203;220])
-   Build
- Use *TypeScript* `v5.7.3` now, was `v5.5.3` (via [#&#8203;160],
[#&#8203;178], [#&#8203;233], [#&#8203;212], [#&#8203;244])
- Use
*[@&#8203;yarnpkg/builder](https://redirect.github.com/yarnpkg/builder)*
`v4.2.0` now, was `v4.1.1` (via [#&#8203;164], [#&#8203;172])

[#&#8203;33]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/issues/33

[#&#8203;141]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/pull/141

[#&#8203;160]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/pull/160

[#&#8203;164]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/pull/164

[#&#8203;172]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/pull/172

[#&#8203;178]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/pull/178

[#&#8203;193]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/pull/193

[#&#8203;206]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/pull/206

[#&#8203;212]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/pull/212

[#&#8203;220]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/pull/220

[#&#8203;233]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/pull/233

[#&#8203;237]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/pull/237

[#&#8203;244]:
https://redirect.github.com/CycloneDX/cyclonedx-node-yarn/pull/244

\[#]:

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 22:19:13 +00:00
renovate[bot]
f6c7b466a5
fix(deps): update dependency unleash-client to v6.4.2 (#9213)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v6.4.2`](https://redirect.github.com/Unleash/unleash-client-node/releases/tag/v6.4.2)

[Compare
Source](https://redirect.github.com/Unleash/unleash-client-node/compare/v6.4.1...v6.4.2)

#### What's Changed

- test: make regexes less strict for unleash version by
[@&#8203;thomasheartman](https://redirect.github.com/thomasheartman) in
[https://github.com/Unleash/unleash-client-node/pull/698](https://redirect.github.com/Unleash/unleash-client-node/pull/698)
- fix: use existing convention for sdk name by
[@&#8203;kwasniew](https://redirect.github.com/kwasniew) in
[https://github.com/Unleash/unleash-client-node/pull/699](https://redirect.github.com/Unleash/unleash-client-node/pull/699)

**Full Changelog**:
https://github.com/Unleash/unleash-client-node/compare/v6.4.1...v6.4.2

###
[`v6.4.1`](https://redirect.github.com/Unleash/unleash-client-node/releases/tag/v6.4.1)

[Compare
Source](https://redirect.github.com/Unleash/unleash-client-node/compare/v6.4.0...v6.4.1)

#### What's Changed

- fix: cross platform uuid by
[@&#8203;kwasniew](https://redirect.github.com/kwasniew) in
[https://github.com/Unleash/unleash-client-node/pull/696](https://redirect.github.com/Unleash/unleash-client-node/pull/696)
- Meta: update release action to v2 by
[@&#8203;thomasheartman](https://redirect.github.com/thomasheartman) in
[https://github.com/Unleash/unleash-client-node/pull/697](https://redirect.github.com/Unleash/unleash-client-node/pull/697)

**Full Changelog**:
https://github.com/Unleash/unleash-client-node/compare/v6.4.0...v6.4.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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 22:18:53 +00:00
renovate[bot]
e5e7e2fdd3
chore(deps): update node.js to v20.18.2 (#9199)
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)) | | patch |
`20.18.1` -> `20.18.2` | |
[![age](https://developer.mend.io/api/mc/badges/age/node-version/node/v20.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/node-version/node/v20.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/node-version/node/v20.18.1/v20.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/node-version/node/v20.18.1/v20.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [node](https://redirect.github.com/nodejs/node) | final | patch |
`20.18.1-alpine` -> `20.18.2-alpine` | |
[![age](https://developer.mend.io/api/mc/badges/age/docker/node/20.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/node/20.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/node/20.18.1/20.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/node/20.18.1/20.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [node](https://redirect.github.com/nodejs/node) | stage | patch |
`20.18.1-alpine` -> `20.18.2-alpine` | |
[![age](https://developer.mend.io/api/mc/badges/age/docker/node/20.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/node/20.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/node/20.18.1/20.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/node/20.18.1/20.18.2?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.17.14` ->
`20.17.16`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.14/20.17.16)
| `20.17.17` |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.17.14/20.17.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.17.14/20.17.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v20.18.2`](https://redirect.github.com/nodejs/node/compare/v20.18.1...v20.18.2)

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 04:37:46 +00:00
renovate[bot]
b238ddb2fe
chore(deps): update dependency @swc/core to v1.10.11 (#9198)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.10.11`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11011---2025-01-27)

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

##### Bug Fixes

- **(es)** Restore JSON config & Adjust feature renaming
([#&#8203;9967](https://redirect.github.com/swc-project/swc/issues/9967))
([72e5455](72e545575b))

- **(es/minifier)** Avoid paren when compressing ternary
([#&#8203;9920](https://redirect.github.com/swc-project/swc/issues/9920))
([9d6fe37](9d6fe370cf))

- **(es/parser)** Parse `yield<T> (v: T)=>v`
([#&#8203;9915](https://redirect.github.com/swc-project/swc/issues/9915))
([04333aa](04333aacfe))

- **(ts/fast-strip)** More robust generic arrow handling
([#&#8203;9913](https://redirect.github.com/swc-project/swc/issues/9913))
([f7faa7c](f7faa7c08c))

- **(typescript)** Allow references to the global Symbol in computed
property names under `isolatedDeclarations`
([#&#8203;9869](https://redirect.github.com/swc-project/swc/issues/9869))
([e4c1e03](e4c1e03e17))

##### Features

- **(es/minifier)** Compress negate eq
([#&#8203;9911](https://redirect.github.com/swc-project/swc/issues/9911))
([e8f23cf](e8f23cf921))

- **(es/minifier)** Compress Assign to number
([#&#8203;9943](https://redirect.github.com/swc-project/swc/issues/9943))
([d5f40a0](d5f40a0bc0))

- **(parallel)** Add `merge_in_parallel`
([#&#8203;9939](https://redirect.github.com/swc-project/swc/issues/9939))
([c5b8390](c5b8390d62))

- Merge `hstr` into the main repository
([#&#8203;9963](https://redirect.github.com/swc-project/swc/issues/9963))
([bc61c13](bc61c1317f))

##### Miscellaneous Tasks

- **(es/minifier)** Add a script for samply profiler
([#&#8203;9923](https://redirect.github.com/swc-project/swc/issues/9923))
([8f8dcaa](8f8dcaac2f))

- **(preset-env)** Update `browserslist-rs`
([#&#8203;9918](https://redirect.github.com/swc-project/swc/issues/9918))
([606ffe5](606ffe51ea))

##### Performance

- **(es/react)** Use proper string types for react configuration
([#&#8203;9949](https://redirect.github.com/swc-project/swc/issues/9949))
([1bf837e](1bf837e476))

- **(es/utils)** Prevent too many recursion
([#&#8203;9931](https://redirect.github.com/swc-project/swc/issues/9931))
([d24f785](d24f785a5c))

- **(es/utils)** Restrict recursion of `get_type`
([#&#8203;9933](https://redirect.github.com/swc-project/swc/issues/9933))
([1781b85](1781b85ddb))

- **(preset-env)** Store `Versions` in `Arc`
([#&#8203;9950](https://redirect.github.com/swc-project/swc/issues/9950))
([03dffb5](03dffb50fb))

##### Refactor

- **(es/minifier)** Make `minify-all` example sequential
([#&#8203;9912](https://redirect.github.com/swc-project/swc/issues/9912))
([5b5c87e](5b5c87e724))

- **(hstr)** Remove needless operations
([#&#8203;9964](https://redirect.github.com/swc-project/swc/issues/9964))
([6f781d8](6f781d8fd4))

- **(swc)** Remove typo feature
([#&#8203;9965](https://redirect.github.com/swc-project/swc/issues/9965))
([4b14eec](4b14eecabf))

- Apply all pending breaking changes
([#&#8203;9966](https://redirect.github.com/swc-project/swc/issues/9966))
([1c2f7e9](1c2f7e9db7))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-03 21:30:33 +00:00
renovate[bot]
bf71d397a9
chore(deps): update dependency @babel/core to v7.26.7 (#9184)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v7.26.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7267-2025-01-24)

[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.26.0...v7.26.7)

##### 🐛 Bug Fix

-   `babel-helpers`, `babel-preset-env`, `babel-runtime-corejs3`
- [#&#8203;17086](https://redirect.github.com/babel/babel/pull/17086)
Make "object without properties" helpers ES6-compatible
([@&#8203;tquetano-netflix](https://redirect.github.com/tquetano-netflix))
-   `babel-plugin-transform-typeof-symbol`
- [#&#8203;17085](https://redirect.github.com/babel/babel/pull/17085)
fix: Correctly handle `typeof` in arrow functions
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
-   `babel-parser`
- [#&#8203;17079](https://redirect.github.com/babel/babel/pull/17079)
Respect `ranges` option in estree method value
([@&#8203;JLHwung](https://redirect.github.com/JLHwung))
-   `babel-core`
- [#&#8203;17052](https://redirect.github.com/babel/babel/pull/17052) Do
not try to parse .ts configs as JSON if natively supported
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
-   `babel-plugin-transform-typescript`
- [#&#8203;17050](https://redirect.github.com/babel/babel/pull/17050)
fix: correctly resolve references to non-constant enum members
([@&#8203;branchseer](https://redirect.github.com/branchseer))
-   `babel-plugin-transform-typescript`, `babel-traverse`, `babel-types`
- [#&#8203;17025](https://redirect.github.com/babel/babel/pull/17025)
fix: Remove type-only `import x = y.z`
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-31 20:47:22 +00:00
renovate[bot]
2c6cb849ca
chore(deps): update dependency @types/pg to v8.11.11 (#9177)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/pg](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg))
| [`8.11.10` ->
`8.11.11`](https://renovatebot.com/diffs/npm/@types%2fpg/8.11.10/8.11.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fpg/8.11.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fpg/8.11.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fpg/8.11.10/8.11.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fpg/8.11.10/8.11.11?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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-30 21:00:16 +00:00
renovate[bot]
473e1aee58
chore(deps): update dependency @swc/core to v1.10.9 (#9173)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.10.9`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1109---2025-01-21)

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

##### Bug Fixes

- **(es/minifier)** Set param type to unknown
([#&#8203;9905](https://redirect.github.com/swc-project/swc/issues/9905))
([09b3b37](09b3b371f9))

##### Documentation

- **(es/parallel)** Improve document of `Parallel`
([#&#8203;9896](https://redirect.github.com/swc-project/swc/issues/9896))
([9962c9c](9962c9c98d))

##### Features

- **(es/minifier)** Print total size from `minify-all` example
([#&#8203;9897](https://redirect.github.com/swc-project/swc/issues/9897))
([134000f](134000fe93))

- **(es/minifier)** Turn `1 * v` into `+v`
([#&#8203;9903](https://redirect.github.com/swc-project/swc/issues/9903))
([a228347](a2283475b1))

- **(es/minifier)** Compress `foo ? num : 0` into `num * !!foo`
([#&#8203;9908](https://redirect.github.com/swc-project/swc/issues/9908))
([ce22557](ce22557a05))

##### Miscellaneous Tasks

- **(es/minifier)** Print slow files from `minify-all` example
([#&#8203;9899](https://redirect.github.com/swc-project/swc/issues/9899))
([2d87b89](2d87b897e6))

##### Performance

- **(es/minifier)** Make character frequency analysis parallel
([#&#8203;9895](https://redirect.github.com/swc-project/swc/issues/9895))
([ca2fd1e](ca2fd1ebdf))

- **(es/minifier)** Parallelize handling of class members
([#&#8203;9900](https://redirect.github.com/swc-project/swc/issues/9900))
([ed74839](ed748394be))

- **(es/minifier)** Adjust threshold for parallel char frequency
calculation
([#&#8203;9901](https://redirect.github.com/swc-project/swc/issues/9901))
([47ea8de](47ea8de277))

- **(es/minifier)** Do heavy operation only if required
([#&#8203;9902](https://redirect.github.com/swc-project/swc/issues/9902))
([2687231](26872310f6))

- **(es/minifier)** Cache `var_or_default` calls
([#&#8203;9909](https://redirect.github.com/swc-project/swc/issues/9909))
([4a3be8d](4a3be8d60b))

- **(es/minifier)** Invert cache to be really a cache
([#&#8203;9910](https://redirect.github.com/swc-project/swc/issues/9910))
([8bfb0e5](8bfb0e5edd))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-30 15:15:03 +00:00
renovate[bot]
ddf8a02c1e
chore(deps): update dependency @types/type-is to v1.6.7 (#9159)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/type-is](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/type-is)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/type-is))
| [`1.6.6` ->
`1.6.7`](https://renovatebot.com/diffs/npm/@types%2ftype-is/1.6.6/1.6.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2ftype-is/1.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2ftype-is/1.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2ftype-is/1.6.6/1.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2ftype-is/1.6.6/1.6.7?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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-28 11:43:44 +00:00
renovate[bot]
b39adc1d54
chore(deps): update dependency @swc/core to v1.10.8 (#9153)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.10.8`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1108---2025-01-19)

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

##### Bug Fixes

- **(es/decorators)** Fix init order of `2022-03` impl
([#&#8203;9760](https://redirect.github.com/swc-project/swc/issues/9760))
([751a310](751a310e87))

- **(es/testing)** Fix sourcemap generation
([#&#8203;9891](https://redirect.github.com/swc-project/swc/issues/9891))
([008f2de](008f2dee66))

- **(es/ts_strip)** Handle ASI hazard in return statement
([#&#8203;9882](https://redirect.github.com/swc-project/swc/issues/9882))
([121b5fe](121b5fefbc))

- **(typescript)** Collect usages in extend clauses of classes and
interfaces
([#&#8203;9893](https://redirect.github.com/swc-project/swc/issues/9893))
([ef29ef6](ef29ef6a22))

##### Features

- **(typescript)** Check computed property names of ts signatures
([#&#8203;9867](https://redirect.github.com/swc-project/swc/issues/9867))
([caed78a](caed78a710))

##### Performance

- **(bench)** Run benchmark on a custom runner
([#&#8203;9877](https://redirect.github.com/swc-project/swc/issues/9877))
([2d6f9a5](2d6f9a5c27))

- **(es/codegen)** Remove needless allocations
([#&#8203;9890](https://redirect.github.com/swc-project/swc/issues/9890))
([f230ff2](f230ff2d84))

- **(es/minifier)** Make the first run of DCE more efficient
([#&#8203;9868](https://redirect.github.com/swc-project/swc/issues/9868))
([7329824](7329824b82))

- **(es/minifier)** Adjust parallel threshold
([#&#8203;9872](https://redirect.github.com/swc-project/swc/issues/9872))
([d5d856c](d5d856cf3b))

- **(es/minifier)** Box `VarUsageInfo` of `ProgramData`
([#&#8203;9894](https://redirect.github.com/swc-project/swc/issues/9894))
([fafd754](fafd754f74))

- **(es/renamer)** Use `IndexSet` for rename queue
([#&#8203;9866](https://redirect.github.com/swc-project/swc/issues/9866))
([f404720](f404720b8f))

- **(es/utils)** Optimize `maybe_par_idx_raw`
([#&#8203;9870](https://redirect.github.com/swc-project/swc/issues/9870))
([46e3d77](46e3d77396))

- Enable `concurrent` in codspeed bench
([#&#8203;9862](https://redirect.github.com/swc-project/swc/issues/9862))
([6c2bb13](6c2bb13f9d))

##### Refactor

- **(atoms)** Rename `FastAtom` to `UnsafeAtom`
([#&#8203;9873](https://redirect.github.com/swc-project/swc/issues/9873))
([3df8b44](3df8b443a1))

- **(es/minifier)** Add a way to profile minifier for real-world inputs
([#&#8203;9881](https://redirect.github.com/swc-project/swc/issues/9881))
([9657294](9657294ff1))

- **(es/minifier)** Use `chili` for `minify-all` example
([#&#8203;9885](https://redirect.github.com/swc-project/swc/issues/9885))
([197f0bc](197f0bc196))

- **(es/minifier)** Make `minify-all` profilable
([#&#8203;9888](https://redirect.github.com/swc-project/swc/issues/9888))
([fbad136](fbad136498))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-27 01:48:54 +00:00