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 all non-major dependencies #125

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/config (source) ^0.13.3 -> ^0.13.4 age adoption passing confidence
@testing-library/svelte ^5.2.2 -> ^5.2.3 age adoption passing confidence
@vitest/coverage-istanbul (source) ^2.1.1 -> ^2.1.2 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.3 -> ^19.8.4 age adoption passing confidence
pnpm (source) 9.11.0 -> 9.12.0 age adoption passing confidence
svelte (source) ^5.0.0-next.260 -> ^5.0.0-next.262 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/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

testing-library/svelte-testing-library (@​testing-library/svelte)

v5.2.3

Compare Source

Bug Fixes
  • svelte5: ensure typings are actually included in the module (#​402) (f4b1508)
vitest-dev/vitest (@​vitest/coverage-istanbul)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
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
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
sveltejs/svelte (svelte)

v5.0.0-next.262

Compare Source

Patch Changes
  • feat: enable snippets to fill slots (#​13427)

  • fix: strip internal properties from rest props during SSR (#​13492)

  • fix: allow combinator at start of nested CSS selector (#​13440)

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 label Oct 7, 2024
Copy link

nx-cloud bot commented Oct 7, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 41d47ed. 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.

Copy link

pkg-pr-new bot commented Oct 7, 2024

@tanstack/react-store

pnpm add https://pkg.pr.new/@tanstack/react-store@125

@tanstack/angular-store

pnpm add https://pkg.pr.new/@tanstack/angular-store@125

@tanstack/store

pnpm add https://pkg.pr.new/@tanstack/store@125

@tanstack/solid-store

pnpm add https://pkg.pr.new/@tanstack/solid-store@125

@tanstack/svelte-store

pnpm add https://pkg.pr.new/@tanstack/svelte-store@125

@tanstack/vue-store

pnpm add https://pkg.pr.new/@tanstack/vue-store@125

commit: 41d47ed

@renovate renovate bot merged commit 31bb957 into main Oct 7, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 7, 2024 03:55
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.

0 participants