Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/parser (source) 8.48.0 -> 8.48.1 age confidence
@vitest/coverage-v8 (source) 4.0.14 -> 4.0.15 age confidence
astro (source) 5.16.3 -> 5.16.4 age confidence
astro-loader-i18n (source) ^0.9.1 -> ^0.10.0 age confidence
astro-nanostores-i18n (source) 0.2.1 -> 0.2.3 age confidence
prettier (source) 3.7.3 -> 3.7.4 age confidence
typescript-eslint (source) 8.48.0 -> 8.48.1 age confidence
vitest (source) 4.0.14 -> 4.0.15 age confidence

Release Notes

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

v8.48.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.

vitest-dev/vitest (@​vitest/coverage-v8)

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
withastro/astro (astro)

v5.16.4

Compare Source

Patch Changes
  • #​14940 2cf79c2 Thanks @​ematipico! - Fixes a bug where Astro didn't properly combine CSP resources from the csp configuration with those added using the runtime API (Astro.csp.insertDirective()) to form grammatically correct CSP headers

    Now Astro correctly deduplicate CSP resources. For example, if you have a global resource in the configuration file, and then you add a
    a new one using the runtime APIs.

openscript/astro-i18n (astro-loader-i18n)

v0.10.7

Compare Source

Patch Changes

v0.10.0

Compare Source

Minor Changes
  • fd1f6ee: Fix hot reload issue for file and content loader
Patch Changes
  • cd8d776: Upgrade dependencies
  • 442af4e: Consolidate vitest configuration
prettier/prettier (prettier)

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);
typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.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.


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.

@changeset-bot
Copy link

changeset-bot bot commented Oct 20, 2025

⚠️ No Changeset found

Latest commit: 16b1589

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/all-minor-patch branch from 9a387c7 to 2ee0c7e Compare October 20, 2025 08:47
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.4.1 chore(deps): update dependency vite to v6.4.1 - autoclosed Oct 20, 2025
@renovate renovate bot closed this Oct 20, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch October 20, 2025 08:48
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.4.1 - autoclosed chore(deps): update dependency @astrojs/check to v0.9.5 Oct 20, 2025
@renovate renovate bot reopened this Oct 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 164fc36 to a4ed684 Compare October 20, 2025 16:53
@renovate renovate bot changed the title chore(deps): update dependency @astrojs/check to v0.9.5 chore(deps): update all non-major dependencies Oct 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f24c7a0 to b8cbbb6 Compare October 27, 2025 17:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from d456069 to 6275952 Compare November 3, 2025 21:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 46575a9 to 1e4060b Compare November 6, 2025 17:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 181fa3b to 1490cfa Compare November 18, 2025 23:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 96912c2 to 6a05430 Compare November 27, 2025 09:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b862164 to a1a4089 Compare November 29, 2025 23:01
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Dec 1, 2025
@renovate renovate bot closed this Dec 1, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies to v8.48.1 Dec 2, 2025
@renovate renovate bot reopened this Dec 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1048760 to 88d779a Compare December 2, 2025 17:30
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v8.48.1 chore(deps): update all non-major dependencies Dec 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 51a7f78 to 6a7accc Compare December 5, 2025 06:36
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a7accc to 16b1589 Compare December 5, 2025 07:36
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.

1 participant