Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

This PR contains the following updates:

Package Change Age Confidence
@astrojs/check (source) ^0.3.1 -> ^0.9.0 age confidence
astro (source) 3.6.1 -> 3.6.5 age confidence

Release Notes

withastro/astro (@​astrojs/check)

v0.9.6

Patch Changes

v0.9.5

Patch Changes
  • d415d4e: When no errors or warnings are detected, display "0 errors" or "0 warnings" in a dimmed color on the console instead of red or yellow.

v0.9.4

Patch Changes

v0.9.3

Patch Changes

v0.9.2

Patch Changes
  • e8e18a8: Fixes an issue where errors inside script and style tags could be offset by a few characters when multi bytes characters were present in the file
  • Updated dependencies [e8e18a8]

v0.9.1

Patch Changes

v0.9.0

Minor Changes
  • b65d6b4: Adds support for SCSS and LESS intellisense inside style tags
Patch Changes

v0.8.3

Patch Changes

v0.8.2

Patch Changes

v0.8.1

Patch Changes

v0.8.0

Minor Changes
  • b8a6af3: Upgrades to the latest version of Volar, the underlying framework powering the Astro language server. This update should fix some of the recent issues regarding intellisense inside script tags.
Patch Changes

v0.7.0

Minor Changes
  • c8af6db: Upgrades the language server to use the latest version of Volar. This changes should have no negative impacts on the experience.
Patch Changes

v0.6.0

Minor Changes
  • 65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.
Patch Changes

v0.5.10

Patch Changes

v0.5.9

Patch Changes

v0.5.8

Patch Changes
  • 85b42dc: Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more.
  • Updated dependencies [85b42dc]

v0.5.7

Patch Changes

v0.5.6

Patch Changes

v0.5.5

Patch Changes

v0.5.4

Patch Changes

v0.5.3

Patch Changes

v0.5.2

Patch Changes

v0.5.1

Patch Changes

v0.5.0

Minor Changes
  • 15a5532: Upgrade to Volar 2.0. No regressions are currently expected, however as this is a fairly consequential backend change, please report any issues you encounter.

    For reference, Volar is the underlying framework that powers the Astro language server, you can think of it as Vite for editor tooling.

Patch Changes

v0.4.1

Patch Changes

v0.4.0

Minor Changes
  • a314bcc: Remove temporary workaround astro check that disabled checking JSX and TSX files
Patch Changes

v0.3.4

Patch Changes

v0.3.3

Patch Changes

v0.3.2

Patch Changes
  • 621320a: Fix language server crashing when encountering malformed files in certain cases
  • dc98b0b: Fixes an issue where type checking errors were shown on define:vars scripts when "type=module" attribute was also present.
  • Updated dependencies [621320a]
  • Updated dependencies [dc98b0b]
  • Updated dependencies [015a667]
  • Updated dependencies [598689a]
withastro/astro (astro)

v3.6.5

Compare Source

Patch Changes
  • #​10287 a90d685d7 Thanks @​ematipico! - Fixes an issue where in Node SSR, the image endpoint could be used maliciously to reveal unintended information about the underlying system.

    Thanks to Google Security Team for reporting this issue.

v3.6.4

Compare Source

Patch Changes
  • #​9226 8f8a40e93 Thanks @​outofambit! - Fix i18n fallback routing with routing strategy of always-prefix

  • #​9179 3f28336d9 Thanks @​lilnasy! - Fixes an issue where the presence of a slot in a page led to an error.

  • #​9219 067a65f5b Thanks @​natemoo-re! - Fix edge case where <style> updates inside of .astro files would ocassionally fail to update without reloading the page.

  • #​9236 27d3e86e4 Thanks @​ematipico! - The configuration i18n.routingStrategy has been replaced with an object called routing.

    export default defineConfig({
      experimental: {
          i18n: {
    -          routingStrategy: "prefix-always",
    +          routing: {
    +              prefixDefaultLocale: true,
    +          }
          }
      }
    })
    export default defineConfig({
      experimental: {
          i18n: {
    -          routingStrategy: "prefix-other-locales",
    +          routing: {
    +              prefixDefaultLocale: false,
    +          }
          }
      }
    })

v3.6.3

Compare Source

Patch Changes

v3.6.2

Compare Source

Patch Changes

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 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 force-pushed the renovate/astro-monorepo branch 3 times, most recently from d9d2f1f to 45f182a Compare September 18, 2024 17:35
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 45f182a to b31b1e4 Compare March 11, 2025 13:46
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from b31b1e4 to ce85ef9 Compare April 1, 2025 13:24
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from ce85ef9 to c4f87b4 Compare August 19, 2025 18:04
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from c4f87b4 to 0f94ea0 Compare September 25, 2025 16:56
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 0f94ea0 to 849e226 Compare November 18, 2025 11:43
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 849e226 to f12e54d Compare November 26, 2025 17:41
@renovate renovate bot changed the title chore(deps): update dependency astro to v3.6.5 chore(deps): update astro monorepo Nov 26, 2025
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from f12e54d to f52b029 Compare December 3, 2025 19:58
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.

1 participant