Skip to content

chore(deps): bump the npm-astro-dependencies group across 1 directory with 2 updates#155

Merged
neilime merged 1 commit intomainfrom
dependabot/npm_and_yarn/application/npm-astro-dependencies-033397583d
Apr 8, 2026
Merged

chore(deps): bump the npm-astro-dependencies group across 1 directory with 2 updates#155
neilime merged 1 commit intomainfrom
dependabot/npm_and_yarn/application/npm-astro-dependencies-033397583d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps the npm-astro-dependencies group with 2 updates in the /application directory: astro and astro-compress.

Updates astro from 6.1.4 to 6.1.5

Release notes

Sourced from astro's releases.

astro@6.1.5

Patch Changes

  • #16171 5bcd03c Thanks @​Desel72! - Fixes a build error that occurred when a pre-rendered page used the <Picture> component and another page called render() on content collection entries.

  • #16239 7c65c04 Thanks @​dataCenter430! - Fixes sync content inside <Fragment> not streaming to the browser until all async sibling expressions have resolved.

  • #16242 686c312 Thanks @​martrapp! - Revives UnoCSS in dev mode when used with the client router.

    This change partly reverts #16089, which in hindsight turned out to be too general. Instead of automatically persisting all style sheets, we now do this only for styles from Vue components.

  • #16192 79d86b8 Thanks @​alexanderniebuhr! - Uses today’s date for Cloudflare compatibility_date in astro add cloudflare

    When creating new projects, astro add cloudflare now sets compatibility_date to the current date. Previously, this date was resolved from locally installed packages, which could be unreliable in some package manager environments. Using today’s date is simpler and more reliable across environments, and is supported by workerd.

  • #16259 34df955 Thanks @​gameroman! - Removed dlv dependency

Changelog

Sourced from astro's changelog.

6.1.5

Patch Changes

  • #16171 5bcd03c Thanks @​Desel72! - Fixes a build error that occurred when a pre-rendered page used the <Picture> component and another page called render() on content collection entries.

  • #16239 7c65c04 Thanks @​dataCenter430! - Fixes sync content inside <Fragment> not streaming to the browser until all async sibling expressions have resolved.

  • #16242 686c312 Thanks @​martrapp! - Revives UnoCSS in dev mode when used with the client router.

    This change partly reverts #16089, which in hindsight turned out to be too general. Instead of automatically persisting all style sheets, we now do this only for styles from Vue components.

  • #16192 79d86b8 Thanks @​alexanderniebuhr! - Uses today’s date for Cloudflare compatibility_date in astro add cloudflare

    When creating new projects, astro add cloudflare now sets compatibility_date to the current date. Previously, this date was resolved from locally installed packages, which could be unreliable in some package manager environments. Using today’s date is simpler and more reliable across environments, and is supported by workerd.

  • #16259 34df955 Thanks @​gameroman! - Removed dlv dependency

Commits

Updates astro-compress from 2.4.0 to 2.4.1

Release notes

Sourced from astro-compress's releases.

AstroCompress/v2.4.1

What's Changed

Full Changelog: PlayForm/Compress@AstroCompress/v2.4.0...AstroCompress/v2.4.1

Changelog

Sourced from astro-compress's changelog.

2.4.1

Add

  • New Configuration/ESBuild.d.ts file providing TypeScript definitions for ESBuild configuration.

Change

  • Updated package version from 2.4.0 to 2.4.1.
  • Updated dependencies in package.json:
    • @playform/pipe from 0.1.4 to 0.1.5.
    • terser from 5.46.0 to 5.46.1.
    • @playform/build from 0.3.0 to 0.3.1.
    • browserslist from 4.28.1 to 4.28.2.
  • Updated .npmignore to include Configuration/ directory.

Fix

  • Updated tsconfig.json rootDir to use relative path (./Source).
Commits
  • 964fa77 AstroCompress/v2.4.1
  • ac1a655 chore: Update CHANGELOG for new versions after package rename
  • a4005fe chore(release): Rename package to astro-compress and bump version to 2.4.1
  • 60eca46 Merge branch 'Current' into Alternative
  • fb3d124 Compress/v0.2.3
  • ac0a696 chore(release): Bump version to 0.2.3
  • b5d7e65 save
  • 5bd0a75 Merge branch 'Current' of ssh://github.com/PlayForm/Compress into Current
  • b1167dc chore(deps): update dependencies and add ESBuild TypeScript definition
  • 0617843
  • 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 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

… with 2 updates

Bumps the npm-astro-dependencies group with 2 updates in the /application directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [astro-compress](https://github.com/PlayForm/Compress).


Updates `astro` from 6.1.4 to 6.1.5
- [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@6.1.5/packages/astro)

Updates `astro-compress` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/PlayForm/Compress/releases)
- [Changelog](https://github.com/PlayForm/Compress/blob/AstroCompress/v2.4.1/CHANGELOG.md)
- [Commits](PlayForm/Compress@AstroCompress/v2.4.0...AstroCompress/v2.4.1)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 6.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-astro-dependencies
- dependency-name: astro-compress
  dependency-version: 2.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-astro-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 8, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

Hi, thank you for creating your PR, we will check it out very soon

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

Code Coverage Report

Coverage Results

Test Results

Status Count
✅ Passed 72
❌ Failed 0
⏭️ Skipped 0
Total 72

Pass Rate: 100.0%

Coverage

Metric Covered Total Percentage
Lines 483 509 94.89%
Branches 379 450 84.22%
Functions 118 120 98.33%

Overall: 94.89% 🟢
🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩⬜

@neilime neilime merged commit bf09f4f into main Apr 8, 2026
10 checks passed
@neilime neilime deleted the dependabot/npm_and_yarn/application/npm-astro-dependencies-033397583d branch April 8, 2026 21:43
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant