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

fix(deps): update all minor updates #279

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@pulumi/pulumi (source) 3.146.0 -> 3.150.0 age adoption passing confidence dependencies minor
@tanstack/react-query (source) 5.28.14 -> 5.66.8 age adoption passing confidence dependencies minor
@types/react (source) ^19.0.0 -> ^18.3.18 age adoption passing confidence devDependencies minor
@types/react-dom (source) ^19.0.0 -> ^18.3.5 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 7.4.0 -> 7.18.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.4.0 -> 7.18.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-react-swc 3.6.0 -> 3.8.0 age adoption passing confidence devDependencies minor
axios (source) 1.6.8 -> 1.7.9 age adoption passing confidence dependencies minor
eslint (source) 9.0.0 -> 9.20.1 age adoption passing confidence devDependencies minor
pulumi/pulumi 3.145.0 -> 3.150.0 age adoption passing confidence image-name minor
react (source) ^19.0.0 -> ^18.2.0 age adoption passing confidence dependencies minor
react-dom (source) ^19.0.0 -> ^18.2.0 age adoption passing confidence dependencies minor
react-router-dom (source) 6.22.3 -> 6.29.0 age adoption passing confidence dependencies minor
typescript (source) 5.4.4 -> 5.7.3 age adoption passing confidence devDependencies minor
vite (source) 5.2.8 -> 5.4.14 age adoption passing confidence devDependencies minor
org.java-websocket:Java-WebSocket 1.5.7 -> 1.6.0 age adoption passing confidence dependencies minor
org.jetbrains.kotlin.plugin.serialization 2.0.21 -> 2.1.10 age adoption passing confidence plugin minor
org.jetbrains.kotlin.jvm 2.0.21 -> 2.1.10 age adoption passing confidence plugin minor

Release Notes

pulumi/pulumi (@​pulumi/pulumi)

v3.150.0

Compare Source

Features
  • [cli/state] Add --all to state delete
    #​18502

  • [sdk/python] [Experimental/Components] Check for required inputs
    #​18487

  • [sdk/python] [Experimental/Components] Infer plain types
    #​18483

Bug Fixes
  • [engine] Fix a potential panic for corrupted secret values
    #​18501

  • [engine] Apply autonaming strategy only to custom resources, not components
    #​18523

  • [sdk/python] [Experimental/Components] Throw an error when encountring resource references
    #​18485

Miscellaneous
  • [pkg] Change BulkDecrypt to return list instead of map
    #​18486

v3.149.0

Compare Source

Features
  • [cli] Update pulumi-java to 1.2.0

  • [cli/display] Always print resource summaries in preview, even after errors
    #​18465

  • [cli/plugin] Improve the warning when using plugins from PATH
    #​18476

  • [engine] Deployments continue past delete errors due to protect
    #​18396

  • [sdk/python] [Experimental/Components] Add infrastructure to bootstrap providers from component resources
    #​18403
    #​18401

  • [sdk/python] [Experimental/Components] Analyze ComponentResource properties
    #​18403

  • [sdk/python] [Experimental/Components] Infer ComplexTypes for ComponentResources
    #​18405

  • [sdk/python] [Experimental/Components] Handle complex types in inputs and outputs
    #​18419

  • [sdk/python] [Experimental/Components] Support array types in component schema inference
    #​18469

  • [sdk/python] [Experimental/Components] Support dict types in component schema inference
    #​18472

Bug Fixes
  • [engine] Filter __internal keys when calling providers DiffConfig
    #​18440

  • [engine] The engine will correctly use old state for provider config with no reported differences
    #​18411

  • [cli/config] Fix setting indexed top-level config keys
    #​18444

  • [cli/import] Fix the declaration of parameterized providers in import JSON files
    #​18450

  • [sdk/go] Provide a better error message when a Go program can't be run
    #​18383

  • [cli/package] Allow https:// prefixes for Git repository URLs
    #​18380

  • [cli/package] Fix package add and code generation when package name contains dashes in Go
    #​18457

  • [sdk/python] [Experimental/Components] Handle inputs and outputs
    #​18408

v3.148.0

Compare Source

Features
  • [cli/config] Introduce --type flag for config set
    #​18287

  • [cli/new] Improve docs for disambiguating repositories on hosts where the URL is ambiguous
    #​18379

  • [cli/package] Automatically get latest version for git based plugins if none is specified
    #​18215

  • [cli/package] Allow plugins from git sources to live in subdirectories in the repository
    #​18322

  • [sdk/python] Support commits in prerelease versions of generated Python SDKs
    #​18289

Bug Fixes
  • [cli/config] Fix parsing of config keys with paths and colons in path segments
    #​18378

  • [engine] Fix some plugin context leaks, which could leave plugin processes running on exit
    #​18373

  • [cli/package] Respect virtualenv option in package add/link
    #​18319

  • [programgen/nodejs] Handle keyword overlap of "this" keyword for local variables
    #​18177

  • [sdk/nodejs] Fix debug strings triggering the Output toString error
    #​18016

  • [sdk/nodejs] Use the corepack executable from dev dependencies
    #​18393

  • [sdk/python] Allow Pip 25
    #​18343

  • [sdk/python] Make RunPlugin default to using a virtualenv
    #​18371

Miscellaneous
  • [sdk/{dotnet,java}] Update Java to 1.1.0 and Dotnet to 3.72.0
    #​18394

  • [sdkgen] Align pulumi.json and schema.go
    #​18334

v3.147.0

Compare Source

Features
  • [cli] Update go.mod to require go1.22
    #​18274

  • [cli/config] Improve documentation for pulumi config set
    #​18285

  • [cli/package] Allow short hashes as versions in package add
    #​18277

  • [cli/{package,plugin}] Support getting plugins from remote git sources
    #​17827

Bug Fixes
  • [engine] Skip acquiring program packages during refresh when running inline automation programs
    #​18283

  • [sdk/nodejs] Avoid unnecessary Node.js installations
    #​18293

  • [sdk/{nodejs,python}] Fix handling of DependencyResource when checking invoke deps
    #​18275

  • [sdk/{nodejs,python}] Permit output arguments in plain invokes for backwards compatibility
    #​18304

Miscellaneous
  • [sdk/python] Manage the publish dependencies in pyproject.toml
    #​18261
TanStack/query (@​tanstack/react-query)

v5.66.8

Compare Source

v5.66.7

Compare Source

Version 5.66.7 - 2/18/25, 2:00 PM

Changes
Refactor
Packages

v5.66.6

Compare Source

Version 5.66.6 - 2/18/25, 9:47 AM

Changes

Fix
  • react-query: make error to be shown when using queryOptions with initialData and skipToken in queryFn inside useSuspenseQueries (#​8665) (56183f0) by Yoomin Kang

Packages

v5.66.5

Compare Source

Version 5.66.5 - 2/17/25, 3:59 PM

Changes

Fix
  • react-query: fix queryOptions with initialData to work on useSuspenseQueries (#​8658) (9a7bfd9) by Yoomin Kang

Packages

v5.66.4

Compare Source

v5.66.3

Compare Source

Version 5.66.3 - 2/16/25, 12:57 PM

Changes
Perf
  • react-query: useQueries have quadratic performance in relation to the number of queries (#​8641) (4ab455c) by Kim YoungHoon
Packages

v5.66.2

Compare Source

v5.66.0

Compare Source

Version 5.66.0 - 1/31/25, 9:05 AM

Changes

Feat
  • core: add client to queryFunctionContext (#​8599) (f86eb7e) by Dominik Dorfmeister
Docs
  • Add OpenAPI Qraft React to the list of community projects (#​8588) (a507400) by Alex Batalov

Packages

v5.65.1

Compare Source

Version 5.65.1 - 1/28/25, 8:59 AM

Changes

Fix

Packages

v5.65.0

Compare Source

Version 5.65.0 - 1/27/25, 4:19 PM

Changes

Feat
  • types: type narrowing for isPlaceholderData (#​8586) (2399bb0) by Dominik Dorfmeister
Chore
  • composite monorepo (#​8560) (97f5544) by Dominik Dorfmeister
  • deps: update dependency vite to v5.4.12 [security] (#​8563) (4a0a129) by renovate[bot]
Ci
Docs

Packages

v5.64.2

Compare Source

Version 5.64.2 - 1/19/25, 8:45 AM

Changes

Fix
  • react-query: add missing subscribed option to UseInfiniteQueryOptions (#​8546) (3e3fba9) by Seyed Mohammad Asadi
Chore
  • deps: replace rimraf with premove (#​8532) (f04dd19) by Lachlan Collins

Packages

v5.64.1

Compare Source

Version 5.64.1 - 1/13/25, 1:23 PM

Changes
Fix
Packages

v5.64.0

Compare Source

Version 5.64.0 - 1/11/25, 6:59 PM

Changes
Feat
Docs
Packages

v5.63.0

Compare Source

Version 5.63.0 - 1/8/25, 2:21 PM

Changes

Feat
  • react-query: allow useQuery and useQueries to unsubscribe from the query cache with an option (#​8348) (e2bc216) by Dominik Dorfmeister

Packages

v5.62.16

Version 5.62.16 - 1/6/25, 7:15 PM (Manual Release)

Changes

Fix
  • QueriesObserver: include default options on duplicate query, queryHash check (#​8432) (e664d22) by nick-avi-say
  • vue-query: ensure queryKey match the current value of ref used inside (#​8443) (3104854) by @​Mini-ghost
  • react-query: eslint-plugin-query now working with vanilla js (#​8322) (f6757a6) by Ifeanyi Aladi
  • eslint-plugin-query: export Plugin interface (#​8392) (9a0ca9b) by Tomáš Vojtášek
Test
  • add a test to ensure new meta gets accepted by fetchQuery (d08d115) by Dominik Dorfmeister

Packages

v5.62.14

[Compare Sourc


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 Jan 19, 2025

⚠️ 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: frontend/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/eslint
npm error   dev eslint@"^9.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm error node_modules/@typescript-eslint/parser
npm error   dev @typescript-eslint/parser@"^7.0.0" from the root project
npm error   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/[email protected]
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"^7.0.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 /runner/cache/others/npm/_logs/2025-02-20T14_12_41_800Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-02-20T14_12_41_800Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from cd7574e to d68f376 Compare January 27, 2025 08:59
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from b620c39 to d98eab1 Compare February 8, 2025 01:58
@renovate renovate bot force-pushed the renovate/all-minor branch from d98eab1 to 1478aa9 Compare February 11, 2025 16:40
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