storm-software / cyclone-ui

🌀 A repository containing Tamagui based design components used by Storm Software. Like Shadcn UI, the components are copied into other repositories via the Cyclone CLI.
https://cyclone-ui.com
Apache License 2.0
4 stars 0 forks source link

fix(deps): update patch prod dependencies (patch) - autoclosed #57

Closed renovate[bot] closed 2 days ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.14.5 -> ^7.24.4 age adoption passing confidence
@nx/devkit (source) 19.3.1 -> 19.3.2 age adoption passing confidence
@nx/js (source) 19.3.1 -> 19.3.2 age adoption passing confidence
@react-navigation/native (source) ~6.1.9 -> ~6.1.0 age adoption passing confidence
@storybook/addons (source) 7.6.10 -> 7.6.17 age adoption passing confidence
@storybook/theming (source) 7.6.10 -> 7.6.20 age adoption passing confidence
@trpc/client (source) 11.0.0-rc.382 -> 11.0.0-rc.502 age adoption passing confidence
@trpc/server (source) 11.0.0-rc.382 -> 11.0.0-rc.502 age adoption passing confidence
@types/jest (source) ^29.5.8 -> ^29.5.12 age adoption passing confidence
@types/node (source) 20.9.0 -> 20.9.5 age adoption passing confidence
@types/react (source) 18.3.1 -> 18.3.5 age adoption passing confidence
expo (source) 51.0.9 -> 51.0.32 age adoption passing confidence
expo-modules-core (source) ^1.11.13 -> ^1.12.12 age adoption passing confidence
expo-router (source) ^3.3.1 -> ^3.4.8 age adoption passing confidence
glob ^10.4.1 -> ^10.4.2 age adoption passing confidence
next (source) 14.2.3 -> 14.2.11 age adoption passing confidence
pkg-types ^1.1.0 -> ^1.1.1 age adoption passing confidence
prettier (source) ^3.0.3 -> ^3.3.2 age adoption passing confidence
prettier-plugin-packagejson ^2.4.6 -> ^2.5.0 age adoption passing confidence
react-native (source, changelog) 0.74.1 -> 0.74.5 age adoption passing confidence
storybook (source) 7.6.10 -> 7.6.20 age adoption passing confidence
terser (source) ^5.24.0 -> ^5.31.1 age adoption passing confidence
ts-jest (source) ^29.1.1 -> ^29.1.2 age adoption passing confidence
zustand >=4.3.9 -> 4.5.5 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

babel/babel (@​babel/core) ### [`v7.24.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7249-2024-07-15) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.8...v7.24.9) ##### :bug: Bug Fix - `babel-core`, `babel-standalone` - [#​16639](https://redirect.github.com/babel/babel/pull/16639) Avoid `require()` call in `@babel/standalone` bundle ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-types` - [#​16638](https://redirect.github.com/babel/babel/pull/16638) fix: provide legacy typings for TS < 4.1 ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :nail_care: Polish - `babel-generator`, `babel-plugin-transform-optional-chaining` - [#​16617](https://redirect.github.com/babel/babel/pull/16617) Avoid extra parens in TS `as`/`satisfies` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-module-transforms` - [#​16629](https://redirect.github.com/babel/babel/pull/16629) Lazy top-level initializations for module transforms ([@​guybedford](https://redirect.github.com/guybedford)) ### [`v7.24.8`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7248-2024-07-11) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.7...v7.24.8) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​16567](https://redirect.github.com/babel/babel/pull/16567) Do not use strict mode in TS `declare` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :bug: Bug Fix - `babel-generator` - [#​16630](https://redirect.github.com/babel/babel/pull/16630) Correctly print parens around `in` in `for` heads ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16626](https://redirect.github.com/babel/babel/pull/16626) Fix printing of comments in `await using` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16591](https://redirect.github.com/babel/babel/pull/16591) fix typescript code generation for yield expression inside type expre… ([@​SreeXD](https://redirect.github.com/SreeXD)) - `babel-parser` - [#​16613](https://redirect.github.com/babel/babel/pull/16613) Disallow destructuring assignment in `using` declarations ([@​H0onnn](https://redirect.github.com/H0onnn)) - [#​16490](https://redirect.github.com/babel/babel/pull/16490) fix: do not add `.value: undefined` to regexp literals ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-types` - [#​16615](https://redirect.github.com/babel/babel/pull/16615) Remove boolean props from `ObjectTypeInternalSlot` visitor keys ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​16566](https://redirect.github.com/babel/babel/pull/16566) fix: Correctly handle `export import x =` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-generator` - [#​16625](https://redirect.github.com/babel/babel/pull/16625) Avoid unnecessary parens around `async` in `for await` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-traverse` - [#​16619](https://redirect.github.com/babel/babel/pull/16619) Avoid checking `Scope.globals` multiple times ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ### [`v7.24.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.6...v7.24.7) ##### :bug: Bug Fix - `babel-node` - [#​16554](https://redirect.github.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-traverse` - [#​16522](https://redirect.github.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#​16524](https://redirect.github.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16525](https://redirect.github.com/babel/babel/pull/16525) Delete unused array helpers ([@​blakewilson](https://redirect.github.com/blakewilson)) ### [`v7.24.6`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.5...v7.24.6) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#​16514](https://redirect.github.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#​16515](https://redirect.github.com/babel/babel/pull/16515) Fix source maps for template literals ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16485](https://redirect.github.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@​JLHwung](https://redirect.github.com/JLHwung)) - [#​16484](https://redirect.github.com/babel/babel/pull/16484) Fix decorator bare yield await ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16483](https://redirect.github.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#​16476](https://redirect.github.com/babel/babel/pull/16476) fix: Correctly parse `cls.fn = x` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16501](https://redirect.github.com/babel/babel/pull/16501) Generate helper metadata at build time ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helpers` - [#​16499](https://redirect.github.com/babel/babel/pull/16499) Add `tsconfig.json` for `@babel/helpers/src/helpers` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-cli`, `babel-helpers`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16495](https://redirect.github.com/babel/babel/pull/16495) Move all runtime helpers to individual files ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-parser`, `babel-traverse` - [#​16482](https://redirect.github.com/babel/babel/pull/16482) Statically generate boilerplate for bitfield accessors ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - Other - [#​16466](https://redirect.github.com/babel/babel/pull/16466) Migrate import assertions syntax ([@​JLHwung](https://redirect.github.com/JLHwung)) ### [`v7.24.5`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7245-2024-04-29) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.4...v7.24.5) ##### :bug: Bug Fix - `babel-plugin-transform-classes`, `babel-traverse` - [#​16377](https://redirect.github.com/babel/babel/pull/16377) fix: TypeScript annotation affects output ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management`, `babel-runtime-corejs3` - [#​16440](https://redirect.github.com/babel/babel/pull/16440) Fix suppressed error order ([@​sossost](https://redirect.github.com/sossost)) - [#​16408](https://redirect.github.com/babel/babel/pull/16408) Await nullish async disposable ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :nail_care: Polish - `babel-parser` - [#​16407](https://redirect.github.com/babel/babel/pull/16407) Recover from exported `using` declaration ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :house: Internal - Other - [#​16414](https://redirect.github.com/babel/babel/pull/16414) Relax ESLint peerDependency constraint to allow v9 ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-parser` - [#​16425](https://redirect.github.com/babel/babel/pull/16425) Improve `@babel/parser` AST types ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16417](https://redirect.github.com/babel/babel/pull/16417) Always pass type argument to `.startNode` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-module-transforms`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-plugin-bugfix-firefox-class-in-computed-class-key`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-traverse` - [#​16439](https://redirect.github.com/babel/babel/pull/16439) Make `NodePath` distributive ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-plugin-proposal-partial-application`, `babel-types` - [#​16421](https://redirect.github.com/babel/babel/pull/16421) Remove `JSXNamespacedName` from valid `CallExpression` args ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-plugin-transform-class-properties`, `babel-preset-env` - [#​16406](https://redirect.github.com/babel/babel/pull/16406) Do not load unnecessary Babel 7 syntax plugins in Babel 8 ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-helpers`, `babel-preset-env`, `babel-runtime-corejs3` - [#​16357](https://redirect.github.com/babel/babel/pull/16357) Performance: improve `objectWithoutPropertiesLoose` on V8 ([@​romgrk](https://redirect.github.com/romgrk))
nrwl/nx (@​nx/devkit) ### [`v19.3.2`](https://redirect.github.com/nrwl/nx/releases/tag/19.3.2) [Compare Source](https://redirect.github.com/nrwl/nx/compare/19.3.1...19.3.2) ##### 19.3.2 (2024-06-26) ##### 🚀 Features - **nx-cloud:** updates to the new onboarding flow ([75b7fa155](https://redirect.github.com/nrwl/nx/commit/75b7fa155)) - **nx-cloud:** unhide new onboarding flow ([73f15ebcc](https://redirect.github.com/nrwl/nx/commit/73f15ebcc)) - **release:** allow disabling GitHub username matching in default changelog renderer ([#​26672](https://redirect.github.com/nrwl/nx/pull/26672)) ##### 🩹 Fixes - **angular:** fix chalk import and correctly skip invalid projects in ng-add generator ([#​26667](https://redirect.github.com/nrwl/nx/pull/26667)) - **angular:** allow usages of ecmascript decorators in ng-packagr executors ([#​26691](https://redirect.github.com/nrwl/nx/pull/26691)) - **angular:** migration of browserTarget to buildTarget should handle empty config [#​26681](https://redirect.github.com/nrwl/nx/issues/26681) ([#​26690](https://redirect.github.com/nrwl/nx/pull/26690), [#​26681](https://redirect.github.com/nrwl/nx/issues/26681)) - **bundling:** use vite createNodes v2 for add plugin ([#​26662](https://redirect.github.com/nrwl/nx/pull/26662)) - **core:** repair sourcemaps that had file & plugin swapped ([#​26628](https://redirect.github.com/nrwl/nx/pull/26628)) - **core:** pick up changes to plugins configuration in daemon ([#​26625](https://redirect.github.com/nrwl/nx/pull/26625)) - **core:** isolated plugins should provide cleanup function ([#​26657](https://redirect.github.com/nrwl/nx/pull/26657)) - **core:** expand env variables on load and unload ([#​26459](https://redirect.github.com/nrwl/nx/pull/26459)) - **graph:** fix search params reload when back to graph ([#​26580](https://redirect.github.com/nrwl/nx/pull/26580)) - **linter:** ensure that [@​nx/eslint-plugin](https://redirect.github.com/nx/eslint-plugin) is installed when we add an extracted base eslintrc file ([#​26679](https://redirect.github.com/nrwl/nx/pull/26679)) - **linter:** handle eslint flat config path correctly in lint executor ([#​26687](https://redirect.github.com/nrwl/nx/pull/26687)) - **module-federation:** module-federation-dev-server hang caused by child process exiting too early ([#​26684](https://redirect.github.com/nrwl/nx/pull/26684), [#​26685](https://redirect.github.com/nrwl/nx/pull/26685)) - **module-federation:** dynamic remotes external to workspace should be skipped correctly [#​26551](https://redirect.github.com/nrwl/nx/issues/26551) ([#​26692](https://redirect.github.com/nrwl/nx/pull/26692), [#​26551](https://redirect.github.com/nrwl/nx/issues/26551)) - **release:** skip dependents of projects without changes in conventional commits ([#​26671](https://redirect.github.com/nrwl/nx/pull/26671)) - **remix:** don't add [@​remix-run/eslint-config](https://redirect.github.com/remix-run/eslint-config) dependency to new remix apps ([#​26568](https://redirect.github.com/nrwl/nx/pull/26568)) - **testing:** accept a numeric value for the playwright executor's workers option ([#​26689](https://redirect.github.com/nrwl/nx/pull/26689)) - **vite:** setup-paths-plugin should only register import once ([#​26678](https://redirect.github.com/nrwl/nx/pull/26678)) - **vite:** incremental builds tmp tsconfig should have baseUrl set to workspace root ([#​26680](https://redirect.github.com/nrwl/nx/pull/26680)) - **webpack:** handle nullable plugin options ([#​26624](https://redirect.github.com/nrwl/nx/pull/26624)) ##### ❤️ Thank You - Colum Ferry [@​Coly010](https://redirect.github.com/Coly010) - Craigory Coppola [@​AgentEnder](https://redirect.github.com/AgentEnder) - Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi) - Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo) - James Henry [@​JamesHenry](https://redirect.github.com/JamesHenry) - Jason Jean [@​FrozenPandaz](https://redirect.github.com/FrozenPandaz) - Josh Kim [@​jooskim](https://redirect.github.com/jooskim) - Katerina Skroumpelou - Leosvel Pérez Espinosa [@​leosvelperez](https://redirect.github.com/leosvelperez) - MaxKless [@​MaxKless](https://redirect.github.com/MaxKless) - Thomas Dekiere
react-navigation/react-navigation (@​react-navigation/native) ### [`v6.1.18`](https://redirect.github.com/react-navigation/react-navigation/releases/tag/%40react-navigation/native%406.1.18) [Compare Source](https://redirect.github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.1.17...@react-navigation/native@6.1.18) **Note:** Version bump only for package [@​react-navigation/native](https://redirect.github.com/react-navigation/native)
storybookjs/storybook (@​storybook/addons) ### [`v7.6.17`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7617) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.16...v7.6.17) - Addon-docs: Fix Table of Contents heading leak - [#​23677](https://redirect.github.com/storybookjs/storybook/pull/23677), thanks [@​vmizg](https://redirect.github.com/vmizg)! - Core: Update ip version to fix CVE-2023-42282 - [#​26086](https://redirect.github.com/storybookjs/storybook/pull/26086), thanks [@​drik98](https://redirect.github.com/drik98)! ### [`v7.6.16`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7616) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.15...v7.6.16) - Addon Themes: Make type generic less strict - [#​26042](https://redirect.github.com/storybookjs/storybook/pull/26042), thanks [@​yannbf](https://redirect.github.com/yannbf)! - Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args [#​26019](https://redirect.github.com/storybookjs/storybook/pull/26019), thanks [@​kasperpeulen](https://redirect.github.com/kasperpeulen)! ### [`v7.6.15`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7615) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.14...v7.6.15) This release accidentally didn't contain anything. ### [`v7.6.14`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7614) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.13...v7.6.14) - Core: Fix boolean `true` args in URL getting ignored - [#​25950](https://redirect.github.com/storybookjs/storybook/pull/25950), thanks [@​JReinhold](https://redirect.github.com/JReinhold)! ### [`v7.6.13`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7613) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.12...v7.6.13) - Next.js: Fix frameworkOptions resolution - [#​25907](https://redirect.github.com/storybookjs/storybook/pull/25907), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - React Native: Fix init fails when package is already installed - [#​25908](https://redirect.github.com/storybookjs/storybook/pull/25908), thanks [@​dannyhw](https://redirect.github.com/dannyhw)! - React Native: Remove watcher from init - [#​25895](https://redirect.github.com/storybookjs/storybook/pull/25895), thanks [@​dannyhw](https://redirect.github.com/dannyhw)! - Webpack: Update StorybookConfig import in core-webpack types.ts - [#​25740](https://redirect.github.com/storybookjs/storybook/pull/25740), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)! ### [`v7.6.12`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7612) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.11...v7.6.12) - CLI: Fix `upgrade` detecting the wrong version of existing Storybooks - [#​25752](https://redirect.github.com/storybookjs/storybook/pull/25752), thanks [@​JReinhold](https://redirect.github.com/JReinhold)! ### [`v7.6.11`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7611) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.10...v7.6.11) - CLI: Update init for react native v7 - [#​25780](https://redirect.github.com/storybookjs/storybook/pull/25780), thanks [@​dannyhw](https://redirect.github.com/dannyhw)! - Codemods: Add support for multiple file extensions in runCodemod function - [#​25708](https://redirect.github.com/storybookjs/storybook/pull/25708), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)!
storybookjs/storybook (@​storybook/theming) ### [`v7.6.20`](https://redirect.github.com/storybookjs/storybook/releases/tag/7.6.20) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.19...7.6.20) - Core: Replace ip function to address security concerns [#​27529](https://redirect.github.com/storybookjs/storybook/pull/27529), thanks [@​tony19](https://redirect.github.com/tony19) - Telemetry: Detect Node version [#​28299](https://redirect.github.com/storybookjs/storybook/pull/28299), thanks [@​yannbf](https://redirect.github.com/yannbf) - Angular: Support v18 [#​27237](https://redirect.github.com/storybookjs/storybook/pull/27237), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic) ### [`v7.6.19`](https://redirect.github.com/storybookjs/storybook/releases/tag/v7.6.19) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.18...v7.6.19) #### 7.6.19 - Fix bad release of `7.6.18` containing wrong dependency identifiers, thanks [@​jreinhold](https://redirect.github.com/jreinhold)! ### [`v7.6.18`](https://redirect.github.com/storybookjs/storybook/releases/tag/v7.6.18) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.17...v7.6.18) ##### 7.6.18 - Core: Fix addon bundling script [#​26145](https://redirect.github.com/storybookjs/storybook/pull/26145), thanks [@​ndelangen](https://redirect.github.com/ndelangen)! ### [`v7.6.17`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7617) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.16...v7.6.17) - Addon-docs: Fix Table of Contents heading leak - [#​23677](https://redirect.github.com/storybookjs/storybook/pull/23677), thanks [@​vmizg](https://redirect.github.com/vmizg)! - Core: Update ip version to fix CVE-2023-42282 - [#​26086](https://redirect.github.com/storybookjs/storybook/pull/26086), thanks [@​drik98](https://redirect.github.com/drik98)! ### [`v7.6.16`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7616) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.15...v7.6.16) - Addon Themes: Make type generic less strict - [#​26042](https://redirect.github.com/storybookjs/storybook/pull/26042), thanks [@​yannbf](https://redirect.github.com/yannbf)! - Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args [#​26019](https://redirect.github.com/storybookjs/storybook/pull/26019), thanks [@​kasperpeulen](https://redirect.github.com/kasperpeulen)! ### [`v7.6.15`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7615) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.14...v7.6.15) This release accidentally didn't contain anything. ### [`v7.6.14`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7614) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.13...v7.6.14) - Core: Fix boolean `true` args in URL getting ignored - [#​25950](https://redirect.github.com/storybookjs/storybook/pull/25950), thanks [@​JReinhold](https://redirect.github.com/JReinhold)! ### [`v7.6.13`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7613) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.12...v7.6.13) - Next.js: Fix frameworkOptions resolution - [#​25907](https://redirect.github.com/storybookjs/storybook/pull/25907), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - React Native: Fix init fails when package is already installed - [#​25908](https://redirect.github.com/storybookjs/storybook/pull/25908), thanks [@​dannyhw](https://redirect.github.com/dannyhw)! - React Native: Remove watcher from init - [#​25895](https://redirect.github.com/storybookjs/storybook/pull/25895), thanks [@​dannyhw](https://redirect.github.com/dannyhw)! - Webpack: Update StorybookConfig import in core-webpack types.ts - [#​25740](https://redirect.github.com/storybookjs/storybook/pull/25740), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)! ### [`v7.6.12`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7612) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.11...v7.6.12) - CLI: Fix `upgrade` detecting the wrong version of existing Storybooks - [#​25752](https://redirect.github.com/storybookjs/storybook/pull/25752), thanks [@​JReinhold](https://redirect.github.com/JReinhold)! ### [`v7.6.11`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7611) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v7.6.10...v7.6.11) - CLI: Update init for react native v7 - [#​25780](https://redirect.github.com/storybookjs/storybook/pull/25780), thanks [@​dannyhw](https://redirect.github.com/dannyhw)! - Codemods: Add support for multiple file extensions in runCodemod function - [#​25708](https://redirect.github.com/storybookjs/storybook/pull/25708), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)!
trpc/trpc (@​trpc/client) ### [`v11.0.0-rc.502`](https://redirect.github.com/trpc/trpc/compare/2a284167b37bb4fd699eb650e31afba304d1ba9a...2a8c5602757cf42727157110270ad55508951da8) [Compare Source](https://redirect.github.com/trpc/trpc/compare/2a284167b37bb4fd699eb650e31afba304d1ba9a...2a8c5602757cf42727157110270ad55508951da8) ### [`v11.0.0-rc.501`](https://redirect.github.com/trpc/trpc/compare/8e82ac3307ecba9362e86fc9ea0491ac8885c32a...2a284167b37bb4fd699eb650e31afba304d1ba9a) [Compare Source](https://redirect.github.com/trpc/trpc/compare/8e82ac3307ecba9362e86fc9ea0491ac8885c32a...2a284167b37bb4fd699eb650e31afba304d1ba9a) ### [`v11.0.0-rc.500`](https://redirect.github.com/trpc/trpc/compare/5714423cc8d807a11466663b22eff67ec7286909...8e82ac3307ecba9362e86fc9ea0491ac8885c32a) [Compare Source](https://redirect.github.com/trpc/trpc/compare/5714423cc8d807a11466663b22eff67ec7286909...8e82ac3307ecba9362e86fc9ea0491ac8885c32a) ### [`v11.0.0-rc.498`](https://redirect.github.com/trpc/trpc/compare/b6a8518701f86b52d8b75e4a40e3567cc73ceb5d...5714423cc8d807a11466663b22eff67ec7286909) [Compare Source](https://redirect.github.com/trpc/trpc/compare/b6a8518701f86b52d8b75e4a40e3567cc73ceb5d...5714423cc8d807a11466663b22eff67ec7286909) ### [`v11.0.0-rc.490`](https://redirect.github.com/trpc/trpc/compare/6b483e3752e666c3fb200f0234c1c8d10c89620e...b6a8518701f86b52d8b75e4a40e3567cc73ceb5d) [Compare Source](https://redirect.github.com/trpc/trpc/compare/6b483e3752e666c3fb200f0234c1c8d10c89620e...b6a8518701f86b52d8b75e4a40e3567cc73ceb5d) ### [`v11.0.0-rc.489`](https://redirect.github.com/trpc/trpc/compare/3cf8f49f5b2ca262d7a13ad780f3e76956922cbb...6b483e3752e666c3fb200f0234c1c8d10c89620e) [Compare Source](https://redirect.github.com/trpc/trpc/compare/3cf8f49f5b2ca262d7a13ad780f3e76956922cbb...6b483e3752e666c3fb200f0234c1c8d10c89620e) ### [`v11.0.0-rc.487`](https://redirect.github.com/trpc/trpc/compare/1c1d824cd61bb00bf115c91010147f11fe026154...3cf8f49f5b2ca262d7a13ad780f3e76956922cbb) [Compare Source](https://redirect.github.com/trpc/trpc/compare/1c1d824cd61bb00bf115c91010147f11fe026154...3cf8f49f5b2ca262d7a13ad780f3e76956922cbb) ### [`v11.0.0-rc.485`](https://redirect.github.com/trpc/trpc/compare/930e652bf9edf2ddbd24b3f75d70e887ad31f10e...1c1d824cd61bb00bf115c91010147f11fe026154) [Compare Source](https://redirect.github.com/trpc/trpc/compare/930e652bf9edf2ddbd24b3f75d70e887ad31f10e...1c1d824cd61bb00bf115c91010147f11fe026154) ### [`v11.0.0-rc.482`](https://redirect.github.com/trpc/trpc/compare/6dc84d9ebef60539d4e835c17aff9ee22cbf204b...930e652bf9edf2ddbd24b3f75d70e887ad31f10e) [Compare Source](https://redirect.github.com/trpc/trpc/compare/6dc84d9ebef60539d4e835c17aff9ee22cbf204b...930e652bf9edf2ddbd24b3f75d70e887ad31f10e) ### [`v11.0.0-rc.480`](https://redirect.github.com/trpc/trpc/compare/a467f831416d19c0bf96139fd4ca576fcf80de2a...6dc84d9ebef60539d4e835c17aff9ee22cbf204b) [Compare Source](https://redirect.github.com/trpc/trpc/compare/a467f831416d19c0bf96139fd4ca576fcf80de2a...6dc84d9ebef60539d4e835c17aff9ee22cbf204b) ### [`v11.0.0-rc.477`](https://redirect.github.com/trpc/trpc/compare/10b4bde0cb497c29d00f3c78c09fe8b64391f93c...a467f831416d19c0bf96139fd4ca576fcf80de2a) [Compare Source](https://redirect.github.com/trpc/trpc/compare/10b4bde0cb497c29d00f3c78c09fe8b64391f93c...a467f831416d19c0bf96139fd4ca576fcf80de2a) ### [`v11.0.0-rc.475`](https://redirect.github.com/trpc/trpc/compare/42b880437961af45a4e59ff33267acbaedc46cec...10b4bde0cb497c29d00f3c78c09fe8b64391f93c) [Compare Source](https://redirect.github.com/trpc/trpc/compare/42b880437961af45a4e59ff33267acbaedc46cec...10b4bde0cb497c29d00f3c78c09fe8b64391f93c) ### [`v11.0.0-rc.474`](https://redirect.github.com/trpc/trpc/compare/8f72171d66590811fb233e8514621017d15632ed...42b880437961af45a4e59ff33267acbaedc46cec) [Compare Source](https://redirect.github.com/trpc/trpc/compare/8f72171d66590811fb233e8514621017d15632ed...42b880437961af45a4e59ff33267acbaedc46cec) ### [`v11.0.0-rc.467`](https://redirect.github.com/trpc/trpc/compare/1e8344ea7733b77b6d1b6dd07f7ed8630295447a...8f72171d66590811fb233e8514621017d15632ed) [Compare Source](https://redirect.github.com/trpc/trpc/compare/1e8344ea7733b77b6d1b6dd07f7ed8630295447a...8f72171d66590811fb233e8514621017d15632ed) ### [`v11.0.0-rc.466`](https://redirect.github.com/trpc/trpc/compare/461733492f066c6eea21149c857bf7f7890e55dd...1e8344ea7733b77b6d1b6dd07f7ed8630295447a) [Compare Source](https://redirect.github.com/trpc/trpc/compare/461733492f066c6eea21149c857bf7f7890e55dd...1e8344ea7733b77b6d1b6dd07f7ed8630295447a) ### [`v11.0.0-rc.465`](https://redirect.github.com/trpc/trpc/compare/f178d3fed131c9036014603665a0803de0533c9a...461733492f066c6eea21149c857bf7f7890e55dd) [Compare Source](https://redirect.github.com/trpc/trpc/compare/f178d3fed131c9036014603665a0803de0533c9a...461733492f066c6eea21149c857bf7f7890e55dd) ### [`v11.0.0-rc.461`](https://redirect.github.com/trpc/trpc/compare/ab0de47480c1b0d52dc1774bc3b5e481f4f420d3...f178d3fed131c9036014603665a0803de0533c9a) [Compare Source](https://redirect.github.com/trpc/trpc/compare/ab0de47480c1b0d52dc1774bc3b5e481f4f420d3...f178d3fed131c9036014603665a0803de0533c9a) ### [`v11.0.0-rc.460`](https://redirect.github.com/trpc/trpc/compare/e14ad2175af4647060a7dd679d293b090636beda...ab0de47480c1b0d52dc1774bc3b5e481f4f420d3) [Compare Source](https://redirect.github.com/trpc/trpc/compare/e14ad2175af4647060a7dd679d293b090636beda...ab0de47480c1b0d52dc1774bc3b5e481f4f420d3) ### [`v11.0.0-rc.459`](https://redirect.github.com/trpc/trpc/compare/46c7eea8285542a1115c9dada7b45e9b07f7c23d...e14ad2175af4647060a7dd679d293b090636beda) [Compare Source](https://redirect.github.com/trpc/trpc/compare/46c7eea8285542a1115c9dada7b45e9b07f7c23d...e14ad2175af4647060a7dd679d293b090636beda) ### [`v11.0.0-rc.458`](https://redirect.github.com/trpc/trpc/compare/a9a2c25b1ead6113bde45bb26c627e3696fb61a8...46c7eea8285542a1115c9dada7b45e9b07f7c23d) [Compare Source](https://redirect.github.com/trpc/trpc/compare/a9a2c25b1ead6113bde45bb26c627e3696fb61a8...46c7eea8285542a1115c9dada7b45e9b07f7c23d) ### [`v11.0.0-rc.456`](https://redirect.github.com/trpc/trpc/compare/244538dd3d42c0df05c7a491def21562e3cce253...a9a2c25b1ead6113bde45bb26c627e3696fb61a8) [Compare Source](https://redirect.github.com/trpc/trpc/compare/244538dd3d42c0df05c7a491def21562e3cce253...a9a2c25b1ead6113bde45bb26c627e3696fb61a8) ### [`v11.0.0-rc.455`](https://redirect.github.com/trpc/trpc/compare/8f18c400cbb76a66b5897032e59d17a8770f0667...244538dd3d42c0df05c7a491def21562e3cce253) [Compare Source](https://redirect.github.com/trpc/trpc/compare/8f18c400cbb76a66b5897032e59d17a8770f0667...244538dd3d42c0df05c7a491def21562e3cce253) ### [`v11.0.0-rc.452`](https://redirect.github.com/trpc/trpc/compare/42acce6ac165dd489ebc11721e1c4dd15f4d8b7a...8f18c400cbb76a66b5897032e59d17a8770f0667) [Compare Source](https://redirect.github.com/trpc/trpc/compare/42acce6ac165dd489ebc11721e1c4dd15f4d8b7a...8f18c400cbb76a66b5897032e59d17a8770f0667) ### [`v11.0.0-rc.449`](https://redirect.github.com/trpc/trpc/compare/c679f5317416367b838f93d07d5a1a103f12fbdf...42acce6ac165dd489ebc11721e1c4dd15f4d8b7a) [Compare Source](https://redirect.github.com/trpc/trpc/compare/c679f5317416367b838f93d07d5a1a103f12fbdf...42acce6ac165dd489ebc11721e1c4dd15f4d8b7a) ### [`v11.0.0-rc.446`](https://redirect.github.com/trpc/trpc/compare/8cb82e3c8f7d036ab5cdbf6dc769c23af7e56f6c...c679f5317416367b838f93d07d5a1a103f12fbdf) [Compare Source](https://redirect.github.com/trpc/trpc/compare/8cb82e3c8f7d036ab5cdbf6dc769c23af7e56f6c...c679f5317416367b838f93d07d5a1a103f12fbdf) ### [`v11.0.0-rc.445`](https://redirect.github.com/trpc/trpc/compare/18aad16142282eb159b683b08e485692d739c38b...8cb82e3c8f7d036ab5cdbf6dc769c23af7e56f6c) [Compare Source](https://redirect.github.com/trpc/trpc/compare/18aad16142282eb159b683b08e485692d739c38b...8cb82e3c8f7d036ab5cdbf6dc769c23af7e56f6c) ### [`v11.0.0-rc.444`](https://redirect.github.com/trpc/trpc/compare/0c4a581449b6cbf187e597dbd7ea29381878f2e8...18aad16142282eb159b683b08e485692d739c38b) [Compare Source](https://redirect.github.com/trpc/trpc/compare/0c4a581449b6cbf187e597dbd7ea29381878f2e8...18aad16142282eb159b683b08e485692d739c38b) ### [`v11.0.0-rc.441`](https://redirect.github.com/trpc/trpc/compare/775af00cc25f1a2397e3f5d7f811f6a8a4b0aa82...0c4a581449b6cbf187e597dbd7ea29381878f2e8) [Compare Source](https://redirect.github.com/trpc/trpc/compare/775af00cc25f1a2397e3f5d7f811f6a8a4b0aa82...0c4a581449b6cbf187e597dbd7ea29381878f2e8) ### [`v11.0.0-rc.439`](https://redirect.github.com/trpc/trpc/compare/fbb4a2fb4b71d2f5ab7ee97617d951f3a92517c8...775af00cc25f1a2397e3f5d7f811f6a8a4b0aa82) [Compare Source](https://redirect.github.com/trpc/trpc/compare/fbb4a2fb4b71d2f5ab7ee97617d951f3a92517c8...775af00cc25f1a2397e3f5d7f811f6a8a4b0aa82) ### [`v11.0.0-rc.436`](https://redirect.github.com/trpc/trpc/compare/c14c98cad9298f0595a3e3dd0a1aebaf76490d14...fbb4a2fb4b71d2f5ab7ee97617d951f3a92517c8) [Compare Source](https://redirect.github.com/trpc/trpc/compare/c14c98cad9298f0595a3e3dd0a1aebaf76490d14...fbb4a2fb4b71d2f5ab7ee97617d951f3a92517c8) ### [`v11.0.0-rc.435`](https://redirect.github.com/trpc/trpc/compare/014d1c839e43d41863559f534c836ad17d8bfc83...c14c98cad9298f0595a3e3dd0a1aebaf76490d14) [Compare Source](https://redirect.github.com/trpc/trpc/compare/014d1c839e43d41863559f534c836ad17d8bfc83...c14c98cad9298f0595a3e3dd0a1aebaf76490d14) ### [`v11.0.0-rc.433`](https://redirect.github.com/trpc/trpc/compare/f9477e2791948cfb8adb052a1d47dace7f124d06...014d1c839e43d41863559f534c836ad17d8bfc83) [Compare Source](https://redirect.github.com/trpc/trpc/compare/f9477e2791948cfb8adb052a1d47dace7f124d06...014d1c839e43d41863559f534c836ad17d8bfc83) ### [`v11.0.0-rc.432`](https://redirect.github.com/trpc/trpc/compare/bce4f97e94841e1ed3cb48f9116a672a6bad6695...f9477e2791948cfb8adb052a1d47dace7f124d06) [Compare Source](https://redirect.github.com/trpc/trpc/compare/bce4f97e94841e1ed3cb48f9116a672a6bad6695...f9477e2791948cfb8adb052a1d47dace7f124d06) ### [`v11.0.0-rc.421`](https://redirect.github.com/trpc/trpc/compare/343b6de2ea719347bffe8332f37589c66c323349...bce4f97e94841e1ed3cb48f9116a672a6bad6695) [Compare Source](https://redirect.github.com/trpc/trpc/compare/343b6de2ea719347bffe8332f37589c66c323349...bce4f97e94841e1ed3cb48f9116a672a6bad6695) ### [`v11.0.0-rc.419`](https://redirect.github.com/trpc/trpc/compare/94650c185b067c86f2e71fb224b1e70f463632b7...343b6de2ea719347bffe8332f37589c66c323349) [Compare Source](https://redirect.github.com/trpc/trpc/compare/94650c185b067c86f2e71fb224b1e70f463632b7...343b6de2ea719347bffe8332f37589c66c323349) ### [`v11.0.0-rc.417`](https://redirect.github.com/trpc/trpc/compare/87f0cbc948c7b3a1a642cf9dde710bcabec7bc0c...94650c185b067c86f2e71fb224b1e70f463632b7) [Compare Source](https://redirect.github.com/trpc/trpc/compare/87f0cbc948c7b3a1a642cf9dde710bcabec7bc0c...94650c185b067c86f2e71fb224b1e70f463632b7) ### [`v11.0.0-rc.413`](https://redirect.github.com/trpc/trpc/compare/ab71a1be689e84b7503c6adbcd98c3c424217920...87f0cbc948c7b3a1a642cf9dde710bcabec7bc0c) [Compare Source](https://redirect.github.com/trpc/trpc/compare/ab71a1be689e84b7503c6adbcd98c3c424217920...87f0cbc948c7b3a1a642cf9dde710bcabec7bc0c) ### [`v11.0.0-rc.403`](https://redirect.github.com/trpc/trpc/compare/f5eb0631e46f99fa9723ae3cfc043350f5fce4b6...ab71a1be689e84b7503c6adbcd98c3c424217920) [Compare Source](https://redirect.github.com/trpc/trpc/compare/f5eb0631e46f99fa9723ae3cfc043350f5fce4b6...ab71a1be689e84b7503c6adbcd98c3c424217920) ### [`v11.0.0-rc.402`](https://redirect.github.com/trpc/trpc/compare/91720833b050e7ba5130dd51b3e03c4e860ed159...f5eb0631e46f99fa9723ae3cfc043350f5fce4b6) [Compare Source](https://redirect.github.com/trpc/trpc/compare/91720833b050e7ba5130dd51b3e03c4e860ed159...f5eb0631e46f99fa9723ae3cfc043350f5fce4b6) ### [`v11.0.0-rc.401`](https://redirect.github.com/trpc/trpc/compare/e2bcb75a95591186ee18752c040ecba870014919...91720833b050e7ba5130dd51b3e03c4e860ed159) [Compare Source](https://redirect.github.com/trpc/trpc/compare/e2bcb75a95591186ee18752c040ecba870014919...91720833b050e7ba5130dd51b3e03c4e860ed159) ### [`v11.0.0-rc.396`](https://redirect.github.com/trpc/trpc/compare/eab054f77f6c86bee3a3959b8312fdefd739378a...e2bcb75a95591186ee18752c040ecba870014919) [Compare Source](https://redirect.github.com/trpc/trpc/compare/eab054f77f6c86bee3a3959b8312fdefd739378a...e2bcb75a95591186ee18752c040ecba870014919) ### [`v11.0.0-rc.394`](https://redirect.github.com/trpc/trpc/compare/d846f1796c969778b647dcba43b2bcff1b3a4830...eab054f77f6c86bee3a3959b8312fdefd739378a) [Compare Source](https://redirect.github.com/trpc/trpc/compare/d846f1796c969778b647dcba43b2bcff1b3a4830...eab054f77f6c86bee3a3959b8312fdefd739378a) ### [`v11.

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 was generated by Mend Renovate. View the repository job log.

socket-security[bot] commented 2 months ago

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

Package New capabilities Transitives Size Publisher
npm/@nx/devkit@19.3.2 environment, filesystem, shell, unsafe +1 220 kB nrwl-jason
npm/@nx/js@19.3.2 environment, filesystem, shell Transitive: unsafe +112 7.96 MB nrwl-jason

🚮 Removed packages: npm/@react-navigation/native@6.1.17), npm/@react-navigation/stack@6.3.29), npm/@rehookify/datepicker@6.6.1), npm/@rollup/plugin-url@8.0.2)

View full report↗︎