Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/angular-query-experimental (source) 5.56.2 -> 5.59.0 age adoption passing confidence
@tanstack/config (source) ^0.13.3 -> ^0.13.4 age adoption passing confidence
@tanstack/react-query (source) ^5.56.2 -> ^5.59.0 age adoption passing confidence
@tanstack/svelte-query (source) ^5.56.2 -> ^5.59.0 age adoption passing confidence
@tanstack/vue-query (source) ^5.56.2 -> ^5.59.1 age adoption passing confidence
@types/lodash (source) ^4.17.9 -> ^4.17.10 age adoption passing confidence
@types/react (source) ^18.3.10 -> ^18.3.11 age adoption passing confidence
eslint (source) ^9.11.1 -> ^9.12.0 age adoption passing confidence
knip (source) ^5.30.6 -> ^5.32.0 age adoption passing confidence
nx (source) ^19.8.2 -> ^19.8.4 age adoption passing confidence
pnpm (source) 9.11.0 -> 9.12.0 age adoption passing confidence
vitest (source) ^2.1.1 -> ^2.1.2 age adoption passing confidence
vue (source) ^3.5.10 -> ^3.5.11 age adoption passing confidence

Release Notes

TanStack/query (@​tanstack/angular-query-experimental)

v5.59.0

Compare Source

Version 5.59.0 - 10/1/24, 3:45 PM

Changes

Feat
Docs
  • react-query: Fix broken route on eslint-plugin-query.md (#​8113) (55a6155) by Gaurav Kumar
  • react-query: fix a typo in guides/ssr.md (#​8086) (9227fd3) by Morteza
  • angular-query: add rxjs example (#​8108) (68ca717) by Arnoud
Other

Packages

TanStack/config (@​tanstack/config)

v0.13.4

Compare Source

Version 0.13.4 - 10/2/24, 8:43 PM

Changes

Fix
  • eslint: ignore temporary vite config files (#​167) (448e40e) by Manuel Schiller
Chore
  • deps: update all non-major dependencies (#​166) (5c72007) by renovate[bot]
  • deps: update all non-major dependencies (#​165) (ce9bd1e) by renovate[bot]

Packages

eslint/eslint (eslint)

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

webpro-nl/knip (knip)

v5.32.0

Compare Source

v5.31.0

Compare Source

  • Do not treat trailing # in gitignore as comment (#​797) (7fc6355)
  • Fix extension for file fixture containing TS (847649d)
  • Update some devDependencies (d304d8d)
  • Update docs for auto-fix (close #​788) (48fbddf)
  • Consistent reporter output (94da7f7)
  • Add support for enum and class members (1109cbf)
  • Refactor for reuse/readabilty, more tests (20c2390)
  • Fix issue type in export declarations (0f786f4)
  • Support exported types (2a251fa)
  • Improve unused export fixer, add tests (b0bb643)
  • Update docs (b384403)
  • Improve var naming in tests (2ed9e51)
  • Upgrade to jiti v2.1.0 (dea12f8)
  • Update docs re. known issues w/ jiti (6819eb9)
  • Remove obsolete jiti options (6d47630)
  • Use jiti.import + add tests (resolves #​565) (3dd8ea6)
  • Migrate to jiti v2 (de7fa2d)
nrwl/nx (nx)

v19.8.4

Compare Source

19.8.4 (2024-10-04)

🚀 Features
  • core: allow circular project dependencies to execute tasks (#​28227)
  • nx-dev: add nx powerpack to pricing page (#​28232)
  • nx-dev: add nx powerpack gcp & azure mentions (#​28256)
🩹 Fixes
  • angular: ensure @​typescript-eslint/utils is used with eslint flat config (#​28267)
  • core: remove axios import from main code loading (#​28230)
  • core: change getCache signature to only accept options (#​28248)
  • core: allow prompts during nx add (#​28247)
  • core: add stub for conformance:check, add messaging (#​28250)
  • core: filter out task dependencies on itself (#​28261)
  • core: fixing target groups not merging (#​28280)
  • js: resolve VerdaccioWarning on the "logs" configuration property (#​28234)
  • nx-cloud: use create-workspace-v1 endpoint if v2 returns with 404 (#​28015)
  • nx-dev: fix markdoc table data alignment (#​28274)
  • react: host generator should pass normalized name to remote generator (#​28295)
  • testing: add support for playwright --last-failed (#​28161)
❤️ Thank You

v19.8.3

Compare Source

19.8.3 (2024-10-01)
🚀 Features
  • nx-dev: add Powerpack video to the landing page (#​28126)
🩹 Fixes
❤️ Thank You
pnpm/pnpm (pnpm)

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
vitest-dev/vitest (vitest)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.5.11

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the dependencies Pull requests that update a dependency file label Oct 7, 2024
@nx-cloud
Copy link

nx-cloud bot commented Oct 7, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 3b508e9. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 7, 2024

Open in Stackblitz

More templates

@tanstack/angular-virtual

pnpm add https://pkg.pr.new/@tanstack/angular-virtual@848

@tanstack/lit-virtual

pnpm add https://pkg.pr.new/@tanstack/lit-virtual@848

@tanstack/react-virtual

pnpm add https://pkg.pr.new/@tanstack/react-virtual@848

@tanstack/svelte-virtual

pnpm add https://pkg.pr.new/@tanstack/svelte-virtual@848

@tanstack/solid-virtual

pnpm add https://pkg.pr.new/@tanstack/solid-virtual@848

@tanstack/virtual-core

pnpm add https://pkg.pr.new/@tanstack/virtual-core@848

@tanstack/vue-virtual

pnpm add https://pkg.pr.new/@tanstack/vue-virtual@848

commit: 3b508e9

@renovate renovate bot merged commit 18ad6c1 into main Oct 7, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 7, 2024 06:57
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant