Skip to content

fix(deps): update all non-major dependencies #1142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
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.2 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.5 age confidence dependencies patch
@tanstack/react-query (source) 4.36.1 -> 4.40.1 age confidence dependencies minor
@types/node (source) 20.17.10 -> 20.19.9 age confidence devDependencies minor
@types/react (source) 18.3.17 -> 18.3.23 age confidence devDependencies patch
@types/react-dom (source) 18.3.5 -> 18.3.7 age confidence devDependencies patch
eslint (source) 9.17.0 -> 9.32.0 age confidence devDependencies minor
lucide-react (source) 0.468.0 -> 0.536.0 age confidence dependencies minor
next (source) ^15.3.2 -> ^15.3.4 age confidence dependencies minor
next (source) ^15.2.4 -> ^15.3.4 age confidence dependencies minor
node 22.15.1-alpine -> 22.17.1-alpine age confidence final minor
node 22.15.1 -> 22.17.1 age confidence stage minor
node 20.18.1 -> 20.19.4 age confidence final minor
oidc-client-ts ^3.1.0 -> ^3.3.0 age confidence dependencies minor
react-hook-form (source) ^7.55.0 -> ^7.62.0 age confidence dependencies minor
react-hot-toast 2.4.1 -> 2.5.2 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.10 age confidence dependencies patch
typescript (source) 5.7.2 -> 5.9.2 age confidence dependencies minor
typescript (source) 5.7.2 -> 5.9.2 age confidence devDependencies minor
vanilla-cookieconsent (source) 3.0.1 -> 3.1.0 age confidence dependencies minor
zod (source) 3.24.1 -> 3.25.76 age confidence dependencies minor

Release Notes

helpwave/hightide (@​helpwave/hightide)

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 ThemeModal 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

Fixed
  • InputModal is now a modal and not a dialog
  • Button now have the not-allowed cursor when disabled
  • Removed gap in BreadCrumb components

v0.1.2

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.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.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.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.11

Compare Source

Fixed
  • Add heuristic to skip candidate migrations inside emit(…) (#​18330)
  • Extract candidates with variants in Clojure/ClojureScript keywords (#​18338)
  • Document --watch=always in the CLI's usage (#​18337)
  • Add support for Vite 7 to @tailwindcss/vite (#​18384)

v4.1.10

Compare Source

Fixed
  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#​18289)

v4.1.9

Compare Source

Fixed
  • Correctly parse custom properties with strings containing semicolons (#​18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#​18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#​18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#​18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#​18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#​18220)

v4.1.8

Compare Source

Added
  • Improve error messages when @apply fails (#​18059)
Fixed
  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#​18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#​18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#​18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#​18126)
  • Support Leptos class: attributes when extracting classes (#​18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#​18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#​18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#​18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#​18163)
  • Fix PostCSS crash when calling toJSON() (#​18083)

v4.1.7

Compare Source

Added
  • Upgrade: Migrate bare values to named values (#​18000)
  • Upgrade: Added cache to improve template migration performance (#​18025)
Fixed
  • Allow _ before numbers during candidate extraction (#​17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#​17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#​17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#​17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#​18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#​18020)
  • Ensure classes containing . are properly extracted from Clojure files (#​18038)
  • Upgrade: Fix error when using @import … source(…) (#​17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#​18017)
  • Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than class (#​18025)

v4.1.6

Compare Source

Added
  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#​17831, #​17854)
  • Upgrade: Update dependencies in parallel for improved performance (#​17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#​17906, #​17952)
  • Add support for generating source maps in development (#​17775)
Fixed
  • Ensure negative arbitrary scale values generate negative values (#​17831)
  • Fix HAML extraction with embedded Ruby (#​17846)
  • Don't scan files for utilities when using @reference (#​17836)
  • Fix incorrectly replacing _ with in arbitrary modifier shorthand bg-red-500/(--my_opacity) (#​17889)
  • Don't scan .log files for classes by default (#​17906)
  • Ensure that custom utilities applying other custom utilities don't swallow nested @apply rules (#​17925)
  • Download platform specific package if optionalDependencies are skipped (#​17929)
TanStack/query (@​tanstack/react-query)

v4.40.1

Compare Source

Version 4.40.1 - 7/4/25, 1:18 PM

Changes

Fix
Docs

Packages

v4.40.0

Compare Source

Version 4.40.0 - 6/17/25, 4:44 PM

Changes

Feat
  • query-core, react-query: backport v5 types, deprecate isLoading in favor of isPending in mutation observer results (#​9266) (693a471) by @​manudeli

Packages

v4.39.2

Compare Source

Version 4.39.2 - 6/9/25, 9:36 AM

Changes

Fix

Packages

v4.39.1

Compare Source

Version 4.39.1 - 5/31/25, 1:09 PM (Manual Release)

Changes

Fix
  • v4: ensure packages are built during CI (#​9227) (4f93b86) by Lachlan Collins
Ci
  • v4: fix Nx commands (52f93a5) by Lachlan Collins

Packages

v4.39.0

Compare Source

Version 4.39.0 - 5/31/25, 1:07 AM

Changes
Feat
Chore
  • Fix incorrect npm tag for previous version release (v4) (#​6659) (ce313af) by Lachlan Collins
Ci
Docs
Other
Packages
eslint/eslint (eslint)

v9.32.0

Compare Source

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

v9.28.0

Compare Source

v9.27.0

Compare Source

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

v9.24.0

Compare Source

v9.23.0

Compare Source

v9.22.0

[Compare Source](https://redirect.github.com


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.

Sorry, something went wrong.

@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 felixevers and DasProffi and removed request for a team December 20, 2024 18:11
Copy link

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

Deploying web with  Cloudflare Pages  Cloudflare Pages

Latest commit: fb069ba
Status:🚫  Build failed.

View logs

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 11 times, most recently from 8c40940 to 5e799a9 Compare July 16, 2025 04:04
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 5 times, most recently from 760547e to eae43d0 Compare July 23, 2025 01:50
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 9 times, most recently from 76db2f7 to b717ace Compare July 30, 2025 00:29
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 3 times, most recently from 54d3e23 to 59c5095 Compare August 1, 2025 12:01
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 59c5095 to fb069ba Compare August 1, 2025 23:34
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.

None yet

0 participants