renovate[bot]
2e069daf41
chore(deps): update dependency @types/cors to v2.8.19 ( #10143 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/cors](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors ))
| [`2.8.18` ->
`2.8.19`](https://renovatebot.com/diffs/npm/@types%2fcors/2.8.18/2.8.19 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-17 07:38:08 +00:00
renovate[bot]
5bb1656eee
chore(deps): update dependency @swc/core to v1.11.31 ( #10142 )
...
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.29` ->
`1.11.31`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.11.29/1.11.31 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc (@​swc/core)</summary>
###
[`v1.11.31`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11131---2025-06-05 )
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.11.29...v1.11.31 )
##### Bug Fixes
- **(es/codegen)** Improve comments handling
([#​10534](https://redirect.github.com/swc-project/swc/issues/10534 ))
([d9ba838](d9ba838df9
))
- **(es/codegen)** Exclude `constructor` from source map names
([#​10551](https://redirect.github.com/swc-project/swc/issues/10551 ))
([ef85640](ef85640251
))
- **(es/fixer)** Fix a bug with awaited arrow fn expression
([#​10555](https://redirect.github.com/swc-project/swc/issues/10555 ))
([9dfdfa6](9dfdfa62d3
))
- **(es/minifier)** Fix missing variable
([#​10478](https://redirect.github.com/swc-project/swc/issues/10478 ))
([6de3ef6](6de3ef65bc
))
- **(es/minifier)** Inline object of member if prop is an ident
([#​10548](https://redirect.github.com/swc-project/swc/issues/10548 ))
([e554381](e554381bff
))
- **(es/minifier)** Add side effect check for test expr when compressing
IfStmt
([#​10550](https://redirect.github.com/swc-project/swc/issues/10550 ))
([3e9728e](3e9728e70c
))
- **(es/minifier)** Fix typo in an option name
([#​10554](https://redirect.github.com/swc-project/swc/issues/10554 ))
([a303941](a303941a36
))
- **(es/parser)** Emit syntax errors for strict mode in non-module or
scripts
([#​10545](https://redirect.github.com/swc-project/swc/issues/10545 ))
([1291b4a](1291b4a78c
))
- **(es/react-compiler)** Fix usefulness detection
([#​10506](https://redirect.github.com/swc-project/swc/issues/10506 ))
([41075a1](41075a1c87
))
- **(es/utils)** Fix `extract_var_ids`
([#​10511](https://redirect.github.com/swc-project/swc/issues/10511 ))
([5644372](56443727dd
))
- **(react-compiler)** Fix fast check
([#​10538](https://redirect.github.com/swc-project/swc/issues/10538 ))
([9403ce2](9403ce2e73
))
- **(swc_common)** Fix build
([#​10544](https://redirect.github.com/swc-project/swc/issues/10544 ))
([2ed934d](2ed934d4a1
))
- **(swc_common)** Fix skip condition for sourcemap
([#​10562](https://redirect.github.com/swc-project/swc/issues/10562 ))
([cbee0df](cbee0dfa2b
))
- **(swc_common)** Fix skip condition for sourcemap, really
([#​10563](https://redirect.github.com/swc-project/swc/issues/10563 ))
([14feedb](14feedb552
))
- **(swc_common)** Revert skip condition patch
([#​10564](https://redirect.github.com/swc-project/swc/issues/10564 ))
([2a2b284](2a2b284f25
))
- **(ts/fast-dts)** Correctly emit Symbol-keyed accessors in
declarations
([#​10508](https://redirect.github.com/swc-project/swc/issues/10508 ))
([1298e76](1298e767e7
))
- **(ts/fast-dts)** Ensure correct emission of template literals and
symbol-keyed properties
([#​10530](https://redirect.github.com/swc-project/swc/issues/10530 ))
([8dbdbef](8dbdbef266
))
##### Features
- **(es/regexp)** Add crates for RegExp
([#​10525](https://redirect.github.com/swc-project/swc/issues/10525 ))
([4b3f924](4b3f924edf
))
- **(swc_common)** Add `Globals::clone_data`
([#​10543](https://redirect.github.com/swc-project/swc/issues/10543 ))
([39f30b0](39f30b066f
))
- **(swc_common)** Add `map_raw_pos` to `Files`
([#​10560](https://redirect.github.com/swc-project/swc/issues/10560 ))
([71224c3](71224c3653
))
##### Miscellaneous Tasks
- **(bindings)** Use published versions of crates
([#​10513](https://redirect.github.com/swc-project/swc/issues/10513 ))
([f65f028](f65f02831c
))
- **(ecosystem-ci)** Exclude `ts-node`
([2b284e1](2b284e1930
))
##### Performance
- **(es/minifier)** Merge `PropertyCollector` into usage analyzer
([#​10514](https://redirect.github.com/swc-project/swc/issues/10514 ))
([505bf54](505bf542cd
))
- **(es/minifier)** Remove needless clone
([#​10523](https://redirect.github.com/swc-project/swc/issues/10523 ))
([1c02ef6](1c02ef63aa
))
- **(es/parser)** Reduce comparison while reading logical
([#​10526](https://redirect.github.com/swc-project/swc/issues/10526 ))
([2bc551c](2bc551cb39
))
- **(es/renamer)** Merge analyze/collect
([#​10509](https://redirect.github.com/swc-project/swc/issues/10509 ))
([7b47f66](7b47f661dd
))
- **(swc_common)** Remove `char_indices` calls
([#​10541](https://redirect.github.com/swc-project/swc/issues/10541 ))
([51507bc](51507bcfa2
))
##### Refactor
- **(es/codegen)** Migrate to `ryu-js` for numeric literal codegen
([#​10503](https://redirect.github.com/swc-project/swc/issues/10503 ))
([4bc4244](4bc4244c19
))
- **(es/lexer)** Cleanup code for reading tokens
([#​10533](https://redirect.github.com/swc-project/swc/issues/10533 ))
([a72092c](a72092c131
))
- **(es/lexer)** Share `skip_block_comment`
([#​10549](https://redirect.github.com/swc-project/swc/issues/10549 ))
([b101a87](b101a87771
))
- **(es/parser)** Share code for parsing strings
([#​10522](https://redirect.github.com/swc-project/swc/issues/10522 ))
([931a2d6](931a2d6761
))
- **(es/parser)** Cleanup
([#​10559](https://redirect.github.com/swc-project/swc/issues/10559 ))
([963ac9e](963ac9efb2
))
- **(ts/fast-dts)** Derive computed flags from source code
([#​10510](https://redirect.github.com/swc-project/swc/issues/10510 ))
([a2d5664](a2d56645cb
))
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-13 19:49:22 +00:00
Gastón Fournier
6afb9f8796
refactor: migrate from make-fetch-happen to ky and use ky natively ( #10134 )
...
Migrate from make-fetch-happen to ky
## Summary:
- Replaced all usages of make-fetch-happen with
[ky](https://github.com/sindresorhus/ky ) for HTTP requests.
- Upgraded nock to v14 so it's capable of mocking native fetch
implementation
- Removed the make-fetch-happen dependency
- Ensured all fetch logic is compatible with ky API.
## Why:
- ky provides a modern, lightweight, and promise-based HTTP client with
a simpler API.
- Reduces dependencies and simplifies codebase.
## Testing:
We'll do testing in sandbox environment of the modified functionality
(which is not much) and we also rely on automated testing.
---------
Co-authored-by: Simon Hornby <simon@getunleash.io>
2025-06-13 15:30:47 +02:00
Github Actions Bot
3db1eedb4a
7.0.1
2025-06-13 09:38:54 +00:00
Christopher Kolstad
bf67dea2f7
chore: Bumped Yarn to 4.9.2 ( #10126 )
2025-06-12 12:01:43 +02:00
Github Actions Bot
26791cbd66
7.0.0
2025-06-11 14:01:37 +00:00
Gastón Fournier
c658867fab
chore: change package version
2025-06-11 15:59:24 +02:00
Gastón Fournier
4b459d3268
chore: ability to override NODE_ENV in dev ( #10118 )
...
Accidentally removed here:
ddb5ffb955 (diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L43)
2025-06-11 13:26:41 +00:00
Gastón Fournier
ddb5ffb955
chore: add brace-expansion to resolutions ( #10116 )
...
Should fix https://github.com/Unleash/unleash/security/dependabot/257
2025-06-11 14:05:10 +02:00
Gastón Fournier
2d228eea76
chore: openapi-diff on PRs ( #10100 )
2025-06-10 16:51:12 +02:00
Christopher Kolstad
7f14cc2c3d
task: bump minimum postgres version ( #10096 )
...
Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2025-06-09 11:04:47 +02:00
renovate[bot]
b6be1fba37
fix(deps): update dependency make-fetch-happen to v14 ( #10051 )
2025-05-29 11:10:14 +02:00
renovate[bot]
18e476da3e
chore(deps): update dependency @types/pg to v8.15.2 ( #10052 )
...
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.11` ->
`8.15.2`](https://renovatebot.com/diffs/npm/@types%2fpg/8.11.11/8.15.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-29 09:09:50 +00:00
renovate[bot]
4140745970
chore(deps): update dependency @types/cors to v2.8.18 ( #10050 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/cors](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors ))
| [`2.8.17` ->
`2.8.18`](https://renovatebot.com/diffs/npm/@types%2fcors/2.8.17/2.8.18 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-29 01:36:29 +00:00
Gastón Fournier
241b7e8165
chore: simplify serving of static openapi assets ( #10046 )
...
Use existing public folder from frontend to serve opeanapi static
assets. We also benefit from frontend image optimizations
2025-05-28 19:14:55 +02:00
renovate[bot]
707c2de9b1
chore(deps): update dependency @swc/core to v1.11.29 ( #10047 )
...
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.24` ->
`1.11.29`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.11.24/1.11.29 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc (@​swc/core)</summary>
###
[`v1.11.29`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11129---2025-05-21 )
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.11.24...v1.11.29 )
##### Bug Fixes
- **([@​swc/types](https://redirect.github.com/swc/types ))** Add
`transform.nativeClassProperties`
([#​10418](https://redirect.github.com/swc-project/swc/issues/10418 ))
([f3af44c](f3af44c154
))
- **([@​swc/types](https://redirect.github.com/swc/types ))** Add
`resolveFully` to `BaseModuleConfig`
([#​10426](https://redirect.github.com/swc-project/swc/issues/10426 ))
([164cbaa](164cbaa2c0
))
- **(ci)** Remove wasmer override
([425eeb9](425eeb9056
))
- **(es/compat)** Properly handle rest assignment in for-in/of head
([#​10489](https://redirect.github.com/swc-project/swc/issues/10489 ))
([b9c0446](b9c04468f1
))
- **(es/jest)** Hoisting vars with names starting with mock
([#​10410](https://redirect.github.com/swc-project/swc/issues/10410 ))
([a29eb29](a29eb29733
))
- **(es/jest)** Revert
[#​10410](https://redirect.github.com/swc-project/swc/issues/10410 )
([#​10452](https://redirect.github.com/swc-project/swc/issues/10452 ))
([bc756f8](bc756f84c9
))
- **(es/minifier)** Properly handle object shorthand syntax during
compression
([#​10467](https://redirect.github.com/swc-project/swc/issues/10467 ))
([bae4940](bae494039d
))
- **(es/module)** Handle `__proto__` export name
([#​10420](https://redirect.github.com/swc-project/swc/issues/10420 ))
([1b94c7a](1b94c7a7fb
))
- **(es/optimization)** Support decimal numbers in `jsonify`
([#​10424](https://redirect.github.com/swc-project/swc/issues/10424 ))
([affdec2](affdec2be8
))
- **(es/react-compiler)** Mark function components declared as a var
interesting
([#​10437](https://redirect.github.com/swc-project/swc/issues/10437 ))
([5eac076](5eac076b77
))
- **(es/renamer)** Fix (broken) identifier preserving API
([#​10474](https://redirect.github.com/swc-project/swc/issues/10474 ))
([06c64cf](06c64cf9ed
))
- **(ts/fast-dts)** Emit `readonly` for Object getter prop
([#​10492](https://redirect.github.com/swc-project/swc/issues/10492 ))
([6c03e20](6c03e20a98
))
- **(ts/fast-dts)** Align object getter/setter emit behavior with
TypeScript
([#​10502](https://redirect.github.com/swc-project/swc/issues/10502 ))
([78c754e](78c754e7a6
))
##### Features
- **(common)** Allow using `build_sourcemap` with multiple `SourceMap`
([#​10438](https://redirect.github.com/swc-project/swc/issues/10438 ))
([2a07c8a](2a07c8a9c2
))
- **(common)** Add `ignoreList` support for sourcemap
([#​10442](https://redirect.github.com/swc-project/swc/issues/10442 ))
([6750459](6750459d91
))
- **(config)** Allow using glob in some places
([#​10445](https://redirect.github.com/swc-project/swc/issues/10445 ))
([f7a6359](f7a635985e
))
- **(config)** Use `globset` instead
([#​10446](https://redirect.github.com/swc-project/swc/issues/10446 ))
([7bbaef8](7bbaef8b17
))
- **(es/module)** Add support for stripping "node:" prefix in imports
and exports
([#​10461](https://redirect.github.com/swc-project/swc/issues/10461 ))
([ae2ff62](ae2ff627a1
))
- **(es/react-compiler)** Initialize support crate
([#​10422](https://redirect.github.com/swc-project/swc/issues/10422 ))
([1e88e6b](1e88e6b414
))
- Initialize `@swc/react-compiler`
([#​10475](https://redirect.github.com/swc-project/swc/issues/10475 ))
([883b24c](883b24c624
))
##### Miscellaneous Tasks
- **(es/minifier)** Remove useless check
([#​10471](https://redirect.github.com/swc-project/swc/issues/10471 ))
([ca85958](ca85958403
))
##### Performance
- **(common)** Accept owned instance of `sourcemap::SourceMap`
([#​10463](https://redirect.github.com/swc-project/swc/issues/10463 ))
([6ee439a](6ee439aa7a
))
- **(es/minifier)** Use fxhash for DCE
([#​10440](https://redirect.github.com/swc-project/swc/issues/10440 ))
([c0ddd96](c0ddd96f69
))
- **(es/minifier)** Remove needless `collect_decls` call
([#​10450](https://redirect.github.com/swc-project/swc/issues/10450 ))
([8e4b6ce](8e4b6ce881
))
- **(es/minifier)** Clear graph eagerly in DCE
([#​10455](https://redirect.github.com/swc-project/swc/issues/10455 ))
([31e21d7](31e21d7cbc
))
- **(es/minifier)** Perform full analysis only once for DCE
([#​10454](https://redirect.github.com/swc-project/swc/issues/10454 ))
([61baf84](61baf84942
))
- **(es/minifier)** Use `bitflags` for var info
([#​10459](https://redirect.github.com/swc-project/swc/issues/10459 ))
([36f8385](36f8385256
))
- **(es/optimization)** Rely on `resolver` from `inline_globals`
([#​10449](https://redirect.github.com/swc-project/swc/issues/10449 ))
([1978809](197880946a
))
- **(es/renamer)** Merge Id/Def collector
([#​10487](https://redirect.github.com/swc-project/swc/issues/10487 ))
([73377f0](73377f09dc
))
- **(es/utils)** Make `IdentUsageFinder` parallel
([#​10444](https://redirect.github.com/swc-project/swc/issues/10444 ))
([d074bca](d074bcaf20
))
- **(es/utils)** Stop visiting once found in `EvalFinder`
([#​10483](https://redirect.github.com/swc-project/swc/issues/10483 ))
([3402270](3402270edc
))
##### Refactor
- **(common)** Remove useless `&mut`
([#​10405](https://redirect.github.com/swc-project/swc/issues/10405 ))
([edbeb49](edbeb4947a
))
- **(common)** Remove unused methods
([#​10469](https://redirect.github.com/swc-project/swc/issues/10469 ))
([b77311a](b77311adfc
))
- **(ecma/transform)** Cleanup rename analyzer
([#​10500](https://redirect.github.com/swc-project/swc/issues/10500 ))
([de51be1](de51be1a78
))
- **(es)** Remove unused code
([#​10460](https://redirect.github.com/swc-project/swc/issues/10460 ))
([d344133](d34413338b
))
- **(es)** Deduplicate `EvalFinder`
([#​10472](https://redirect.github.com/swc-project/swc/issues/10472 ))
([9f104af](9f104af508
))
- **(es/minifier)** Remove unused file
([#​10465](https://redirect.github.com/swc-project/swc/issues/10465 ))
([7d49097](7d49097825
))
- **(es/minifier)** Merge label/private name renamer
([#​10480](https://redirect.github.com/swc-project/swc/issues/10480 ))
([5add84d](5add84dffc
))
- **(es/parser)** Split parser into also-lex/parse-only
([#​10399](https://redirect.github.com/swc-project/swc/issues/10399 ))
([26289ab](26289ab766
))
- **(es/parser)** Parse shebang and cleanup
([#​10481](https://redirect.github.com/swc-project/swc/issues/10481 ))
([619873a](619873a2cf
))
- **(es/parser)** Cleanup usage of `is!` and `bump!`
([#​10490](https://redirect.github.com/swc-project/swc/issues/10490 ))
([b695b68](b695b6830e
))
- **(es/renamer)** Inline `get_unresolved`
([#​10493](https://redirect.github.com/swc-project/swc/issues/10493 ))
([0f5d9c1](0f5d9c1ac7
))
- **(es/transforms)** Unify `preset_env` and `es_version` transform
([#​10451](https://redirect.github.com/swc-project/swc/issues/10451 ))
([6546c27](6546c27fab
))
##### Build
- **(plugin)** Update `wasmer` to `v6.0.0`
([#​10439](https://redirect.github.com/swc-project/swc/issues/10439 ))
([b9eff3c](b9eff3c92b
))
- Update `rustc` to `nightly-2025-05-06`
([#​10443](https://redirect.github.com/swc-project/swc/issues/10443 ))
([a7cbde7](a7cbde7fdb
))
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 17:14:31 +00:00
Gastón Fournier
f296961a29
fix: removed docs folder and replaced with openapi-static ( #10042 )
...
https://github.com/Unleash/unleash/actions/runs/15298694489/job/43037677429#step:10:360
we are failing to copy docs because we removed them
2025-05-28 14:35:49 +02:00
Gastón Fournier
27781fea47
chore: remove console.log and reuse package scripts ( #10025 )
...
Make `start:dev` re-use `dev:backend`, the only difference is start:dev
runs a clean before running
2025-05-23 12:24:03 +02:00
Christopher Kolstad
f9f2a55602
task(ci): Removed unnecessary NODE_ENV setting ( #10013 )
...
vitest automatically sets NODE_ENV to test, so this PR makes our
package.json scripts easier to read.
2025-05-16 15:27:54 +02:00
Christopher Kolstad
b681702b77
task: migrate tests to vitest
...
Vitest Pros:
* Automated failing test comments on github PRs
* A nice local UI with incremental testing when changing files (`yarn
test:ui`)
* Also nicely supported in all major IDEs, click to run test works (so
we won't miss what we had with jest).
* Works well with ESM
Vitest Cons:
* The ESBuild transformer vitest uses takes a little longer to transform
than our current SWC/jest setup, however, it is possible to setup SWC as
the transformer for vitest as well (though it only does one transform,
so we're paying ~7-10 seconds instead of ~ 2-3 seconds in transform
phase).
* Exposes how slow our tests are (tongue in cheek here)
2025-05-16 11:19:10 +02:00
renovate[bot]
d17d68d6aa
chore(deps): update node.js to v22 ( #9487 )
2025-05-14 10:31:18 +00:00
Gastón Fournier
abe160eb7d
feat: Unleash v7 ESM migration ( #9877 )
...
We're migrating to ESM, which will allow us to import the latest
versions of our dependencies.
Co-Authored-By: Christopher Kolstad <chriswk@getunleash.io>
2025-05-14 09:47:12 +02:00
Mateusz Kwasniewski
28e5f39548
feat: store domain for links ( #9931 )
2025-05-08 13:33:41 +02:00
Github Actions Bot
b322afb097
6.10.0
2025-05-07 07:51:51 +00:00
Mateusz Kwasniewski
20a80142d3
feat: normalize urls in feature links ( #9911 )
2025-05-06 19:08:04 +02:00
Github Actions Bot
c548f93d5e
6.9.2
2025-04-29 09:25:07 +00:00
Mateusz Kwasniewski
b2471633b4
refactor: move release plan stores to OSS ( #9747 )
2025-04-11 11:37:06 +02:00
Github Actions Bot
57b1f406bc
6.9.1
2025-04-10 12:48:12 +00: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
Github Actions Bot
6646ca689f
6.9.0
2025-04-02 09:39:10 +00: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]
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 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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
[#​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
[#​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 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc (@​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
([#​10153](https://redirect.github.com/swc-project/swc/issues/10153 ))
([65d23fe](65d23febaa
))
- **(es/parser)** Rescan `<<` in new expression
([#​10159](https://redirect.github.com/swc-project/swc/issues/10159 ))
([35bd6d9](35bd6d9e1c
))
##### Features
- **(ts/fast-strip)** Throw an object instead of string
([#​10162](https://redirect.github.com/swc-project/swc/issues/10162 ))
([241b881](241b8810ab
))
##### Performance
- **(es/fast-lexer)** Optimize lexing of keywords
([#​10155](https://redirect.github.com/swc-project/swc/issues/10155 ))
([fb610b0](fb610b096f
))
- **(es/fast-lexer)** Optimize bound checks
([#​10157](https://redirect.github.com/swc-project/swc/issues/10157 ))
([d74360e](d74360ed26
))
- **(es/fast-lexer)** Make whitespace skipper use SIMD properly
([#​10158](https://redirect.github.com/swc-project/swc/issues/10158 ))
([15ea059](15ea059712
))
- **(es/lexer)** Optimize whitespace scanning
([#​10136](https://redirect.github.com/swc-project/swc/issues/10136 ))
([8a59753](8a59753429
))
- **(es/lexer)** Optimize comment scanning
([#​10137](https://redirect.github.com/swc-project/swc/issues/10137 ))
([9676c9a](9676c9acc8
))
##### Refactor
- **(es/lexer)** Add fast lexer implementation
([#​10145](https://redirect.github.com/swc-project/swc/issues/10145 ))
([b993f86](b993f8621c
))
- Drop unused crates
([#​10151](https://redirect.github.com/swc-project/swc/issues/10151 ))
([58e4279](58e4279fae
))
- Drop unused js interop bindings
([#​10161](https://redirect.github.com/swc-project/swc/issues/10161 ))
([0ceefaf](0ceefafbf3
))
##### Ci
- Add swc_plugins test to ecosystem CI
([#​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
([#​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
[#​10056](https://redirect.github.com/swc-project/swc/issues/10056 )
([#​10134](https://redirect.github.com/swc-project/swc/issues/10134 ))
([b145275](b1452757f3
))
- **(es/typescript)** Remove empty statements that const enum decls are
folded into
([#​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 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>babel/babel (@​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`
- [#​17159](https://redirect.github.com/babel/babel/pull/17159 )
Disallow decorator in array pattern
([@​JLHwung](https://redirect.github.com/JLHwung ))
##### 🐛 Bug Fix
- `babel-parser`, `babel-template`
- [#​17164](https://redirect.github.com/babel/babel/pull/17164 )
Fix: always initialize ExportDeclaration attributes
([@​JLHwung](https://redirect.github.com/JLHwung ))
- `babel-core`
- [#​17142](https://redirect.github.com/babel/babel/pull/17142 )
fix: "Map maximum size exceeded" in deepClone
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu ))
- `babel-parser`, `babel-plugin-transform-typescript`
- [#​17154](https://redirect.github.com/babel/babel/pull/17154 )
Update typescript parser tests
([@​JLHwung](https://redirect.github.com/JLHwung ))
- `babel-traverse`
- [#​17151](https://redirect.github.com/babel/babel/pull/17151 )
fix: Should not evaluate vars in child scope
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu ))
- `babel-generator`
- [#​17153](https://redirect.github.com/babel/babel/pull/17153 )
fix: Correctly generate `abstract override`
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu ))
- `babel-parser`
- [#​17107](https://redirect.github.com/babel/babel/pull/17107 )
Fix source type detection when parsing TypeScript
([@​JLHwung](https://redirect.github.com/JLHwung ))
- `babel-helpers`, `babel-runtime`, `babel-runtime-corejs2`,
`babel-runtime-corejs3`
- [#​17173](https://redirect.github.com/babel/babel/pull/17173 )
Fix processing of replacement pattern with named capture groups
([@​mmmsssttt404](https://redirect.github.com/\[mmmsssttt404]\(https://github.com/mmmsssttt404\) ))
##### 💅 Polish
- `babel-standalone`
- [#​17158](https://redirect.github.com/babel/babel/pull/17158 )
Avoid warnings when re-bundling
[@​babel/standalone](https://redirect.github.com/babel/standalone )
with webpack
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu ))
##### 🏠 Internal
- `babel-parser`
- [#​17160](https://redirect.github.com/babel/babel/pull/17160 )
Left-value parsing cleanup
([@​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
renovate[bot]
37aeb62d66
chore(deps): update dependency minimatch to v10 ( #9476 )
2025-03-17 11:56:24 +01: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]
6d77b30f7a
chore(deps): update yarn to v4.7.0 ( #9475 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [yarn](https://redirect.github.com/yarnpkg/berry )
([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli ))
| [`4.6.0` ->
`4.7.0`](https://renovatebot.com/diffs/npm/yarn/4.6.0/4.7.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>yarnpkg/berry (yarn)</summary>
###
[`v4.7.0`](1871484db8...62fd8525b8
)
[Compare
Source](1871484db8...62fd8525b8
)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 14:41:07 +00:00
renovate[bot]
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 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc (@​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
([#​10119](https://redirect.github.com/swc-project/swc/issues/10119 ))
([2304cd8](2304cd8cfd
))
- **(es/minifier)** Skip inlining if the referential identity of a
function matters
([#​10123](https://redirect.github.com/swc-project/swc/issues/10123 ))
([c08fe8d](c08fe8dc13
))
- **(ts/fast-strip)** Throw object consistently
([#​10122](https://redirect.github.com/swc-project/swc/issues/10122 ))
([010ff2a](010ff2af0d
))
##### Miscellaneous Tasks
- **(deps)** Update dependency `base64` to `v0.22.1`
([#​10124](https://redirect.github.com/swc-project/swc/issues/10124 ))
([edea2c5](edea2c5fa4
))
##### Performance
- **(es/resolver)** Remove needless allocations
([#​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
([#​10114](https://redirect.github.com/swc-project/swc/issues/10114 ))
([5044580](5044580f44
))
- **(es/minifier)** Fix cargo feature `debug`
([#​10090](https://redirect.github.com/swc-project/swc/issues/10090 ))
([48f68db](48f68db89c
))
- **(es/minifier)** Fix insufficient logging
([#​10091](https://redirect.github.com/swc-project/swc/issues/10091 ))
([9ee79c9](9ee79c9d47
))
- **(es/minifier)** Inline before cost analysis
([#​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`
([#​10102](https://redirect.github.com/swc-project/swc/issues/10102 ))
([cff6a64](cff6a64a18
))
- **(swc_malloc)** Fix build issue due to malloc, really
([#​10117](https://redirect.github.com/swc-project/swc/issues/10117 ))
([207a13f](207a13f2dd
))
- **(swc_malloc)** Add `target_env = "gnu"` check
([#​10118](https://redirect.github.com/swc-project/swc/issues/10118 ))
([da81e11](da81e112df
))
- Use `jemalloc` on platforms that `mimalloc` fails to build
([#​10116](https://redirect.github.com/swc-project/swc/issues/10116 ))
([fb75b98](fb75b98279
))
##### Miscellaneous Tasks
- **(deps)** Update dependency `jsonc-parser` to `v0.26.2`
([#​10112](https://redirect.github.com/swc-project/swc/issues/10112 ))
([8c5f7ef](8c5f7ef8ca
))
##### Performance
- **(es/minifier)** Improve arrow function inlining cost analysis
([#​10093](https://redirect.github.com/swc-project/swc/issues/10093 ))
([e74929c](e74929c01d
))
- **(es/resolver)** Remove some vector allocations
([#​10101](https://redirect.github.com/swc-project/swc/issues/10101 ))
([b65387a](b65387ac57
))
- Use `mimalloc` on linux
([#​10113](https://redirect.github.com/swc-project/swc/issues/10113 ))
([3334932](333493245d
))
##### Refactor
- **(es/react)** Remove `Lrc` from `parse_expr_for_jsx`
([#​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
Github Actions Bot
6b33f6865a
6.8.0
2025-03-06 09:34:52 +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 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc (@​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`
([#​10027](https://redirect.github.com/swc-project/swc/issues/10027 ))
([52caf23](52caf23fbd
))
- **(es/loader)** Fix the absolute path check when resolving modules
([#​10080](https://redirect.github.com/swc-project/swc/issues/10080 ))
([a3894ae](a3894aebe5
))
- **(es/minifier)** Fix the order of match arms to inline correctly
([#​10053](https://redirect.github.com/swc-project/swc/issues/10053 ))
([f0f842d](f0f842d1a7
))
- **(es/types)** Add `transform.verbatimModuleSyntax`
([#​10079](https://redirect.github.com/swc-project/swc/issues/10079 ))
([a883cdc](a883cdc390
))
- **(swc_common)** Fix build with `swc_allocator/nightly`
([#​10067](https://redirect.github.com/swc-project/swc/issues/10067 ))
([6a90b1f](6a90b1fd43
))
##### Documentation
- **(swc_core)** Add ChangeLog for `swc_core`
([#​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
([#​10023](https://redirect.github.com/swc-project/swc/issues/10023 ))
([76c2cba](76c2cba948
))
- **(es/ast)** Add import attributes to `TsImportType`
([#​9796](https://redirect.github.com/swc-project/swc/issues/9796 ))
([7d297be](7d297bedf5
))
- **(es/minifier)** Inline across side-effect-free member exprs,
([#​10056](https://redirect.github.com/swc-project/swc/issues/10056 ))
([19d01d7](19d01d718a
))
- **(es/minifier)** Make seq inliner inline into var without init
([#​10077](https://redirect.github.com/swc-project/swc/issues/10077 ))
([c4a839b](c4a839b6bd
))
- **(es/visit)** Introduce core-only visitors
([#​10049](https://redirect.github.com/swc-project/swc/issues/10049 ))
([bc666be](bc666be26c
))
- **(swc_allocator)** Provide allocators
([#​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
([#​10051](https://redirect.github.com/swc-project/swc/issues/10051 ))
([d3fbd21](d3fbd21acd
))
- **(swc_allocator)** Remove `nightly` from default feature
([#​10058](https://redirect.github.com/swc-project/swc/issues/10058 ))
([e78b9d1](e78b9d11d8
))
- **(swc_allocator)** Add `#[inline]` to allocator methods
([#​10066](https://redirect.github.com/swc-project/swc/issues/10066 ))
([853eb53](853eb53d62
))
##### Performance
- **(es/lints)** Remove needless locks
([#​10086](https://redirect.github.com/swc-project/swc/issues/10086 ))
([43458e9](43458e91ee
))
- **(es/minifier)** Prevent double boxing
([#​10074](https://redirect.github.com/swc-project/swc/issues/10074 ))
([29bd286](29bd286dea
))
##### Refactor
- **(atoms)** Rename `FastAtom` to `UnsafeAtom`
([#​10070](https://redirect.github.com/swc-project/swc/issues/10070 ))
([1771222](1771222440
))
- **(atoms)** Remove `JsWord` alias
([#​10071](https://redirect.github.com/swc-project/swc/issues/10071 ))
([f33b0bc](f33b0bc2d1
))
- **(es/minifier)** Remove `CompileUnit` to simplify
([#​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