Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2024

This PR contains the following updates:

Package Change Age Confidence Type Update
@helpwave/hightide (source) ^0.0.17 -> ^0.1.0 age confidence dependencies minor
@radix-ui/react-checkbox (source) 1.1.3 -> 1.3.3 age confidence dependencies minor
@stripe/react-stripe-js ^3.6.0 -> ^3.7.0 age confidence dependencies minor
@stripe/stripe-js (source) ^7.0.0 -> ^7.3.0 age confidence dependencies minor
@tailwindcss/postcss (source) 4.1.3 -> 4.1.16 age confidence dependencies patch
@tanstack/react-query (source) 4.36.1 -> 4.42.0 age confidence dependencies minor
@tanstack/react-query (source) ^4.36.1 -> ^4.42.0 age confidence dependencies minor
@tanstack/react-query-devtools (source) 4.36.1 -> 4.42.0 age confidence dependencies minor
@tanstack/react-query-devtools (source) ^4.36.1 -> ^4.42.0 age confidence dependencies minor
@types/node (source) 20.17.10 -> 20.19.23 age confidence devDependencies minor
@types/react (source) 18.3.17 -> 18.3.26 age confidence devDependencies patch
@types/react-dom (source) 18.3.5 -> 18.3.7 age confidence devDependencies patch
eslint (source) 9.17.0 -> 9.38.0 age confidence devDependencies minor
lucide-react (source) 0.468.0 -> 0.548.0 age confidence dependencies minor
next (source) 15.4.7 -> 15.5.6 age confidence dependencies minor
next (source) ^15.2.4 -> ^15.3.4 age confidence dependencies minor
node 22.15.1-alpine -> 22.21.0-alpine age confidence final minor
node 22.15.1 -> 22.21.0 age confidence stage minor
node 20.18.1 -> 20.19.5 age confidence final minor
oidc-client-ts ^3.1.0 -> ^3.3.0 age confidence dependencies minor
postcss (source) 8.5.3 -> 8.5.6 age confidence dependencies patch
react-hook-form (source) ^7.55.0 -> ^7.65.0 age confidence dependencies minor
react-hot-toast 2.4.1 -> 2.6.0 age confidence dependencies minor
react-intersection-observer 9.14.0 -> 9.16.0 age confidence dependencies minor
rxjs (source) 7.8.1 -> 7.8.2 age confidence dependencies patch
tailwindcss (source) 4.1.3 -> 4.1.16 age confidence dependencies patch
tailwindcss (source) ^4.1.3 -> ^4.1.10 age confidence dependencies patch
typescript (source) 5.7.2 -> 5.9.3 age confidence dependencies minor
typescript (source) 5.7.2 -> 5.9.3 age confidence devDependencies minor
vanilla-cookieconsent (source) 3.0.1 -> 3.1.0 age confidence dependencies minor
zod (source) 3.25.73 -> 3.25.76 age confidence dependencies patch
zod (source) 3.24.1 -> 3.25.76 age confidence dependencies minor

Release Notes

helpwave/hightide (@​helpwave/hightide)

v0.1.36

Compare Source

Changed
  • Changed useLocalStorage to remove values that produce an error on load
Fixed
  • Fixed closing animation for Dialog
  • Fixed LanguageProvider and ThemeProvider to not set undefined values into storage

v0.1.35

Compare Source

Added
  • Added --clean option to barrel script
  • Added useOverwritableState to wrap useState and useEffect in uncontrolled components
  • Added FormElementWrapper onTouched callback and aria-attributes
  • Added ValidatorErrors and translation for selection items
Changed
  • Changed barrel script location to a dedicated scripts folder
  • Split build script in build and build-production
  • Stopped saving of system theme and language values and instead load them if value is not found
Removed
  • Removed index.ts files from version control to force direct imports
  • Removed usages of noop

v0.1.34

Compare Source

Changed
  • Changed Dialog z-index to 100
Fixed
  • Fix FormElementWrapper labelledBy misspelling

v0.1.33

Compare Source

Changed
  • Change Dialog to only use fixed positions

v0.1.32

Compare Source

Changed
  • Changed the default background for surfaces and inputs to create higher contrasts
Fixed
  • Fix a Dialogs description rendering a div when not set
  • Fix initial misalignment of Dialogs in some cases

v0.1.31

Compare Source

Changed
  • Make SingleSelectProperty and MultiSelectProperty use SelectOptions for styling

v0.1.30

Compare Source

Changed
  • Changed SingleSelectProperty and MultiSelectProperty to accept a label

v0.1.29

Compare Source

Added
  • HTML elements now use color-scheme: dark when in dark mode
  • Add invalid state styling to Selects
  • Add a placeholder color called placeholder
  • Add a hook for localized validation translation useTranslatedValidators
Changed
  • disabled and required are now optional in FormElementWrapper
  • changed focus to draw an outline instead of a ring
Removed
  • removed several typography entries that only change the font-weight (e.g. typography-label-md-bold -> typography-label-md font-bold)
Fix
  • Fix disabled color for Select

v0.1.28

Compare Source

Added
  • added barreling script and barrel files
Changed
  • pin dependencies
Fixed
  • Fix css export path

v0.1.27

Compare Source

Added
  • Add a theme preference listener to useTheme hook
  • Add icons to the Theme dialog
  • Add a config attribute to the SelectRoot component
  • Add Navigation and NavigationList components for reusable Navigation menus
  • Add accessibility for carousel
Changed
  • move isMultiSelect attribute of SelectRoot into the config SelectConfiguration
  • split layout-and-navigation into layout and navigation (same for stories)

v0.1.26

Compare Source

Added
  • Add FloatingContainer and useFloatingElement for aligning a floating element
  • Add ListBox for selecting a value from a list
  • Added accessibility for Select, MultiSelect, Expandable, Avatar
  • FormElementWrapper to label and validate inputs
  • Add size options for Expandable
  • Add ScrollArea
  • Add FocusTrap and useFocusTrap for focus trapping
  • Add useIsMounted for checking when a component is rendered
Changed
  • Renamed textstyle to typography for ClassNames
  • Changed css folder to style folder
  • Changed HelpwaveBadge, HelpwaveLogo to allow for different sizes
  • Merged Dialog and Modal and made modal a configuration option
  • Adjust LanguageDialog, ThemeDialog, ConfirmDialog, InputDialog, DiscardChangeDialog for changes to Dialog
  • Updated Stories
  • Changed range function syntax: (new) range(value, [lower, higher])
  • Changed relative to absolute imports (only partial)
Removed
  • removed typographies (full list below)
    • typography-title-3xl
    • typography-title-2xl
    • typography-title-xl
    • typography-title-sm
    • textstyle-title-normal
    • textstyle-accent
    • textstyle-description
    • textstyle-table-name
    • textstyle-table-header
    • textstyle-navigation-item
    • textstyle-form-error
    • textstyle-form-description
  • Removed Label from base input components. (full list below)
    • Input
    • Select
    • MultiSelect
    • Textarea
  • Removed InputModal, LanguageModal, ThemeModal

v0.1.25

Compare Source

Added
  • Added a story for a form example
Fixed
  • Fixed ThemeProvider to correctly use the stored theme in the context
  • Fixed disabled state and styling on Checkbox, Input, Select, MultiSelect

v0.1.24

Compare Source

Fixed
  • Fixed useTheme and ThemeProvider to correctly load the theme

v0.1.23

Compare Source

Changed
  • Changed Avatar to show backup icon when no name or image supplied
  • Changed component to use next Image and Link
  • Changed CSS to use referential values
  • Changed LoadingAndErrorComponent to have a minimum loading time
  • Changed design of BreadCrumbs
  • Update multiple storybook stories

v0.1.22

Compare Source

Added
  • Added coloredHoverBackground option to TextButton
  • Added colors for input elements to css instead of using surface
Changed
  • Change Avatar component to allow for name displays
  • Change color for Modals and Menus
Fixed
  • Fixed Menu and Overlay z-Indexes

v0.1.21

Compare Source

Added
  • Save theme choice to local storage
Changed
  • Changed storybook background
  • Changed color on dark surface to be brighter
Fixed
  • Fixed Menu and Overlay z-Indexes

v0.1.20

Compare Source

Added
  • Added LoadingContainer for showing a loading animation
Changed
  • Changed Expandable to allow for styling the expansion container

v0.1.19

Compare Source

Added
  • Add animations for Expandable, Select, MultiSelect, Menu, Modal, Dialog
  • Add utility for defining a flex-column or flex-row with its gap directly
  • Add hook usePopoverPosition to easily define the position of a popover based on a trigger element
Changed
  • Changed the disabled color for dark and light mode
  • Changed overlay background color to be configurable
  • Changed Select and MultiSelect to now be variants of Menu
  • Made Select and MultiSelect scrollable
  • Menu now allows for defining the direction in which the PopOver is openend
  • Changed the design of SingleSelectProperty and MultiSelectProperty

v0.1.18

Compare Source

Fix
  • fix console logging in useDelay
  • fix helpwave icon animation for safari

v0.1.17

Compare Source

Fix
  • fix TableWithSelection access to bodyRowClassName

v0.1.16

Compare Source

Added
  • Added a useDelay story
  • Added a CopyToClipboardWrapper to allow for easy copy to clipboard buttons
Changed
  • TableWithSelection now allows for disabling row selection

v0.1.15

Compare Source

v0.1.14

Compare Source

v0.1.13

Compare Source

Added
  • Added a TableCell component which is used to display all unspecified table cells
Changed
  • TableState is now optional on the table
Fixed
  • Fixed Table stories to only use known properties

v0.1.12

Compare Source

Added
  • Added filtering, resizing and filler rows for the Table
  • Added transparent background option for IconButtons
  • tailwind utilities for spacing scalable rounding
  • Added a page input to the pagination component
  • Added a resolveSetState function to easily get the value that result from a SetState in a Dispatch
  • Added useRerender hook to allow for easy rerendering
  • Added useFocusMangement, useFocusOnceVisible. useResizeCallbackWrapper
Changed
  • Changed hardcoded px, or rem value in components to spacing scalable alternatives
  • Split uncompiled CSS into many different files for easier readability
  • Changed rangeutility to be configurable and end-exclusive
Fixed
  • Fixed CheckBox disabled state

v0.1.11

Compare Source

Changed
  • change negative color in dark mode
  • Select component selection indicator to the suffix rather than prefix
  • changed Select component stories to display them with less width
Fixed
  • fixed LanguageModal and ThemeDialog not displaying their text in the Select

v0.1.10

Compare Source

Changed
  • useChipDisplay is now optional for MultiSelect
  • increased shadows for Menu, Select and MultiSelect
  • Update PropsForTranslation to not assume a props type

v0.1.9

Compare Source

Changed
  • Changed localization
    • added separate localization packages
    • added a TranslationPlural object to make pluralization easy
    • make every translation a function
    • added formatting

v0.1.8

Compare Source

Added
  • Menu story
  • Carousel story
Changed
  • Changed Select and MultiSelct to have an inbuild search and close when clicked outside
  • Changed Menu to have no negative margin
  • Changed css to reduce duplications and instead use variable
Removed
  • Removed SearchableSelect -> now inbuild in Select

v0.1.7

Compare Source

Changed
  • Changed StepperBar to have a simplified state and more options
  • Update colors and adapt borders to dark-mode for Select-based components

v0.1.6

Compare Source

Removed
  • removed default exports

v0.1.5

Compare Source

Removed
  • removed next from dependencies and replace next image with img
  • removed TileWithImage for TextImage

v0.1.4

Compare Source

Added
  • StepperBar story
Changed
  • Differentiate between Expandable and ExpandableUncontrolled
  • Differentiate between StepperBar and StepperBarUncontrolled and an option to disable steps
  • Removed gap between the title and description of a Tile and added a default title style

v0.1.3

Compare Source

Changed
  • Changed useLocalStorage to remove values that produce an error on load
Fixed
  • Fixed closing animation for Dialog
  • Fixed LanguageProvider and ThemeProvider to not set undefined values into storage

v0.1.2

Compare Source

Added
  • HTML elements now use color-scheme: dark when in dark mode
  • Add invalid state styling to Selects
  • Add a placeholder color called placeholder
  • Add a hook for localized validation translation useTranslatedValidators
Changed
  • disabled and required are now optional in FormElementWrapper
  • changed focus to draw an outline instead of a ring
Removed
  • removed several typography entries that only change the font-weight (e.g. typography-label-md-bold -> typography-label-md font-bold)
Fix
  • Fix disabled color for Select

v0.1.1

Compare Source

Added
  • Add animations for Expandable, Select, MultiSelect, Menu, Modal, Dialog
  • Add utility for defining a flex-column or flex-row with its gap directly
  • Add hook usePopoverPosition to easily define the position of a popover based on a trigger element
Changed
  • Changed the disabled color for dark and light mode
  • Changed overlay background color to be configurable
  • Changed Select and MultiSelect to now be variants of Menu
  • Made Select and MultiSelect scrollable
  • Menu now allows for defining the direction in which the PopOver is openend
  • Changed the design of SingleSelectProperty and MultiSelectProperty

v0.1.0

Compare Source

Added
Changed
  • Update README.md to hold more information on publishing
  • Update controllable Components to also offer an uncontrolled version (controlled stays the default)
  • Update file structure
  • Update imports to allow for absolute imports with @
  • Update Storybook to version 9.0.10
  • Differentiate Overlay, Modal and Dialog
  • Update the Tooltip appearance
Removed
  • examples which are now part of their corresponding story

v0.0.19

Compare Source

v0.0.18

Compare Source

radix-ui/primitives (@​radix-ui/react-checkbox)

v1.2.3

v1.2.2

v1.2.1

v1.2.0

v1.1.5

Compare Source

v1.1.4

Compare Source

stripe/react-stripe-js (@​stripe/react-stripe-js)

v3.10.0

Compare Source

Fixes
  • Remove broken Travis badge (#​612)
Changed
  • Add SPM events/types/tests (#​613)

v3.9.2

Compare Source

Changed
  • Fix JSDoc elements link (#​608)

v3.9.1

Compare Source

Fixes
  • Patch for global JSX namespace deprecation in React 19 (#​607)

v3.9.0

Compare Source

New features
  • feat: load fonts when they change (#​605)

v3.8.1

Compare Source

Changed
  • Update docs link Elements.tsx (#​602)

v3.8.0

Compare Source

New features
  • Add Tax ID Element Types (#​604)
Fixes
  • Bump pbkdf2 from 3.1.1 to 3.1.3 (#​599)
  • Migrate to stale action from stable bot (#​600)
  • adds check for prerequisites (#​590)
Changed
stripe/stripe-js (@​stripe/stripe-js)

v7.9.0

Compare Source

New features
  • Add buttonBorderRadius to types (#​798)
  • Add 'allow_redisplay' to 'PaymentMethodCreateParams' (#​796)
Fixes
  • Bump sha.js from 2.4.11 to 2.4.12 in /examples/parcel (#​799)

v7.8.0

Compare Source

New features
  • chore: add fonts types (#​795)
  • Adding SPM option to StripeCheckoutElementsOptions (#​793)
Changed
  • removes double github token check (#​794)

v7.7.0

Compare Source

New features
  • Add types for new issuingAddToWalletButton (#​792)
  • Add types for allowed_payment_method_types and excluded_payment_method_types (#​790)
Changed
  • Delete Webpack example (#​791)
  • Bump pbkdf2 from 3.1.1 to 3.1.3 in /examples/parcel (#​771)

v7.6.1

Compare Source

New features
Fixes
  • Add missing tax id types (#​789)
Changed

v7.6.0

Compare Source

New features
  • Add public types for Tax Id Element (#​788)
Fixes
Changed

v7.5.0

Compare Source

New features
  • Add typings for confirmBilliePayment function (#​773)
  • Add cancel event to ewcs ece (#​777)
  • add billing details to pe change event (#​770)
Fixes
  • migrate to stale action from stable bot (#​776)
  • adds check for prerequisites (#​765)
Changed

v7.4.0

Compare Source

New features
  • Add currency to elements group option (#​769)
  • Add reject param to ECE click callback (#​767)
  • Add cardFunding to applePay paymentRequest option (#​768)

v7.3.1

Compare Source

Changed
  • Add missing link PaymentWalletsOption type (#​759)
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.16

Compare Source

Fixed
  • Discard candidates with an empty data type (#​19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#​19176)
  • Fix invalid colors due to nested & (#​19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#​19178)

v4.1.15

Compare Source

Fixed
  • Fix Safari devtools rendering issue due to color-mix fallback (#​19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#​19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#​19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#​19100)
  • Prevent important utilities from affecting other utilities (#​19110)
  • Don’t index into strings with the theme(…) function (#​19111)
  • Fix parsing issue when \t is used in at-rules (#​19130)
  • Upgrade: Canonicalize utilities containing 0 values (#​19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#​19157)
Changed

v4.1.14

Compare Source

Fixed
  • Handle ' syntax in ClojureScript when extracting classes (#​18888)
  • Handle @variant inside @custom-variant (#​18885)
  • Merge suggestions when using @utility (#​18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#​18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#​18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#​18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#​18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#​18918)
  • Use default export condition for @tailwindcss/vite (#​18948)
  • Re-throw errors from PostCSS nodes (#​18373)
  • Detect classes in markdown inline directives (#​18967)
  • Ensure files with only @theme produce no output when built (#​18979)
  • Support Maud templates when extracting classes (#​18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#​18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#​19028)
  • Upgrade: Ensure first class inside className is migrated (#​19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#​19031)

v4.1.13

Compare Source

Changed
  • Drop warning from browser build (#​18731)
  • Drop exact duplicate declarations when emitting CSS (#​18809)
Fixed
  • Don't transition visibility when using transition (#​18795)
  • Discard matched variants with unknown named values (#​18799)
  • Discard matched variants with non-string values (#​18799)
  • Show suggestions for known matchVariant values (#​18798)
  • Replace deprecated clip with clip-path in sr-only (#​18769)
  • Hide internal fields from completions in matchUtilities (#​18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#​18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#​18869)
  • Do not allow custom variants to start or end with a - or _ (#​18867, #​18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#​18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#​18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#​18817)

v4.1.12

Compare Source

Fixed
  • Don't consider the global important state in @apply (#​18404)
  • Add missing suggestions for flex-<number> utilities (#​18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#​18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#​18432)
  • Track source locations through @plugin and @config (#​18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#​18485)
  • Ignore consecutive semicolons in the CSS parser (#​18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#​18511)
  • Extract candidates in Slang templates (#​18565)
  • Improve error messages when encountering invalid functional utility names (#​18568)
  • Discard CSS AST objects with false or undefined properties (#​18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#​18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable na

Configuration

📅 Schedule: Branch creation - Between 06:00 PM and 09:59 PM, only on Friday ( * 18-21 * * 5 ) in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added the deps label Dec 20, 2024
@renovate renovate bot requested review from a team as code owners December 20, 2024 18:11
@renovate renovate bot requested review from DasProffi and felixevers and removed request for a team December 20, 2024 18:11
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 20, 2024

Deploying web with  Cloudflare Pages  Cloudflare Pages

Latest commit: 60366a1
Status:🚫  Build failed.

View logs

@github-actions
Copy link

Preview of tasks

https://pr-1142-helpwave-web-tasks.fly.dev

@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 7 times, most recently from 139cf7a to 6886a19 Compare December 27, 2024 15:37
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 9 times, most recently from b9b7f92 to e8f4deb Compare January 4, 2025 12:16
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 6 times, most recently from 3e48601 to 6c23b8c Compare January 9, 2025 12:39
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 4 times, most recently from 5cbca2d to 0d68e74 Compare September 24, 2025 16:41
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 9 times, most recently from 6bc5dc1 to 736d92f Compare October 6, 2025 21:25
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 5 times, most recently from 92040e8 to 6d4f448 Compare October 16, 2025 14:40
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 9 times, most recently from 2e62b21 to 58909aa Compare October 23, 2025 13:12
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 58909aa to a9101fa Compare October 24, 2025 14:42
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from a9101fa to 60366a1 Compare October 24, 2025 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant