Skip to content

Update tamagui monorepo to ^1.144.4#186

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tamagui-monorepo
Open

Update tamagui monorepo to ^1.144.4#186
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tamagui-monorepo

Conversation

@renovate

@renovate renovate Bot commented Dec 4, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@tamagui/compose-refs (source) ^1.138.6^1.144.4 age confidence
@tamagui/constants (source) ^1.138.6^1.144.4 age confidence
@tamagui/use-constant (source) ^1.138.6^1.144.4 age confidence

Release Notes

tamagui/tamagui (@​tamagui/compose-refs)

v1.144.4

Compare Source

Bug Fixes
  • popper: forward direction prop to floating wrapper for RTL detection #​3932 (natew)
Commits
  • ca572da: allow v1 releases on v1 branch (natew)
  • 4151d80: v1.144.4 (natew)

v1.144.3

Compare Source

Bug Fixes
  • core: only use dynamic IOS values on colors in theme styles (natew)
  • core: handle dynamic color objects in normalizeColor (natew)
  • web: add missing trailing comma in getSplitStyles imports (natew)
  • next-theme: move next to peerDependency with >=14 (natew)
  • sheet: require minimum drag distance before claiming responder (natew)
  • next-theme: align next version with repo (natew)
Code Refactoring
  • core: extract shared mergeSlotStyleProps utility (natew)
Tests
  • add sheet drag and select android tests (natew)
Chores
  • regenerate types and fix turbo.json (natew)
Commits
  • 9e6164f: fix(focus-scope, dialogdemo): don't select text when refocusing for focus trap and add border radius to select.trigger (DaveyEke) #​3816
  • 6d270a5: Revert "refactor(core): extract shared mergeSlotStyleProps utility" (natew)
  • 2c43e3f: regenerate types (natew)
  • 1f689d1: add loading to account page (natew)
  • a285919: v1.144.3 (natew)

v1.144.2

Compare Source

Bug Fixes
  • correct config.tokens.size type mapping to properly strip $ prefix #​3692 (natew)
  • PropsWithoutMediaStyles type #​3783 (Theo de Villeneuve)
  • core: improve accept style types for contentContainerStyle (natew)
  • core: add InferStyleProps type for accept: 'style' props (natew)
  • web: nested Text components now inherit styles from parent #​3790 (natew)
  • compiler: fix native media query compilation (natew)
  • tests: use correct testID selectors in MediaQueryGtMd Playwright test (natew)
  • tests: fix MediaQueryGtMd test - use id prop, full prop names, correct viewport size (natew)
Commits
  • ed492d6: upgrade one@​1.2.51 (natew)
  • cb6f4da: fix lint (natew)
  • 5241520: update build types (natew)
  • b55c8ad: Merge remote-tracking branch 'origin/fix/2973-config-tokens-type' (natew) #​3692
  • 6cd14b3: upgrade one, regenerate types (natew)
  • 092c4ed: port test fixes from v2 (natew)
  • 38270f0: v1.144.2 (natew)

v1.144.1

Compare Source

Bug Fixes
  • build: move typescript to optional dep so consumers can choose their own (natew)
  • core: avoid duplicate logging on duplicate dep after hmr, avoid hmr causing duplicate dep warning (natew)
Chores
  • animations-motion: upgrade motion version should fix some issues (natew)
Commits

v1.144.0

Compare Source

Bug Fixes
  • build: avoid console warnings by upgrading baseline-browser-mapping (natew)
  • themes: preserve color context in nested theme resolution (natew)
  • compiler: fix base font not applying to both branches of ternary (natew)
  • input: fix onChangeText regression by reverting premature input replacement (natew)
Tests
  • update static-tests snapshots to match actual compiler output (natew)
Commits
  • ed3d9b7: add link to both takeout repos (natew)
  • e983921: make easier contributions to tamagui.dev (natew)
  • ad30d72: add reproduction for motion site bug (natew)
  • cd9040a: add tests to better validate compiler output is correct in more conditional cases (natew)
  • f9d3124: add better testing (natew)
  • 139beff: v1.144.0 (natew)

v1.143.1

Compare Source

Bug Fixes
  • input: correct onChangeText type to use string callback (natew)
  • web: prevent group hover styles from sticking on touch devices (natew)
  • use chromium with touch emulation for mobile test (CI compatibility) (natew)
Code Refactoring
  • site: update onChangeText to onChange for account modals #​3765 (Quan Nguyen)
  • site: update onChangeText to onChange for NewAccountModal (Quan Nguyen)
Continuous Integration
  • use WarpBuild runners for Android tests, only run on main (natew)
Commits
  • 2fc678c: improve build cli docs (natew)
  • bc677be: notes on turbopack transpiling (natew)
  • a498fcd: fix typecheck (natew)
  • 0d11da8: v1.143.1 (natew)

v1.143.0

Compare Source

Bug Fixes
  • getConfig: update test setup configuration for native environment #​3752 (Quan Nguyen)
  • next-theme: use next/script for Next.js 16 compatibility (natew)
Continuous Integration
  • move install deps before simulator boot to prevent idb timeout (natew)
Chores
  • update next.js test apps for next-theme testing (natew)
  • fix dep issues in last commit (natew)
Commits

v1.142.0

Compare Source

Features
  • toggle-group: add toggledStyle prop for custom active styling (natew)
  • kitchen-sink: add AccordionDemo to home screen #​3746 (natew)
Bug Fixes
  • slider: fix issue of RTL dir not working well #​3740 (DaveyEke)
  • slider: remove unnecesary code #​3740 (DaveyEke)
  • implement quan's suggestion #​3740 (DaveyEke)
  • handle invalid identifier in theme variables (natew)
  • static: remove trailing commas to fix biome lint (natew)
  • input: Android placeholder clipping at small sizes (natew)
  • cli: insert CSS import after 'use client' directive (natew)
  • cli: detect @​tamagui/* version mismatches in check command (natew)
  • metro-plugin: simplify by removing CSS interop deps (natew)
  • demos: fix type errors in ToggleGroupDemo and LucideIconsDemo (natew)
  • kitchen-sink: fix type errors in styled input usecases (natew)
  • static-tests: fix broken test config and update test:web to run all web tests (natew)
Continuous Integration
  • ignore starters in knip check (natew)
  • add typecheck to CI and fix Input styled type errors (natew)
Commits
  • 1e35739: react-native-web-lite readme (natew)
  • 558f72b: add student discount script (natew)
  • 57524de: add --rc option to release script (natew)
  • update metro guide for simplified setup (natew)
  • b655315: update built files (natew)
  • 66577bf: v1.142.0 (natew)

v1.141.5

Compare Source

Chores
Commits

v1.141.4

Compare Source

Performance Improvements
  • select: add sideEffects for better optimization (natew)
  • add side effects field to more packages (natew)
Commits

v1.141.3

Compare Source

Bug Fixes
  • sheet: add data-state attribute for reliable test assertions (natew)
Code Refactoring
Commits
  • e479eb4: ci improve maestro stability (natew)
  • 5623daf: upgrade one to avoid server cpu usage (natew)
  • 1bb5ea1: docs on environment (natew)
  • 8450eb5: upgrade one (natew)
  • a352a16: v1.141.3 (natew)

v1.141.2

Compare Source

Bug Fixes
  • react-native-web-lite: add all missing exports from react-native (natew)
Commits

v1.141.1

Compare Source

Chores
  • react-native-web-lite: /without-aniamted export has fake Animated (natew)
Commits
  • 37e70db: Revert "move site to motion animation driver (test)" (Quan Nguyen)
  • 8f4b858: v1.141.1 (natew)

v1.141.0

Compare Source

Features
  • select: add renderValue prop for SSR support (natew)
  • cli: add upgrade command for easier upgrading and changelogs (natew)
Bug Fixes
  • site: restore docs sidebar fixed positioning (natew)
  • site: restore rehypeHeroTemplate for Show Code button (natew)
  • popover: help users avoid edge case setState issues with safer logic on fullyHidden (natew)
  • popover: use transition to avoid infinite re-render loops during rapid mount/unmounts (natew)
  • avatar: support both src and source props in Avatar.Image (natew)
  • generate-themes: skip writing themes file if contents unchanged (natew)
  • native-ci: auto-build iOS app locally if binary missing (natew)
Tests
  • mark flaky Moti driver timing test as fixme (natew)
Chores
  • kitchen-sink: add three-state theme toggle (System/Light/Dark) (natew)
Commits
  • 49583d5: lint fix (natew)
  • ca1e31c: motion driver tests are flaky (natew)
  • 81748e6: flaky tests (natew)
  • 1095791: update css (natew)
  • 3c9ecc5: upgrade one (natew)
  • 4a9321e: Revert "fix(popover): help users avoid edge case setState issues with safer logic on fullyHidden" (natew)
  • 8585b13: sorted tamagui css (natew)
  • e75db72: Reapply "fix(popover): help users avoid edge case setState issues with safer logic on fullyHidden" (natew)
  • 7e8ad63: move site to motion animation driver (test) (natew)
  • cb638ad: upgrade one, motion (natew)
  • 3b73833: v1.141.0 (natew)

v1.140.4

Compare Source

Bug Fixes
  • sheet: properly use animation name to grab animation config, and apply animationConfig on motion driver (natew)
Commits

v1.140.3

Compare Source

Bug Fixes
  • core: add new RN only props like onTextLayout (natew)
  • remove stale mdx package references from tsconfig (natew)
Commits
  • 1967c75: upgrade one (natew)
  • c57ee18: move back to vxrn mdx (natew)
  • 5c4322c: upgrade one to help dep optimization (natew)
  • e2197ea: v1.140.3 (natew)

v1.140.2

Compare Source

Features
  • build: add bundleExternal config option (natew)
Commits
  • f2b2007: cleanup unused (natew)
  • 78085f4: improve native test consistency (natew)
  • b1fc4ce: v1.140.2 (natew)

v1.140.1

Compare Source

Documentation
  • add Event Props section documenting Pressable-like functionality (natew)
Chores
  • build: redo build bundle-modules to be configurable and default to bundling all modules (natew)
Commits

v1.140.0

Compare Source

Features
  • select: add generic type parameter for typed values (natew)
Bug Fixes
  • toggle-group: fix active prop not being passed to ToggleGroup.Item children #​3683 (Quan Nguyen)
  • core: sort all CSS so generated design system is always consistent (natew)
  • remove duplicate exports in kitchen-sink usecases index (natew)
Commits
  • 615603c: fix userSelect docs (natew)
  • 343e3c3: regenerate .css with new ordering (natew)
  • 700d088: upgrade one (natew)
  • 7fa8cb2: lint and build (natew)
  • 895382c: v1.140.0 (natew)

v1.139.4

Compare Source

Bug Fixes
  • tamagui: SizableText avoids adding other props when fontFamily is inherit (natew)
Commits
  • 3e9f1f3: upgrade one, format next.js docs (natew)
  • 325216b: cleanup next docs (natew)
  • 1297e05: bring back css (natew)
  • 0f1ea39: updated route generation (natew)
  • 60d148d: android only warn for now (natew)
  • 341b058: allow skip native tests for web only releases (natew)
  • d086fbe: v1.139.4 (natew)

v1.139.3

Compare Source

Features
  • cli: improve cli in-place building quite a bit, add flags and wrapping, improve turbopack docs (natew)
Chores
  • core: document userSelect works on native (natew)
Commits
  • e0ca07f: try and improve android detox stability (natew)
  • 620193f: turbopack next (natew)
  • c97d2cc: v1.139.3 (natew)

v1.139.2

Compare Source

Bug Fixes
  • tests: make SelectRemount Detox test more reliable (natew)
  • tests: add longer waits for Android Select sheet focus issues (natew)
  • tests: use pressBack on Android to close Select sheets (natew)
  • tests: disable Android synchronization for Select sheet tests (natew)
  • core: friendlier handling of duplicate tamagui deps (natew)
Continuous Integration
  • add retries and screen unlock for Android Detox tests (natew)
  • bump Android cache version to force fresh build (natew)
Chores
  • react-native-svg: add a native file so it works either on web or native without any config (natew)
Commits
  • 25ba8f3: revert test to v1.139.1 version that was passing (natew)
  • 680ed9d: upgrade one (natew)
  • ff87c53: improve error and bundle size (natew)
  • 8e01f84: make compartible with tests that need to re-run in same namespace (natew)
  • 0cec34a: v1.139.2 (natew)

v1.139.1

Compare Source

Bug Fixes
  • compiler: avoid termination errors in workers (natew)
  • compiler: avoid multiple calls to close pool and share pool across vite envs (natew)
Commits

v1.139.0

Compare Source

Features
  • core: add RN 0.77+ style props to base valid styles, remove addNativeValidStyles (natew)
  • portal: remove deep imports, move to to /legacy-portal export (natew)
  • config: add v5 config with modern settings (natew)
  • config: add v5 config beta (natew)
Bug Fixes
  • compiler: supports group, theme, platform css flattening (natew)
  • tamagui: export ClientOnly and document it (natew)
Documentation
  • cleanup typos and grammar (natew)
  • add v5 config beta notice (natew)
Continuous Integration
  • remove empty changelog-prerelease.yml workflow (natew)
  • add retry for flaky Detox tests (natew)
Chores
  • mother of all chores, redo native testing infra and ci (natew)
  • floating-ui upgrade (natew)
  • add tests around flattening and $ media props (natew)
Commits
  • 351d40f: Revert "feat(portal): remove deep imports, move to to /legacy-portal export" (natew)
  • 4a99a55: Merge remote-tracking branch 'origin/main' into main (natew)
  • e5b0edf: upgrade one (natew)
  • 4912e8b: move theme generator to opus 4.5 (natew)
  • 9d08f4d: re-enable platform support for flattening (natew)
  • 777be44: fix local release (natew)
  • b3b5166: v1.139.0 (natew)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate Bot changed the title Update tamagui monorepo to ^1.118.3 Update tamagui monorepo to ^1.118.4 Dec 5, 2024
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch 2 times, most recently from 1953863 to 524f9db Compare December 5, 2024 06:47
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.118.4 Update tamagui monorepo to ^1.119.0 Dec 5, 2024
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.119.0 Update tamagui monorepo to ^1.119.0 - autoclosed Dec 6, 2024
@renovate renovate Bot closed this Dec 6, 2024
@renovate
renovate Bot deleted the renovate/tamagui-monorepo branch December 6, 2024 07:24
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.119.0 - autoclosed Update tamagui monorepo to ^1.119.0 Dec 6, 2024
@renovate renovate Bot reopened this Dec 6, 2024
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from d6c6561 to 524f9db Compare December 6, 2024 22:26
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.119.0 Update tamagui monorepo to ^1.119.2 Dec 6, 2024
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 524f9db to 8176d26 Compare December 7, 2024 01:29
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.119.2 Update tamagui monorepo to ^1.119.3 Dec 7, 2024
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 8176d26 to be2e4c3 Compare December 8, 2024 01:50
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.119.3 Update tamagui monorepo to ^1.120.0 Dec 8, 2024
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.120.0 Update tamagui monorepo to ^1.120.1 Dec 9, 2024
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from be2e4c3 to 1751894 Compare December 9, 2024 22:27
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.120.1 Update tamagui monorepo to ^1.120.2 Dec 19, 2024
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch 2 times, most recently from 86bbac6 to 1899c56 Compare December 23, 2024 12:51
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.120.2 fix(deps): update tamagui monorepo to ^1.120.2 Dec 23, 2024
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 1899c56 to e928466 Compare December 23, 2024 14:41
@renovate renovate Bot changed the title fix(deps): update tamagui monorepo to ^1.120.2 Update tamagui monorepo to ^1.120.2 Dec 23, 2024
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.120.2 Update tamagui monorepo to ^1.121.0 Dec 26, 2024
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch 2 times, most recently from 4e2a66b to 22d4dbd Compare December 27, 2024 01:34
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.121.0 Update tamagui monorepo to ^1.121.2 Dec 27, 2024
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.121.2 Update tamagui monorepo to ^1.121.3 Dec 28, 2024
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 22d4dbd to a0fc8e0 Compare December 28, 2024 01:09
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.121.8 Update tamagui monorepo to ^1.121.9 Jan 12, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from f4810ca to 9302450 Compare January 12, 2025 21:49
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.121.9 Update tamagui monorepo to ^1.121.10 Jan 13, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 9302450 to 5100ad3 Compare January 13, 2025 21:24
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.121.10 Update tamagui monorepo to ^1.121.11 Jan 15, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 5100ad3 to 940d5e4 Compare January 15, 2025 18:04
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.121.11 Update tamagui monorepo to ^1.121.12 Jan 19, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 940d5e4 to 55cf735 Compare January 19, 2025 08:51
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.121.12 Update tamagui monorepo to ^1.122.0 Jan 20, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 55cf735 to 5d57c49 Compare January 20, 2025 13:38
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.122.0 Update tamagui monorepo to ^1.122.1 Jan 20, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 5d57c49 to 79ff224 Compare January 20, 2025 17:45
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.122.1 Update tamagui monorepo to ^1.122.2 Jan 21, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 79ff224 to 569d304 Compare January 21, 2025 05:17
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.122.2 Update tamagui monorepo to ^1.122.6 Jan 21, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 569d304 to 361e261 Compare January 21, 2025 09:39
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.122.6 Update tamagui monorepo to ^1.122.7 Jan 22, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 361e261 to ba0b6ac Compare January 22, 2025 01:57
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.122.7 Update tamagui monorepo to ^1.123.0 Jan 23, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from ba0b6ac to 78c8a9b Compare January 23, 2025 23:18
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.123.0 Update tamagui monorepo to ^1.123.2 Jan 26, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 78c8a9b to 9d2bdd7 Compare January 26, 2025 09:34
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.123.2 Update tamagui monorepo to ^1.123.3 Jan 26, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 9d2bdd7 to bd8dad8 Compare January 26, 2025 20:58
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.123.3 Update tamagui monorepo to ^1.123.4 Jan 28, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from bd8dad8 to 4bea760 Compare January 28, 2025 20:22
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.123.4 Update tamagui monorepo to ^1.123.5 Jan 30, 2025
@renovate
renovate Bot force-pushed the renovate/tamagui-monorepo branch from 4bea760 to e9995a5 Compare January 30, 2025 22:18
@renovate renovate Bot changed the title Update tamagui monorepo to ^1.123.5 Update tamagui monorepo to ^1.123.6 Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants