storm-software / storm-stack

⚡The Storm Stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.
Apache License 2.0
3 stars 0 forks source link

deps(monorepo): update auto-merge non-major dependencies #95

Closed renovate[bot] closed 2 minutes ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/ni ^0.21.12 -> ^0.23.0 age adoption passing confidence dependencies minor
@commitlint/cli (source) ^19.3.0 -> ^19.5.0 age adoption passing confidence dependencies minor
@noble/hashes (source) 1.3.3 -> 1.5.0 age adoption passing confidence dependencies minor
@swc-node/register 1.9.2 -> 1.10.9 age adoption passing confidence dependencies minor
@swc/cli 0.3.14 -> 0.4.0 age adoption passing confidence dependencies minor
@swc/core (source) 1.5.7 -> 1.7.26 age adoption passing confidence dependencies minor
@swc/helpers (source) 0.5.12 -> 0.5.13 age adoption passing confidence dependencies patch
@​tamagui/fake-react-native ^1.89.11 -> ^1.110.5 age adoption passing confidence dependencies minor
@tamagui/web (source) ^1.89.20 -> ^1.110.5 age adoption passing confidence peerDependencies minor
@tamagui/web (source) ^1.89.20 -> ^1.110.5 age adoption passing confidence devDependencies minor
@testing-library/react 15.0.6 -> 15.0.7 age adoption passing confidence dependencies patch
@types/jest (source) 29.5.12 -> 29.5.13 age adoption passing confidence dependencies patch
@types/node (source) ^22.4.0 -> ^22.5.5 age adoption passing confidence devDependencies patch
@types/node (source) ^22.4.0 -> ^22.5.5 age adoption passing confidence dependencies patch
@types/semver (source) 7.5.6 -> 7.5.8 age adoption passing confidence devDependencies patch
bentocache 1.0.0-beta.7 -> 1.0.0-beta.9 age adoption passing confidence dependencies patch
console-table-printer (source) 2.11.2 -> 2.12.1 age adoption passing confidence dependencies minor
cypress (source) 13.13.0 -> 13.14.2 age adoption passing confidence dependencies minor
debug >=4.3.1 -> >=4.3.7 age adoption passing confidence pnpm.overrides patch
enhanced-resolve ^5.15.0 -> ^5.17.1 age adoption passing confidence dependencies patch
esbuild ^0.20.0 -> ^0.23.1 age adoption passing confidence dependencies minor
eslint (source) ^8.53.0 -> ^8.57.0 age adoption passing confidence dependencies patch
follow-redirects >=1.15.5 -> >=1.15.9 age adoption passing confidence pnpm.overrides patch
glob ^10.3.10 -> ^10.4.5 age adoption passing confidence dependencies patch
got >=11.8.5 -> >=11.8.6 age adoption passing confidence pnpm.overrides patch
ip >=1.1.8 -> >=1.1.9 age adoption passing confidence pnpm.overrides patch
knip (source) 5.25.2 -> 5.30.2 age adoption passing confidence dependencies minor
lefthook ^1.5.6 -> ^1.7.15 age adoption passing confidence dependencies patch
node (source) 22.4.0 -> 22.8.0 age adoption passing confidence minor
node (source) >=22.4.0 -> >=22.8.0 age adoption passing confidence engines minor
node-fetch >=2.6.7 -> >=2.7.0 age adoption passing confidence pnpm.overrides minor
nth-check >=2.0.1 -> >=2.1.1 age adoption passing confidence pnpm.overrides minor
pino (source) 8.16.2 -> 8.21.0 age adoption passing confidence dependencies minor
pino-loki 2.1.3 -> 2.3.0 age adoption passing confidence dependencies minor
postcss (source) >=8.4.31 -> >=8.4.47 age adoption passing confidence pnpm.overrides patch
prettier (source) ^3.3.0 -> ^3.3.3 age adoption passing confidence dependencies patch
react-native (source, changelog) 0.74.1 -> 0.75.3 age adoption passing confidence dependencies minor
rimraf ^5.0.5 -> ^5.0.10 age adoption passing confidence dependencies patch
semver 7.5.4 -> 7.6.3 age adoption passing confidence dependencies minor
shell-quote >=1.7.3 -> >=1.8.1 age adoption passing confidence pnpm.overrides minor
sherif 0.10.0 -> 0.11.0 age adoption passing confidence dependencies minor
simple-git (source) >=3.16.0 -> >=3.26.0 age adoption passing confidence pnpm.overrides minor
slackapi/slack-github-action v1.26.0 -> v1.27.0 age adoption passing confidence action minor
ts-jest (source) 29.1.2 -> 29.2.5 age adoption passing confidence dependencies minor
tslib (source) ^2.6.2 -> ^2.7.0 age adoption passing confidence dependencies minor
verdaccio (source) 5.29.2 -> 5.32.2 age adoption passing confidence dependencies minor
zod (source) ^3.22.4 -> ^3.23.8 age adoption passing confidence dependencies patch

Release Notes

antfu-collective/ni (@​antfu/ni) ### [`v0.23.0`](https://redirect.github.com/antfu-collective/ni/releases/tag/v0.23.0) [Compare Source](https://redirect.github.com/antfu-collective/ni/compare/v0.22.4...v0.23.0) #####    🚨 Breaking Changes - `parseNi` etc. now return `ResolvedCommand` object instead of string, migrate to `tinyexec`  -  by [@​userquin](https://redirect.github.com/userquin), **Ben McCann** and [@​antfu](https://redirect.github.com/antfu) in [https://github.com/antfu-collective/ni/issues/231](https://redirect.github.com/antfu-collective/ni/issues/231) [(3d323)](https://redirect.github.com/antfu-collective/ni/commit/3d32313) #####     [View changes on GitHub](https://redirect.github.com/antfu-collective/ni/compare/v0.22.4...v0.23.0) ### [`v0.22.4`](https://redirect.github.com/antfu-collective/ni/releases/tag/v0.22.4) [Compare Source](https://redirect.github.com/antfu-collective/ni/compare/v0.22.3...v0.22.4) #####    🐞 Bug Fixes - Revert to v0.22.1  -  by [@​antfu](https://redirect.github.com/antfu) [(69f95)](https://redirect.github.com/antfu-collective/ni/commit/69f959f) #####     [View changes on GitHub](https://redirect.github.com/antfu-collective/ni/compare/v0.22.3...v0.22.4) ### [`v0.22.3`](https://redirect.github.com/antfu-collective/ni/releases/tag/v0.22.3) [Compare Source](https://redirect.github.com/antfu-collective/ni/compare/v0.22.2...v0.22.3) #####    🐞 Bug Fixes - Move back to `@jsdevtools/ez-spawn`, fix [#​224](https://redirect.github.com/antfu-collective/ni/issues/224)  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/antfu-collective/ni/issues/224](https://redirect.github.com/antfu-collective/ni/issues/224) [(af1b1)](https://redirect.github.com/antfu-collective/ni/commit/af1b1be) #####     [View changes on GitHub](https://redirect.github.com/antfu-collective/ni/compare/v0.22.2...v0.22.3) ### [`v0.22.2`](https://redirect.github.com/antfu-collective/ni/releases/tag/v0.22.2) [Compare Source](https://redirect.github.com/antfu-collective/ni/compare/v0.22.1...v0.22.2) *No significant changes* #####     [View changes on GitHub](https://redirect.github.com/antfu-collective/ni/compare/v0.22.1...v0.22.2) ### [`v0.22.1`](https://redirect.github.com/antfu-collective/ni/releases/tag/v0.22.1) [Compare Source](https://redirect.github.com/antfu-collective/ni/compare/v0.22.0...v0.22.1) #####    🚀 Features - Support environment variables for ni config  -  by [@​ghostdevv](https://redirect.github.com/ghostdevv) and [@​antfu](https://redirect.github.com/antfu) in [https://github.com/antfu-collective/ni/issues/216](https://redirect.github.com/antfu-collective/ni/issues/216) [(c408e)](https://redirect.github.com/antfu-collective/ni/commit/c408ee6) #####    🐞 Bug Fixes - `bun x` instead of `bunx`  -  by [@​MAttila42](https://redirect.github.com/MAttila42) in [https://github.com/antfu-collective/ni/issues/219](https://redirect.github.com/antfu-collective/ni/issues/219) [(13282)](https://redirect.github.com/antfu-collective/ni/commit/1328295) #####     [View changes on GitHub](https://redirect.github.com/antfu-collective/ni/compare/v0.22.0...v0.22.1) ### [`v0.22.0`](https://redirect.github.com/antfu-collective/ni/releases/tag/v0.22.0) [Compare Source](https://redirect.github.com/antfu-collective/ni/compare/v0.21.12...v0.22.0) #####    🚀 Features - Interactive package management  -  by [@​gearonix](https://redirect.github.com/gearonix) and [@​antfu](https://redirect.github.com/antfu) in [https://github.com/antfu-collective/ni/issues/202](https://redirect.github.com/antfu-collective/ni/issues/202) [(7787a)](https://redirect.github.com/antfu-collective/ni/commit/7787a59) #####    🐞 Bug Fixes - Packager detect tests are not running  -  by [@​zhyupe](https://redirect.github.com/zhyupe) in [https://github.com/antfu-collective/ni/issues/199](https://redirect.github.com/antfu-collective/ni/issues/199) [(9fb5b)](https://redirect.github.com/antfu-collective/ni/commit/9fb5b2d) - **bun**: Incorrect bun frozen-lockfile command  -  by [@​mrsekut](https://redirect.github.com/mrsekut) in [https://github.com/antfu-collective/ni/issues/214](https://redirect.github.com/antfu-collective/ni/issues/214) [(e0816)](https://redirect.github.com/antfu-collective/ni/commit/e0816f8) #####     [View changes on GitHub](https://redirect.github.com/antfu-collective/ni/compare/v0.21.12...v0.22.0)
conventional-changelog/commitlint (@​commitlint/cli) ### [`v19.5.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#1950-2024-09-11) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) ##### Features - **cli:** use special errorCode for missing rules/config [#​4142](https://redirect.github.com/conventional-changelog/commitlint/issues/4142) ([#​4143](https://redirect.github.com/conventional-changelog/commitlint/issues/4143)) ([d7070d8](https://redirect.github.com/conventional-changelog/commitlint/commit/d7070d8a4905da7834a018825b37d52c2dd29f62)) #### [19.4.1](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28) **Note:** Version bump only for package [@​commitlint/cli](https://redirect.github.com/commitlint/cli) ### [`v19.4.1`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#1941-2024-08-28) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) **Note:** Version bump only for package [@​commitlint/cli](https://redirect.github.com/commitlint/cli) ### [`v19.4.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#1940-2024-08-07) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.3.0...v19.4.0) ##### Features - support command line options from a file ([#​4109](https://redirect.github.com/conventional-changelog/commitlint/issues/4109)) ([a20e890](https://redirect.github.com/conventional-changelog/commitlint/commit/a20e890f6b6c8bacdc511d40cb41f29415bdd044)) - support linting from the last tag ([#​4110](https://redirect.github.com/conventional-changelog/commitlint/issues/4110)) ([4b204ec](https://redirect.github.com/conventional-changelog/commitlint/commit/4b204ecfb43dd6a00e24b51111aadbd78f9d58e1))
paulmillr/noble-hashes (@​noble/hashes) ### [`v1.5.0`](https://redirect.github.com/paulmillr/noble-hashes/releases/tag/1.5.0) [Compare Source](https://redirect.github.com/paulmillr/noble-hashes/compare/1.4.0...1.5.0) - Scrypt: relax params check to allow `r: 1, p: 8` - Export additional typescript types - Add support for node.js v14.21.3 in addition to v16+ - Export sha224, sha384, sha512\_224, sha512\_256 in single-file build #### New Contributors - [@​quixoten](https://redirect.github.com/quixoten) made their first contribution in [https://github.com/paulmillr/noble-hashes/pull/89](https://redirect.github.com/paulmillr/noble-hashes/pull/89) - [@​legobeat](https://redirect.github.com/legobeat) made their first contribution in [https://github.com/paulmillr/noble-hashes/pull/94](https://redirect.github.com/paulmillr/noble-hashes/pull/94) - [@​iAchilles](https://redirect.github.com/iAchilles) made their first contribution in [https://github.com/paulmillr/noble-hashes/pull/92](https://redirect.github.com/paulmillr/noble-hashes/pull/92) - [@​sreyemnayr](https://redirect.github.com/sreyemnayr) made their first contribution in [https://github.com/paulmillr/noble-hashes/pull/99](https://redirect.github.com/paulmillr/noble-hashes/pull/99) **Full Changelog**: https://github.com/paulmillr/noble-hashes/compare/1.4.0...1.5.0 ### [`v1.4.0`](https://redirect.github.com/paulmillr/noble-hashes/releases/tag/1.4.0) [Compare Source](https://redirect.github.com/paulmillr/noble-hashes/compare/1.3.3...1.4.0) - Add support for big endian platforms by [@​jonathan-albrecht-ibm](https://redirect.github.com/jonathan-albrecht-ibm) in [https://github.com/paulmillr/noble-hashes/pull/81](https://redirect.github.com/paulmillr/noble-hashes/pull/81) - Use XOF constructor wrapper for cShake by [@​stknob](https://redirect.github.com/stknob) in [https://github.com/paulmillr/noble-hashes/pull/82](https://redirect.github.com/paulmillr/noble-hashes/pull/82) - Rename \_sha2 to \_md - utils, \_assert: reduce code duplication - tsconfig: change module to Node16 **Full Changelog**: https://github.com/paulmillr/noble-hashes/compare/1.3.3...1.4.0
swc-project/swc-node (@​swc-node/register) ### [`v1.10.9`](https://redirect.github.com/swc-project/swc-node/releases/tag/%40swc-node/register%401.10.9) [Compare Source](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.8...@swc-node/register@1.10.9) #### What's Changed - fix(register): skip load files in node_modules by [@​Brooooooklyn](https://redirect.github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/828](https://redirect.github.com/swc-project/swc-node/pull/828) **Full Changelog**: https://github.com/swc-project/swc-node/compare/[@​swc-node/register](https://redirect.github.com/swc-node/register)[@​1](https://redirect.github.com/1).10.8...[@​swc-node/register](https://redirect.github.com/swc-node/register)[@​1](https://redirect.github.com/1).10.9 ### [`v1.10.8`](https://redirect.github.com/swc-project/swc-node/releases/tag/%40swc-node/register%401.10.8) [Compare Source](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.7...@swc-node/register@1.10.8) #### What's Changed - fix(register): default register/esm TSCONFIG_PATH on windows. by [@​simonbuchan](https://redirect.github.com/simonbuchan) in [https://github.com/swc-project/swc-node/pull/818](https://redirect.github.com/swc-project/swc-node/pull/818) - chore(deps): update dependency oxlint to ^0.6.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/swc-project/swc-node/pull/822](https://redirect.github.com/swc-project/swc-node/pull/822) - fix(register): bump oxc-resolver by [@​Brooooooklyn](https://redirect.github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/824](https://redirect.github.com/swc-project/swc-node/pull/824) - chore(deps): update dependency lerna to v8.1.6 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/swc-project/swc-node/pull/821](https://redirect.github.com/swc-project/swc-node/pull/821) - fix(register): remove file extension tests in compile by [@​Brooooooklyn](https://redirect.github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/825](https://redirect.github.com/swc-project/swc-node/pull/825) #### New Contributors - [@​simonbuchan](https://redirect.github.com/simonbuchan) made their first contribution in [https://github.com/swc-project/swc-node/pull/818](https://redirect.github.com/swc-project/swc-node/pull/818) - [@​renovate](https://redirect.github.com/renovate) made their first contribution in [https://github.com/swc-project/swc-node/pull/822](https://redirect.github.com/swc-project/swc-node/pull/822) **Full Changelog**: https://github.com/swc-project/swc-node/compare/[@​swc-node/register](https://redirect.github.com/swc-node/register)[@​1](https://redirect.github.com/1).10.7...[@​swc-node/register](https://redirect.github.com/swc-node/register)[@​1](https://redirect.github.com/1).10.8 ### [`v1.10.7`](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.6...@swc-node/register@1.10.7) [Compare Source](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.6...@swc-node/register@1.10.7) ### [`v1.10.6`](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.5...@swc-node/register@1.10.6) [Compare Source](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.5...@swc-node/register@1.10.6) ### [`v1.10.5`](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.4...@swc-node/register@1.10.5) [Compare Source](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.4...@swc-node/register@1.10.5) ### [`v1.10.4`](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.3...@swc-node/register@1.10.4) [Compare Source](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.3...@swc-node/register@1.10.4) ### [`v1.10.3`](https://redirect.github.com/swc-project/swc-node/releases/tag/%40swc-node/register%401.10.3) [Compare Source](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.2...@swc-node/register@1.10.3) #### What's Changed - fix(register): support moduleResolution Bundler by [@​Brooooooklyn](https://redirect.github.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/806](https://redirect.github.com/swc-project/swc-node/pull/806) **Full Changelog**: https://github.com/swc-project/swc-node/compare/[@​swc-node/register](https://redirect.github.com/swc-node/register)[@​1](https://redirect.github.com/1).10.2...[@​swc-node/register](https://redirect.github.com/swc-node/register)[@​1](https://redirect.github.com/1).10.3 ### [`v1.10.2`](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.1...41a6d1cb78c6cff93d21e438d81786eef377f0ad) [Compare Source](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.1...@swc-node/register@1.10.2) ### [`v1.10.1`](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.0...@swc-node/register@1.10.1) [Compare Source](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.10.0...@swc-node/register@1.10.1) ### [`v1.10.0`](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.9.2...9644be5577f77aa53f974636fac4bc38f77148ce) [Compare Source](https://redirect.github.com/swc-project/swc-node/compare/@swc-node/register@1.9.2...@swc-node/register@1.10.0)
swc-project/swc (@​swc/core) ### [`v1.7.26`](https://redirect.github.com/swc-project/swc/compare/v1.7.25...v1.7.26) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.25...v1.7.26) ### [`v1.7.25`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1725---2024-09-11) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.24...v1.7.25) ##### Bug Fixes - **(es/codegen)** Handle minify number ([#​9541](https://redirect.github.com/swc-project/swc/issues/9541)) ([8b1e442](https://redirect.github.com/swc-project/swc/commit/8b1e4428a3324dea76ba480a6d4cddf3865e41e8)) - **(es/codegen)** Ensure decorators are emitted first in TS paramters ([#​9545](https://redirect.github.com/swc-project/swc/issues/9545)) ([47ef38d](https://redirect.github.com/swc-project/swc/commit/47ef38dc1d53918604481fd078c76554b012a82b)) ##### Features - **(es/common)** Introduce pure `Span` and `BytePos` to handle `#__PURE__` ([#​9539](https://redirect.github.com/swc-project/swc/issues/9539)) ([f63a481](https://redirect.github.com/swc-project/swc/commit/f63a481833ebe9b5eae0708ee69b6a50b946ee28)) ##### Miscellaneous Tasks - **(bindings/node)** Fix type definition ([64ec111](https://redirect.github.com/swc-project/swc/commit/64ec1117697029895284e248d79698f802cf1aa8)) ### [`v1.7.24`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1724---2024-09-08) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.23...v1.7.24) ##### Bug Fixes - **(es/compat)** Handle label block in constructor ([#​9528](https://redirect.github.com/swc-project/swc/issues/9528)) ([c43dbad](https://redirect.github.com/swc-project/swc/commit/c43dbad028072396390029af44e31bc3292a342a)) - **(es/decorator)** Add support for private access expressions in legacy decorators ([#​9535](https://redirect.github.com/swc-project/swc/issues/9535)) ([62ed065](https://redirect.github.com/swc-project/swc/commit/62ed0655e6d9be2f4a5c641a969b41b8c0e7f75a)) - **(es/minifier)** `typeof` class should be `function` ([#​9522](https://redirect.github.com/swc-project/swc/issues/9522)) ([c7fdd6b](https://redirect.github.com/swc-project/swc/commit/c7fdd6b69b129a11465125d4e11a898326b7e884)) - **(es/minifier)** Prevent removing side effects from accessing getter ([#​9530](https://redirect.github.com/swc-project/swc/issues/9530)) ([8513816](https://redirect.github.com/swc-project/swc/commit/8513816139c6ceef12a906b03c1bcf9471ce0b07)) - **(es/typescript)** Handle enum in single statement ([#​9532](https://redirect.github.com/swc-project/swc/issues/9532)) ([84b0043](https://redirect.github.com/swc-project/swc/commit/84b004387ba8f4135659e1d1f54e59bf1941a57a)) ### [`v1.7.23`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1723---2024-09-02) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.22...v1.7.23) ##### Bug Fixes - **(es/minifier)** Fix name mangler ([#​9524](https://redirect.github.com/swc-project/swc/issues/9524)) ([5fd68f9](https://redirect.github.com/swc-project/swc/commit/5fd68f9a3a9eeef0e61627a821c52ace69a89696)) ##### Performance - **(es/compat)** Reimplement constructor transform ([#​9519](https://redirect.github.com/swc-project/swc/issues/9519)) ([4b85a92](https://redirect.github.com/swc-project/swc/commit/4b85a92170576f194c2b1ad3b3ec624c4839e215)) - **(es/utils)** Rewrite inject_after_super ([#​9496](https://redirect.github.com/swc-project/swc/issues/9496)) ([c562cfa](https://redirect.github.com/swc-project/swc/commit/c562cfa8af1163a4946ef79cb025d461c7e2e5e0)) ### [`v1.7.22`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1722---2024-08-30) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.21...v1.7.22) ##### Bug Fixes - **(es/minifier)** Iterate object properties in reverse direction while inlining property access ([#​9507](https://redirect.github.com/swc-project/swc/issues/9507)) ([f584ef7](https://redirect.github.com/swc-project/swc/commit/f584ef76d75e86da15d0725ac94be35a88a1c946)) ### [`v1.7.21`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1721---2024-08-28) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.19...v1.7.21) ##### Bug Fixes - **(es/typescript)** Preserve more comments ([#​9509](https://redirect.github.com/swc-project/swc/issues/9509)) ([3e253ec](https://redirect.github.com/swc-project/swc/commit/3e253ecc21f2028437572093b42df97ef5fe505e)) ### [`v1.7.19`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1719---2024-08-28) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.18...v1.7.19) ##### Bug Fixes - **(es/minifier)** Track if a var is used with `in` ([#​9508](https://redirect.github.com/swc-project/swc/issues/9508)) ([7d6269e](https://redirect.github.com/swc-project/swc/commit/7d6269e3b826524e340edf274a5e42b2a0ea058a)) ##### Features - **(es/minifier)** Support mangle cache ([#​9489](https://redirect.github.com/swc-project/swc/issues/9489)) ([af922d8](https://redirect.github.com/swc-project/swc/commit/af922d83e58596021476006564edb6270069d437)) - **(plugin/runner)** Improve error message ([#​9502](https://redirect.github.com/swc-project/swc/issues/9502)) ([da52930](https://redirect.github.com/swc-project/swc/commit/da529304fe23bcb1a15c25811f928ebf91207ef0)) ##### Miscellaneous Tasks - **(es/codegen)** Bump minimum required swc_allocator version to 0.1.8 ([#​9492](https://redirect.github.com/swc-project/swc/issues/9492)) ([5258763](https://redirect.github.com/swc-project/swc/commit/5258763cf673e1684808bc2766ba6ee9c84642f1)) ##### Refactor - **(es/utils)** Unify `prepend_stmts` ([#​9493](https://redirect.github.com/swc-project/swc/issues/9493)) ([faec8c1](https://redirect.github.com/swc-project/swc/commit/faec8c134d950d10a9f2dce0e5680d9230f87ceb)) ### [`v1.7.18`](https://redirect.github.com/swc-project/swc/compare/v1.7.14...v1.7.18) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.14...v1.7.18) ### [`v1.7.14`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1714---2024-08-19) [Compare Source](https://redirect.github.com/

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

socket-security[bot] commented 1 month ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@antfu/ni@0.23.0 environment, filesystem, shell 0 370 kB antfu
npm/@commitlint/cli@19.5.0 Transitive: filesystem, shell, unsafe +16 286 kB bycedric, escapedcat, marionebl, ...1 more
npm/@noble/hashes@1.5.0 None 0 837 kB paulmillr
npm/@swc-node/register@1.10.9 environment, filesystem +4 377 kB broooooklyn
npm/@swc/cli@0.4.0 environment, filesystem Transitive: network, shell +2 1.01 MB kdy1
npm/@swc/core@1.7.26 environment, filesystem, shell +2 308 kB kdy1
npm/@swc/helpers@0.5.13 None 0 231 kB kdy1, kwonoj
npm/@tamagui/fake-react-native@1.110.5 None 0 1.88 kB nwienert
npm/@tamagui/web@1.110.5 environment +11 3.37 MB nwienert
npm/@testing-library/react@15.0.7 environment +6 7.09 MB testing-library-bot
npm/@types/jest@29.5.13 None 0 78.8 kB types
npm/@types/node@22.5.5 None 0 2.2 MB types
npm/@types/toposort@2.0.7 None 0 5.02 kB types

🚮 Removed packages: npm/@antfu/ni@0.21.12, npm/@commitlint/cli@19.3.0, npm/@noble/hashes@1.3.3, npm/@swc-node/register@1.9.2, npm/@swc/cli@0.3.14, npm/@swc/core@1.5.7, npm/@swc/helpers@0.5.12, npm/@tamagui/fake-react-native@1.104.0, npm/@testing-library/react@15.0.6, npm/@types/jest@29.5.12, npm/@types/semver@7.5.6

View full report↗︎

socket-security[bot] commented 1 month ago

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎