DIYgod
179dd82a6e
fix(mobile): isolate html renderer build deps
2026-04-14 19:08:31 +08:00
DIYgod
f77ac26541
feat(mobile): upgrade expo sdk 55 and rnfirebase
2026-04-10 22:42:21 +08:00
DIYgod
992e5ce3ea
fix(mobile): upgrade Expo SDK54 and fix iOS sqlite startup crash ( #4841 )
...
* fix(mobile): stabilize Expo SDK54 startup and sqlite migration
* fix(ci): resolve mobile typecheck and desktop release failures
* fix(ci): format files failing prettier check
* fix(ci): align drizzle and mobile menu dependency resolution
* fix(mobile): align react versions for lint
* fix(mobile): upgrade react-native-menu
* fix(mobile): patch track-player android build
2026-02-14 09:35:25 +08:00
DIYgod
0859f56ad4
chore: update workspace dependencies and lockfile ( #4838 )
...
* chore: update workspace dependencies
- bump dependencies across desktop, mobile, ssr, and internal packages
- refresh pnpm lockfile
- apply type compatibility fixes required by upgraded packages
* fix(ssr): prevent tsdown CI warning from failing build
- set inlineOnly to false in tsdown config
* style: format files for CI prettier check
- apply prettier formatting to files reported by format:check
* fix(mobile): downgrade reanimated for rn 0.79 ios build
2026-02-13 16:04:13 +08:00
DIYgod
d92cb22de3
chore: add Conductor setup/run scripts ( #4788 )
2026-01-01 14:02:04 +08:00
DIYgod
7d7723f04f
chore: update license
2025-12-28 18:27:30 +08:00
DIYgod
3492de2c3c
fix: downgrade vite version from 7.2.0 to 7.1.11
2025-11-06 21:55:28 +08:00
DIYgod
68fb09eb03
chore: update dependencies ( #4667 )
...
* chore: update dependencies
* Implement code changes to enhance functionality and improve performance
2025-11-06 21:09:46 +08:00
Innei
c72c526664
chore: downgrade React and React-DOM to version 19.0.0 across all packages for compatibility
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-10-22 01:06:50 +08:00
DIYgod
7507270b39
chore: update dependencies
2025-10-21 16:33:03 +08:00
Innei
a9d5cbd519
feat(ios): support liquid glass tabbar
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-09-22 22:07:59 +08:00
Innei
792134d9ae
chore: update dependencies across multiple packages for improved stability and performance
...
- Upgraded various dependencies in package.json files, including @electron-forge, @sentry/react, and @better-auth.
- Updated devDependencies and fixed version mismatches in internal components and utilities.
- Enhanced settings sync queue to spread object properties for better payload handling.
Signed-off-by: Innei <tukon479@gmail.com>
2025-09-19 22:02:30 +08:00
Whitewater
cde799da4e
chore: update dependencies ( #4488 )
...
* chore: update deps
* chore: remove immer patch
* chore: revert @sentry/electron upgrade
* chore: update deps
* chore: dedupe
2025-09-16 19:19:52 +08:00
Innei
84e28e6b26
feat: add script to increment build ID for iOS on release branches and update package.json for automation
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-07-24 20:26:12 +08:00
Innei
38553bfa85
feat(mobile): support custom text size. resolves FOL-2297
...
- Updated PlayerScreen to use consistent import statements and improved structure.
- Refactored CoverArt component to enhance animation handling with Reanimated.
- Added typography specifications to typography.ts for better text management.
- Extended Tailwind configuration to include custom font sizes.
- Implemented font scaling options in settings localization files for accessibility.
- Added a script to replace Text imports from react-native with a new import path.
- Updated package dependencies for Babel and added glob for file handling.
Signed-off-by: Innei <tukon479@gmail.com>
2025-07-24 01:40:02 +08:00
Innei
8b37c5314f
chore: clean up package dependencies and remove unused i18n generation script
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-07-09 00:23:51 +08:00
Innei
dc6bf7cb09
chore: update dependencies across multiple packages
...
- Bump various dependencies in package.json files, including updates to eslint, prettier, vite, and react-related packages.
- Update devDependencies such as es-toolkit, nbump, and others to their latest versions.
- Ensure consistency in @types/node and other related packages across the project.
This update enhances compatibility and performance across the application.
Signed-off-by: Innei <tukon479@gmail.com>
2025-07-07 20:13:51 +08:00
Konv Suu
c374609563
chore: move pnpm setting to pnpm-workspace ( #4016 )
2025-06-27 14:45:11 +08:00
DIYgod
592769758d
chore: format
2025-06-23 18:36:50 +08:00
Innei
6d76d6b558
chore: update dependencies and improve type safety
...
- Updated various package dependencies across the project, including @sentry/react, @tanstack/react-query, and others to their latest versions for improved performance and security.
- Enhanced type safety in several components by refining type definitions, particularly in motion-related imports.
- Adjusted transition configurations to utilize new presets for smoother animations.
Signed-off-by: Innei <tukon479@gmail.com>
2025-06-20 23:32:42 +08:00
Innei
1d83313872
feat: add vite-plugin-route-builder for dynamic route generation
...
- Introduced a new plugin to generate React Router routes from a file system-based structure, enhancing routing capabilities similar to Next.js.
- Updated various configurations and components to integrate the new plugin, including automatic route generation during build time.
- Refactored existing router implementations to utilize generated routes, improving maintainability and performance.
Signed-off-by: Innei <i@innei.in>
Signed-off-by: Innei <tukon479@gmail.com>
2025-06-20 01:41:53 +08:00
Stephen Zhou
65ebf9ef93
fix: sqlite wasm in electron production ( #3920 )
2025-06-13 22:12:07 +08:00
Innei
e656cfd3a2
chore: update dependencies
...
- Changed the ESLint rule for "package-json-extend/ensure-package-version" from "warn" to "error" to enforce stricter package version checks.
- Updated various dependencies across multiple package.json files, including:
- Upgraded @eslint/compat to version 1.2.9
- Updated @types/node, @types/react, and @types/react-dom to their latest versions.
- Bumped eslint to version 9.27.0 and lint-staged to version 16.1.0.
- Updated several other packages such as turbo, tsx, and various Radix UI components to their latest versions.
- Ensured compatibility with the latest versions of dependencies.
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-28 22:16:06 +08:00
Stephen Zhou
1bf983e7ce
chore: remove useless override and patch ( #3826 )
2025-05-27 15:58:06 +08:00
Stephen Zhou
e0b379bba9
chore: update lan-network to get correct address when using docker with bridge network interface
2025-05-22 19:37:16 +08:00
Innei
55fa57a371
chore: update hotfix script in desktop package and remove from mobile package
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-19 20:31:05 +08:00
Whitewater
b8ff9e802b
fix: escape quotes in build script ( #3741 )
...
* fix: escape quotes in build:packages script
* fix: update Windows prebuild command to use pnpm
2025-05-16 16:05:04 +08:00
Innei
e69d120bd9
feat(legal): integrate privacy policy and terms of service into the application, #3577
...
- Added a new internal package for legal documents, including privacy policy and terms of service.
- Implemented a build script to convert markdown files to HTML for easy access.
- Updated the mobile and desktop applications to link to the new legal documents.
- Enhanced the login modal to include links to the privacy policy and terms of service.
- Updated routing in the SSR application to serve the legal documents.
These changes ensure compliance with legal requirements and improve user access to important information.
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-15 23:58:07 +08:00
Stephen Zhou
689dac695d
chore: update lan-network to get correct expo dev server url
...
this can be removed after expo 53.0.9
2025-05-15 12:37:57 +08:00
Innei
efc2e9713b
refactor: upgrade react 19 and react native 0.79 ( #3661 )
...
* update
Signed-off-by: Innei <tukon479@gmail.com>
* chore: update Babel and Metro configurations
- Added `unstable_transformImportMeta` option to Babel preset for improved JSX handling.
- Disabled `unstable_enablePackageExports` in Metro configuration for better package resolution.
Signed-off-by: Innei <tukon479@gmail.com>
* chore: add react-native-ios-utilities patch and update dependencies
- Introduced a patch for `react-native-ios-utilities` to enhance functionality.
- Updated `expo`, `react-native`, and `react-native-reanimated` versions in the example app for improved compatibility.
- Added `react-native-ios-utilities` to the project dependencies in `package.json`.
Signed-off-by: Innei <tukon479@gmail.com>
* update
Signed-off-by: Innei <tukon479@gmail.com>
* chore: auto-fix linting and formatting issues
* refactor: improve route parameter handling and entry fetching logic
- Updated `useRouteParams` to utilize `useReadonlyRoute` for better state management.
- Enhanced `useEntriesByView` to separate remote and local entry fetching, improving data handling and error management.
- Introduced debouncing for pagination in local entries and added toast notifications for error handling.
- Cleaned up entry ID retrieval to ensure uniqueness and prevent duplicates.
Signed-off-by: Innei <tukon479@gmail.com>
* refactor: simplify Masonry component return statement
- Updated the return statement in the Masonry component to use JSX syntax for better readability and consistency.
Signed-off-by: Innei <tukon479@gmail.com>
* refactor: update import from RootPortalProvider to RootPortalContext
- Changed the import statement in Sheet.tsx to reflect the updated context provider name for better clarity and consistency in the codebase.
Signed-off-by: Innei <tukon479@gmail.com>
* update
Signed-off-by: Innei <tukon479@gmail.com>
* refactor: update ref types in component props
- Changed ref prop types from React.RefObject to React.Ref for better type compatibility across various components, enhancing overall code consistency and maintainability.
Signed-off-by: Innei <tukon479@gmail.com>
* feat: add Xcode build server configuration and enhance desktop app routing
- Introduced a new configuration file for the Xcode build server to streamline iOS builds.
- Updated Vite configuration to include a new proxy route for sharing functionality.
- Added a new Jotai atom for managing preview state in the application.
- Removed deprecated error fallback component to clean up the codebase.
- Implemented a new render style hook for consistent styling across components.
- Enhanced entry column components with improved error handling and layout adjustments.
- Updated various components to utilize the new render style and improved accessibility.
Signed-off-by: Innei <tukon479@gmail.com>
* update
Signed-off-by: Innei <tukon479@gmail.com>
* fix: ensure plugins array is initialized and update TypeScript configuration
- Initialized the plugins array in the mobile app configuration to prevent potential runtime errors.
- Updated TypeScript configuration to enhance module resolution and improve code organization with clearer path definitions.
Signed-off-by: Innei <tukon479@gmail.com>
* update lint
Signed-off-by: Innei <tukon479@gmail.com>
* refactor: update TypeScript types and improve component props
- Added `skipLibCheck` to TypeScript configuration for faster builds.
- Updated prop types in various components to allow for null values in refs, enhancing type safety.
- Refactored several components to ensure better type compatibility and maintainability.
Signed-off-by: Innei <tukon479@gmail.com>
* refactor(mobile): improve layout handling in NavigationHeader component
- Added console logs for debugging right and left widths.
- Adjusted layout structure to ensure proper width handling for header elements.
- Updated loading indicator positioning and visibility logic.
Signed-off-by: Innei <tukon479@gmail.com>
* refactor(mobile): update Pager and QRCode components to use forwardRef
- Refactored Pager and QRCode components to directly export as functional components with forwardRef.
- Updated type definitions to improve ref handling and ensure better type safety.
- Simplified component structure for improved readability and maintainability.
Signed-off-by: Innei <tukon479@gmail.com>
* refactor(ui): enhance FAB components with functional component structure and improved type definitions
- Converted FABBase and FABPortable to functional components using FC type for better type safety.
- Updated props to include optional ref handling, enhancing flexibility in usage.
- Simplified component structure for improved readability and maintainability.
Signed-off-by: Innei <tukon479@gmail.com>
* chore(deps): update react-native-ios-utilities patch and refine TypeScript configuration
- Updated the patch for react-native-ios-utilities in pnpm-lock.yaml to reflect a new hash.
- Enhanced TypeScript configuration in tsconfig.json by adding exclusion for node_modules and formatting paths for better readability.
- Cleaned up the react-native-ios-utilities.patch by removing unused exports from the index file.
Signed-off-by: Innei <tukon479@gmail.com>
* update
Signed-off-by: Innei <tukon479@gmail.com>
---------
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-07 16:30:30 +08:00
Innei
bf2e3444b9
refactor: adjust desktop structure
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-04-28 21:42:23 +08:00
Innei
2a670cd694
chore: update dependencies across multiple packages
...
- Bumped versions of various dependencies in package.json files, including @tsslint, eslint, nbump, and others.
- Updated @types/node to 22.15.3 in several packages for compatibility.
- Adjusted versions of Radix UI components and other libraries to their latest releases for improved functionality and security.
Signed-off-by: Innei <tukon479@gmail.com>
2025-04-28 21:22:15 +08:00
Innei
4d746522f1
refactor: remove unused files and clean up project structure
...
- Deleted obsolete configuration files and unused components across various packages.
- Updated package.json files to reflect the removal of dependencies.
- Cleaned up code by removing unnecessary exports and unused imports in multiple modules.
Signed-off-by: Innei <tukon479@gmail.com>
2025-04-28 20:58:51 +08:00
Innei
1ea969fa9e
chore(dependencies): update tailwindcss-uikit-colors and react-native-uikit-colors to version 0.5.2
...
- Updated tailwindcss-uikit-colors in package.json files across multiple projects.
- Updated react-native-uikit-colors in mobile and pnpm-lock.yaml files for consistency.
- Adjusted ProfileButton component styling for macOS compatibility.
Signed-off-by: Innei <tukon479@gmail.com>
2025-04-24 12:58:21 +08:00
Johnson Chu
59653c082d
refactor(tsslint): update rules import and configuration ( #3561 )
2025-04-24 07:22:03 +08:00
Innei
c995da3323
feat(desktop): re-design context menu and dropdown menu
...
- Added `tailwindcss-multi` dependency to enhance Tailwind CSS capabilities.
- Updated `tailwind.config.ts` to include `tailwindcss-multi` plugin for improved utility management.
- Refactored various UI components to utilize new styling options and improve layout consistency.
- Renamed `useAsRead` hook to `useEntryIsRead` for better clarity in its purpose across multiple components.
Signed-off-by: Innei <tukon479@gmail.com>
2025-04-23 22:32:08 +08:00
Innei
fb8ee1b3b5
chore: update tailwindcss-uikit-colors to fix ts import
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-04-23 00:47:08 +08:00
Innei
1c588f39ac
refactor: replace some legacy css color variables
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-04-22 23:12:25 +08:00
Innei
614a0a99d6
fix(dependencies): add expo-image patch to resolves `CUICatalog: Invalid asset name supplied: ''`
...
- Included the expo-image package with its corresponding patch in package.json.
- Updated pnpm-lock.yaml to reflect the new expo-image dependency and its patch hash.
These changes ensure that the expo-image package is properly integrated and managed within the project.
Signed-off-by: Innei <tukon479@gmail.com>
2025-04-22 13:26:29 +08:00
dependabot[bot]
fd74a0ed7e
build(deps): bump the minor-and-patch group across 1 directory with 29 updates ( #3537 )
...
Bumps the minor-and-patch group with 29 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint ) | `9.24.0` | `9.25.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) | `6.2.6` | `6.3.2` |
| [vite-bundle-analyzer](https://github.com/nonzzz/vite-bundle-analyzer ) | `0.18.1` | `0.19.0` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react ) | `4.4.0` | `4.4.1` |
| [hono](https://github.com/honojs/hono ) | `4.7.6` | `4.7.7` |
| [expo-splash-screen](https://github.com/expo/expo/tree/HEAD/packages/expo-splash-screen ) | `0.29.22` | `0.29.24` |
| [react-native-video](https://github.com/TheWidlarzGroup/react-native-video ) | `6.12.0` | `6.13.0` |
| [fastify](https://github.com/fastify/fastify ) | `5.3.0` | `5.3.2` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives ) | `1.1.4` | `1.1.6` |
| [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives ) | `1.1.5` | `1.2.2` |
| [@radix-ui/react-context-menu](https://github.com/radix-ui/primitives ) | `2.2.7` | `2.2.11` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives ) | `1.1.7` | `1.1.10` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives ) | `2.1.7` | `2.1.11` |
| [@radix-ui/react-hover-card](https://github.com/radix-ui/primitives ) | `1.1.7` | `1.1.10` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives ) | `2.1.3` | `2.1.4` |
| [@radix-ui/react-navigation-menu](https://github.com/radix-ui/primitives ) | `1.2.6` | `1.2.9` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives ) | `1.1.7` | `1.1.10` |
| [@radix-ui/react-radio-group](https://github.com/radix-ui/primitives ) | `1.2.4` | `1.3.3` |
| [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives ) | `1.2.4` | `1.2.5` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives ) | `2.1.7` | `2.2.2` |
| [@radix-ui/react-slider](https://github.com/radix-ui/primitives ) | `1.2.4` | `1.3.2` |
| [@radix-ui/react-switch](https://github.com/radix-ui/primitives ) | `1.1.4` | `1.2.2` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives ) | `1.1.4` | `1.1.8` |
| [@radix-ui/react-toast](https://github.com/radix-ui/primitives ) | `1.2.7` | `1.2.10` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives ) | `1.2.0` | `1.2.3` |
| [electron-log](https://github.com/megahertz/electron-log ) | `5.3.3` | `5.3.4` |
| [@electron-toolkit/preload](https://github.com/alex8088/electron-toolkit/tree/HEAD/packages/preload ) | `3.0.1` | `3.0.2` |
| [tldts](https://github.com/remusao/tldts ) | `7.0.0` | `7.0.1` |
| [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector ) | `8.0.4` | `8.0.5` |
Updates `eslint` from 9.24.0 to 9.25.0
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.24.0...v9.25.0 )
Updates `vite` from 6.2.6 to 6.3.2
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.2/packages/vite )
Updates `vite-bundle-analyzer` from 0.18.1 to 0.19.0
- [Release notes](https://github.com/nonzzz/vite-bundle-analyzer/releases )
- [Changelog](https://github.com/nonzzz/vite-bundle-analyzer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nonzzz/vite-bundle-analyzer/compare/v0.18.1...v0.19.0 )
Updates `@vitejs/plugin-react` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.4.1/packages/plugin-react )
Updates `hono` from 4.7.6 to 4.7.7
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.7.6...v4.7.7 )
Updates `expo-splash-screen` from 0.29.22 to 0.29.24
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-splash-screen/CHANGELOG.md )
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-splash-screen )
Updates `react-native-video` from 6.12.0 to 6.13.0
- [Release notes](https://github.com/TheWidlarzGroup/react-native-video/releases )
- [Changelog](https://github.com/TheWidlarzGroup/react-native-video/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.12.0...v6.13.0 )
Updates `fastify` from 5.3.0 to 5.3.2
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v5.3.0...v5.3.2 )
Updates `@radix-ui/react-avatar` from 1.1.4 to 1.1.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-checkbox` from 1.1.5 to 1.2.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-context-menu` from 2.2.7 to 2.2.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-dialog` from 1.1.7 to 1.1.10
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-dropdown-menu` from 2.1.7 to 2.1.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-hover-card` from 1.1.7 to 1.1.10
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-label` from 2.1.3 to 2.1.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-navigation-menu` from 1.2.6 to 1.2.9
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-popover` from 1.1.7 to 1.1.10
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-radio-group` from 1.2.4 to 1.3.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-scroll-area` from 1.2.4 to 1.2.5
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-select` from 2.1.7 to 2.2.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-slider` from 1.2.4 to 1.3.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-switch` from 1.1.4 to 1.2.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-tabs` from 1.1.4 to 1.1.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-toast` from 1.2.7 to 1.2.10
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-tooltip` from 1.2.0 to 1.2.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `electron-log` from 5.3.3 to 5.3.4
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/megahertz/electron-log/compare/v5.3.3...v5.3.4 )
Updates `@electron-toolkit/preload` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/alex8088/electron-toolkit/releases )
- [Changelog](https://github.com/alex8088/electron-toolkit/blob/master/packages/preload/CHANGELOG.md )
- [Commits](https://github.com/alex8088/electron-toolkit/commits/preload@3.0.2/packages/preload )
Updates `tldts` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/remusao/tldts/releases )
- [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md )
- [Commits](https://github.com/remusao/tldts/compare/v7.0.0...v7.0.1 )
Updates `i18next-browser-languagedetector` from 8.0.4 to 8.0.5
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-browser-languageDetector/compare/v8.0.4...v8.0.5 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.25.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: vite
dependency-version: 6.3.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: vite-bundle-analyzer
dependency-version: 0.19.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@vitejs/plugin-react"
dependency-version: 4.4.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: hono
dependency-version: 4.7.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: expo-splash-screen
dependency-version: 0.29.24
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-native-video
dependency-version: 6.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: fastify
dependency-version: 5.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-avatar"
dependency-version: 1.1.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-checkbox"
dependency-version: 1.2.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-context-menu"
dependency-version: 2.2.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-dialog"
dependency-version: 1.1.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-dropdown-menu"
dependency-version: 2.1.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-hover-card"
dependency-version: 1.1.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-label"
dependency-version: 2.1.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-navigation-menu"
dependency-version: 1.2.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-popover"
dependency-version: 1.1.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-radio-group"
dependency-version: 1.3.3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-scroll-area"
dependency-version: 1.2.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-select"
dependency-version: 2.2.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-slider"
dependency-version: 1.3.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-switch"
dependency-version: 1.2.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-tabs"
dependency-version: 1.1.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-toast"
dependency-version: 1.2.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-tooltip"
dependency-version: 1.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: electron-log
dependency-version: 5.3.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@electron-toolkit/preload"
dependency-version: 3.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: tldts
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: i18next-browser-languagedetector
dependency-version: 8.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-20 17:14:19 +08:00
DIYgod
a34588baf2
release(desktop): Release v0.4.3
...
release(desktop): Release v0.4.3
2025-04-20 12:15:41 +08:00
DIYgod
4f341cede9
chore: downgrade vite
2025-04-18 21:25:13 +08:00
Innei
3e7e5c3494
chore: update nbump to version 2.1.0 in package.json and pnpm-lock.yaml
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-04-18 17:06:10 +08:00
Innei
bf8529cf2b
chore: update deps
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-04-18 13:19:06 +08:00
Stephen Zhou
931eabda6e
chore: use exact version, update hono type
2025-04-13 18:54:15 +08:00
DIYgod
b284c275fd
chore: update dependencies ( #3477 )
...
* chore: update dependencies
* fix: types
2025-04-13 18:16:27 +08:00
dependabot[bot]
34d7ed804e
build(deps): bump the minor-and-patch group with 39 updates ( #3408 )
...
Bumps the minor-and-patch group with 39 updates:
| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite ) | `1.2.7` | `1.2.8` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets ) | `1.2.29` | `1.2.30` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `22.13.14` | `22.14.0` |
| [eslint](https://github.com/eslint/eslint ) | `9.23.0` | `9.24.0` |
| [turbo](https://github.com/vercel/turborepo ) | `2.4.4` | `2.5.0` |
| [typescript](https://github.com/microsoft/TypeScript ) | `5.8.2` | `5.8.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) | `6.2.3` | `6.2.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) | `3.0.9` | `3.1.1` |
| [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins ) | `3.2.4` | `3.3.1` |
| [electron](https://github.com/electron/electron ) | `34.4.1` | `34.5.0` |
| [@react-native-firebase/analytics](https://github.com/invertase/react-native-firebase ) | `21.12.3` | `21.13.0` |
| [@react-native-firebase/app](https://github.com/invertase/react-native-firebase ) | `21.12.3` | `21.13.0` |
| [@react-native-firebase/app-check](https://github.com/invertase/react-native-firebase ) | `21.12.3` | `21.13.0` |
| [@react-native-firebase/crashlytics](https://github.com/invertase/react-native-firebase ) | `21.12.3` | `21.13.0` |
| [@tanstack/query-sync-storage-persister](https://github.com/TanStack/query/tree/HEAD/packages/query-sync-storage-persister ) | `5.70.0` | `5.71.10` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query ) | `5.70.0` | `5.71.10` |
| [@tanstack/react-query-persist-client](https://github.com/TanStack/query/tree/HEAD/packages/react-query-persist-client ) | `5.70.0` | `5.71.10` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler ) | `2.24.0` | `2.25.0` |
| [react-native-ios-context-menu](https://github.com/dominicstop/react-native-ios-context-menu ) | `3.1.0` | `3.1.1` |
| [react-native-ios-utilities](https://github.com/dominicstop/react-native-ios-utilities ) | `5.1.3` | `5.1.4` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated ) | `3.17.1` | `3.17.2` |
| [react-native-web](https://github.com/necolas/react-native-web ) | `0.19.13` | `0.20.0` |
| [eas-cli](https://github.com/expo/eas-cli ) | `16.1.0` | `16.2.1` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript ) | `9.10.1` | `9.11.0` |
| [framer-motion](https://github.com/motiondivision/motion ) | `12.6.2` | `12.6.3` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) | `7.4.1` | `7.5.0` |
| [sonner](https://github.com/emilkowalski/sonner ) | `2.0.2` | `2.0.3` |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react ) | `2.2.0` | `2.2.1` |
| [@microflash/remark-callout-directives](https://github.com/Microflash/remark-callout-directives ) | `4.3.3` | `4.4.0` |
| [remark-rehype](https://github.com/remarkjs/remark-rehype ) | `11.1.1` | `11.1.2` |
| [dompurify](https://github.com/cure53/DOMPurify ) | `3.2.4` | `3.2.5` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge ) | `3.0.2` | `3.1.0` |
| [@sentry/electron](https://github.com/getsentry/sentry-electron ) | `6.3.0` | `6.4.0` |
| [@lottiefiles/dotlottie-react](https://github.com/LottieFiles/dotlottie-web/tree/HEAD/packages/react ) | `0.13.2` | `0.13.3` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools ) | `5.70.0` | `5.71.10` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual ) | `3.13.5` | `3.13.6` |
| [embla-carousel-react](https://github.com/davidjerleke/embla-carousel ) | `8.5.2` | `8.6.0` |
| [embla-carousel-wheel-gestures](https://github.com/xiel/embla-carousel-wheel-gestures ) | `8.0.1` | `8.0.2` |
| [firebase](https://github.com/firebase/firebase-js-sdk ) | `11.5.0` | `11.6.0` |
Updates `@eslint/compat` from 1.2.7 to 1.2.8
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json )
- [Commits](https://github.com/eslint/rewrite/compare/compat-v1.2.7...compat-v1.2.8 )
Updates `@iconify-json/simple-icons` from 1.2.29 to 1.2.30
- [Commits](https://github.com/iconify/icon-sets/commits )
Updates `@types/node` from 22.13.14 to 22.14.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `eslint` from 9.23.0 to 9.24.0
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.23.0...v9.24.0 )
Updates `turbo` from 2.4.4 to 2.5.0
- [Release notes](https://github.com/vercel/turborepo/releases )
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md )
- [Commits](https://github.com/vercel/turborepo/compare/v2.4.4...v2.5.0 )
Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/commits )
Updates `vite` from 6.2.3 to 6.2.5
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite )
Updates `vitest` from 3.0.9 to 3.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.1/packages/vitest )
Updates `@sentry/vite-plugin` from 3.2.4 to 3.3.1
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.4...3.3.1 )
Updates `electron` from 34.4.1 to 34.5.0
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v34.4.1...v34.5.0 )
Updates `@react-native-firebase/analytics` from 21.12.3 to 21.13.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases )
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md )
- [Commits](https://github.com/invertase/react-native-firebase/compare/v21.12.3...v21.13.0 )
Updates `@react-native-firebase/app` from 21.12.3 to 21.13.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases )
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md )
- [Commits](https://github.com/invertase/react-native-firebase/compare/v21.12.3...v21.13.0 )
Updates `@react-native-firebase/app-check` from 21.12.3 to 21.13.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases )
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md )
- [Commits](https://github.com/invertase/react-native-firebase/compare/v21.12.3...v21.13.0 )
Updates `@react-native-firebase/crashlytics` from 21.12.3 to 21.13.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases )
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md )
- [Commits](https://github.com/invertase/react-native-firebase/compare/v21.12.3...v21.13.0 )
Updates `@tanstack/query-sync-storage-persister` from 5.70.0 to 5.71.10
- [Release notes](https://github.com/TanStack/query/releases )
- [Commits](https://github.com/TanStack/query/commits/v5.71.10/packages/query-sync-storage-persister )
Updates `@tanstack/react-query` from 5.70.0 to 5.71.10
- [Release notes](https://github.com/TanStack/query/releases )
- [Commits](https://github.com/TanStack/query/commits/v5.71.10/packages/react-query )
Updates `@tanstack/react-query-persist-client` from 5.70.0 to 5.71.10
- [Release notes](https://github.com/TanStack/query/releases )
- [Commits](https://github.com/TanStack/query/commits/v5.71.10/packages/react-query-persist-client )
Updates `react-native-gesture-handler` from 2.24.0 to 2.25.0
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases )
- [Commits](https://github.com/software-mansion/react-native-gesture-handler/compare/2.24.0...2.25.0 )
Updates `react-native-ios-context-menu` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/dominicstop/react-native-ios-context-menu/releases )
- [Commits](https://github.com/dominicstop/react-native-ios-context-menu/compare/v3.1.0...v3.1.1 )
Updates `react-native-ios-utilities` from 5.1.3 to 5.1.4
- [Release notes](https://github.com/dominicstop/react-native-ios-utilities/releases )
- [Commits](https://github.com/dominicstop/react-native-ios-utilities/compare/v5.1.3...v5.1.4 )
Updates `react-native-reanimated` from 3.17.1 to 3.17.2
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases )
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/3.17.2/packages/react-native-reanimated )
Updates `react-native-web` from 0.19.13 to 0.20.0
- [Release notes](https://github.com/necolas/react-native-web/releases )
- [Commits](https://github.com/necolas/react-native-web/compare/0.19.13...0.20.0 )
Updates `eas-cli` from 16.1.0 to 16.2.1
- [Release notes](https://github.com/expo/eas-cli/releases )
- [Changelog](https://github.com/expo/eas-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/expo/eas-cli/compare/v16.1.0...v16.2.1 )
Updates `@sentry/react` from 9.10.1 to 9.11.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/9.10.1...9.11.0 )
Updates `framer-motion` from 12.6.2 to 12.6.3
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md )
- [Commits](https://github.com/motiondivision/motion/compare/v12.6.2...v12.6.3 )
Updates `react-router` from 7.4.1 to 7.5.0
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.5.0/packages/react-router )
Updates `sonner` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/emilkowalski/sonner/releases )
- [Commits](https://github.com/emilkowalski/sonner/compare/v2.0.2...v2.0.3 )
Updates `@headlessui/react` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/tailwindlabs/headlessui/releases )
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.1/packages/@headlessui-react )
Updates `@microflash/remark-callout-directives` from 4.3.3 to 4.4.0
- [Release notes](https://github.com/Microflash/remark-callout-directives/releases )
- [Changelog](https://github.com/Microflash/remark-callout-directives/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Microflash/remark-callout-directives/compare/v4.3.3...v4.4.0 )
Updates `remark-rehype` from 11.1.1 to 11.1.2
- [Release notes](https://github.com/remarkjs/remark-rehype/releases )
- [Commits](https://github.com/remarkjs/remark-rehype/compare/11.1.1...11.1.2 )
Updates `dompurify` from 3.2.4 to 3.2.5
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/3.2.4...3.2.5 )
Updates `tailwind-merge` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases )
- [Commits](https://github.com/dcastil/tailwind-merge/compare/v3.0.2...v3.1.0 )
Updates `@sentry/electron` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/getsentry/sentry-electron/releases )
- [Changelog](https://github.com/getsentry/sentry-electron/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-electron/compare/6.3.0...6.4.0 )
Updates `@lottiefiles/dotlottie-react` from 0.13.2 to 0.13.3
- [Release notes](https://github.com/LottieFiles/dotlottie-web/releases )
- [Changelog](https://github.com/LottieFiles/dotlottie-web/blob/main/packages/react/CHANGELOG.md )
- [Commits](https://github.com/LottieFiles/dotlottie-web/commits/HEAD/packages/react )
Updates `@tanstack/react-query-devtools` from 5.70.0 to 5.71.10
- [Release notes](https://github.com/TanStack/query/releases )
- [Commits](https://github.com/TanStack/query/commits/v5.71.10/packages/react-query-devtools )
Updates `@tanstack/react-virtual` from 3.13.5 to 3.13.6
- [Release notes](https://github.com/TanStack/virtual/releases )
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md )
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.13.6/packages/react-virtual )
Updates `embla-carousel-react` from 8.5.2 to 8.6.0
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases )
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.5.2...v8.6.0 )
Updates `embla-carousel-wheel-gestures` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/xiel/embla-carousel-wheel-gestures/releases )
- [Commits](https://github.com/xiel/embla-carousel-wheel-gestures/compare/v8.0.1...v8.0.2 )
Updates `firebase` from 11.5.0 to 11.6.0
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases )
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md )
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@11.5.0...firebase@11.6.0 )
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-version: 1.2.8
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@iconify-json/simple-icons"
dependency-version: 1.2.30
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@types/node"
dependency-version: 22.14.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: eslint
dependency-version: 9.24.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: turbo
dependency-version: 2.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: typescript
dependency-version: 5.8.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: vite
dependency-version: 6.2.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: vitest
dependency-version: 3.1.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@sentry/vite-plugin"
dependency-version: 3.3.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: electron
dependency-version: 34.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@react-native-firebase/analytics"
dependency-version: 21.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@react-native-firebase/app"
dependency-version: 21.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@react-native-firebase/app-check"
dependency-version: 21.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@react-native-firebase/crashlytics"
dependency-version: 21.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@tanstack/query-sync-storage-persister"
dependency-version: 5.71.10
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query"
dependency-version: 5.71.10
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query-persist-client"
dependency-version: 5.71.10
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: react-native-gesture-handler
dependency-version: 2.25.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: react-native-ios-context-menu
dependency-version: 3.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-native-ios-utilities
dependency-version: 5.1.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-native-reanimated
dependency-version: 3.17.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-native-web
dependency-version: 0.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: eas-cli
dependency-version: 16.2.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@sentry/react"
dependency-version: 9.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: framer-motion
dependency-version: 12.6.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-router
dependency-version: 7.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: sonner
dependency-version: 2.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@headlessui/react"
dependency-version: 2.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@microflash/remark-callout-directives"
dependency-version: 4.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: remark-rehype
dependency-version: 11.1.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: dompurify
dependency-version: 3.2.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: tailwind-merge
dependency-version: 3.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@sentry/electron"
dependency-version: 6.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@lottiefiles/dotlottie-react"
dependency-version: 0.13.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query-devtools"
dependency-version: 5.71.10
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-virtual"
dependency-version: 3.13.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: embla-carousel-react
dependency-version: 8.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: embla-carousel-wheel-gestures
dependency-version: 8.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: firebase
dependency-version: 11.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-06 00:06:32 +08:00
DIYgod
1d534b4f42
chore: upgrade expo to fix xcode 16.3 build
2025-04-04 13:09:37 +08:00
Stephen Zhou
7efa6aa96a
feat(mobile): translation for operation ( #3396 )
2025-04-03 12:25:54 +08:00
Stephen Zhou
b95237f22e
refactor: move locales folder ( #3374 )
...
* chore: move locales out
* fix: correct import
* move generate local script
2025-03-31 18:59:29 +08:00