Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@edx/frontend-component-footer 14.7.1 -> 14.9.2 age confidence
@loadable/component 5.16.4 -> 5.16.7 age confidence
@openedx/frontend-build 14.6.0 -> 14.6.2 age confidence
@openedx/frontend-slot-footer 1.2.1 -> 1.2.2 age confidence
@openedx/paragon 22.17.0 -> 22.20.6 age confidence
@tanstack/eslint-plugin-query (source) 4.38.0 -> 4.39.1 age confidence
@tanstack/react-query (source) 5.75.0 -> 5.90.5 age confidence
@tanstack/react-query-devtools (source) 5.75.0 -> 5.90.2 age confidence
@testing-library/dom 10.4.0 -> 10.4.1 age confidence
@types/react (source) 18.3.20 -> 18.3.26 age confidence
acorn 8.14.1 -> 8.15.0 age confidence
algoliasearch (source) 4.24.0 -> 4.25.2 age confidence
axios (source) 1.12.0 -> 1.12.2 age confidence
dayjs (source) 1.11.13 -> 1.11.18 age confidence
react-router (source) 6.30.0 -> 6.30.1 age confidence
react-router-dom (source) 6.30.0 -> 6.30.1 age confidence
ts-loader 9.5.2 -> 9.5.4 age confidence
video.js (source) 8.22.0 -> 8.23.4 age confidence

Release Notes

openedx/frontend-component-footer (@​edx/frontend-component-footer)

v14.9.2

Compare Source

Bug Fixes

v14.9.1

Compare Source

Bug Fixes

v14.9.0

Compare Source

Features

v14.8.0

Compare Source

Features

v14.7.2

Compare Source

Bug Fixes
gregberge/loadable-components (@​loadable/component)

v5.16.7

Compare Source

Note: Version bump only for package loadable-components

openedx/frontend-build (@​openedx/frontend-build)

v14.6.2

Compare Source

Bug Fixes
  • deps: update dependency postcss-rtlcss to v5.7.1 (#​628) (280e990)

v14.6.1

Compare Source

Bug Fixes
  • remove skipDefaultConversion for lodash transform import (9b2a18f)
openedx/frontend-slot-footer (@​openedx/frontend-slot-footer)

v1.2.2

Compare Source

Bug Fixes
openedx/paragon (@​openedx/paragon)

v22.20.6

Compare Source

Bug Fixes

v22.20.5

Compare Source

Bug Fixes

v22.20.4

Compare Source

Bug Fixes

v22.20.3

Compare Source

Bug Fixes

v22.20.2

Compare Source

Bug Fixes

v22.20.1

Compare Source

Bug Fixes
  • corrected filter clearing logic in DataTable component (#​3639) (f26bc4c)

v22.20.0

Compare Source

[!NOTE]
Any consuming applications that used the previously exported MODAL_DIALOG_CLOSE_LABEL will need to be updated.

Features
  • adding i18n support for modal dialog close button label (#​3624) (2346e92)

v22.19.0

Compare Source

Features

v22.18.2

Compare Source

Bug Fixes
  • adding missing aria label (b260d3a)

v22.18.1

Compare Source

Bug Fixes

v22.18.0

Compare Source

[!IMPORTANT]

Breaking Change released as Minor

The dismissButtonText option in the tours prop within the ProductTour component is now deprecated, and replaced with dismissAltText. The breaking change is for any usages of dismissButtonText where the value was a node vs. a string, in that ProductTour will effectively ignore the dismissButtonText option if it's not provided as a string.

See the DevTools console warnings for more information about any deprecated usages of dismissButtonText with ProductTour.

Features

Changing the header of the ProductTour component, along with the action row buttons. Previously, the action row included was "Dismiss" and "Next" buttons, but now the dismiss functionality is available in a new "X" button along with a "Back" button to go back a step in the tour.

Note: the previous dismissButtonText options within the tours has been deprecated, and gets migrated to a new dismissAltText option instead. Additionally, the dismissAltText now only accepts a string (i.e., no longer accepts a node).

TanStack/query (@​tanstack/eslint-plugin-query)

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

TanStack/query (@​tanstack/react-query)

v5.90.5

Compare Source

Patch Changes

v5.90.4

Compare Source

Patch Changes

v5.90.3

Compare Source

Patch Changes

v5.90.2

Compare Source

Version 5.90.2 - 9/23/25, 7:37 AM

Changes

Fix
  • types: onMutateResult is always defined in onSuccess callback (#​9677) (2cf3ec9) by Dominik Dorfmeister

Packages

v5.90.1

Compare Source

Version 5.90.1 - 9/22/25, 6:41 AM

Changes
Fix
  • vue-query: Support infiniteQueryOptions for MaybeRef argument (#​9634) (49243c8) by hriday330
Chore
Ci
Docs
Packages

v5.89.0

Compare Source

Version 5.89.0 - 9/16/25, 8:27 AM

Changes

Feat
  • query-core: add context to mutationfn & mutation callbacks (#​9615) (a2151d2) by Josh
Chore

Packages

v5.87.4

Compare Source

Version 5.87.4 - 9/10/25, 2:09 PM

Changes
Fix
  • query-core: infinite re-renders in useQueries (#​9639) (19445a0) by Minha Kang
Test
  • svelte-query/createMutation: improve callback assertions with "toHaveBeenNthCalledWith" and apply shorthand property syntax in FailureExample (#​9630) (ccedf33) by @​sukvvon
Packages

v5.87.1

Compare Source

Version 5.87.1 - 9/5/25, 2:15 PM

Changes

Fix
  • query-core: update initialData when an observer mounts while a Query without data exists (#​9620) (1c8a921) by Dominik Dorfmeister

Packages

v5.87.0

Compare Source

Version 5.87.0 - 9/5/25, 11:55 AM

Changes

Feat
Docs
  • angular-query: update Angular Zoneless doc (#​9616) (2283633) by Arnoud

Packages

v5.86.0

Compare Source

Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)

Changes

Note: This release contains BREAKING CHANGES for the experimental_streamedQuery API:

BREAKING CHANGES

BREAKING CHANGE: The maxChunks parameter has been removed from streamedQuery.
Use a custom reducer function to control data aggregation behavior instead.

BREAKING CHANGE: When using a custom reducer function with streamedQuery,
the initialValue parameter is now required and must be provided.

  • rename queryFn to streamFn in streamedQuery (#​9606) (b25412a) by Dominik Dorfmeister

BREAKING CHANGE: queryFn has been renamed to streamFn

Chore
  • tsconfig.json: simplify "include" patterns by consolidating file extensions and directory paths (#​9547) (7306474) by @​sukvvon
Test
Other

Packages

v5.85.9

Compare Source

Version 5.85.9 - 9/2/25, 12:17 PM

Changes

Fix
  • query-core: ensure combine re-executes after cache restoration with memoized combine (#​9592) (564a4f6) by Kim YoungHoon
Test
  • react-query/HydrationBoundary: add tests for "non-object" state and missing "queries" property handling (#​9605) (5221029) by @​sukvvon

Packages

v5.85.8

Compare Source

Version 5.85.8 - 9/2/25, 7:59 AM

Changes

Refactor
  • react-query: replace magic number with named constant in suspense timers (#​9607) (ef0c16e) by Minha Kang
Ci
  • apply automated fixes (c44ca47) by autofix-ci[bot]

Packages

v5.85.7

Compare Source

Version 5.85.7 - 9/2/25, 7:22 AM

Changes

Refactor
Docs

Packages

v5.85.6

Compare Source

Version 5.85.6 - 8/30/25, 12:21 PM

Changes
Fix
  • core: make sure queries revert synchronously (#​9601) (379670d) by Dominik Dorfmeister
Chore
Test
Docs
Packages

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 enabled auto-merge (squash) February 24, 2025 18:16
Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.23%. Comparing base (0434de7) to head (892be7c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1320      +/-   ##
==========================================
- Coverage   90.26%   90.23%   -0.04%     
==========================================
  Files         418      418              
  Lines        9358     9358              
  Branches     2174     2244      +70     
==========================================
- Hits         8447     8444       -3     
+ Misses        877      876       -1     
- Partials       34       38       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d170549 to 016aec3 Compare February 24, 2025 21:51
@renovate renovate bot changed the title fix(deps): update dependency @edx/frontend-component-footer to v14.2.0 fix(deps): update all non-major dependencies Feb 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from ffff948 to adb9dc1 Compare March 4, 2025 02:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from a517d44 to a0c7c05 Compare March 11, 2025 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f754f6e to 65a5efd Compare March 17, 2025 00:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6a7df8b to fd497e1 Compare March 24, 2025 16:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b4df9bc to a6bdf6d Compare September 12, 2025 03:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 31c953d to 22da9fe Compare September 17, 2025 14:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 194066d to 4b31f5b Compare September 25, 2025 13:53
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Sep 25, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from de45a14 to cebe3a9 Compare September 30, 2025 08:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e55b8e6 to c069eb3 Compare October 13, 2025 00:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e6c2c1b to c42763b Compare October 16, 2025 22:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c42763b to 0ee10ff Compare October 20, 2025 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants