Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.37.0 -> 9.38.0 age confidence
@types/node (source) 24.7.1 -> 24.8.1 age confidence
@typescript-eslint/parser (source) 8.46.0 -> 8.46.1 age confidence
astro (source) 5.14.3 -> 5.14.6 age confidence
eslint (source) 9.37.0 -> 9.38.0 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) 6.3.6 -> 6.4.0 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.38.0

Compare Source

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.6

Compare Source

Patch Changes
⚠️ Breaking change for experimental live content collections only

Feedback showed that this did not make sense to set at the loader level, since the loader does not know how long each individual entry should be cached for.

If your live loader returns cache hints with maxAge, you need to remove this property:

return {
  entries: [...],
  cacheHint: {
    tags: ['my-tag'],
-   maxAge: 60,
    lastModified: new Date(),
  },
};

The cacheHint object now only supports tags and lastModified properties. If you want to set the max age for a page, you can set the headers manually:

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

v5.14.4

Compare Source

Patch Changes
eslint/eslint (eslint)

v9.38.0

Compare Source

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)

v6.4.0

Compare Source

Please refer to CHANGELOG.md for details.

v6.3.7

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 6, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v8.46.0 chore(deps): update all non-major dependencies to v8.46.0 - autoclosed Oct 8, 2025
@renovate renovate bot closed this Oct 8, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch October 8, 2025 06:15
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v8.46.0 - autoclosed chore(deps): update all non-major dependencies Oct 9, 2025
@renovate renovate bot reopened this Oct 9, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9b3f27d to d20544e Compare October 9, 2025 14:08
Copy link

changeset-bot bot commented Oct 9, 2025

⚠️ No Changeset found

Latest commit: 732c375

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 changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Oct 9, 2025
@renovate renovate bot closed this Oct 9, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update dependency @types/node to v24.7.1 Oct 9, 2025
@renovate renovate bot reopened this Oct 9, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 532f3a2 to f94b2d2 Compare October 9, 2025 22:58
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v24.7.1 chore(deps): update all non-major dependencies Oct 9, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Oct 10, 2025
@renovate renovate bot closed this Oct 10, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Oct 10, 2025
@renovate renovate bot reopened this Oct 10, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4639ac1 to 555c5ab Compare October 10, 2025 09:21
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Oct 10, 2025
@renovate renovate bot closed this Oct 10, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update dependency astro to v5.14.4 Oct 10, 2025
@renovate renovate bot reopened this Oct 10, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 555c5ab to c2fbe7c Compare October 10, 2025 15:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dbaddbd to 7dbc0d1 Compare October 11, 2025 17:44
@renovate renovate bot changed the title chore(deps): update dependency astro to v5.14.4 chore(deps): update all non-major dependencies Oct 11, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 25bc7dd to b91c34d Compare October 17, 2025 18:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b91c34d to 732c375 Compare October 18, 2025 03:29
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