Skip to content
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

Bump the fetching group in /frontend-react with 3 updates #16753

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps the fetching group in /frontend-react with 3 updates: @tanstack/react-query, @tanstack/react-query-devtools and axios.

Updates @tanstack/react-query from 5.62.2 to 5.62.3

Release notes

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

v5.62.3

Version 5.62.3 - 12/6/24, 3:33 PM

Changes

Fix

  • allow passing enabled:true when skipToken is present (#8407) (32d7189) by Dominik Dorfmeister

Docs

Packages

  • @​tanstack/query-core@​5.62.3
  • @​tanstack/react-query@​5.62.3
  • @​tanstack/query-broadcast-client-experimental@​5.62.3
  • @​tanstack/query-persist-client-core@​5.62.3
  • @​tanstack/query-sync-storage-persister@​5.62.3
  • @​tanstack/react-query-devtools@​5.62.3
  • @​tanstack/react-query-persist-client@​5.62.3
  • @​tanstack/react-query-next-experimental@​5.62.3
  • @​tanstack/solid-query@​5.62.3
  • @​tanstack/solid-query-devtools@​5.62.3
  • @​tanstack/solid-query-persist-client@​5.62.3
  • @​tanstack/svelte-query@​5.62.3
  • @​tanstack/svelte-query-devtools@​5.62.3
  • @​tanstack/svelte-query-persist-client@​5.62.3
  • @​tanstack/vue-query@​5.62.3
  • @​tanstack/vue-query-devtools@​5.62.3
  • @​tanstack/angular-query-experimental@​5.62.3
  • @​tanstack/query-async-storage-persister@​5.62.3
  • @​tanstack/angular-query-devtools-experimental@​5.62.3
Commits

Updates @tanstack/react-query-devtools from 5.62.2 to 5.62.3

Release notes

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

v5.62.3

Version 5.62.3 - 12/6/24, 3:33 PM

Changes

Fix

  • allow passing enabled:true when skipToken is present (#8407) (32d7189) by Dominik Dorfmeister

Docs

Packages

  • @​tanstack/query-core@​5.62.3
  • @​tanstack/react-query@​5.62.3
  • @​tanstack/query-broadcast-client-experimental@​5.62.3
  • @​tanstack/query-persist-client-core@​5.62.3
  • @​tanstack/query-sync-storage-persister@​5.62.3
  • @​tanstack/react-query-devtools@​5.62.3
  • @​tanstack/react-query-persist-client@​5.62.3
  • @​tanstack/react-query-next-experimental@​5.62.3
  • @​tanstack/solid-query@​5.62.3
  • @​tanstack/solid-query-devtools@​5.62.3
  • @​tanstack/solid-query-persist-client@​5.62.3
  • @​tanstack/svelte-query@​5.62.3
  • @​tanstack/svelte-query-devtools@​5.62.3
  • @​tanstack/svelte-query-persist-client@​5.62.3
  • @​tanstack/vue-query@​5.62.3
  • @​tanstack/vue-query-devtools@​5.62.3
  • @​tanstack/angular-query-experimental@​5.62.3
  • @​tanstack/query-async-storage-persister@​5.62.3
  • @​tanstack/angular-query-devtools-experimental@​5.62.3
Commits

Updates axios from 1.7.8 to 1.7.9

Release notes

Sourced from axios's releases.

Release v1.7.9

Release notes:

Reverts

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.9 (2024-12-04)

Reverts

Contributors to this release

Commits

You can trigger a rebase of this PR 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 6, 2024
Copy link

github-actions bot commented Dec 6, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@tanstack/react-query ^5.62.3 UnknownUnknown
npm/@tanstack/react-query-devtools ^5.62.3 UnknownUnknown
npm/axios ^1.7.9 🟢 5.9
Details
CheckScoreReason
Code-Review🟢 6Found 12/19 approved changesets -- score normalized to 6
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 1030 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST🟢 9SAST tool detected but not run on all commits
Vulnerabilities⚠️ 025 existing vulnerabilities detected
npm/@tanstack/query-core 5.62.3 UnknownUnknown
npm/@tanstack/react-query 5.62.3 UnknownUnknown
npm/@tanstack/react-query-devtools 5.62.3 UnknownUnknown
npm/axios 1.7.9 🟢 5.9
Details
CheckScoreReason
Code-Review🟢 6Found 12/19 approved changesets -- score normalized to 6
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 1030 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST🟢 9SAST tool detected but not run on all commits
Vulnerabilities⚠️ 025 existing vulnerabilities detected

Scanned Manifest Files

frontend-react/package.json
  • @tanstack/react-query@^5.62.3
  • @tanstack/react-query-devtools@^5.62.3
  • axios@^1.7.9
  • @tanstack/react-query@^5.62.2
  • @tanstack/react-query-devtools@^5.62.2
  • axios@^1.7.8
frontend-react/yarn.lock

Bumps the fetching group in /frontend-react with 3 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) and [axios](https://github.com/axios/axios).


Updates `@tanstack/react-query` from 5.62.2 to 5.62.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.3/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.62.2 to 5.62.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.3/packages/react-query-devtools)

Updates `axios` from 1.7.8 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.8...v1.7.9)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fetching
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fetching
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fetching
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend-react/fetching-b24ff61e89 branch from 2685c34 to d69eb30 Compare December 8, 2024 05:04
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2024

Superseded by #16798.

@dependabot dependabot bot closed this Dec 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend-react/fetching-b24ff61e89 branch December 15, 2024 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants