Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the minors group in /ui with 11 updates:

Package From To
@tanstack/react-query 5.74.4 5.74.7
axios 1.8.4 1.9.0
react-hook-form 7.56.0 7.56.1
react-router-dom 7.5.1 7.5.2
@eslint/js 9.25.0 9.25.1
@vitest/coverage-v8 3.1.1 3.1.2
eslint 9.25.0 9.25.1
sass 1.86.3 1.87.0
typescript-eslint 8.30.1 8.31.0
vite 6.3.2 6.3.3
vitest 3.1.1 3.1.2

Updates @tanstack/react-query from 5.74.4 to 5.74.7

Release notes

Sourced from @​tanstack/react-query's releases.

v5.74.7

Version 5.74.7 - 4/27/25, 3:02 PM

Changes

Fix

  • vue-query: update initialData type to allow InitialDataFunction and NonUndefinedGuard, similar to react-query (#9073) (e45dea8) by Sol Lee

Chore

  • deps: update dependency @​sveltejs/kit to v2.20.6 [security] (#9054) (b13f0b8) by renovate[bot]
  • move from paths to customCondition (#9042) (9f93f12) by Tyler

Test

  • react-query: use fake timers for QueryClientProvider.test.tsx (#9074) (b8ea29e) by @​manudeli
  • query-persist-client-core: use fake timers for createPersister.test.ts (#9067) (83f01cd) by MINSEONG KIM
  • react-query: use fake timers for useMutationState.test.tsx (#9055) (62f02fc) by @​manudeli
  • react-query: use fake timers for fine-grained-persister.test.tsx (#9056) (027be32) by @​manudeli
  • react-query: use fake timers for ssr-hydration.test.tsx (#9058) (0849660) by MINSEONG KIM
  • query-core: use fake timers for queryObserver.test.tsx (#9004) (1b169ae) by @​manudeli

Docs

  • fix broken links in docs (#9052) (eb15f87) by Zac Rosenbauer
  • fix typo (a2a39c9) by Dominik Dorfmeister
  • Update streamedQuery.md (c987abc) by Dominik Dorfmeister

Packages

  • @​tanstack/eslint-plugin-query@​5.74.7
  • @​tanstack/query-async-storage-persister@​5.74.7
  • @​tanstack/query-broadcast-client-experimental@​5.74.7
  • @​tanstack/query-core@​5.74.7
  • @​tanstack/query-devtools@​5.74.7
  • @​tanstack/query-persist-client-core@​5.74.7
  • @​tanstack/query-sync-storage-persister@​5.74.7
  • @​tanstack/react-query@​5.74.7
  • @​tanstack/react-query-devtools@​5.74.7
  • @​tanstack/react-query-persist-client@​5.74.7
  • @​tanstack/react-query-next-experimental@​5.74.7
  • @​tanstack/solid-query@​5.74.7
  • @​tanstack/solid-query-devtools@​5.74.7
  • @​tanstack/solid-query-persist-client@​5.74.7
  • @​tanstack/svelte-query@​5.74.7
  • @​tanstack/svelte-query-devtools@​5.74.7
  • @​tanstack/svelte-query-persist-client@​5.74.7
  • @​tanstack/vue-query@​5.74.7
  • @​tanstack/vue-query-devtools@​5.74.7

... (truncated)

Commits
  • fcb3d4a release: v5.74.7
  • b8ea29e test(react-query): use fake timers for QueryClientProvider.test.tsx (#9074)
  • 62f02fc test(react-query): use fake timers for useMutationState.test.tsx (#9055)
  • 027be32 test(react-query): use fake timers for fine-grained-persister.test.tsx (#9056)
  • 0849660 test(react-query): use fake timers for ssr-hydration.test.tsx (#9058)
  • 9f93f12 chore: move from paths to customCondition (#9042)
  • See full diff in compare view

Updates axios from 1.8.4 to 1.9.0

Release notes

Sourced from axios's releases.

Release v1.9.0

Release notes:

Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#6661) (987d2e2)
  • types: fix autocomplete for adapter config (#6855) (e61a893)

Features

  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#5707) (80ea756)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.9.0 (2025-04-24)

Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#6661) (987d2e2)
  • types: fix autocomplete for adapter config (#6855) (e61a893)

Features

  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#5707) (80ea756)

Contributors to this release

Commits
  • cdcfd21 chore(release): v1.9.0 (#6891)
  • 987d2e2 fix(http): send minimal end multipart boundary (#6661)
  • f112edf chore(ci): add PR files guard action; (#6890)
  • 61de4c0 chore(ci): update github actions; (#6889)
  • c3aba3d chore(ci): add labeler github action; (#6888)
  • f7a3b5e fix(headers): fixed support for setting multiple header values from an iterat...
  • e61a893 fix(types): fix autocomplete for adapter config (#6855)
  • 6c5d4cd fix(core): fix the Axios constructor implementation to treat the config argum...
  • dfe8411 fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (#6767)
  • d4f7df4 fix(headers): fix getSetCookie by using 'get' method for caseless access; (...
  • Additional commits viewable in compare view

Updates react-hook-form from 7.56.0 to 7.56.1

Release notes

Sourced from react-hook-form's releases.

Version 7.56.1

🐞 fix #12761 #12762 issue with usage reset isReady formState (#12765) 🐞 fix #12763 import warning with named exports (#12764)

Commits

Updates react-router-dom from 7.5.1 to 7.5.2

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

Changelog

Sourced from react-router-dom's changelog.

7.5.2

Patch Changes

Commits

Updates @eslint/js from 9.25.0 to 9.25.1

Release notes

Sourced from @​eslint/js's releases.

v9.25.1

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

Chores

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
Changelog

Sourced from @​eslint/js's changelog.

v9.25.1 - April 21, 2025

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)
Commits

Updates @vitest/coverage-v8 from 3.1.1 to 3.1.2

Release notes

Sourced from @​vitest/coverage-v8's releases.

v3.1.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates eslint from 9.25.0 to 9.25.1

Release notes

Sourced from eslint's releases.

v9.25.1

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

Chores

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
Changelog

Sourced from eslint's changelog.

v9.25.1 - April 21, 2025

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)
Commits

Updates sass from 1.86.3 to 1.87.0

Release notes

Sourced from sass's releases.

Dart Sass 1.87.0

To install Sass 1.87.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector & is loaded into a nested Sass context via meta.load-css() or @import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.87.0

  • Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector & is loaded into a nested Sass context via meta.load-css() or @import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.
Commits

Updates typescript-eslint from 8.30.1 to 8.31.0

Release notes

Sourced from typescript-eslint's releases.

v8.31.0

8.31.0 (2025-04-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)

🩹 Fixes

  • typescript-eslint: address bugs in config() around global ignores (#11065)
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.31.0 (2025-04-21)

🩹 Fixes

  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)
  • typescript-eslint: address bugs in config() around global ignores (#11065)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 2cc7656 chore(release): publish 8.31.0
  • b40ce5a fix(typescript-eslint): gracefully handle invalid flat config objects in conf...
  • be558e5 fix(typescript-eslint): address bugs in config() around global ignores (#11...
  • See full diff in compare view

Updates vite from 6.3.2 to 6.3.3

Release notes

Sourced from vite's releases.

v6.3.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.3.3 (2025-04-24)

  • fix: ignore malformed uris in tranform middleware (#19853) (e4d5201), closes #19853
  • fix(assets): ensure ?no-inline is not included in the asset url in the production environment (#1949 (16a73c0), closes #19496
  • fix(css): resolve relative imports in sass properly on Windows (#19920) (ffab442), closes #19920
  • fix(deps): update all non-major dependencies (#19899) (a4b500e), closes #19899
  • fix(ssr): fix execution order of re-export (#19841) (ed29dee), closes #19841
  • fix(ssr): fix live binding of default export declaration and hoist exports getter (#19842) (80a91ff), closes #19842
  • perf: skip sourcemap generation for renderChunk hook of import-analysis-build plugin (#19921) (55cfd04), closes #19921
  • test(ssr): test ssrTransform re-export deps and test stacktrace with first line (#19629) (9399cda), closes #19629
Commits
  • db9eb97 release: v6.3.3
  • e4d5201 fix: ignore malformed uris in tranform middleware (#19853)
  • 55cfd04 perf: skip sourcemap generation for renderChunk hook of import-analysis-build...
  • ffab442 fix(css): resolve relative imports in sass properly on Windows (#19920)
  • 16a73c0 fix(assets): ensure ?no-inline is not included in the asset url in the produc...
  • 9399cda test(ssr): test ssrTransform re-export deps and test stacktrace with first ...
  • ed29dee fix(ssr): fix execution order of re-export (#19841)
  • 80a91ff fix(ssr): fix live binding of default export declaration and hoist exports ge...
  • a4b500e fix(deps): update all non-major dependencies (#19899)
  • See full diff in compare view

Updates vitest from 3.1.1 to 3.1.2

Release notes

Sourced from vitest's releases.

v3.1.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 5a0afd1 chore: release v3.1.2
  • b70a6f1 chore(deps): unbundle tinyglobby and update (#7864)
  • f9eacbc fix(vite-node): add ERR_MODULE_NOT_FOUND code error if module cannot be loade...
  • 3102986 docs: browser.provider link (#7851)
  • 816a5c5 perf(browser): improve browser parallelisation (#7665)
  • 6743008 fix: use happy-dom/jsdom types for envionmentOptions (#7795)
  • 6358f21 fix: default to run mode when stdin is not a TTY (#7673)
  • 15701f5 fix(deps): update all non-major dependencies (#7831)
  • 5652bf9 fix(coverage): expose profiling timers (#7820)
  • 29084f1 chore(deps): update all non-major dependencies (#7802)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@vercel
Copy link

vercel bot commented Apr 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jhub-apps ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 28, 2025 8:40am
jhub-apps-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 28, 2025 8:40am

@jbouder jbouder merged commit 66cb550 into main Apr 28, 2025
3 checks passed
@jbouder jbouder deleted the dependabot/npm_and_yarn/ui/minors-03a32e22c1 branch April 28, 2025 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants