Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Confidence
@iconify/json (source) 2.2.394 -> 2.2.395 age confidence
@mikro-orm/cli (source) 6.5.7 -> 6.5.8 age confidence
@mikro-orm/core (source) 6.5.7 -> 6.5.8 age confidence
@mikro-orm/migrations (source) 6.5.7 -> 6.5.8 age confidence
@mikro-orm/postgresql (source) 6.5.7 -> 6.5.8 age confidence
@mikro-orm/reflection (source) 6.5.7 -> 6.5.8 age confidence
@mikro-orm/seeder (source) 6.5.7 -> 6.5.8 age confidence
@nx-tools/container-metadata (source) 6.9.0 -> 6.9.1 age confidence
@nx-tools/nx-container (source) 6.9.0 -> 6.9.1 age confidence
@tanstack/react-query (source) 5.90.2 -> 5.90.3 age confidence
@tanstack/router-plugin (source) 1.132.51 -> 1.132.56 age confidence
@types/react-dom (source) 19.2.1 -> 19.2.2 age confidence
@typescript-eslint/parser (source) 8.46.0 -> 8.46.1 age confidence
astro (source) 5.14.4 -> 5.14.5 age confidence
pnpm (source) 10.18.2 -> 10.18.3 age confidence
typescript-eslint (source) 8.46.0 -> 8.46.1 age confidence
vite (source) 7.1.9 -> 7.1.10 age confidence

Release Notes

iconify/icon-sets (@​iconify/json)

v2.2.395

Compare Source

mikro-orm/mikro-orm (@​mikro-orm/cli)

v6.5.8

Compare Source

Bug Fixes
Features
  • core: improve type-level support for composite keys with defineEntity helper (#​6912) (2d39dd0)
gperdomor/nx-tools (@​nx-tools/container-metadata)

v6.9.1

Compare Source

6.9.1 (2025-10-13)

🚀 Features
  • publish using trusted publisher (ae54942)
❤️ Thank You
  • Gustavo Perdomo
TanStack/query (@​tanstack/react-query)

v5.90.3

Compare Source

Patch Changes
TanStack/router (@​tanstack/router-plugin)

v1.132.56

Compare Source

Version 1.132.56 - 10/12/25, 11:39 PM

Changes

Fix
  • only transform files in codesplitter if changes were made (#​5460) (5022a60) by Manuel Schiller

Packages

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

withastro/astro (astro)

v5.14.5

Compare Source

Patch Changes
  • #​14525 4f55781 Thanks @​penx! - Fixes defineLiveCollection() types

  • #​14441 62ec8ea Thanks @​upsuper! - Updates redirect handling to be consistent across static and server output, aligning with the behavior of other adapters.

    Previously, the Node.js adapter used default HTML files with meta refresh tags when in static output. This often resulted in an extra flash of the page on redirect, while also not applying the proper status code for redirections. It's also likely less friendly to search engines.

    This update ensures that configured redirects are always handled as HTTP redirects regardless of output mode, and the default HTML files for the redirects are no longer generated in static output. It makes the Node.js adapter more consistent with the other official adapters.

    No change to your project is required to take advantage of this new adapter functionality. It is not expected to cause any breaking changes. However, if you relied on the previous redirecting behavior, you may need to handle your redirects differently now. Otherwise you should notice smoother redirects, with more accurate HTTP status codes, and may potentially see some SEO gains.

  • #​14506 ec3cbe1 Thanks @​abdo-spices! - Updates the <Font /> component so that preload links are generated after the style tag, as recommended by capo.js

pnpm/pnpm (pnpm)

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646.
  • Fixed EISDIR error when bin field points to a directory #​9441.
  • Preserve version and hasBin for variations packages #​10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072.
  • Prevent a table width error in pnpm outdated --long #​10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057.
typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

vitejs/vite (vite)

v7.1.10

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

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

changeset-bot bot commented Dec 9, 2024

⚠️ No Changeset found

Latest commit: c1cc01e

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

@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch from 30fb608 to f26f3b5 Compare December 9, 2024 21:03
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 16.90%. Comparing base (de8ae7c) to head (c1cc01e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #188   +/-   ##
=======================================
  Coverage   16.90%   16.90%           
=======================================
  Files         132      132           
  Lines        3993     3993           
  Branches      130      136    +6     
=======================================
  Hits          675      675           
  Misses       3258     3258           
  Partials       60       60           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title chore(deps): update likely non breaking dependencies fix(deps): update likely non breaking dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 11 times, most recently from b3ef166 to 164df74 Compare December 17, 2024 10:35
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 9 times, most recently from 40e1234 to e06a431 Compare December 24, 2024 03:14
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 3 times, most recently from 46168e8 to db61faf Compare December 30, 2024 09:21
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 3 times, most recently from 1f33b93 to 3bd50af Compare January 6, 2025 18:16
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 2 times, most recently from 071f1e4 to 47ff3a1 Compare October 5, 2025 21:31
@renovate renovate bot changed the title fix(deps): update likely non breaking dependencies to v8.3.3 fix(deps): update likely non breaking dependencies Oct 5, 2025
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 14 times, most recently from fec5289 to ee6af17 Compare October 11, 2025 02:15
@renovate renovate bot changed the title fix(deps): update likely non breaking dependencies fix(deps): update likely non breaking dependencies - autoclosed Oct 11, 2025
@renovate renovate bot closed this Oct 11, 2025
@renovate renovate bot changed the title fix(deps): update likely non breaking dependencies - autoclosed chore(deps): update dependency @tanstack/router-plugin to v1.132.56 Oct 13, 2025
@renovate renovate bot reopened this Oct 13, 2025
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 3 times, most recently from 0c904b8 to 2efe54f Compare October 13, 2025 09:33
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/router-plugin to v1.132.56 chore(deps): update likely non breaking dependencies Oct 13, 2025
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 3 times, most recently from 4e321c3 to 430cafd Compare October 14, 2025 10:02
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch from 430cafd to c1cc01e Compare October 14, 2025 17:01
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