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

chore(deps): update npm dependencies (minor) #62

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.9 -> 7.25.2 age adoption passing confidence
@babel/preset-env (source) 7.24.8 -> 7.25.3 age adoption passing confidence
@cloudoperators/juno-ui-components (source) 2.15.4 -> 2.16.0 age adoption passing confidence
@tanstack/react-query (source) 5.36.2 -> 5.51.23 age adoption passing confidence
@tanstack/react-query (source) 5.40.1 -> 5.51.23 age adoption passing confidence
@testing-library/dom 10.1.0 -> 10.4.0 age adoption passing confidence
esbuild ^0.19.4 -> ^0.23.0 age adoption passing confidence
esbuild ^0.17.19 -> ^0.23.0 age adoption passing confidence
esbuild ^0.20.1 -> ^0.23.0 age adoption passing confidence
luxon 3.4.4 -> 3.5.0 age adoption passing confidence
luxon ^2.3.0 -> ^2.3.0 || ^3.5.0 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-test-renderer (source) 18.2.0 -> 18.3.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

babel/babel (@​babel/core)

v7.25.2

Compare Source

🐛 Bug Fix
cloudoperators/juno (@​cloudoperators/juno-ui-components)

v2.16.0

Compare Source

Minor Changes
  • ed9b963: Add ThemeToggle component, store current theme in local storage, take SecretText component out of WiP
Patch Changes
  • 3ca3d35: Update instructions in readme files
TanStack/query (@​tanstack/react-query)

v5.51.23

Compare Source

Version 5.51.23 - 8/8/24, 8:02 AM

Changes

Fix
  • react-query: ensure we have a gcTime of at least 1 second when using suspense (#​7860) (c744f99) by Dominik Dorfmeister
Docs

Packages

v5.51.21

Compare Source

Version 5.51.21 - 8/2/24, 6:43 PM

Changes

Fix
  • query-core: make CancelledError extend Error (#​7843) (35c086f) by Dominik Dorfmeister

Packages

v5.51.18

Compare Source

Version 5.51.18 - 8/1/24, 1:38 PM

Changes

Fix
  • query-options: allow returning undefined in initialData function (#​7351) (fdb8ce1) by Shahar Har-Shuv

Packages

v5.51.17

Compare Source

Version 5.51.17 - 8/1/24, 1:21 PM

Changes

Fix
  • core: query should reset to default state even when created from hydration (#​7837) (bbb2244) by Dominik Dorfmeister
Chore
  • deps: lock file maintenance (c7245c9) by renovate[bot]

Packages

v5.51.16

Compare Source

v5.51.15

Compare Source

Version 5.51.15 - 7/26/24, 11:47 AM (Manual Release)

Changes
Other
Packages

v5.51.14

Compare Source

v5.51.11

Compare Source

Version 5.51.11 - 7/20/24, 10:47 AM

Changes

Fix
  • svelte-query: Correct data type when initialData is set (#​7769) (b764009) by Lachlan Collins
Ci
  • Enable autofix on push to release branch (b189e31) by Lachlan Collins
Docs

Packages

v5.51.9

Version 5.51.9 - 7/18/24, 7:35 AM (Manual Release)

Changes
Fix
Ci
Docs
Packages

v5.51.5

Compare Source

v5.51.4

Compare Source

Version 5.51.4 - 7/17/24, 11:10 AM

Changes

Fix
  • core: do not invoke getNextPageParam or getPreviousPageParam if there is we have empty pages in the cache (#​7743) (7edf587) by Dominik Dorfmeister
Chore
  • utils: Ensure consistent declaration style of utility functions and standardize parameters for the sleep method (#​7554) (95d814a) by MinhoPark
Docs
  • Update Streaming with Server Components docs to reflect correct usage (#​7725) (a1ce3c4) by Ryan Miller

Packages

v5.51.3

Compare Source

Version 5.51.3 - 7/16/24, 8:32 PM

Changes
Fix
  • vue-query: export InitialQueryOptions types (#​7720) (a3f5a0a) by Andy Li
Chore
Test
Docs
Packages

v5.51.1

Compare Source

Version 5.51.1 - 7/11/24, 4:56 AM (Manual Release)

Changes

Ci
Docs
  • examples: Modernise Next.js examples (#​7706) (b58da75) by Lachlan Collins
  • eslint-plugin-query: Fix rules links (#​7705) (8d0ba7e) by twiddler
  • examples: Modernise React examples (#​7704) (7fc9472) by Lachlan Collins
  • add Query Rewind to vue community projects (#​7688) (14d9c49) by John Dunn

Packages

v5.50.1

Compare Source

Version 5.50.1 - 7/5/24, 3:00 AM

Changes

Fix
Docs

Packages

v5.49.2

Compare Source

Version 5.49.2 - 6/30/24, 6:11 AM

Changes
Fix
  • react-query: experimental before/after query options (#​7652) (56fad10) by Tanner Linsley
  • react-query: experimental before/after query options (#​7651) (4be599f) by Tanner Linsley
Packages

v5.49.1

Compare Source

v5.49.0

Compare Source

v5.48.0

Compare Source

Version 5.48.0 - 6/25/24, 2:14 PM

Changes
Feat
  • core: Add possibility to pass a callback to enabled. (#​7566) (31b9ab4) by John
Packages

v5.47.0

Compare Source

Version 5.47.0 - 6/25/24, 12:27 PM

Changes
Feat
  • react-query: usePrefetchQuery (#​7582) (fbfe940) by Dominik Dorfmeister
Chore
Ci
Packages

v5.45.1

Compare Source

Version 5.45.1 - 6/16/2024, 8:16 PM

Changes

Refactor
  • react-query: improve type inference for useSuspenseQueries with skipToken (#​7564) (77a7b28) by GwanSik Kim
Docs
  • fix grammar mistake on migrating-to-v5.md (#​7556) (8d69ef4) by Paul Ashioya

Packages

v5.45.0

Compare Source

Version 5.45.0 - 6/12/2024, 12:35 PM

Changes

Feat
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 becomes conflicted, 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.

Copy link
Contributor Author

renovate bot commented Apr 30, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: alerts/ui/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/esbuild
npm error   dev esbuild@"^0.20.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer esbuild@"^0.19.4" from [email protected]
npm error node_modules/esbuild-sass-plugin
npm error   dev esbuild-sass-plugin@"^2.6.0" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/esbuild
npm error   peer esbuild@"^0.19.4" from [email protected]
npm error   node_modules/esbuild-sass-plugin
npm error     dev esbuild-sass-plugin@"^2.6.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-08T19_35_18_893Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-08T19_35_18_893Z-debug-0.log

@renovate renovate bot force-pushed the renovate/npm-dependencies branch 2 times, most recently from 2ffaf1f to 47405ab Compare May 8, 2024 19:35
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 2 times, most recently from 454e8f1 to dd9faa5 Compare May 10, 2024 17:01
@renovate renovate bot force-pushed the renovate/npm-dependencies branch from dd9faa5 to 88b4167 Compare May 17, 2024 08:19
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 8 times, most recently from fd73911 to 9a2f5f9 Compare July 31, 2024 15:17
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 4 times, most recently from 2383095 to d984192 Compare August 6, 2024 06:34
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 7 times, most recently from feb65f9 to 5378933 Compare August 15, 2024 14:14
@renovate renovate bot force-pushed the renovate/npm-dependencies branch from 5378933 to 3bc9c02 Compare August 16, 2024 19:35
@renovate renovate bot requested a review from dimtas as a code owner August 16, 2024 19:35
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 4 times, most recently from 7aa8534 to 4bdf4ff Compare August 22, 2024 09:01
@renovate renovate bot force-pushed the renovate/npm-dependencies branch from 4bdf4ff to f466b16 Compare August 26, 2024 14:17
@renovate renovate bot force-pushed the renovate/npm-dependencies branch from f466b16 to 64dad21 Compare August 29, 2024 08:48
@hodanoori
Copy link
Contributor

Outdated PR. Closing it, will be re created automatically!

@hodanoori hodanoori closed this Aug 30, 2024
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.

10 participants