chore(deps): bump the version-all group across 1 directory with 47 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 2 months ago)
(about 2 months ago)
(about 2 months ago)
dependencies javascript
Bumps the version-all group with 42 updates in the /frontend directory:
Updates @heroui/react from 2.8.2 to 2.8.3
Release notes
Sourced from @heroui/react's releases.
@heroui/react@2.8.3What's Changed
- chore(docs): remove unused or deprecated info in autocomplete by
@wingkwongin heroui-inc/heroui#5581- fix(docs): default value of radius in image by
@wingkwongin heroui-inc/heroui#5580- fix(theme): clear button disabled inputs by
@luislh-devin heroui-inc/heroui#5607- chore(docs): update TanStack routing page by
@wingkwongin heroui-inc/heroui#5629- fix(theme): stepperButton when labelPlacement is outside in NumberInput by
@IsDyh01in heroui-inc/heroui#5628- refactor: use handleLinkClick from RA's utils by
@wingkwongin heroui-inc/heroui#5632- chore(deps): bump tailwindcss version by
@wingkwongin heroui-inc/heroui#5636- chore(deps): bump tailwind-variants version by
@wingkwongin heroui-inc/heroui#5635- chore(deps): rollback TW to 4.1.11 by
@wingkwongin heroui-inc/heroui#5644- chore(deps): bump RA versions (aug 2025) by
@wingkwongin heroui-inc/heroui#5640- fix(theme): dropdown-item has no ellipsis when it has a width and desc by
@IsDyh01in heroui-inc/heroui#5638- fix(toast): show animation when closing all modals by
@anshumandev2025in heroui-inc/heroui#5637- refactor(toast): animation & toast region by
@wingkwongin heroui-inc/heroui#5647- fix(use-aria-overlay): prevent modal/drawer from closing on press instead by
@anshumandev2025in heroui-inc/heroui#5624- refactor(docs): standardize copy code feedback across all tabs by
@IgorJFSin heroui-inc/heroui#5584- fix(select): use space as aria-labelledby separator by
@dklymenkin heroui-inc/heroui#5587- fix(tabs): unresponsive modal after switching tabs inside by
@wingkwongin heroui-inc/heroui#5582- refactor: improve type safety by
@luislh-devin heroui-inc/heroui#5539- ci(changesets): :package: version packages by
@github-actions[bot] in heroui-inc/heroui#5610New Contributors
@luislh-devmade their first contribution in heroui-inc/heroui#5607@IsDyh01made their first contribution in heroui-inc/heroui#5628@anshumandev2025made their first contribution in heroui-inc/heroui#5637@IgorJFSmade their first contribution in heroui-inc/heroui#5584Full Changelog: https://github.com/heroui-inc/heroui/compare/
@heroui/react@2.8.2...@heroui/react@2.8.3
Changelog
Sourced from @heroui/react's changelog.
2.8.3
Patch Changes
#5640
d90ac57Thanks@wingkwong! - bump RA versions (aug 2025)Updated dependencies [
d90ac57,e2aed2e,928383b,f8fbe4b,8eb269d,3ba7d29,743505f,e0dc33f,afe2f97,6b86a41]:
@heroui/autocomplete@2.3.27@heroui/number-input@2.0.16@heroui/breadcrumbs@2.2.21@heroui/date-picker@2.3.26@heroui/date-input@2.3.25@heroui/pagination@2.2.23@heroui/accordion@2.2.22@heroui/input-otp@2.1.25@heroui/calendar@2.2.25@heroui/checkbox@2.3.25@heroui/dropdown@2.3.25@heroui/progress@2.2.21@heroui/divider@2.2.18@heroui/listbox@2.3.24@heroui/popover@2.3.25@heroui/snippet@2.2.26@heroui/tooltip@2.2.22@heroui/avatar@2.2.21@heroui/button@2.2.25@heroui/navbar@2.2.23@heroui/select@2.4.26@heroui/slider@2.4.22@heroui/switch@2.2.23@heroui/input@2.4.26@heroui/modal@2.2.22@heroui/radio@2.3.25@heroui/table@2.2.25@heroui/toast@2.0.15@heroui/card@2.2.24@heroui/chip@2.2.21@heroui/form@2.1.25@heroui/link@2.2.22@heroui/menu@2.2.24@heroui/tabs@2.2.22@heroui/user@2.2.21@heroui/system@2.4.21@heroui/theme@2.4.21@heroui/drawer@2.2.22@heroui/badge@2.2.16@heroui/alert@2.2.25@heroui/skeleton@2.2.16@heroui/code@2.2.19@heroui/kbd@2.2.20
... (truncated)
Commits
ec11979ci(changesets): version packages (#5610)d90ac57chore(deps): bump RA versions (aug 2025) (#5640)- See full diff in compare view
Updates @microlink/react-json-view from 1.26.2 to 1.27.0
Release notes
Sourced from @microlink/react-json-view's releases.
v1.27.0
What's Changed
- Use "className" instead of "class" in React components by
@n1c0dein microlinkhq/react-json-view#78- Prevent module overflow by breaking long words in string value by
@n1c0dein microlinkhq/react-json-view#80- Use camelCase on inline style by
@n1c0dein microlinkhq/react-json-view#81- feat: show comma option by
@truongthanh1303in microlinkhq/react-json-view#87New Contributors
@n1c0demade their first contribution in microlinkhq/react-json-view#78@truongthanh1303made their first contribution in microlinkhq/react-json-view#87Full Changelog: https://github.com/microlinkhq/react-json-view/compare/v1.26.2...v1.27.0
Changelog
Sourced from @microlink/react-json-view's changelog.
1.27.0 (2025-08-01)
Features
Bug Fixes
Commits
cbf13bcchore(release): 1.27.0a72086aMerge pull request #87 from truongthanh1303/feat/show-comma-optionbdb3907feat: show comma optionbc355f3Merge pull request #81 from n1c0de/hotfix/use-camelcase-on-inline-stylea2312a7Merge branch 'master' into hotfix/use-camelcase-on-inline-styleb8c14d8Revert "Release/1.27.1 (#11)"d578398fix(string data type): use camelcase on inline styleb357174Merge pull request #80 from n1c0de/hotfix/prevent-module-overflow-by-breaking...e1f4b60Revert "fix: use className instead of class in React components (#1)"c334691Revert "feat: add custom buttons to rows according to value type (#4)"- Additional commits viewable in compare view
Updates @react-router/node from 7.7.1 to 7.8.2
Release notes
Sourced from @react-router/node's releases.
v7.8.2
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v782
v7.8.1
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v781
v7.8.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v780
Changelog
Sourced from @react-router/node's changelog.
7.8.2
Patch Changes
- Updated dependencies:
react-router@7.8.27.8.1
Patch Changes
- Updated dependencies:
react-router@7.8.17.8.0
Patch Changes
[UNSTABLE] Change
getLoadContextsignature (type GetLoadContextFunction) whenfuture.unstable_middlewareis enabled so that it returns anunstable_RouterContextProviderinstance instead of aMapused to contruct the instance internally (#14097)
- This also removes the
type unstable_InitialContextexport- ⚠️ This is a breaking change if you have adopted middleware and are using a custom server with a
getLoadContextfunctionUpdated dependencies:
react-router@7.8.0
Commits
eade1dechore: Update version for release (#14223)27eed3achore: Update version for release (pre) (#14214)ef3016cchore: Update version for release (pre) (#14211)5ebc1cbchore: formatfd17d66chore: Update version for release (#14185)68f3bfcchore: Update version for release (pre) (#14184)bd38001chore: Update version for release (pre) (#14178)de1eb5dchore: format5fb4185chore: Update version for release (#14141)562664cchore: Update version for release (pre) (#14139)- Additional commits viewable in compare view
Updates @react-router/serve from 7.7.1 to 7.8.2
Release notes
Sourced from @react-router/serve's releases.
v7.8.2
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v782
v7.8.1
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v781
v7.8.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v780
Changelog
Sourced from @react-router/serve's changelog.
7.8.2
Patch Changes
- Updated dependencies:
react-router@7.8.2@react-router/node@7.8.2@react-router/express@7.8.27.8.1
Patch Changes
- Updated dependencies:
react-router@7.8.1@react-router/node@7.8.1@react-router/express@7.8.17.8.0
Patch Changes
- Updated dependencies:
react-router@7.8.0@react-router/express@7.8.0@react-router/node@7.8.0
Commits
eade1dechore: Update version for release (#14223)27eed3achore: Update version for release (pre) (#14214)ef3016cchore: Update version for release (pre) (#14211)5ebc1cbchore: formatfd17d66chore: Update version for release (#14185)68f3bfcchore: Update version for release (pre) (#14184)bd38001chore: Update version for release (pre) (#14178)de1eb5dchore: format5fb4185chore: Update version for release (#14141)562664cchore: Update version for release (pre) (#14139)- Additional commits viewable in compare view
Updates @react-types/shared from 3.31.0 to 3.32.0
Release notes
Sourced from @react-types/shared's releases.
November 08, 2023 Release
Release notes: https://react-spectrum.adobe.com/releases/2023-11-8.html
Commits
2c58ed3Publisheb58e40docs: Update dnd docs for new getItems API (#8769)62eb6cechore: SelectBox audit (#8766)a2caea4chore: use hook data from useDate*Picker to apply calendar props (#8649)0487f38fix: S2 Tabs collapsing with a single word (#8765)ad255f4docs: Add trigger-anchor-point example (#8764)5ccf5b7chore: Updating name of useAutocomplete textfieldProps to inputProps (#8762)e3037d6chore: export SelectBoxGroupContext (#8763)d55c920chore: add SelectBoxGroup to chromatic (#8760)341ae3fchore: Remove CollectionNode default filter behavior and other release API up...- Additional commits viewable in compare view
Updates @reduxjs/toolkit from 2.8.2 to 2.9.0
Release notes
Sourced from @reduxjs/toolkit's releases.
v2.9.0
This feature release rewrites RTK Query's internal subscription and polling systems and the
useStableQueryArgshook for better perf, adds automaticAbortSignalhandling to requests still in progress when a cache entry is removed, fixes a bug with thetransformResponseoption for queries, adds a newbuilder.addAsyncThunkmethod, and fixes assorted other issues.Changelog
RTK Query Performance Improvements
We had reports that RTK Query could get very slow when there were thousands of subscriptions to the same cache entry. After investigation, we found that the internal polling logic was attempting to recalculate the minimum polling time after every new subscription was added. This was highly inefficient, as most subscriptions don't change polling settings, and it required repeated O(n) iteration over the growing list of subscriptions. We've rewritten that logic to debounce the update check and ensure a max of one polling value update per tick for the entire API instance.
Related, while working on the request abort changes, testing showed that use of plain
Records to hold subscription data was inefficient because we have to iterate keys to check size. We've rewritten the subscription handling internals to useMaps instead, as well as restructuring some additional checks around in-flight requests.These two improvements drastically improved runtime perf for the thousands-of-subscriptions-one-cache-entry repro, eliminating RTK methods as visible hotspots in the perf profiles. It likely also improves perf for general usage as well.
We've also changed the implementation of our internal
useStableQueryArgshook to avoid callingserializeQueryArgson its value, which can avoid potential perf issues when a query takes a very large object as its cache key.[!NOTE] The internal logic switched from serializing the query arg to doing reference checks on nested values. This means that if you are passing a non-POJO value in a query arg, such as
useSomeQuery({a: new Set()}), and you haverefetchOnMountOrArgChangeenabled, this will now trigger refeteches each time as theSetreferences are now considered different based on equality instead of serialization.Abort Signal Handling on Cleanup
We've had numerous requests over time for various forms of "abort in-progress requests when the data is no longer needed / params change / component unmounts / some expensive request is taking too long". This is a complex topic with multiple potential use cases, and our standard answer has been that we don't want to abort those requests - after all, cache entries default to staying in memory for 1 minute after the last subscription is removed, so RTKQ's cache can still be updated when the request completes. That also means that it doesn't make sense to abort a request "on unmount".
However, it does then make sense to abort an in-progress request if the cache entry itself is removed. Given that, we've updated our cache handling to automatically call the existing
resPromise.abort()method in that case, triggering theAbortSignalattached to thebaseQuery. The handling at that point depends on your app -fetchBaseQueryshould handle that, a custombaseQueryorqueryFnwould need to listen to theAbortSignal.We do have an open issue asking for further discussions of potential abort / cancelation use cases and would appreciate further feedback.
New Options
The builder callback used in
createReducerandcreateSlice.extraReducersnow hasbuilder.addAsyncThunkavailable, which allows handling specific actions from a thunk in the same way that you could define a thunk insidecreateSlice.reducers:const slice = createSlice({ name: 'counter', initialState: { loading: false, errored: false, value: 0, }, reducers: {}, extraReducers: (builder) => builder.addAsyncThunk(asyncThunk, { pending(state) { state.loading = true }, fulfilled(state, action) { state.value = action.payload }, rejected(state) { state.errored = true }, </tr></table>
... (truncated)
Commits
98c54c6Release 2.9.00a86abdexport some useful async thunk typesd02c27aadd docs for addAsyncThunk (#5066)ab346b9fixdoc: incorrect position of keepUnusedDataFor for two scenarios (#5062)d2bbb8dRewrite subscription handling and polling calculations for better perf (#5064)3c6de47Merge pull request #5065 from reduxjs/feature/TS5.9-matrixc37b977Add missing error value38537c3Don't run Node10 checks for TS 6+821be20Add TS 5.9 to the matrix407688dAbort pending requests if the cache entry is removed (#5061)- Additional commits viewable in compare view
Updates @stripe/react-stripe-js from 3.8.1 to 4.0.0
Release notes
Sourced from @stripe/react-stripe-js's releases.
v4.0.0
Changed
- [breaking] split out custom checkout imports (#609)
- Update useCheckout to return loading/error states (#606)
v3.10.0
Fixes
- Remove broken Travis badge (#612)
Changed
- Add SPM events/types/tests (#613)
v3.9.2
Changed
- Fix JSDoc elements link (#608)
v3.9.1
Fixes
- Patch for global JSX namespace deprecation in React 19 (#607)
v3.9.0
New features
- feat: load fonts when they change (#605)
Commits
fc16f86v4.0.0204f271[breaking] split out custom checkout imports (#609)53799b1Update useCheckout to return loading/error states (#606)2592137Add SPM events/types/tests (#613)e73efa4Remove broken Travis badge (#612)757fdcdv3.9.2d2a2cdfFix JSDoc elements link (#608)8b06bcfv3.9.18a80b00Patch for global JSX namespace deprecation in React 19 (#607)faffe7dv3.9.0- Additional commits viewable in compare view
Updates @stripe/stripe-js from 7.7.0 to 7.9.0
Release notes
Sourced from @stripe/stripe-js's releases.
v7.9.0
New features
Fixes
- Bump sha.js from 2.4.11 to 2.4.12 in /examples/parcel (#799)
v7.8.0
New features
Changed
- removes double github token check (#794)
Commits
9303e4ev7.9.0c3f8f52Bump sha.js from 2.4.11 to 2.4.12 in /examples/parcel (#799)bb3c274Add buttonBorderRadius to types (#798)8ef756cAdd 'allow_redisplay' to 'PaymentMethodCreateParams' (#796)61d4e88v7.8.0e80ac4achore: add fonts types (#795)99756f8Adding SPM option to StripeCheckoutElementsOptions (#793)876876dremoves double github token check (#794)- See full diff in compare view
Updates @tailwindcss/postcss from 4.1.11 to 4.1.13
Release notes
Sourced from @tailwindcss/postcss's releases.
v4.1.13
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibilitywhen usingtransition(#18795)- Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariantvalues (#18798)- Replace deprecated
clipwithclip-pathinsr-only(#18769)- Hide internal fields from completions in
matchUtilities(#18820)- Ignore
.vercelfolders 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
ariatheme keys to@custom-variant(#18815)- Upgrade: Migrate
datatheme keys to@custom-variant(#18816)- Upgrade: Migrate
supportstheme keys to@custom-variant(#18817)v4.1.12
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
@pluginand@config(#18345)- Allow boolean values of
process.env.DEBUGin@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
falseorundefinedproperties (#18571)- Allow users to disable URL rebasing in
@tailwindcss/postcssviatransformAssetUrls: false(#18321)- Fix false-positive migrations in
addEventListenerand JavaScript variable names (#18718)- Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
- Read from
--border-color-*theme keys individe-*utilities for backwards compatibility (#18704)- Don't scan
.hdrand.exrfiles for classes by default (#18734)
Changelog
Sourced from @tailwindcss/postcss's changelog.
[4.1.13] - 2025-09-03
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibilitywhen usingtransition(#18795)- Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariantvalues (#18798)- Replace deprecated
clipwithclip-pathinsr-only(#18769)- Hide internal fields from completions in
matchUtilities(#18820)- Ignore
.vercelfolders 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
ariatheme keys to@custom-variant(#18815)- Upgrade: Migrate
datatheme keys to@custom-variant(#18816)- Upgrade: Migrate
supportstheme keys to@custom-variant(#18817)[4.1.12] - 2025-08-13
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
@pluginand@config(#18345)- Allow boolean values of
process.env.DEBUGin@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
falseorundefinedproperties (#18571)- Allow users to disable URL rebasing in
@tailwindcss/postcssviatransformAssetUrls: false(#18321)- Fix false-positive migrations in
addEventListenerand JavaScript variable names (#18718)- Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
- Read from
--border-color-*theme keys individe-*utilities for backwards compatibility (#18704)- Don't scan
.hdrand.exrfiles for classes by default (#18734)
Commits
Updates @tailwindcss/vite from 4.1.11 to 4.1.13
Release notes
Sourced from @tailwindcss/vite's releases.
v4.1.13
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibilitywhen usingtransition(#18795)- Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariantvalues (#18798)- Replace deprecated
clipwithclip-pathinsr-only(#18769)- Hide internal fields from completions in
matchUtilities(#18820)- Ignore
.vercelfolders 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
ariatheme keys to@custom-variant(#18815)- Upgrade: Migrate
datatheme keys to@custom-variant(<...Description has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@typescript-eslint/parser
npm
7.18.0 → 8.43.0
Major
@typescript-eslint/eslint-plugin
npm
7.18.0 → 8.43.0
Major
@tanstack/eslint-plugin-query
npm
5.81.2 → 5.86.0
Minor
eslint-plugin-unused-imports
npm
4.1.4 → 4.2.0
Minor
@microlink/react-json-view
npm
1.26.2 → 1.27.0
Minor
Technical Details
| ID: | 7326078 |
| UUID: | 3395414930 |
| Node ID: | PR_kwDOPVSuZ86nctMI |
| Host: | GitHub |
| Repository: | jeffxfs/jeffxfs_openhands_dev |