Skip to content

chore(deps): update all non-major dependencies#228

Merged
lachlancollins merged 1 commit intomainfrom
renovate/all-minor-patch
Mar 10, 2025
Merged

chore(deps): update all non-major dependencies#228
lachlancollins merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/parse (source) ^19.5.0 -> ^19.8.0 age adoption passing confidence pnpm.catalog.default minor
@eslint/js (source) ^9.21.0 -> ^9.22.0 age adoption passing confidence pnpm.catalog.default minor
@stylistic/eslint-plugin-js (source) ^4.1.0 -> ^4.2.0 age adoption passing confidence pnpm.catalog.default minor
@tanstack/query-core (source) ^5.66.11 -> ^5.67.2 age adoption passing confidence pnpm.catalog.default minor
eslint (source) ^9.21.0 -> ^9.22.0 age adoption passing confidence pnpm.catalog.default minor
nrwl/nx-set-shas v4.2.1 -> v4.3.0 age adoption passing confidence action minor
pnpm (source) 10.5.2 -> 10.6.2 age adoption passing confidence packageManager minor
type-fest ^4.36.0 -> ^4.37.0 age adoption passing confidence pnpm.catalog.default minor
typescript-eslint (source) ^8.25.0 -> ^8.26.0 age adoption passing confidence pnpm.catalog.default minor
vite (source) ^6.2.0 -> ^6.2.1 age adoption passing confidence pnpm.catalog.default patch
vitest (source) ^3.0.7 -> ^3.0.8 age adoption passing confidence pnpm.catalog.default patch

Release Notes

conventional-changelog/commitlint (@​commitlint/parse)

v19.8.0

Compare Source

Note: Version bump only for package @​commitlint/parse

eslint/eslint (@​eslint/js)

v9.22.0

Compare Source

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin-js)

v4.2.0

Compare Source

Features
  • config: update yield-star-spacing and generator-star-spacing config to align with Prettier (86d17c8)
Documentation
TanStack/query (@​tanstack/query-core)

v5.67.2

Compare Source

Version 5.67.2 - 3/7/25, 10:56 AM

Changes

Fix
Chore
  • deps: update dependency vitest to v2.1.9 [security] (#​8605) (f31eeda) by renovate[bot]
  • sync CONTRIBUTING.md between projects (#​8767) (c4cb285) by Lachlan Collins
  • deps: update autofix-ci/action digest to 551dded (#​8549) (8c03bd0) by renovate[bot]
  • ts 5.8 (161f534) by Dominik Dorfmeister
Docs

Packages

v5.67.1

Compare Source

Version 5.67.1 - 3/3/25, 3:57 PM

Changes
Refactor
  • query-core: improve type safety and performance in getMutationDefaults (#​8669) (4d8c27b) by yusheng chen
Packages

v5.67.0

Compare Source

Version 5.67.0 - 3/3/25, 3:45 PM

Changes
Feat
Test
Docs
  • angular-query: document angular httpclient and other data fetching solutions (#​8732) (18e357c) by Arnoud
Packages
eslint/eslint (eslint)

v9.22.0

Compare Source

nrwl/nx-set-shas (nrwl/nx-set-shas)

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: nrwl/nx-set-shas@v4.2.1...v4.3.0

pnpm/pnpm (pnpm)

v10.6.2

Patch Changes
  • pnpm self-update should always update the version in the packageManager field of package.json.
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.
  • pnpm patch-commit will now use the same filesystem as the store directory to compare and create patch files.
  • Don't show info output when --loglevel=error is used.
  • peerDependencyRules should be set in pnpm-workspace.yaml to take effect.

v10.6.1

Compare Source

Patch Changes
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't ignore pnpm.patchedDependencies from package.json #​9226.
  • When executing the approve-builds command, if package.json contains onlyBuiltDependencies or ignoredBuiltDependencies, the selected dependency package will continue to be written into package.json.
  • When a package version cannot be found in the package metadata, print the registry from which the package was fetched.

v10.6.0

Compare Source

Minor Changes
  • pnpm-workspace.yaml can now hold all the settings that .npmrc accepts. The settings should use camelCase #​9211.

    pnpm-workspace.yaml example:

    verifyDepsBeforeRun: install
    optimisticRepeatInstall: true
    publicHoistPattern:
      - "*types*"
      - "!@​types/react"
  • Projects using a file: dependency on a local tarball file (i.e. .tgz, .tar.gz, .tar) will see a performance improvement during installation. Previously, using a file: dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.

Patch Changes
  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • fast-glob replace with tinyglobby to reduce the size of the pnpm CLI dependencies #​9169.
  • pnpm deploy should not remove fields from the deployed package's package.json file #​9215.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • Fix pnpm deploy creating a package.json without the imports and license field #​9193.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112
sindresorhus/type-fest (type-fest)

v4.37.0

Compare Source


typescript-eslint/typescript-eslint (typescript-eslint)

v8.26.0

Compare Source

🚀 Features
❤️ Thank You

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v6.2.1

Compare Source

vitest-dev/vitest (vitest)

v3.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 Mar 10, 2025
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 10, 2025

⚠️ No Changeset found

Latest commit: 43c4fe7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Mar 10, 2025

View your CI Pipeline Execution ↗ for commit 43c4fe7.

Command Status Duration Result
nx affected --targets=test:eslint,test:types,te... ✅ Succeeded 38s View ↗
nx run-many --target=build ✅ Succeeded 10s View ↗

☁️ Nx Cloud last updated this comment at 2025-03-10 02:45:07 UTC

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Mar 10, 2025

@tanstack/config

npm i https://pkg.pr.new/@tanstack/config@228

@tanstack/eslint-config

npm i https://pkg.pr.new/@tanstack/eslint-config@228

@tanstack/typedoc-config

npm i https://pkg.pr.new/@tanstack/typedoc-config@228

@tanstack/publish-config

npm i https://pkg.pr.new/@tanstack/publish-config@228

@tanstack/vite-config

npm i https://pkg.pr.new/@tanstack/vite-config@228

commit: 43c4fe7

@lachlancollins lachlancollins merged commit 27b7190 into main Mar 10, 2025
4 checks passed
@lachlancollins lachlancollins deleted the renovate/all-minor-patch branch March 10, 2025 02:48
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