Closed renovate[bot] closed 8 months ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/@noble/hashes@1.3.3 | None | 0 |
761 kB | paulmillr |
npm/@swc/cli@0.1.65 | environment, filesystem Transitive: network, shell | +5 |
1.65 MB | kdy1 |
npm/@swc/core@1.3.107 | environment, filesystem, shell | +3 |
629 kB | kdy1 |
npm/@swc/helpers@0.5.6 | None | 0 |
230 kB | kdy1 |
npm/@types/react-dom@18.2.19 | None | +3 |
468 kB | types |
npm/@types/react@18.2.57 | None | +2 |
435 kB | types |
🚮 Removed packages: npm/@noble/hashes@1.3.2, npm/@swc/cli@0.1.63, npm/@swc/core@1.3.100, npm/@swc/helpers@0.5.3, npm/@types/react-dom@18.2.17
This PR contains the following updates:
1.3.2
->1.3.3
0.1.63
->0.1.65
1.3.100
->1.3.107
0.5.3
->0.5.6
^1.89.8
->^1.89.20
18.2.55
->18.2.57
18.2.17
->18.2.19
^13.0.0
->^13.6.1
29.1.1
->29.1.2
5.29.0
->5.29.2
Release Notes
paulmillr/noble-hashes (@noble/hashes)
### [`v1.3.3`](https://togithub.com/paulmillr/noble-hashes/releases/tag/1.3.3) [Compare Source](https://togithub.com/paulmillr/noble-hashes/compare/1.3.2...1.3.3) - Add module `sha2`, an alias to already-existing `sha256` and `sha512` - `sha3-addons`: Implement TurboSHAKE (https://eprint.iacr.org/2023/342) - `utils` improvements - `hexToBytes`: speed-up 6x, improve error formatting - `isBytes`: improve reliability in bad environments such as jsdom - `concatBytes`: improve safety by early-checking the type - Bump typescript version used to build the package to 5.3.2 **Full Changelog**: https://github.com/paulmillr/noble-hashes/compare/1.3.2...1.3.3node%20./bin (@swc/cli)
### [`v0.1.65`](https://togithub.com/node%20./bin/compare/8beb172eed09aa6be8b5601decab3a9a8116ba5f...484cb1d886df395c158f0b64895d016fc9ec3478) [Compare Source](https://togithub.com/node%20./bin/compare/8beb172eed09aa6be8b5601decab3a9a8116ba5f...484cb1d886df395c158f0b64895d016fc9ec3478)swc-project/swc (@swc/core)
### [`v1.3.107`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#13107---2024-01-28) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.106...v1.3.107) ##### Bug Fixes - **(es/codegen)** Do not produce octal literals ([#8565](https://togithub.com/swc-project/swc/issues/8565)) ([07634a0](https://togithub.com/swc-project/swc/commit/07634a05ba9b989d68502953a69a40a2806e93d0)) - **(es/decorator)** Skip TypeScript class method/prop declarations ([#8555](https://togithub.com/swc-project/swc/issues/8555)) ([6a8dd8c](https://togithub.com/swc-project/swc/commit/6a8dd8cbb384372657923d4c1094e8053661aa56)) - **(es/decorator)** Preserve state while traversing the `module_items` scope ([#8556](https://togithub.com/swc-project/swc/issues/8556)) ([f416aff](https://togithub.com/swc-project/swc/commit/f416aff7d7036de72509132603d9b423a0b95f68)) - **(es/loader)** Make `tsc` resolver work for bare specifier ([#8550](https://togithub.com/swc-project/swc/issues/8550)) ([d6a4615](https://togithub.com/swc-project/swc/commit/d6a46158987d0e96d6184d41c2fdd73df92d6681)) ### [`v1.3.106`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#13106---2024-01-25) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.105...v1.3.106) ##### Bug Fixes - **(binding/types)** Add `bugfixes` field to EnvConfig ([#8538](https://togithub.com/swc-project/swc/issues/8538)) ([49ebdf9](https://togithub.com/swc-project/swc/commit/49ebdf9fb7c9228c711c303c822add29bc3c8364)) - **(common)** Fix source map generation with `inputSourceMap` ([#8546](https://togithub.com/swc-project/swc/issues/8546)) ([043ee85](https://togithub.com/swc-project/swc/commit/043ee85d0852c7c7d6193ad699074a599326aeec)) - **(es/ast)** Add `definite` and `is_override` to `AutoAccessor` ([#8436](https://togithub.com/swc-project/swc/issues/8436)) ([572bcae](https://togithub.com/swc-project/swc/commit/572bcaefc1b6ba9f92c57a35ede61fec9f3221bd)) - **(es/ast)** Fix definition of `SetterProp` ([#8314](https://togithub.com/swc-project/swc/issues/8314)) ([bc38ac9](https://togithub.com/swc-project/swc/commit/bc38ac906c427ba060f3da47c64726fe417162ed)) - **(es/codegen)** Set `sourceRoot` of sourcemaps ([#6086](https://togithub.com/swc-project/swc/issues/6086)) ([ae78669](https://togithub.com/swc-project/swc/commit/ae786692a0d20254bc233472a23035ba1be25e46)) - **(es/compat)** Support vars from `reserved_word` pass ([#8543](https://togithub.com/swc-project/swc/issues/8543)) ([fc929e9](https://togithub.com/swc-project/swc/commit/fc929e962ba18afa98ae4523e50ff630527a218f)) - **(es/loader)** Don't use browser versions for `jsc.paths` ([#8548](https://togithub.com/swc-project/swc/issues/8548)) ([fab27da](https://togithub.com/swc-project/swc/commit/fab27dabed3a4d0478b28c86809cc06482b2c45c)) - **(es/minifier)** Fix a bug related to inliner and the variable scoping ([#8542](https://togithub.com/swc-project/swc/issues/8542)) ([aa70131](https://togithub.com/swc-project/swc/commit/aa70131c558158abd3dcd3fca53dfe444c511ae1)) - **(es/module)** Fix resolving of dependencies ([#8533](https://togithub.com/swc-project/swc/issues/8533)) ([71fb5c1](https://togithub.com/swc-project/swc/commit/71fb5c12a75bec27cc775069f83b576019d261f2)) - **(es/module)** Fix handling of `*` in `jsc.paths` ([#8535](https://togithub.com/swc-project/swc/issues/8535)) ([2d8bd9e](https://togithub.com/swc-project/swc/commit/2d8bd9ed894cbc2e0e9063f6a1ab723c3d3bfdc6)) - **(es/quote)** Add support for import phase to quote macro ([#8536](https://togithub.com/swc-project/swc/issues/8536)) ([71930ff](https://togithub.com/swc-project/swc/commit/71930ffb5625fb58fab3200764ea98b05abab8ba)) ##### Features - **(css/parser)** Implement error reporting for `@value` of CSS Modules ([#8547](https://togithub.com/swc-project/swc/issues/8547)) ([00619b1](https://togithub.com/swc-project/swc/commit/00619b17082e857d1d5822f04b9ee82b0a295cc3)) - **(es/ast)** Support import phase ([#8279](https://togithub.com/swc-project/swc/issues/8279)) ([72048ae](https://togithub.com/swc-project/swc/commit/72048ae1ced64b6d9d326e6d436a60b1191bc266)) - **(swc_core)** Expose `preset_env_base` ([#8537](https://togithub.com/swc-project/swc/issues/8537)) ([793f265](https://togithub.com/swc-project/swc/commit/793f2651a8c44c43cde8b83d4f98eda6e274676c)) ##### Miscellaneous Tasks - **(common)** Update `sourcemap` ([#8544](https://togithub.com/swc-project/swc/issues/8544)) ([4630426](https://togithub.com/swc-project/swc/commit/4630426d6aa77af992787456e476b8862c25a45e)) ### [`v1.3.105`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#13105---2024-01-21) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.104...v1.3.105) ##### Bug Fixes - **(common)** Remove `<` and `>` from `Display` impl of `FileName::Custom` ([#8530](https://togithub.com/swc-project/swc/issues/8530)) ([014a6cd](https://togithub.com/swc-project/swc/commit/014a6cda8205183f6c3a5e395b6f89cbf7b388b9)) - **(es/codegen)** Fix codegen of `\\0` ([#8433](https://togithub.com/swc-project/swc/issues/8433)) ([9f1ce3a](https://togithub.com/swc-project/swc/commit/9f1ce3acd6965302afb3a65713f429fd1ddf4a2b)) - **(es/minifier)** Fix a bug in tpl string <-> string logic ([#8510](https://togithub.com/swc-project/swc/issues/8510)) ([4946a11](https://togithub.com/swc-project/swc/commit/4946a111377cfb7da5eee3df88a06e2365aac0c2)) - **(es/typescript)** Fix panic on invalid jsx pragma ([#8513](https://togithub.com/swc-project/swc/issues/8513)) ([f40f59b](https://togithub.com/swc-project/swc/commit/f40f59bd707a9d21d8eb41e42b5c6a1c95f0bb7e)) ##### Miscellaneous Tasks - **(preset-env)** Update `browserslist-rs` ([#8524](https://togithub.com/swc-project/swc/issues/8524)) ([5e40dc7](https://togithub.com/swc-project/swc/commit/5e40dc7d8c7d7b979c3765fbaa2f9c9b41cf49a0)) ##### Testing - **(es/codegen)** Add tests for `@ctrl/tinycolor` ([#8518](https://togithub.com/swc-project/swc/issues/8518)) ([1c4eb1f](https://togithub.com/swc-project/swc/commit/1c4eb1f54fbecef8f955172cba725c27eb4e2b7e)) - **(es/codegen)** Add a JS test for ascii-only mode ([#8519](https://togithub.com/swc-project/swc/issues/8519)) ([974c6a0](https://togithub.com/swc-project/swc/commit/974c6a0036c5ef3e3d12c81c7310758046ff0a0d)) - **(es/minifier)** Add a test for a fixed issue ([#8520](https://togithub.com/swc-project/swc/issues/8520)) ([8fac2bb](https://togithub.com/swc-project/swc/commit/8fac2bb03ce63eb66774fa007285fa8ae8575038)) - **(es/module)** Add a test for a fixed issue ([#8521](https://togithub.com/swc-project/swc/issues/8521)) ([4b4a0a2](https://togithub.com/swc-project/swc/commit/4b4a0a244deef02a86165b8fd0a070408abfa654)) ### [`v1.3.104`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#13104---2024-01-17) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.103...v1.3.104) ##### Bug Fixes - **(es)** Fix plugin template & restore `test!` as `test_inline!` ([#8508](https://togithub.com/swc-project/swc/issues/8508)) ([10449e0](https://togithub.com/swc-project/swc/commit/10449e08d9459af2c313eb7146005bcff016d169)) - **(es/systemjs)** Handle top level this ([#8506](https://togithub.com/swc-project/swc/issues/8506)) ([0f94c8c](https://togithub.com/swc-project/swc/commit/0f94c8cf051f7a7526f6a3e7742fc079146e0af2)) - **(plugin)** Set `swc_common::errors::HANDLER` while invoking plugins ([#8511](https://togithub.com/swc-project/swc/issues/8511)) ([ba753f1](https://togithub.com/swc-project/swc/commit/ba753f12885c4c3062afa5782dc7f6652981a659)) ### [`v1.3.103`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#13103---2024-01-15) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.102...v1.3.103) ##### Bug Fixes - **(binding/types)** Add type for `decoratorVersion` ([#8468](https://togithub.com/swc-project/swc/issues/8468)) ([79438e6](https://togithub.com/swc-project/swc/commit/79438e6dc24735fae1adc98e9a74ab6cecd502de)) - **(es/codegen)** Emit abstract keyword ([#8479](https://togithub.com/swc-project/swc/issues/8479)) ([a12eaae](https://togithub.com/swc-project/swc/commit/a12eaae0e544d7e485ce7ce11e56591e7ff34108)) - **(es/codegen)** Emit declare keyword for class properties ([#8478](https://togithub.com/swc-project/swc/issues/8478)) ([2076ef8](https://togithub.com/swc-project/swc/commit/2076ef8f359941ad511c860000ec3eaa74410cac)) - **(es/codegen)** Emit implements clause with commas ([#8477](https://togithub.com/swc-project/swc/issues/8477)) ([d98a282](https://togithub.com/swc-project/swc/commit/d98a28290b1c439abbd0cdec30436ef25a256ebd)) - **(es/codegen)** Emit `?` for an optional computed property ([#8481](https://togithub.com/swc-project/swc/issues/8481)) ([e0bdc0f](https://togithub.com/swc-project/swc/commit/e0bdc0f7c210c73f0291ab72e380743fe5f03b72)) - **(es/codegen)** Fix codegen of a property key in ascii-only mode ([#8493](https://togithub.com/swc-project/swc/issues/8493)) ([8d9bf4c](https://togithub.com/swc-project/swc/commit/8d9bf4cfaaeef9a9f3307b53c3349bff1359ccdf)) - **(es/compat)** Set inserted var inside export class in destructing ([#8470](https://togithub.com/swc-project/swc/issues/8470)) ([4416077](https://togithub.com/swc-project/swc/commit/4416077f4ac1afb74575b9a0e836bb66b8dc8b9a)) - **(es/compat)** Correctly handle `this` in arrow function parameters ([#8489](https://togithub.com/swc-project/swc/issues/8489)) ([52a8f05](https://togithub.com/swc-project/swc/commit/52a8f05fe419e905465e31b493d2007a1511276c)) - **(es/minifier)** Correctly escape more characters ([#8490](https://togithub.com/swc-project/swc/issues/8490)) ([f7c4934](https://togithub.com/swc-project/swc/commit/f7c4934e591bc14bc965cb28bc6b9ca1d8ac1350)) - **(es/module)** Fix resolving of `.js` files ([#8480](https://togithub.com/swc-project/swc/issues/8480)) ([b70e96f](https://togithub.com/swc-project/swc/commit/b70e96ffe93d3ed59420d5c66a0a4258f6bf1de7)) - **(es/parser)** Correctly parse the keyword ([#8483](https://togithub.com/swc-project/swc/issues/8483)) ([740e6f3](https://togithub.com/swc-project/swc/commit/740e6f390a8a5327cc320c9582dbe8afbc8b5a27)) - **(es/resolver)** Resolve top-level `undefined`, `NaN`, and `Infinity` correctly ([#8471](https://togithub.com/swc-project/swc/issues/8471)) ([82bd807](https://togithub.com/swc-project/swc/commit/82bd8070cb276d8020ba688f1b781b7b46b6ce0c)) ##### Documentation - Replace `string_cache` with `hstr` in `ARCHITECTURE.md` ([#8487](https://togithub.com/swc-project/swc/issues/8487)) ([abd7c51](https://togithub.com/swc-project/swc/commit/abd7c51583dff82816a910d46e894eddea3c1aff)) ##### Features - **(html/parser)** Allow self-closing `/>` on non-void HTML elements via a flag ([#8460](https://togithub.com/swc-project/swc/issues/8460)) ([566063d](https://togithub.com/swc-project/swc/commit/566063dca5fe73834cdf5e0acf7c7f344a9806a5)) ##### Refactor - **(css/parser)** Remove value normalization ([#8434](https://togithub.com/swc-project/swc/issues/8434)) ([85be8a4](https://togithub.com/swc-project/swc/commit/85be8a4de1d8407421aadeb5769d414b9938f693)) ##### Testing - **(es/minifier)** Enable non esm mode for tests ([#8472](https://togithub.com/swc-project/swc/issues/8472)) ([1120336](https://togithub.com/swc-project/swc/commit/1120336f23a75e8c236f088d56b6dea04311d2ed)) - **(es/minifier)** Enable script mode for `terser_exec` and `mangle` ([#8474](https://togithub.com/swc-project/swc/issues/8474)) ([b676e75](https://togithub.com/swc-project/swc/commit/b676e75cdd8ae6b4b3637152e39e982637221701)) ### [`v1.3.102`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#13102---2023-12-31) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.101...v1.3.102) ##### Bug Fixes - **(css/parser)** Fix parsing of `hsla(var(--foo), 1)` ([#8443](https://togithub.com/swc-project/swc/issues/8443)) ([d89b60a](https://togithub.com/swc-project/swc/commit/d89b60a000e6a40a6d624ba3903743f9c80170d1)) - **(es)** Apply `paren_remover` for minify ([#8442](https://togithub.com/swc-project/swc/issues/8442)) ([e68720a](https://togithub.com/swc-project/swc/commit/e68720a76cf8146befa26ff147a812e9ba2959aa)) - **(es/codegen)** Fix codegen of type-only export declarations ([#8447](https://togithub.com/swc-project/swc/issues/8447)) ([65dec90](https://togithub.com/swc-project/swc/commit/65dec905c076c8e95341ada23b140a538d37abce)) - **(es/codegen)** Emit `override` keyword ([#8449](https://togithub.com/swc-project/swc/issues/8449)) ([0dd96f8](https://togithub.com/swc-project/swc/commit/0dd96f85e2215f5c18849bdfb150dc95006399e8)) - **(es/compat)** Use correct `span.lo` in class transforms ([#8439](https://togithub.com/swc-project/swc/issues/8439)) ([a06d5b2](https://togithub.com/swc-project/swc/commit/a06d5b23416d8f4f45334e5edaed3da53f9f5777)) - **(es/minifier)** Add WeakRef as a safe global reference ([#8458](https://togithub.com/swc-project/swc/issues/8458)) ([d681785](https://togithub.com/swc-project/swc/commit/d681785b428b7958e7652dc3a7c709ad85b298f9)) - **(es/parser)** Disallowing await as an identifier in class static block ([#8450](https://togithub.com/swc-project/swc/issues/8450)) ([0b188cc](https://togithub.com/swc-project/swc/commit/0b188ccdff487bc5c344b0e70b102ce1d9ba308d)) - **(es/renamer)** Correctly check top level ([#8456](https://togithub.com/swc-project/swc/issues/8456)) ([1e44e57](https://togithub.com/swc-project/swc/commit/1e44e57a095c151fc52685b9580c083620342fe7)) ### [`v1.3.101`](https://togithub.com/swc-project/swc/compare/v1.3.100...v1.3.101) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.100...v1.3.101)tamagui/tamagui (@tamagui/web)
### [`v1.89.30`](https://togithub.com/tamagui/tamagui/releases/tag/v1.89.30) [Compare Source](https://togithub.com/tamagui/tamagui/compare/v1.89.29...v1.89.30) #### Features - **static**: add checkDeps export that validates tamagui dependency versions are matching ([natew](https://togithub.com/tamagui/tamagui/commit/512658139b714e541601d23656df9b934ba166d6)) - **cli**: add check command to check dependency version mis-matches ([natew](https://togithub.com/tamagui/tamagui/commit/76b1aea3b1bb4f18672a7ce205584086028d8e08)) #### Bug Fixes - **themes**: fix v3 themes regression in some colors being off by 1 ([natew](https://togithub.com/tamagui/tamagui/commit/d2c7b5888a83627892000ce05b4449e573fe6da8)) #### Documentation - **site**: wording around themes + non color values ([natew](https://togithub.com/tamagui/tamagui/commit/d136e9ddfc07be652986f5102509371952503d83)) #### Chores - fix incorrect color offset in last fix ([natew](https://togithub.com/tamagui/tamagui/commit/7ecb0514ca90dd07cdd879fdc8b567b54350502d)) #### Commits - [`483cc34`](https://togithub.com/tamagui/tamagui/commit/483cc34): fix missing save (natew) - bento fixes ([natew](https://togithub.com/tamagui/tamagui/commit/cc3d449e64f99586e3d52f1cbe1a771c9d839fc6)) - [`987983f`](https://togithub.com/tamagui/tamagui/commit/987983f): v1.89.30 (natew) ### [`v1.89.29`](https://togithub.com/tamagui/tamagui/releases/tag/v1.89.29) [Compare Source](https://togithub.com/tamagui/tamagui/compare/v1.89.28...v1.89.29) #### Features - **themes**: adds $accentColor and $accentBackground to match studio, fixes light theme hovers being darker, fixes active themes to not have hover styles, fixes overlay bg too strong on dark mode ([natew](https://togithub.com/tamagui/tamagui/commit/7e5edf9caa2d269414471746951c4cf38ac7c00c)) #### Bug Fixes - **popover**: fix Popover.Content not accepting shorthand typed values after being wrapped in styled() ([natew](https://togithub.com/tamagui/tamagui/commit/0930e34f7d935ca5635aff6cec821f30968bda6e)) - **theme-builder**: if no palette found, attempt using scheme_\[name] to more easily support scheme-specific palettes ([natew](https://togithub.com/tamagui/tamagui/commit/f34a50be5be9951367e9922f134e8b5dad353fee)) - **build**: make the native build output automatic runtime jsx not React globals ([natew](https://togithub.com/tamagui/tamagui/commit/89b1828b39709b16b4794f25c26364952b97d19f)) - **themes**: align more with v3 existing themes ([natew](https://togithub.com/tamagui/tamagui/commit/171bf93eb945cf27b1e68755abc4abb8e663fde7)) - **build**: remove loose to support more new syntax ([natew](https://togithub.com/tamagui/tamagui/commit/a97ed5fcec1b855229aa46fa73f1472fdf5091d5)) #### Documentation - **site**: various docs improvements and design polish ([natew](https://togithub.com/tamagui/tamagui/commit/2d0a48f17e305fc8edefd0f04e5676190ed576e5)) #### Chores - **config**: fix brittle files in package.json ([natew](https://togithub.com/tamagui/tamagui/commit/cf40d687814592c91e4a056ae12a0c0980bb6064)) - **themes**: fix brittle files in package.json ([natew](https://togithub.com/tamagui/tamagui/commit/a3a5903447e1c973fc5681516122493bd6248ae8)) - create-tamgui test timeout bump ([natew](https://togithub.com/tamagui/tamagui/commit/064aeed5b0f3aa358fd249f66e170577064e2013)) #### Commits - cleanup silkscreen font sizes ([natew](https://togithub.com/tamagui/tamagui/commit/c3d50c1419b0b0f0ae2fde6b3acc3405e6f2035a)) - [`2995136`](https://togithub.com/tamagui/tamagui/commit/2995136): v1.89.29 (natew) ### [`v1.89.28`](https://togithub.com/tamagui/tamagui/releases/tag/v1.89.28) [Compare Source](https://togithub.com/tamagui/tamagui/compare/v1.89.27...v1.89.28) #### Commits - [`8718d50`](https://togithub.com/tamagui/tamagui/commit/8718d50): fix expo router babel config (natew) - [`5d2792a`](https://togithub.com/tamagui/tamagui/commit/5d2792a): Revert "chore: less bundle size for native" (natew) - [`c58710b`](https://togithub.com/tamagui/tamagui/commit/c58710b): v1.89.28 (natew) ### [`v1.89.27`](https://togithub.com/tamagui/tamagui/releases/tag/v1.89.27) [Compare Source](https://togithub.com/tamagui/tamagui/compare/v1.89.26...v1.89.27) **Note**: This release contains a breaking bug for web, and is followed by `1.89.28` which contains a fix. #### Bug Fixes - **build**: transpile classes down so hermes is happy without needing any more transpiler steps ([natew](https://togithub.com/tamagui/tamagui/commit/b58cd6fb67121efe5c1f16aecdb122e7402d9c44)) - **tamagui-loader**: fix expo 50 including crypto for browser and breaking webpack ([natew](https://togithub.com/tamagui/tamagui/commit/0f1f4a5e90b38a5cabab1759b37b1c19b4466238)) #### Chores - update kitchen sink to expo 50 ([natew](https://togithub.com/tamagui/tamagui/commit/ae306a66022ab3cbfa60121c414347453d6d5451)) - update bento to expo 50 ([natew](https://togithub.com/tamagui/tamagui/commit/9ffb6d3a3a9c4f893883a7554d59233ca0cc2910)) - less bundle size for native ([natew](https://togithub.com/tamagui/tamagui/commit/65a26e06136827e51c4be91eecc408e48529fa28)) - config-default avoid relying on core ([natew](https://togithub.com/tamagui/tamagui/commit/5ef85276c3d0da97dde6d9eaec47f09625b47969)) - update repo to react 0.73 ([natew](https://togithub.com/tamagui/tamagui/commit/21f8b46ceb81aa5f697d5b432f79f5f9461bbfbc)) - fix kitchen sink for expo 50 so ci tests work ([natew](https://togithub.com/tamagui/tamagui/commit/dc1de8cec874952fc3560d66b7e34fed726bb75c)) #### Commits - [`d8426c8`](https://togithub.com/tamagui/tamagui/commit/d8426c8): bento - fix build script ([#2276](https://togithub.com/tamagui/tamagui/issues/2276)) (Ehsan sarshar) [#2276](https://togithub.com/tamagui/tamagui/pull/2276) - [`50dea8d`](https://togithub.com/tamagui/tamagui/commit/50dea8d): Add note about native toasts and Expo Go ([#2275](https://togithub.com/tamagui/tamagui/issues/2275)) (Anthony Nguyen) [#2275](https://togithub.com/tamagui/tamagui/pull/2275) - [`6aa217f`](https://togithub.com/tamagui/tamagui/commit/6aa217f): next.md compiler + acceptToknes (natew) - [`0d2786a`](https://togithub.com/tamagui/tamagui/commit/0d2786a): add whitelist user (natew) - bento design ([natew](https://togithub.com/tamagui/tamagui/commit/7e7cba47235fadcefa5f4554b86a8e30643ec618)) - bento design ([natew](https://togithub.com/tamagui/tamagui/commit/4f825d6bdad8f9da97b6709e8b44d0503e59612e)) - bento hero collapse button ([natew](https://togithub.com/tamagui/tamagui/commit/ef63f45ed0c3a20dc8cb1746dcef82ded2d3f400)) - add filter input and button ([natew](https://togithub.com/tamagui/tamagui/commit/5f066c51a7c2f62c92bc819e34e96b9f7ee5a6e3)) - cleanup bento detail page a bit ([natew](https://togithub.com/tamagui/tamagui/commit/c731972d89187513a628b80b6066ee02e5ace0f6)) - add scripts path to update-bento.yaml ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/45726706e3f3d520a9354313c1fbe51c8709501c)) - [`40e18a3`](https://togithub.com/tamagui/tamagui/commit/40e18a3): bento - implement filter logic ([#2280](https://togithub.com/tamagui/tamagui/issues/2280)) (Ehsan sarshar) [#2280](https://togithub.com/tamagui/tamagui/pull/2280) - show the correct bento price on the cta button ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/24e14202609379e7e493f2baad068087fb5a8f3c)) - refactor access utilities and return them on /api/user ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/972c99bfa594105b1d3bf1f570327b656157c33f)) - [`380370a`](https://togithub.com/tamagui/tamagui/commit/380370a): Bento/improve 16 2 2024 ([#2281](https://togithub.com/tamagui/tamagui/issues/2281)) (Ehsan sarshar) [#2281](https://togithub.com/tamagui/tamagui/pull/2281) - automatically apply the takeout + bento discount ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/87850efd4562c7c5554d8a7b9977d4b56d03e63a)) - expo router fixes ([natew](https://togithub.com/tamagui/tamagui/commit/96c878880af0839c59a61ed8f0a5788d169fcdfe)) - add --skip-finish to release script ([natew](https://togithub.com/tamagui/tamagui/commit/b8bd2c4acbfb467efaebfb4a6f05be23f28b47a8)) - [`e13ea4f`](https://togithub.com/tamagui/tamagui/commit/e13ea4f): v1.89.27 (natew) ### [`v1.89.26`](https://togithub.com/tamagui/tamagui/releases/tag/v1.89.26) [Compare Source](https://togithub.com/tamagui/tamagui/compare/v1.89.25...v1.89.26) #### Bug Fixes - **metro-plugin**: temp fix for initial build failing ([natew](https://togithub.com/tamagui/tamagui/commit/e0650357993b920e13dfaf4819e7a72b2c420214)) #### Commits - [`24eba74`](https://togithub.com/tamagui/tamagui/commit/24eba74): v1.89.26 (natew) ### [`v1.89.25`](https://togithub.com/tamagui/tamagui/releases/tag/v1.89.25) [Compare Source](https://togithub.com/tamagui/tamagui/compare/v1.89.24...v1.89.25) #### Bug Fixes - **cli**: use ssh first and fallback to https ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/2bb9ecfebd4106b38f3de432083bc1de7837de2e)) - **core**: manually stringify to avoid symbol crashing ([#2272](https://togithub.com/tamagui/tamagui/issues/2272)) [#2272](https://togithub.com/tamagui/tamagui/pull/2272) ([Ehsan sarshar](https://togithub.com/tamagui/tamagui/commit/934a236d7db74357722b426ea7ca2cc8dfb42909)) - **web**: stable css generation between prod and dev to avoid constant css diffs ([natew](https://togithub.com/tamagui/tamagui/commit/e4b8f615d3b779da489c190786194204fbd0cbc9)) - **static**: fix experimentalFlattenThemesOnNative logic, split out dynamic flattening under own flag ([#2273](https://togithub.com/tamagui/tamagui/issues/2273)) [#2273](https://togithub.com/tamagui/tamagui/pull/2273) ([Ehsan sarshar](https://togithub.com/tamagui/tamagui/commit/807a3eee74596d63fcfb7c1ad4e99d2e9e0db32c)) #### Performance Improvements - **web**: less looping in css generation ([natew](https://togithub.com/tamagui/tamagui/commit/bdc7b6753480fde24d85d5e15a75cd24fca3a3f4)) - **web**: less whitespace in css ([natew](https://togithub.com/tamagui/tamagui/commit/24119c7911ad6675748d8d1801c52f8378fbcbaf)) #### Commits - [`a62695e`](https://togithub.com/tamagui/tamagui/commit/a62695e): update snapshot (natew) - [`2b395c1`](https://togithub.com/tamagui/tamagui/commit/2b395c1): v1.89.25 (natew) ### [`v1.89.24`](https://togithub.com/tamagui/tamagui/releases/tag/v1.89.24) [Compare Source](https://togithub.com/tamagui/tamagui/compare/v1.89.23...v1.89.24) #### Bug Fixes - **linear-gradient**: validate specified imports and fix linear-gradient bad mjs import path ([natew](https://togithub.com/tamagui/tamagui/commit/5053d21a8407f4440a8d8c79d4d6eed410e7b831)) - **core**: fix useTheme type + token conflicting names causing incorrect types, remove tokens from useTheme, despite being more correct its terrible to have your token fallbacks showing up mixed in and above your theme types ([natew](https://togithub.com/tamagui/tamagui/commit/2be9a377b6178701be49092706e3d2889f42983b)) #### Commits - [`4f39340`](https://togithub.com/tamagui/tamagui/commit/4f39340): valentine (natew) - takeout design fixes ([natew](https://togithub.com/tamagui/tamagui/commit/19da4f22755eceb4a6ddef0f5ea93a82b153b291)) - bento various design ([natew](https://togithub.com/tamagui/tamagui/commit/3759d3e423f40e342cd3af6f22111630bedb64aa)) - expo-router fix deps ([natew](https://togithub.com/tamagui/tamagui/commit/a96d2008001928330ee8d6cbdc26c3ceb2a60199)) - expo router fix missing dependency ([natew](https://togithub.com/tamagui/tamagui/commit/80ab851aab6145cfaf86c2fb782ad3ec7f0ed52a)) - [`8a62052`](https://togithub.com/tamagui/tamagui/commit/8a62052): bye valentines (natew) - [`eba51ad`](https://togithub.com/tamagui/tamagui/commit/eba51ad): v1.89.24 (natew) ### [`v1.89.23`](https://togithub.com/tamagui/tamagui/releases/tag/v1.89.23) [Compare Source](https://togithub.com/tamagui/tamagui/compare/v1.89.22...v1.89.23) #### Bug Fixes - **core**: fix acceptTokens like selectionStyle going onto style rather than viewProps ([natew](https://togithub.com/tamagui/tamagui/commit/90db6b70743a71d218cd43b8571f76803a653ddb)) #### Commits - [`259f270`](https://togithub.com/tamagui/tamagui/commit/259f270): v1.89.23 (natew) ### [`v1.89.22`](https://togithub.com/tamagui/tamagui/releases/tag/v1.89.22) [Compare Source](https://togithub.com/tamagui/tamagui/compare/v1.89.20...v1.89.22) #### Bug Fixes - **metro-plugin**: ensure utf8 formatting ([natew](https://togithub.com/tamagui/tamagui/commit/649bcccf701395644b49ceb23024839cc452ef25)) - **demos**: update advanced tabs to work with new tabs ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/6fa0ff19a24deb67fa4188dbbdd75acc4c2edd69)) - **static**: improve compiler default config by making many video and audio formats reference only by file by default ([natew](https://togithub.com/tamagui/tamagui/commit/a0be37a5ceb92cfc781091ed32ddeaeae5b78308)) - **static**: avoid more data file types during dynamic component loads ([natew](https://togithub.com/tamagui/tamagui/commit/0c42a8f6fa1991b056a0a07f9ab46f98a1768958)) - **static**: fix last issues with experimentalFlattenThemesOnNative ([#2259](https://togithub.com/tamagui/tamagui/issues/2259)) [#2259](https://togithub.com/tamagui/tamagui/pull/2259) ([Ehsan sarshar](https://togithub.com/tamagui/tamagui/commit/41d28e17a4f48fe965d827648d215489c825599d)) - **select**: pass `id` to native web select ([#2266](https://togithub.com/tamagui/tamagui/issues/2266)) [#2266](https://togithub.com/tamagui/tamagui/pull/2266) ([Banks Nussman](https://togithub.com/tamagui/tamagui/commit/f40ea70e0dc0cabf2a326609051ecf2664948e69)) - **create-tamagui**: add missing optional chaining ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/9516de5a5d34033ab088d39630f4d57954050bef)) - **select**: move the ts-expect-error where it belongs ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/ef4498d9ca7ae1af520560d62c495151dc37ac4a)) - **core**: fix type for useTheme to return non-specific tokens as fallback values ([natew](https://togithub.com/tamagui/tamagui/commit/959fae1d54f63a3ef3e9a2041f4f885cafbb3b1f)) - **core**: fix acceptTokens not allowing the fallback values of the token ([natew](https://togithub.com/tamagui/tamagui/commit/99e4af3062f294c5a2c33833e5a8e7d1389a4d7b)) - **input**: accept tokens onto selectionColor property ([natew](https://togithub.com/tamagui/tamagui/commit/62216ace4f5fce693c23f85e01836639a5507b05)) - **static**: experimental native optimize uses stableStyle for ternary ([#2261](https://togithub.com/tamagui/tamagui/issues/2261)) [#2261](https://togithub.com/tamagui/tamagui/pull/2261) ([Ehsan sarshar](https://togithub.com/tamagui/tamagui/commit/a8d33e54e4e1f815d5440cda3590f9fd7aff7de4)) - **static**: forwardRef support for \_withStableStyle ([natew](https://togithub.com/tamagui/tamagui/commit/206b2d32c8a07a2364ac9eb23c6755b5cb4cb523)) - **metro-plugin**: parse more files, simplify writing new dir, add small patch for metro first start not picking up css file sometimes ([natew](https://togithub.com/tamagui/tamagui/commit/749ad9ff73e8689aeaf048c3c76f439eff2bbdce)) - **metro-plugin**: fix metro not finding css first load ([natew](https://togithub.com/tamagui/tamagui/commit/ef3d62cc00a44ea7ed1a3822b6cda1a151527d04)) #### Documentation - **site**: capitalization ([natew](https://togithub.com/tamagui/tamagui/commit/f3da302dc8c7709b2badd5b5b7fe3670e37854ff)) #### Continuous Integration - fix update types and snapshots ([natew](https://togithub.com/tamagui/tamagui/commit/fe5a245d66a92435d0e651243bfc5290bacdbea4)) - add paths to the bento action ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/fccdbdfa577f9d120bf06c72f57c66a436678df2)) - update workflow name ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/dbb389a3647a6412cbc504b901801c04940d2ef1)) #### Chores - make easier to work on expo router in repo ([natew](https://togithub.com/tamagui/tamagui/commit/30a72083aa636b91b3475b7310cf2fa975fa5f68)) - **static**: avoid logging and writing css file if no change ([natew](https://togithub.com/tamagui/tamagui/commit/2460d59cb06ad91e0b16efb555f7f42fe40721ec)) - **build**: add internal --skip-mjs option ([natew](https://togithub.com/tamagui/tamagui/commit/2439acde4b950b562bb718eb5f620999099cf81d)) - **stacks**: add inset style to match CSS spec for XStack, YStack, ZStack (to be documented in a later release) ([natew](https://togithub.com/tamagui/tamagui/commit/5df793ee7efb06b3c40830a193bc818071e6b7a5)) #### Commits - responsive fixes and polish ([natew](https://togithub.com/tamagui/tamagui/commit/c3b38b3670cfb7e363e96ef1d19428b9baa964bb)) - [`9d2a294`](https://togithub.com/tamagui/tamagui/commit/9d2a294): Move return null on content not visible one level up ([#2241](https://togithub.com/tamagui/tamagui/issues/2241)) (Dominic Garms) [#2241](https://togithub.com/tamagui/tamagui/pull/2241) - fix studio glow ([natew](https://togithub.com/tamagui/tamagui/commit/fddccb446c5bd4ada7ec5ba20a830164cc4f503e)) - various cleanup ([natew](https://togithub.com/tamagui/tamagui/commit/b4b408a42c7f325304ec21242533d16057b78cbc)) - bento icon ([natew](https://togithub.com/tamagui/tamagui/commit/19d630a370acea86fc35da3b71bde38a2f8d0cb0)) - nicer header bg ([natew](https://togithub.com/tamagui/tamagui/commit/0689dffa58a5a3fd8030d1dcc481ad40763745c8)) - bento icon test ([natew](https://togithub.com/tamagui/tamagui/commit/de9a55da439768078c13903fed26cf571c3015a6)) - various ([natew](https://togithub.com/tamagui/tamagui/commit/1432c391a6b5330ab89b1425eb24470fe2b15559)) - design ([natew](https://togithub.com/tamagui/tamagui/commit/26d79da4a33f754b155211243d67f697ad60ff04)) - add some figma links ([natew](https://togithub.com/tamagui/tamagui/commit/a0d574e30ad2afcecb84d64baf4dd6f4d88323f0)) - takeout design ([natew](https://togithub.com/tamagui/tamagui/commit/3539e313e9062c795a9fde32eced72ece9bd2246)) - remove loading block ([natew](https://togithub.com/tamagui/tamagui/commit/f17596e290f368cd03a14042c6c85cfc46b67d89)) - [`0e2ef5e`](https://togithub.com/tamagui/tamagui/commit/0e2ef5e): bento - some final cleanups ([#2244](https://togithub.com/tamagui/tamagui/issues/2244)) (Ehsan sarshar) [#2244](https://togithub.com/tamagui/tamagui/pull/2244) - [`7aabb77`](https://togithub.com/tamagui/tamagui/commit/7aabb77): bento - fix avatar animation ([#2245](https://togithub.com/tamagui/tamagui/issues/2245)) (Ehsan sarshar) [#2245](https://togithub.com/tamagui/tamagui/pull/2245) - [`b887d31`](https://togithub.com/tamagui/tamagui/commit/b887d31): bento - enable flatlist for bento/lists ([#2249](https://togithub.com/tamagui/tamagui/issues/2249)) (Ehsan sarshar) [#2249](https://togithub.com/tamagui/tamagui/pull/2249) - [`e446dc2`](https://togithub.com/tamagui/tamagui/commit/e446dc2): bento - fix input icon theme (Ehsan Sarshar) - [`bb59436`](https://togithub.com/tamagui/tamagui/commit/bb59436): bento - fix list wording (Ehsan Sarshar) - takeout update policies and faq ([natew](https://togithub.com/tamagui/tamagui/commit/75d4a913401cdc746887c1ebcf9af198a3baabac)) - various docs improvements, menu organization ([natew](https://togithub.com/tamagui/tamagui/commit/643cd589fec0b8d02461ba67b07f7da7e15b7249)) - lunar new year theme 🧧 ([natew](https://togithub.com/tamagui/tamagui/commit/caddccd9b22d2c15478ec0661b835721db2b9cd7)) - add privacy policy ([natew](https://togithub.com/tamagui/tamagui/commit/8f2a1cbf20df13700ae47436a620486f2d24905a)) - fix z-index issue on home ([natew](https://togithub.com/tamagui/tamagui/commit/63bccb7ce53c83427d7e612c6341115702f166f6)) - fix a few small things ([natew](https://togithub.com/tamagui/tamagui/commit/91b45a2703c42cfd5385aa43ae848be403d999e1)) - fix microinteractions, update price, fix code, design ([natew](https://togithub.com/tamagui/tamagui/commit/d69278f4732c95649851d3ada552ef67c56dc7d4)) - add heading to cookies on privacy.md ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/c2e7ffb2dcf50732ae642ea27ff8c9ab3f50b207)) - bento's coupon button being hidden ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/7fcab305bd0cbf6ff166b0ffc81734d613621910)) - fix several issues with api routes ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/47dfd29fe4a7e8772f1a1bcd8c7ad64d15132ccb)) - new `send_to_link` claim type ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/5585642c800e23c4e22482466c21db5bfe0b7bb5)) - [`d943095`](https://togithub.com/tamagui/tamagui/commit/d943095): fix lint issues (Alireza Zamani) - [`0f10e20`](https://togithub.com/tamagui/tamagui/commit/0f10e20): bento/fix-some-wordings ([#2251](https://togithub.com/tamagui/tamagui/issues/2251)) (Ehsan sarshar) - fix bento components file read ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/0587a28c1c424ae712e7e89c6b978231ef2c7e30)) - bring back the old code assets dir ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/3820a8a65f6fb7b78f2ab43ad10a627626a58ca3)) - [`94c53c8`](https://togithub.com/tamagui/tamagui/commit/94c53c8): bento - improve bento layout ([#2252](https://togithub.com/tamagui/tamagui/issues/2252)) (Ehsan sarshar) [#2252](https://togithub.com/tamagui/tamagui/pull/2252) - debugging the prod issue with bento ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/baebddfcc73c864e223f5c0dde4cef19f72e4238)) - use the .next dir on prod for fetching bento code ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/05e6d8f1f3f4618983e9da453bb7ba2c0721b7bd)) - more debugging for the bento code endpoint ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/21ac37530dfeffe2095e5a0a4c803e823c2f0089)) - move the bento dir to .next/server ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/a7652e2a5a3250fc253819f60908f1cb9ccd914a)) - [`dc03211`](https://togithub.com/tamagui/tamagui/commit/dc03211): Revert "site: move the bento dir to .next/server" (Alireza Zamani) - use a different directory for bento export ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/b66576db04e5901f46c2a00b127422c13b238578)) - [`c4824c6`](https://togithub.com/tamagui/tamagui/commit/c4824c6): bento - better images and layout ([#2254](https://togithub.com/tamagui/tamagui/issues/2254)) (Ehsan sarshar) [#2254](https://togithub.com/tamagui/tamagui/pull/2254) - remove extra cwd from path.join() ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/7ade29f99d51cf7f8610f9f8316d762e285087c1)) - [`c62af5d`](https://togithub.com/tamagui/tamagui/commit/c62af5d): Revert "site: use a different directory for bento export" (Alireza Zamani) - use process.cwd() instead of dirname when generating the bento .txt files ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/9226a198d0a70b21691de46b67a588e35ed4b2ef)) - another attempt on bento txt files ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/f39456853523b22bfa859a1884f7974e8eb1fdf1)) - [`4c06ffe`](https://togithub.com/tamagui/tamagui/commit/4c06ffe): bento - add email password small layout ([#2256](https://togithub.com/tamagui/tamagui/issues/2256)) (Ehsan sarshar) [#2256](https://togithub.com/tamagui/tamagui/pull/2256) - another attempt on bento txt files ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/f98f0285ebe27d94200c83e25e5ef091110b6383)) - turn on `outputFileTracing` ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/f295aaf879fd0e5749ef585c55b5675f5dc5f1ef)) - use supabase storage on the bento code endpoint ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/da073a2678239731d2b7de970606d3fadce408f5)) - add missing `.txt` ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/906a42c33f4373cd97a2d9bc69242a97f482c421)) - [`beb6f1a`](https://togithub.com/tamagui/tamagui/commit/beb6f1a): fix lint (natew) - [`4e30bbe`](https://togithub.com/tamagui/tamagui/commit/4e30bbe): canary1.89.21-1707774440646 (natew) - [`7c361cf`](https://togithub.com/tamagui/tamagui/commit/7c361cf): fix docs, theme func arg ([#2250](https://togithub.com/tamagui/tamagui/issues/2250)) (benjamin) [#2250](https://togithub.com/tamagui/tamagui/pull/2250) - upload script + ci ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/e8983725bb254f4d49136b35d44f77c9db27cf1b)) - update bento ci ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/12feb3578160299ad60a4760311be88b995fc8a8)) - add auto-generated next.js type ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/5a3754625ba59d8dcc91d895fa982434bc7159b0)) - fix the conflict with product_list and products_list ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/33fb6b214faeed057a68c24e7785a13167545cd7)) - various cleanup ([natew](https://togithub.com/tamagui/tamagui/commit/ca2450a52af6feaf504cd95cad04fcde0bdbb85d)) - use the `/components` dir on storage for codes and + use .tsx instead of .txt ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/cd9729205b0b4ee340a0b8728fafed55869792bb)) - add `components/` to the storage dir ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/9594e748504f46b4fe2b6ff30d4b2d8d757e63a0)) - [`2afc273`](https://togithub.com/tamagui/tamagui/commit/2afc273): bento/improve ([#2262](https://togithub.com/tamagui/tamagui/issues/2262)) (Ehsan sarshar) [#2262](https://togithub.com/tamagui/tamagui/pull/2262) - [`45f759f`](https://togithub.com/tamagui/tamagui/commit/45f759f): bento - add 2 widget components ([#2263](https://togithub.com/tamagui/tamagui/issues/2263)) (Ehsan sarshar) [#2263](https://togithub.com/tamagui/tamagui/pull/2263) - make show code button more obvious ([natew](https://togithub.com/tamagui/tamagui/commit/d8e342acb8a167f03f72e0a9d7a83fabf1c5176f)) - [`0ef8049`](https://togithub.com/tamagui/tamagui/commit/0ef8049): next.md (natew) - [`867f7f4`](https://togithub.com/tamagui/tamagui/commit/867f7f4): lint (natew) - [`ccc264e`](https://togithub.com/tamagui/tamagui/commit/ccc264e): fix-config-typo-docs ([#2248](https://togithub.com/tamagui/tamagui/issues/2248)) (benjamin) [#2248](https://togithub.com/tamagui/tamagui/pull/2248) - add octokit and use it for adding takeout collaborators ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/897dd9544fe70f761038c1cfc27add215a91f7b6)) - undefined variable ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/616a129c1bdc39a4575f9e5ef00e6cd98306eb5c)) - better logging for repo invitation failure ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/088ae3715e32934b6cfbbaf1b38e86d04d4bf946)) - fix octokit and improve the repo access flow ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/e67a670f29dbd16cd9fc0c43a73b54d7a4a55c71)) - funcitonal bento breadcrumbs ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/f1fa2cba90af6076fee5a2c05d11829888bc487a)) - remove underlines from the bento breadcrumb ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/49def853d150236c4a82209dc645d39e36fff476)) - automatically replace our custom hooks with consumer hooks in bento build ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/d8dbeca9ba60f7b345284946ebdc1a486f609aba)) - add a check for the takeout welcome email ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/3815cb5d9eb2f2a8b9dfb4de9f6f2ae54860f59a)) - add the correct takeout slug when checking for takeout access ([Alireza Zamani](https://togithub.com/tamagui/tamagui/commit/826486d275d174615bb504899aa4b6dbc5ae05cf)) - [`458bc6d`](https://togithub.com/tamagui/tamagui/commit/458bc6d): fix(core:babel): apply advanced flatten when flag enabled ([#2269](https://togithub.com/tamagui/tamagui/issues/2269)) (Ehsan sarshar) [#2269](https://togithub.com/tamagui/tamagui/pull/2269) - [`7c48555`](https://togithub.com/tamagui/tamagui/commit/7c48555): fix type (natew) - [`12f68eb`](https://togithub.com/tamagui/tamagui/commit/12f68eb): fix(core:babel): avoid duplicate sheets ([#2270](https://togithub.com/tamagui/tamagui/issues/2270)) (Ehsan sarshar) [#2270](https://togithub.com/tamagui/tamagui/pull/2270) - [`3be5e65`](https://togithub.com/tamagui/tamagui/commit/3be5e65): v1.89.22 (natew)cypress-io/cypress (cypress)
### [`v13.6.6`](https://togithub.com/cypress-io/cypress/releases/tag/v13.6.6) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v13.6.5...v13.6.6) Changelog: https://docs.cypress.io/guides/references/changelog#13-6-6 ### [`v13.6.5`](https://togithub.com/cypress-io/cypress/releases/tag/v13.6.5) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v13.6.4...v13.6.5) Changelog: https://docs.cypress.io/guides/references/changelog#13-6-5 ### [`v13.6.4`](https://togithub.com/cypress-io/cypress/releases/tag/v13.6.4) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v13.6.3...v13.6.4) Changelog: https://docs.cypress.io/guides/references/changelog#13-6-4 ### [`v13.6.3`](https://togithub.com/cypress-io/cypress/releases/tag/v13.6.3) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v13.6.2...v13.6.3) Changelog: https://docs.cypress.io/guides/references/changelog#13-6-3 ### [`v13.6.2`](https://togithub.com/cypress-io/cypress/releases/tag/v13.6.2) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v13.6.1...v13.6.2) Changelog: https://docs.cypress.io/guides/references/changelog#13-6-2kulshekhar/ts-jest (ts-jest)
### [`v29.1.2`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2912-2024-01-22) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.1.1...v29.1.2) ##### Bug Fixes - calculated cache key based on `supportsStaticESM` ([a5d6f2d](https://togithub.com/kulshekhar/ts-jest/commit/a5d6f2d4f4bfa1c7c217f6faf9310958797b436f)) - correct error handling in `processAsync` ([e7be4bf](https://togithub.com/kulshekhar/ts-jest/commit/e7be4bf6a863cd76efec28f40fdd5193b2f50bad)), closes [#4207](https://togithub.com/kulshekhar/ts-jest/issues/4207) - use `Config.ProjectConfig` ([918312b](https://togithub.com/kulshekhar/ts-jest/commit/918312bee22a795ec6bb347f95df4c1ff0a054de)), closes [#4028](https://togithub.com/kulshekhar/ts-jest/issues/4028)verdaccio/verdaccio (verdaccio)
### [`v5.29.2`](https://togithub.com/verdaccio/verdaccio/releases/tag/v5.29.2) [Compare Source](https://togithub.com/verdaccio/verdaccio/compare/v5.29.1...v5.29.2) ##### [5.29.2](https://togithub.com/verdaccio/verdaccio/compare/v5.29.1...v5.29.2) (2024-02-21) ##### Bug Fixes - **deps:** update core verdaccio dependencies (5.x) ([#4516](https://togithub.com/verdaccio/verdaccio/issues/4516)) ([11f3309](https://togithub.com/verdaccio/verdaccio/commit/11f3309fd92f75e06296a618bbc3ed54ed988353)) - **bug**: fix: ui dialog break pages on open due remark error [https://github.com/verdaccio/verdaccio/pull/4514](https://togithub.com/verdaccio/verdaccio/pull/4514) (regression from v5.29.1) ### [`v5.29.1`](https://togithub.com/verdaccio/verdaccio/releases/tag/v5.29.1) [Compare Source](https://togithub.com/verdaccio/verdaccio/compare/v5.29.0...v5.29.1) ##### [5.29.1](https://togithub.com/verdaccio/verdaccio/compare/v5.29.0...v5.29.1) (2024-02-17) ##### Bug Fixes Powered by [@mbtools](https://togithub.com/mbtools) 💯 - **deps:** update core verdaccio dependencies ([#4389](https://togithub.com/verdaccio/verdaccio/issues/4389)) ([f64b395](https://togithub.com/verdaccio/verdaccio/commit/f64b3958e04bfa74a6013f8a4373608cfc56df4f)) - **deps:** update core verdaccio dependencies ([#4428](https://togithub.com/verdaccio/verdaccio/issues/4428)) ([30af49f](https://togithub.com/verdaccio/verdaccio/commit/30af49f0a1202d145439cc8f26c73296fb7ba7ae)) - **deps:** update core verdaccio dependencies ([#4499](https://togithub.com/verdaccio/verdaccio/issues/4499)) ([e10b381](https://togithub.com/verdaccio/verdaccio/commit/e10b381a2810009309c2ddef324826f78e007589)) - **deps:** update core verdaccio dependencies ([#4508](https://togithub.com/verdaccio/verdaccio/issues/4508)) ([23afe22](https://togithub.com/verdaccio/verdaccio/commit/23afe222d8d01fc148e31503695754880bfb6b05)) - **deps:** update core verdaccio dependencies (5.x) ([#4352](https://togithub.com/verdaccio/verdaccio/issues/4352)) ([b41f6c9](https://togithub.com/verdaccio/verdaccio/commit/b41f6c9e2bf15e177ddbdaceb0372c38107b67f3)) - **deps:** update dependency cookies to v0.9.0 ([#4341](https://togithub.com/verdaccio/verdaccio/issues/4341)) ([0bdc10e](https://togithub.com/verdaccio/verdaccio/commit/0bdc10efd71a0701d750eb9e7a7567341b42e993)) - **deps:** update dependency cookies to v0.9.1 ([#4371](https://togithub.com/verdaccio/verdaccio/issues/4371)) ([c96468a](https://togithub.com/verdaccio/verdaccio/commit/c96468a9e9d9902d02e3dfd06ba287481af82d37)) - **deps:** update dependency verdaccio-audit to v12.0.0-next.5 ([#4353](https://togithub.com/verdaccio/verdaccio/issues/4353)) ([11421c0](https://togithub.com/verdaccio/verdaccio/commit/11421c0138f951ef062259b47c1c7fa4518d5d92)) - **deps:** update dependency verdaccio-htpasswd to v12.0.0-next.5 ([#4355](https://togithub.com/verdaccio/verdaccio/issues/4355)) ([03d8bb4](https://togithub.com/verdaccio/verdaccio/commit/03d8bb48812e2a9e6f8e2f666d79361c1a554b25))Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.