Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps the dependencies group with 4 updates: @astrojs/sitemap, astro, @types/node and knip.

Updates @astrojs/sitemap from 3.6.0 to 3.6.1

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.6.1

Patch Changes

@​astrojs/sitemap@​3.6.1-alpha.1

Patch Changes

@​astrojs/sitemap@​3.6.1-alpha.0

Patch Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.6.1

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​astrojs/sitemap since your current version.


Updates astro from 5.16.6 to 5.16.8

Release notes

Sourced from astro's releases.

astro@5.16.8

Patch Changes

  • #15124 81db3c0 Thanks @​leonace924! - Fixes an issue where requests with query parameters to the base path would return a 404 if trailingSlash was not 'ignore' in development

  • #15152 39ee41f Thanks @​rururux! - Fixes a case where context.cookies.set() would be overriden when setting cookies via response headers in development

  • #15140 6f6f8f8 Thanks @​cameronraysmith! - Fixes esbuild warning due to dead code in assets virtual module

  • #15127 2cff904 Thanks @​Princesseuh! - Updates "Unsupported page types found" error to only appear in more realistic cases

  • #15149 34f84c2 Thanks @​rahuld109! - Skips "Use the Image component" audit warning for images inside framework components (React, Vue, Svelte, etc.)

astro@5.16.7

Patch Changes

  • #15122 b137946 Thanks @​florian-lefebvre! - Improves JSDoc annotations for AstroGlobal, AstroSharedContext and APIContext types

  • #15123 3f58fa2 Thanks @​43081j! - Improves rendering performance by grouping render chunks when emitting from async iterables to avoid encoding costs

  • #14954 7bec4bd Thanks @​volpeon! - Fixes remote images Etag header handling by disabling internal cache

  • #15052 b2bcd5a Thanks @​Princesseuh! - Fixes images not working in development when using setups with port forwarding

  • #15028 87b19b8 Thanks @​Princesseuh! - Fixes certain aliases not working when using images in JSON files with the content layer

  • #15118 cfa382b Thanks @​florian-lefebvre! - BREAKING CHANGE to the experimental Fonts API only

    Removes the defineAstroFontProvider() type helper.

    If you are building a custom font provider, remove any occurrence of defineAstroFontProvider() and use the FontProvider type instead:

    -import { defineAstroFontProvider } from 'astro/config';
    -export function myProvider() {
    
    return defineAstroFontProvider({
    
       entrypoint: new URL('./implementation.js', import.meta.url)
    
    
    });
    -};
    
    +import type { FontProvider } from 'astro';
    +export function myProvider(): FontProvider {
    
    return {
    
       entrypoint: new URL('./implementation.js', import.meta.url)
    
    
    },
    +}

... (truncated)

Changelog

Sourced from astro's changelog.

5.16.8

Patch Changes

  • #15124 81db3c0 Thanks @​leonace924! - Fixes an issue where requests with query parameters to the base path would return a 404 if trailingSlash was not 'ignore' in development

  • #15152 39ee41f Thanks @​rururux! - Fixes a case where context.cookies.set() would be overriden when setting cookies via response headers in development

  • #15140 6f6f8f8 Thanks @​cameronraysmith! - Fixes esbuild warning due to dead code in assets virtual module

  • #15127 2cff904 Thanks @​Princesseuh! - Updates "Unsupported page types found" error to only appear in more realistic cases

  • #15149 34f84c2 Thanks @​rahuld109! - Skips "Use the Image component" audit warning for images inside framework components (React, Vue, Svelte, etc.)

5.16.7

Patch Changes

  • #15122 b137946 Thanks @​florian-lefebvre! - Improves JSDoc annotations for AstroGlobal, AstroSharedContext and APIContext types

  • #15123 3f58fa2 Thanks @​43081j! - Improves rendering performance by grouping render chunks when emitting from async iterables to avoid encoding costs

  • #14954 7bec4bd Thanks @​volpeon! - Fixes remote images Etag header handling by disabling internal cache

  • #15052 b2bcd5a Thanks @​Princesseuh! - Fixes images not working in development when using setups with port forwarding

  • #15028 87b19b8 Thanks @​Princesseuh! - Fixes certain aliases not working when using images in JSON files with the content layer

  • #15118 cfa382b Thanks @​florian-lefebvre! - BREAKING CHANGE to the experimental Fonts API only

    Removes the defineAstroFontProvider() type helper.

    If you are building a custom font provider, remove any occurrence of defineAstroFontProvider() and use the FontProvider type instead:

    -import { defineAstroFontProvider } from 'astro/config';
    -export function myProvider() {
    
    return defineAstroFontProvider({
    
       entrypoint: new URL('./implementation.js', import.meta.url)
    
    
    });
    -};
    
    +import type { FontProvider } from 'astro';
    +export function myProvider(): FontProvider {
    
    return {
    
       entrypoint: new URL('./implementation.js', import.meta.url)
    
    
    },
    +}

... (truncated)

Commits

Updates @types/node from 25.0.3 to 25.0.6

Commits

Updates knip from 5.80.0 to 5.80.2

Release notes

Sourced from knip's releases.

Release 5.80.2

  • Add astro-og-canvas plugin (#1445) (bb93a2b8ea4cbd87b300f5bcc4676cd8e83d786d) - thanks @​JoshuaKGoldberg!
  • Small performance optimization on bun commands (#1453) (af0d73673b587df10635ec19e367b788bdb173cd) - thanks @​ClementValot!
  • Accept cwdOrPath in isDirectory and isFile (2d0bb0cd38fb8d0502532b0999cb4cf795c3e4cb)
  • Improve hasRefsInFile (86bde97ea1a202fdd9dad1fd05a30026fa78f284)
  • Rename find-internal-references.ts → has-refs-in-file.ts (307c37b87e311da519342d39216e8a38aa635388)
  • Move pos from exported default keyword to identifier (8e74ec7154f408e53973a9cdad7492c711d7811b)
  • Fix release script (71206b79a43b7c293be36135f863e2b73981d16a)

Release 5.80.1

  • Minor lints/formats (26a6f7b5)
  • Resolve _partial.scss in compiler (close #1439) (ee09aa33)
  • Add tip re. Knip editor extension early on (88c488a8)
  • Add more deterministic workspace mapping to remedy test flakiness (4d000e74)
  • Remove ignoreExportsUsedInFile from default config (f3eddf3d)
  • Update docs (29e5f175)
  • Show link to docs for module load errors in CLI (31ce18a1)
  • Bump release-it (64ad7b4f)
  • Improved TanStack Router Configs (#1449) (3e0b847b)- thanks @​AlexanderKaran!
  • Add warning about invalid tag characters to docs (#1448) (de508e34) - thanks @​solomonhawk!
  • Housekeep a few thingies around resolve in plugins (5b98269b)
  • Improve react-router appDir + fix glob escaper (f993591b)
  • Extended the NX plugins (#1443) (b9dc80e3) - thanks @​AlexanderKaran!
  • Remove mention of editor plugins from FAQ (#1444) (d8fa043c) - thanks @​sebacardello!
  • Fix remaining broken links (a8d0bfd0)
  • Bump md/mdx presets (a4d6b1e7)
  • Fix quoting in release script (2f663e3c)
Commits
  • 05e0159 Release knip@5.80.2
  • 8e74ec7 Move pos from exported default keyword to identifier
  • 307c37b Rename find-internal-references.ts → has-refs-in-file.ts
  • 86bde97 Improve hasRefsInFile
  • 2d0bb0c Accept cwdOrPath in isDirectory and isFile
  • af0d736 Small performance optimization on bun commands (#1453)
  • bb93a2b Add astro-og-canvas plugin (#1445)
  • 3a99050 Release knip@5.80.1
  • 26a6f7b Minor lints/formats
  • ee09aa3 Resolve _partial.scss in compiler (close #1439)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 4 updates: [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip).


Updates `@astrojs/sitemap` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.6.1/packages/integrations/sitemap)

Updates `astro` from 5.16.6 to 5.16.8
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.16.8/packages/astro)

Updates `@types/node` from 25.0.3 to 25.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `knip` from 5.80.0 to 5.80.2
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.80.2/packages/knip)

---
updated-dependencies:
- dependency-name: "@astrojs/sitemap"
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: astro
  dependency-version: 5.16.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: knip
  dependency-version: 5.80.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 12, 2026
@dependabot dependabot bot requested a review from dacrab as a code owner January 12, 2026 02:17
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 12, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 12, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dacrab dacrab merged commit 795922f into main Jan 12, 2026
5 checks passed
@dacrab dacrab deleted the dependabot/bun/dependencies-180bef8268 branch January 12, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants