Skip to content

fix(deps): update npm-packages [skip netlify] (major)#180

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-npm-packages
Open

fix(deps): update npm-packages [skip netlify] (major)#180
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-npm-packages

Conversation

@renovate

@renovate renovate Bot commented Mar 10, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lucide/astro (source) ^0.577.0^1.21.0 age adoption passing confidence
astro (source) ^6.4.6^7.0.3 age adoption passing confidence
starlight-giscus (source) ^0.9.1^1.1.0 age adoption passing confidence
typescript (source) ^5.9.3^6.0.3 age adoption passing confidence

Release Notes

lucide-icons/lucide (@​lucide/astro)

v1.21.0: Version 1.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.20.0...1.21.0

v1.20.0: Version 1.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.19.0...1.20.0

v1.19.0: Version 1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.18.0...1.19.0

v1.18.0: Version 1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.17.0...1.18.0

v1.17.0: Version 1.17.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.16.0...1.17.0

v1.16.0: Version 1.16.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.15.0...1.16.0

v1.15.0: Version 1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.14.0...1.15.0

v1.14.0: Version 1.14.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.13.0...1.14.0

v1.13.0: Version 1.13.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.12.0...1.13.0

v1.12.0: Version 1.12.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.10.0...1.12.0

v1.11.0: Version 1.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.9.0...1.11.0

v1.10.0: Version 1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.9.0...1.10.0

v1.9.0: Version 1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.8.0...1.9.0

v1.8.0: Version 1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.7.0...1.8.0

v1.7.0: Version 1.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.6.0...1.7.0

v1.6.0: Version 1.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.5.0...1.6.0

v1.5.0: Version 1.5.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.4.0...1.5.0

v1.4.0: Version 1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.3.0...1.4.0

v1.3.0: Version 1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.2.0...1.3.0

v1.2.0: Version 1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.1.0...1.2.0

v1.1.0: Version 1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.0.2...1.1.0

v1.0.1: Lucide V1 🚀

Compare Source

After years of work and dedication, Lucide Version 1 has been officially released!. This milestone marks a significant achievement in our journey to provide a comprehensive and versatile icon library for developers and designers alike.

It's been quite a ride — especially over the past year. Lucide has grown to over 30 million downloads per week and is used by million of projects worldwide. This release is a testament to the hard work of our community and contributors who have helped shape Lucide into what it is today.

Thank you to everyone who has supported us along the way. We couldn't have done this without you!

What's New in Version 1? TLDR;

  • Removed brand icons, see our brand logo statement for more details.
  • Improved documentation, guides per framework.
  • Improved accessibility, aria-hidden is now set by default on icons.
  • Removed UMD build, only ESM and CJS now (exception for the lucide package).
  • Package rename from lucide-vue-next to @lucide/vue.
  • A modern, standalone implementation for Angular, @lucide/angular
  • Support for context providers in React, Vue, Svelte, and Solid.
  • Stable code points for Lucide font.
  • Support for shadow DOM in the lucide package.
  • Many bug fixes and improvements.

See more at Lucide Version 1

v1.0.0: Version 1.0.0

Compare Source

[!WARNING]
This release was published unintentionally. We've corrected this in v1.0.1, which should be used instead.

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.577.0...1.0.0

withastro/astro (astro)

v7.0.3

Compare Source

Patch Changes
  • #​17189 24d2c9e Thanks @​astrobot-houston! - Fixes a bug where an error thrown inside one route's getStaticPaths() would prevent other valid routes from being matched in dev mode

  • #​16932 8f4a3db Thanks @​fkatsuhiro! - Fixes HMR for action files during development. Editing files in src/actions/ now takes effect on the next request without requiring a dev server restart.

  • #​17087 fb0ab02 Thanks @​jp-knj! - Fixes localized custom error pages in i18n projects so routes like /pt/404 are used for missing localized pages and return the correct status code

v7.0.2

Compare Source

Patch Changes

v7.0.1

Compare Source

Patch Changes
  • #​17151 ccceda3 Thanks @​matthewp! - Fixes astro dev incorrectly starting in background mode for Warp terminal users. Hybrid environments like Warp are no longer treated as AI agents for auto-background detection.

  • #​17158 164df87 Thanks @​ematipico! - Fixes astro dev --background --host not listing the network addresses. The background server start output and astro dev status now show every exposed network URL, matching the foreground dev server.

  • #​17141 d785b9d Thanks @​astrobot-houston! - Fixes responsive image CSS overriding user styles defined inside CSS @layer blocks. The generated image styles are now wrapped in @layer astro.images, ensuring they have lower cascade priority than user-defined layers.

  • #​17150 1a61386 Thanks @​matthewp! - Fixes astro dev --background failing on Windows with "Failed to spawn background dev server process"

v7.0.0

Compare Source

Major Changes
  • #​15819 cafec4e Thanks @​delucis! - Upgrade to Vite v8

  • #​16965 57ead0d Thanks @​Princesseuh! - Makes 'jsx' the default value for compressHTML

    Astro now strips whitespace from your HTML using JSX rules by default, the same way frameworks like React do. Whitespace and line breaks around elements are removed, but meaningful whitespace within a single line — like a space between two inline elements — is preserved. To keep a space that would otherwise be removed, write it explicitly in your source, for example with {" "}.

    This can change rendered output where whitespace between inline elements was previously meaningful. To keep Astro's earlier behavior, set compressHTML: true for HTML-aware compression, or compressHTML: false to preserve all whitespace.

  • #​16610 c63e7e4 Thanks @​matthewp! - Adds background dev server management for AI coding agents.

    When an AI coding agent is detected, astro dev now automatically starts the dev server as a detached background process. This prevents the dev server from blocking the agent's terminal and allows it to continue working while the server runs.

    A lock file (.astro/dev.json) is written when the dev server starts, recording the server's URL, port, and PID. This prevents duplicate servers from being started for the same project.

New flag and subcommands
  • astro dev --background — Start the dev server as a background process (this is what runs automatically when an agent is detected).
  • astro dev stop — Stop a running background dev server.
  • astro dev status — Check if a dev server is running and display its URL, PID, and uptime.
  • astro dev logs — View logs from a background dev server. Use --follow (-f) to stream new output as it's written.

These allow you to start and manage dev servers programmatically and were designed with AI coding agents in mind.

What should I do?

No action is required. If you are not using an AI coding agent, astro dev behaves exactly as before. If you are using an agent, background mode is enabled automatically — the agent will receive the server URL and PID, and can use astro dev stop to shut it down.

To opt out of automatic background mode when an agent is detected, set the environment variable ASTRO_DEV_BACKGROUND=0 before running astro dev.

  • #​17010 0606073 Thanks @​ocavue! - Removes the @astrojs/db package as it is no longer maintained.

    The @astrojs/db package were deprecated in v6.4.5 and is now removed. This means the astro db, astro login, astro logout, astro link, and astro init CLI commands have also been removed.

    If you were using Astro DB in your project, remove @astrojs/db from your project's dependencies and replace it with one of the following alternatives:

    • Node.js built-in SQLite: Node.js now includes a built-in node:sqlite module (available since Node.js v22.5.0). This is a good option if you are using the Node.js adapter and were using @astrojs/db for local SQLite storage.
    • Drizzle ORM: If you were using @astrojs/db for its Drizzle-based schema and query API, you can use Drizzle directly with any supported database.
    • Other database libraries: Use any database library that suits your deployment platform (e.g. Turso, PlanetScale, Neon).
  • #​16462 c30a778 Thanks @​Princesseuh! - Replaces the Go compiler with a Rust-based version.

    The Rust-based Astro compiler (@astrojs/compiler-rs) is now the default compiler. This new compiler is faster and more reliable, leading to faster build times and iteration cycles during development.

    This new compi

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

@changeset-bot

changeset-bot Bot commented Mar 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b1d269f

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.

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

@github-actions github-actions Bot added the 📦 package Updates in package structure or package.json label Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch from db436cd to d4b8b1a Compare March 10, 2026 17:17
@renovate renovate Bot changed the title fix(deps): update npm-packages [skip ci] (major) fix(deps): update dependency astro to v6 [skip ci] Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch from d4b8b1a to 510a516 Compare March 10, 2026 21:39
@renovate renovate Bot changed the title fix(deps): update dependency astro to v6 [skip ci] fix(deps): update npm-packages [skip ci] (major) Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch 3 times, most recently from 9c5e2e2 to 1683cbd Compare March 16, 2026 17:09
@renovate renovate Bot changed the title fix(deps): update npm-packages [skip ci] (major) fix(deps): update npm-packages [skip ci] (major) - autoclosed Mar 16, 2026
@renovate renovate Bot closed this Mar 16, 2026
@renovate renovate Bot deleted the renovate/major-npm-packages branch March 16, 2026 21:19
@renovate renovate Bot changed the title fix(deps): update npm-packages [skip ci] (major) - autoclosed fix(deps): update npm-packages [skip ci] (major) Mar 23, 2026
@renovate renovate Bot reopened this Mar 23, 2026
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch 3 times, most recently from b02a5c1 to cbfdab4 Compare March 25, 2026 21:31
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch from cbfdab4 to f427e85 Compare April 9, 2026 10:54
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch 2 times, most recently from d27fbf1 to 967d9da Compare April 23, 2026 16:56
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch 3 times, most recently from 14d7e4c to 511b844 Compare April 29, 2026 10:10
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch from 511b844 to 6c220e2 Compare May 2, 2026 11:42
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch 2 times, most recently from 4f35c7c to 4f65467 Compare May 14, 2026 12:38
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch 2 times, most recently from 514fc3c to 13b0b06 Compare May 28, 2026 08:57
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch from 13b0b06 to 31b648f Compare June 3, 2026 19:41
@renovate renovate Bot changed the title fix(deps): update npm-packages [skip ci] (major) fix(deps): update npm-packages [skip netlify] (major) Jun 3, 2026
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch 7 times, most recently from f7458ad to 097f136 Compare June 10, 2026 13:43
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch 3 times, most recently from 9a07c9b to 66b11f5 Compare June 19, 2026 04:12
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch 6 times, most recently from 96a3e20 to 517a239 Compare June 25, 2026 09:03
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch 5 times, most recently from c940ee6 to a2e82a6 Compare July 2, 2026 00:57
@renovate renovate Bot force-pushed the renovate/major-npm-packages branch from a2e82a6 to b1d269f Compare July 2, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 package Updates in package structure or package.json

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants