leotm / react-native-template-new-architecture

React Native 0.71.12 โšก M1, Ubuntu ๐Ÿ’ป Hermes โš™๏ธ Fabric ๐Ÿš… Turbo Modules ๐Ÿ’จ TypeScript 5 โœ… Gradle 7.6, JDK 19, NDK 25 ๐ŸŽ Xcode 15b, Sonoma 14b, Ruby 3 ๐Ÿ’Ž Bison 2.3 ๐Ÿฆฌ ccache โ™ป๏ธ Yarn 4rc ๐Ÿ“ฆ ESLint ๐Ÿงน Prettier โœจ SES, LavaMoat, Buck2 ๐Ÿšง Babel ๐Ÿ—ผ GitHub Actions โœ”๏ธ Node 19 โฌข Storybook 6.5rc ๐Ÿ““ libs ๐Ÿ“š for curious early adopters :suspect: #RNEU #APPJS
https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture#migration-status-of-popular-libraries
239 stars 29 forks source link

Update swc monorepo to v1.3.59 (patch) #1727

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) 1.3.57 -> 1.3.59 age adoption passing confidence
@swc/wasm 1.3.57 -> 1.3.59 age adoption passing confidence

Release Notes

swc-project/swc ### [`v1.3.59`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1359---2023-05-19) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.58...v1.3.59) ##### Bug Fixes - **(common)** Disable `tracing/release_max_level_info` ([#​7401](https://togithub.com/swc-project/swc/issues/7401)) ([95291f2](https://togithub.com/swc-project/swc/commit/95291f2c5daaf039623b4db4668a91104c0c0124)) - **(es/codegen)** Do not create duplicate source map entry ([#​7309](https://togithub.com/swc-project/swc/issues/7309)) ([40ba242](https://togithub.com/swc-project/swc/commit/40ba242076f9c39cd19fe2a040fdf10867c67b9f)) - **(es/compat)** Mark reserved function names private ([#​7298](https://togithub.com/swc-project/swc/issues/7298)) ([dba78a0](https://togithub.com/swc-project/swc/commit/dba78a0031b97a4c152b506ae2072438cdba92b2)) - **(es/minifier)** Mark all function params as potential property mutation ([#​7409](https://togithub.com/swc-project/swc/issues/7409)) ([5dbbbea](https://togithub.com/swc-project/swc/commit/5dbbbea2efb84e7f187859ba03fd548af92c613f)) - **(es/minifier)** Prevent inlining vars assigned outside current function scope ([#​7414](https://togithub.com/swc-project/swc/issues/7414)) ([40d2bf7](https://togithub.com/swc-project/swc/commit/40d2bf7ec3ac58364a8389d2d2284c8089e74fae)) - **(es/parser)** Fix parsing of `module` identifier ([#​7400](https://togithub.com/swc-project/swc/issues/7400)) ([1d3f320](https://togithub.com/swc-project/swc/commit/1d3f32056c7a63b327b2ccf6131479f851a2e870)) - **(es/parser)** Fix parsing of `>` in typescript mode ([#​7407](https://togithub.com/swc-project/swc/issues/7407)) ([57ad722](https://togithub.com/swc-project/swc/commit/57ad722d06084671ef18f4eb1dae53afbb737c3d)) ##### Miscellaneous Tasks - **(plugin)** Update `rkyv` to `v0.7.42` ([#​7397](https://togithub.com/swc-project/swc/issues/7397)) ([3a0565f](https://togithub.com/swc-project/swc/commit/3a0565f3778648f2ae57043c8e1bf8c15832b61e)) ##### Refactor - **(plugin/runner)** Revise cache, module loading ([#​7408](https://togithub.com/swc-project/swc/issues/7408)) ([ac5ab60](https://togithub.com/swc-project/swc/commit/ac5ab607c94d418dde0ceb4f303cb7d432551565)) ##### Testing - **(css/module)** Add a test for a fixed issue ([#​7399](https://togithub.com/swc-project/swc/issues/7399)) ([6b92eec](https://togithub.com/swc-project/swc/commit/6b92eecd398e94a8d58b6b5e49679f7977a17703)) - **(es/minifier)** Enable more terser tests ([#​7396](https://togithub.com/swc-project/swc/issues/7396)) ([f9cdd74](https://togithub.com/swc-project/swc/commit/f9cdd741c288bee59aa9120b0a5c6f7ca284bd31)) - **(es/parser)** Add a test for a fixed issue ([#​7398](https://togithub.com/swc-project/swc/issues/7398)) ([eaba323](https://togithub.com/swc-project/swc/commit/eaba323581d2aa2b578c600f44f9b41b103d35b3)) ### [`v1.3.58`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1358---2023-05-15) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.57...v1.3.58) ##### Bug Fixes - **(es/minifier)** Fix remapping of vars upon inlining ([#​7362](https://togithub.com/swc-project/swc/issues/7362)) ([1dced17](https://togithub.com/swc-project/swc/commit/1dced17998a625e30d4a8ef653aef9e2caa7627d)) - **(es/parser)** Fix `>=` with type instantiate ([#​7388](https://togithub.com/swc-project/swc/issues/7388)) ([fa7a352](https://togithub.com/swc-project/swc/commit/fa7a3521f531caa32439fa6f4c338a2a7d859e05)) ##### Features - **(es/compat)** Partially support auto accessors ([#​7364](https://togithub.com/swc-project/swc/issues/7364)) ([97ec259](https://togithub.com/swc-project/swc/commit/97ec25914451d931918287591d8d3f08648a65b9)) - **(es/compat)** Implement auto accessors fully ([#​7370](https://togithub.com/swc-project/swc/issues/7370)) ([cad18fa](https://togithub.com/swc-project/swc/commit/cad18fae4b93a916ad2c45b8741e08baeea78b98)) - **(es/parser)** Implement explicit resource management ([#​7322](https://togithub.com/swc-project/swc/issues/7322)) ([041b491](https://togithub.com/swc-project/swc/commit/041b49146627000971ef05f60e11f916182c67f1)) - **(plugin)** Add versioned wrapper struct ([#​7382](https://togithub.com/swc-project/swc/issues/7382)) ([bba1fad](https://togithub.com/swc-project/swc/commit/bba1fad35ceda0011e0cd427c670209ac4eb6ed2)) - **(swc_core)** Allow native env plugin to use memory cache ([#​7390](https://togithub.com/swc-project/swc/issues/7390)) ([e3868a7](https://togithub.com/swc-project/swc/commit/e3868a7e00bfb5d7a4677b8be0b64a87e9bf200d)) - **(swc_core)** Expose plugin proxy to the host env ([#​7391](https://togithub.com/swc-project/swc/issues/7391)) ([05b4c11](https://togithub.com/swc-project/swc/commit/05b4c1149781ab1f69a93a54a462413af2603a3a)) ##### Miscellaneous Tasks - **(es)** Enable tracing spans for release builds ([#​7379](https://togithub.com/swc-project/swc/issues/7379)) ([166e77c](https://togithub.com/swc-project/swc/commit/166e77c2b39b4390bb09f3a93f58148a5de40efa)) ##### Refactor - **(common)** Derive `ByteCheck` for `ArcString` ([#​7380](https://togithub.com/swc-project/swc/issues/7380)) ([9b3a41c](https://togithub.com/swc-project/swc/commit/9b3a41c57df4ead8e64c33ee247e8cd029792b16))

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

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

๐Ÿ”• Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.