Skip to content

build(deps): bump astro from 6.1.6 to 6.1.10 in /resources/js in the npm_and_yarn group across 1 directory#493

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/resources/js/npm_and_yarn-590454f44f
May 20, 2026
Merged

build(deps): bump astro from 6.1.6 to 6.1.10 in /resources/js in the npm_and_yarn group across 1 directory#493
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/resources/js/npm_and_yarn-590454f44f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps the npm_and_yarn group with 1 update in the /resources/js directory: astro.

Updates astro from 6.1.6 to 6.1.10

Release notes

Sourced from astro's releases.

astro@6.1.10

Patch Changes

  • #16479 1058428 Thanks @​matthewp! - Fixes a spurious [WARN] [content] Content config not loaded warning during astro dev for projects that don't use content collections

  • #16457 3d82220 Thanks @​matthewp! - Hardens server island encryption to prevent encrypted data from one island component being replayed against a different one

  • #16481 152700e Thanks @​matthewp! - Fixes a spurious 404 request for a dev toolbar sourcemap during astro dev caused by the browser mis-resolving a relative sourceMappingURL from the /@id/ URL prefix

  • #16480 1bcb43b Thanks @​matthewp! - Fixes an unnecessary full page reload on first navigation during dev

astro@6.1.9

Patch Changes

  • #16448 99464ed Thanks @​matthewp! - Updates vite, picomatch, and unstorage to latest patch versions

  • #16422 a3951d7 Thanks @​matthewp! - Hardens astro-island export resolution and hydration error handling for malformed component metadata

  • #16420 e21de1d Thanks @​matthewp! - Hardens Astro's error overlay and server logging paths to avoid unsafe HTML insertion and format-string interpolation

  • #16419 f3485c3 Thanks @​matthewp! - Hardens nested object and package metadata lookups to ignore prototype keys in content handling and project scaffolding

  • #16022 a002540 Thanks @​mathieumaf! - Fixes an issue where i18n domains would return 404 when trailingSlash is set to never.

  • Updated dependencies [99464ed, f3485c3]:

    • @​astrojs/internal-helpers@​0.9.0
    • @​astrojs/markdown-remark@​7.1.1

astro@6.1.8

Patch Changes

  • #16367 a6866a7 Thanks @​ematipico! - Fixes an issue where build output files could contain special characters (!, ~, {, }) in their names, causing deploy failures on platforms like Netlify.

  • #16381 217c5b3 Thanks @​ematipico! - Slightly improved the performance of the dev server by caching the internal crawling of the dependencies of a project.

  • #16348 7d26cd7 Thanks @​ocavue! - Fixes a bug where emitted assets during a client build would contain always fresh, new hashes in their name. Now the build should be more stable.

  • #16317 d012bfe Thanks @​das-peter! - Fixes a bug where allowedDomains weren't correctly propagated when using the development server.

  • #16379 5a84551 Thanks @​martrapp! - Improves Vue scoped style handling in DEV mode during client router navigation.

  • #16317 d012bfe Thanks @​das-peter! - Adds tests to verify settings are properly propagated when using the development server.

  • #16282 5b0fdaa Thanks @​jmurty! - Fixes build errors on platforms with skew protection enabled (e.g. Vercel, Netlify) for inter-chunk Javascript using dynamic imports

  • Updated dependencies [e0b240e]:

    • @​astrojs/telemetry@​3.3.1

astro@6.1.7

Patch Changes

... (truncated)

Changelog

Sourced from astro's changelog.

6.1.10

Patch Changes

  • #16479 1058428 Thanks @​matthewp! - Fixes a spurious [WARN] [content] Content config not loaded warning during astro dev for projects that don't use content collections

  • #16457 3d82220 Thanks @​matthewp! - Hardens server island encryption to prevent encrypted data from one island component being replayed against a different one

  • #16481 152700e Thanks @​matthewp! - Fixes a spurious 404 request for a dev toolbar sourcemap during astro dev caused by the browser mis-resolving a relative sourceMappingURL from the /@id/ URL prefix

  • #16480 1bcb43b Thanks @​matthewp! - Fixes an unnecessary full page reload on first navigation during dev

6.1.9

Patch Changes

  • #16448 99464ed Thanks @​matthewp! - Updates vite, picomatch, and unstorage to latest patch versions

  • #16422 a3951d7 Thanks @​matthewp! - Hardens astro-island export resolution and hydration error handling for malformed component metadata

  • #16420 e21de1d Thanks @​matthewp! - Hardens Astro's error overlay and server logging paths to avoid unsafe HTML insertion and format-string interpolation

  • #16419 f3485c3 Thanks @​matthewp! - Hardens nested object and package metadata lookups to ignore prototype keys in content handling and project scaffolding

  • #16022 a002540 Thanks @​mathieumaf! - Fixes an issue where i18n domains would return 404 when trailingSlash is set to never.

  • Updated dependencies [99464ed, f3485c3]:

    • @​astrojs/internal-helpers@​0.9.0
    • @​astrojs/markdown-remark@​7.1.1

6.1.8

Patch Changes

  • #16367 a6866a7 Thanks @​ematipico! - Fixes an issue where build output files could contain special characters (!, ~, {, }) in their names, causing deploy failures on platforms like Netlify.

  • #16381 217c5b3 Thanks @​ematipico! - Slightly improved the performance of the dev server by caching the internal crawling of the dependencies of a project.

  • #16348 7d26cd7 Thanks @​ocavue! - Fixes a bug where emitted assets during a client build would contain always fresh, new hashes in their name. Now the build should be more stable.

  • #16317 d012bfe Thanks @​das-peter! - Fixes a bug where allowedDomains weren't correctly propagated when using the development server.

  • #16379 5a84551 Thanks @​martrapp! - Improves Vue scoped style handling in DEV mode during client router navigation.

  • #16317 d012bfe Thanks @​das-peter! - Adds tests to verify settings are properly propagated when using the development server.

  • #16282 5b0fdaa Thanks @​jmurty! - Fixes build errors on platforms with skew protection enabled (e.g. Vercel, Netlify) for inter-chunk Javascript using dynamic imports

  • Updated dependencies [e0b240e]:

    • @​astrojs/telemetry@​3.3.1

... (truncated)

Commits
  • c1f2e4f [ci] release (#16467)
  • 345fb9e chore: fix flaky dev toolbar render time test (#16500)
  • 5120ecd [ci] format
  • 3d82220 Add AEAD context binding to server island encryption (#16457)
  • 1bcb43b Prebundle dev toolbar entrypoint in client environment (#16480)
  • 93101cc [ci] format
  • 152700e fix: strip sourceMappingURL from dev toolbar entrypoint during dep optimizati...
  • bc83041 refactor(astro): migrate test utils to typescript (#16492)
  • 5c543c5 refactor(astro): add internal entry points for test (#16473)
  • 1058428 Suppress content config warning for projects without content collections (#16...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 13, 2026
@dependabot dependabot Bot requested a review from nash87 as a code owner May 13, 2026 11:12
@github-actions github-actions Bot added php PHP backend and Composer changes and removed dependencies Pull requests that update a dependency file labels May 13, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 13, 2026 11:13
nash87 added a commit that referenced this pull request May 19, 2026
… stuck PRs) (#511)

**Closes task #11** (Dependabot fop/local-ci/pr gate architectural fix).
Authored 2026-05-19 ~07:00 as part of the parkhub E2E fan-out. Initially
staged behind the devalue 5.6.4 image-scan blocker (RESUME.md); now
unblocked since PR #510 landed the devalue 5.8.1 fix on main.

## Architectural rationale

`fop/local-ci/pr` is a required PAT-posted commit status set by a
developer running `./scripts/fop-local-ci.sh` locally — which runs
lefthook pre-push gates + posts the result.

Dependabot bots commit from GitHub-side; no local developer means no
`fop-local-ci.sh` invocation means no `fop/local-ci/pr: success` status.
Result: PR sits MERGEABLE+BLOCKED indefinitely. **8 Dependabot PRs are
stuck right now** by this exact gap: parkhub-php #493/#496/#498 +
parkhub-rust #638/#639/#640/#641/#642.

## What this bridge does

New GHA + Gitea-Actions workflow `dependabot-local-ci-bridge.yml` that:

1. Triggers only on PRs where `github.event.pull_request.user.login ==
'dependabot[bot]'`
2. Runs the headless equivalent of `make ci`: composer-audit hard +
npm-audit advisory + gitleaks (scoped to PR range) hard + osv-scanner
advisory + typos advisory
3. Posts `fop/local-ci/pr: success|failure` commit status via `gh api
POST /repos/.../statuses/{sha}` matching the local-ci-attestation
convention (no `actions/github-script`, no new third-party action SHAs)
4. Job permission `statuses: write` (scoped to job, not top-level —
minimum privilege)
5. All `github.event.*` values flow through `env:` vars (no injection
surface)

## SOTA-2026 discipline notes

- Advisory adoption initially — not yet promoted to required gate;
verify it runs cleanly over a few Dependabot cycles first.
- Both `.github/workflows/dependabot-local-ci-bridge.yml` (GHA) +
`.gitea/workflows/dependabot-local-ci-bridge.yaml` (Gitea mirror)
committed per workflow-drift requirement.
- All actions SHA-pinned, reusing the same SHAs as `security.yml` +
`ci.yml` (zero new pin surface).
- The bridge does NOT replace the human-developer path — both can post
the status; whichever fires first wins. This means the existing
developer workflow keeps working.

## Verification

`FOP_LOCAL_CI_DIRECT=1 make ci` clean exit-0 on the rebased HEAD. All
lefthook pre-push gates green (no `--no-verify` bypass — discipline held
per CLAUDE.md L237 and 2026-05-19 E4 incident memory).

## Follow-up

A parallel PR will mirror this workflow to parkhub-rust (task #11.2).
Once landed and validated, the 8 stuck PRs above can proceed through
their auto-merge paths.

Co-authored-by: Elly <7864054+nash87@users.noreply.github.com>
@nash87
Copy link
Copy Markdown
Owner

nash87 commented May 19, 2026

@dependabot rebase

Bumps the npm_and_yarn group with 1 update in the /resources/js directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `astro` from 6.1.6 to 6.1.10
- [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.10/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 6.1.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/resources/js/npm_and_yarn-590454f44f branch from 115a953 to 55329e1 Compare May 19, 2026 12:49
@github-actions github-actions Bot merged commit 65d5928 into main May 20, 2026
38 of 41 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/resources/js/npm_and_yarn-590454f44f branch May 20, 2026 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update javascript code php PHP backend and Composer changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant