Skip to content

Bump the npm-dependencies group with 3 updates - #43

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-7e07d62708
Closed

Bump the npm-dependencies group with 3 updates#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-7e07d62708

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown

Bumps the npm-dependencies group with 3 updates: astro, @cloudflare/workers-types and wrangler.

Updates astro from 7.2.1 to 7.2.2

Release notes

Sourced from astro's releases.

astro@7.2.2

Patch Changes

  • #17611 9bc3207 Thanks @​thelazylamaGit! - Fixes component styles rendered from content entries remaining stale until a second save when an adapter uses Astro's fallback development environment

  • #17634 2267eee Thanks @​astrobot-houston! - Fixes incremental builds dropping optimized images for cached pages when using a collectStaticImages prerenderer (e.g. @astrojs/cloudflare with compile-time image optimization)

  • #17650 4cdf128 Thanks @​astrobot-houston! - Fixes intermittent ImageNotFound errors during build on projects with many images. The build now limits concurrent image file reads to avoid exhausting OS file descriptors (EMFILE) and retries transient I/O errors with backoff. Non-transient errors are no longer silently swallowed.

  • #17683 2378221 Thanks @​astrobot-houston! - Fixes prerenderConflictBehavior not applying to content collection duplicate ID warnings in the glob() and file() loaders. Setting it to 'error' now throws during content sync, and 'ignore' suppresses the warning.

  • #17659 90c6ea4 Thanks @​astrobot-houston! - Fixes the Fonts API breaking experimental.incrementalBuild caching by embedding a build-local, randomly-assigned server port in generated code used for the dependency hash

  • #17630 fd1d9ee Thanks @​ericclemmons! - Fixes incremental builds becoming prohibitively slow for sites with many pages or content entries that share a large dependency graph.

  • #17690 93beecc Thanks @​NgoQuocViet2001! - Prevents files in directories whose names start with pages from being treated as page routes

  • #17671 09f0dc7 Thanks @​tarikermis! - Fixes astro dev refusing to start after a Docker container restart when an unrelated process reuses the PID from a persisted lock file. Astro now checks the process command across platforms, so stale lock files are cleaned up and --force does not signal the unrelated process.

Changelog

Sourced from astro's changelog.

7.2.2

Patch Changes

  • #17611 9bc3207 Thanks @​thelazylamaGit! - Fixes component styles rendered from content entries remaining stale until a second save when an adapter uses Astro's fallback development environment

  • #17634 2267eee Thanks @​astrobot-houston! - Fixes incremental builds dropping optimized images for cached pages when using a collectStaticImages prerenderer (e.g. @astrojs/cloudflare with compile-time image optimization)

  • #17650 4cdf128 Thanks @​astrobot-houston! - Fixes intermittent ImageNotFound errors during build on projects with many images. The build now limits concurrent image file reads to avoid exhausting OS file descriptors (EMFILE) and retries transient I/O errors with backoff. Non-transient errors are no longer silently swallowed.

  • #17683 2378221 Thanks @​astrobot-houston! - Fixes prerenderConflictBehavior not applying to content collection duplicate ID warnings in the glob() and file() loaders. Setting it to 'error' now throws during content sync, and 'ignore' suppresses the warning.

  • #17659 90c6ea4 Thanks @​astrobot-houston! - Fixes the Fonts API breaking experimental.incrementalBuild caching by embedding a build-local, randomly-assigned server port in generated code used for the dependency hash

  • #17630 fd1d9ee Thanks @​ericclemmons! - Fixes incremental builds becoming prohibitively slow for sites with many pages or content entries that share a large dependency graph.

  • #17690 93beecc Thanks @​NgoQuocViet2001! - Prevents files in directories whose names start with pages from being treated as page routes

  • #17671 09f0dc7 Thanks @​tarikermis! - Fixes astro dev refusing to start after a Docker container restart when an unrelated process reuses the PID from a persisted lock file. Astro now checks the process command across platforms, so stale lock files are cleaned up and --force does not signal the unrelated process.

Commits
  • 14f8f87 [ci] release (#17673)
  • 93beecc Fix page directory boundary detection (#17690)
  • 2378221 fix(content): apply prerenderConflictBehavior to content collection duplicate...
  • fd1d9ee fix(build): Optimize incremental builds with shared content graph hashing (#1...
  • 8df416a test: skip type check tests in ecosystem-ci (#17587)
  • 09f0dc7 Detect stale dev server lock files after PID reuse (#17671)
  • 2267eee fix: preserve restored image transforms when merging adapter-collected images...
  • 4cdf128 fix(assets): prevent EMFILE errors on large image builds with concurrency lim...
  • 90c6ea4 fix(fonts): strip volatile server address from incremental build hash (#17659)
  • 9bc3207 fix(dev): apply the dev CSS plugin to the fallback Astro environment (#17611)
  • See full diff in compare view

Updates @cloudflare/workers-types from 5.20260813.1 to 5.20260814.1

Commits

Updates wrangler from 4.122.0 to 4.123.0

Release notes

Sourced from wrangler's releases.

wrangler@4.123.0

Minor Changes

  • #15113 b8fd112 Thanks @​BSFishy! - Add local dev simulation for Cloudflare Access ctx.access.getIdentity()

    You can now configure a mock Cloudflare Access identity in wrangler.json so that ctx.access.getIdentity() returns it during local development.

    // wrangler.json
    {
      "access": {
        "dev": {
          "aud": "my-app-aud-tag",
          "identity": {
            "email": "user@example.com",
            "name": "Test User"
          }
        }
      }
    }
  • #15152 f0f2054 Thanks @​GregBrimble! - [private beta]: Updates the --ignore-defaults flag to --ignore-base-config on wrangler preview commands.

    --ignore-base-config now only takes effect on Preview creation, rather than on each deployment, since Preview base configuration is now copy-on-create rather than inherit-on-deploy.

  • #14872 339509d Thanks @​dario-piotrowicz! - Add automatic update prompts for out-of-date Cloudflare agent skills

    When Cloudflare skills were previously installed by Wrangler and the upstream cloudflare/skills repository has newer content, Wrangler now offers to update them after eligible commands complete.

    To reduce prompt fatigue, the update check only runs once a month (30 days since the last install or update). Declining suppresses the prompt until the next upstream change.

    When declining an update, Wrangler offers the option to permanently disable future update prompts. This preference is stored globally in ~/.wrangler/agents-skills-install.jsonc. The WRANGLER_NO_SKILLS_UPDATE_PROMPTS=true environment variable can also be used to suppress prompts. The --install-skills flag remains available regardless of these settings.

Patch Changes

Commits

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

Bumps the npm-dependencies group with 3 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


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

Updates `@cloudflare/workers-types` from 5.20260813.1 to 5.20260814.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `wrangler` from 4.122.0 to 4.123.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.123.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 7.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 5.20260814.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: wrangler
  dependency-version: 4.123.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-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 Aug 17, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
devcongress-website 8d3e321 Commit Preview URL

Branch Preview URL
Aug 17 2026, 05:19 AM

@Elvis020

Copy link
Copy Markdown
Collaborator

Superseded by #44, which includes this PR's exact updates together with the public event-submission launch in one verified delivery.

@Elvis020 Elvis020 closed this Aug 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-dependencies-7e07d62708 branch August 20, 2026 21:16
Elvis020 added a commit that referenced this pull request Aug 20, 2026
- Expose a compact, feature-gated Submit an event action in the homepage Events section and the full Events page.
- Add an Events-style Home link to the submission form that returns to the homepage Events section and warns before discarding entered details.
- Keep the disabled state fail-closed, make the enabled submission form indexable, and document the public launch behavior.
- Fold in Dependabot PRs #42 and #43 by updating pinned deployment actions, Astro, Workers types, Wrangler, and the lockfile.

Verification:
- pnpm install --frozen-lockfile
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=false pnpm build, with hidden CTAs and redirect output verified
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=true pnpm build, with both CTAs and indexable form output verified
- Headless Chrome verified the 168px homepage CTA, Events-style Home link, #events destination, and guarded dirty-form navigation
- pnpm audit --audit-level moderate
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=true pnpm deploy:dry-run
- git diff --check
Elvis020 added a commit that referenced this pull request Aug 20, 2026
- Expose a compact, feature-gated Submit an event action in the homepage Events section and the full Events page.
- Add an Events-style Home link to the submission form that returns to the homepage Events section and warns before discarding entered details.
- Keep the disabled state fail-closed, make the enabled submission form indexable, and document the public launch behavior.
- Fold in Dependabot PRs #42 and #43 by updating pinned deployment actions, Astro, Workers types, Wrangler, and the lockfile.

Verification:
- pnpm install --frozen-lockfile
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=false pnpm build, with hidden CTAs and redirect output verified
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=true pnpm build, with both CTAs and indexable form output verified
- Headless Chrome verified the 168px homepage CTA, Events-style Home link, #events destination, and guarded dirty-form navigation
- pnpm audit --audit-level moderate
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=true pnpm deploy:dry-run
- git diff --check
Elvis020 added a commit that referenced this pull request Aug 21, 2026
- Expose a compact, feature-gated Submit an event action in the homepage Events section and beside the Events page's List/Calendar control.
- Keep Add to Google Calendar pink and use yellow for the Events-page submission action to preserve the intended visual hierarchy.
- Add an Events-style Home link to the submission form that returns to the homepage Events section and warns before discarding entered details.
- Keep the disabled state fail-closed, make the enabled submission form indexable, and document the public launch behavior.
- Fold in Dependabot PRs #42 and #43 by updating pinned deployment actions, Astro, Workers types, Wrangler, and the lockfile.

Verification:
- pnpm install --frozen-lockfile
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=false pnpm build, with hidden CTAs and redirect output verified
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=true pnpm build, with both CTAs and indexable form output verified
- Headless Chrome verified the compact homepage CTA, Events-page desktop/mobile action placement and colors, Events-style Home link, #events destination, and guarded dirty-form navigation
- pnpm audit --audit-level moderate
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=true pnpm deploy:dry-run
- git diff --check
Elvis020 added a commit that referenced this pull request Aug 21, 2026
- Expose a compact, feature-gated Submit an event action in the homepage Events section and beside Add to Google Calendar on the Events page.
- Keep Add to Google Calendar pink and use yellow for the Events-page submission action to preserve the intended visual hierarchy.
- Stack the paired Events-page actions at the same 280px width on mobile.
- Add an Events-style Home link to the submission form that returns to the homepage Events section and warns before discarding entered details.
- Keep the disabled state fail-closed, make the enabled submission form indexable, and document the public launch behavior.
- Fold in Dependabot PRs #42 and #43 by updating pinned deployment actions, Astro, Workers types, Wrangler, and the lockfile.

Verification:
- pnpm install --frozen-lockfile
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=false pnpm build, with hidden CTAs and redirect output verified
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=true pnpm build, with both CTAs and indexable form output verified
- Headless Chrome verified the compact homepage CTA, paired desktop header actions, equal 280px mobile action widths, pink/yellow colors, Events-style Home link, #events destination, and guarded dirty-form navigation
- pnpm audit --audit-level moderate
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=true pnpm deploy:dry-run
- git diff --check
Elvis020 added a commit that referenced this pull request Aug 21, 2026
- Expose a compact, feature-gated Submit an event action in the homepage Events section and beside Add to Google Calendar on the Events page.
- Keep Add to Google Calendar pink and use yellow for the Events-page submission action to preserve the intended visual hierarchy.
- Stack the paired Events-page actions at the same 280px width on mobile.
- Add an Events-style Home link to the submission form that returns to the homepage Events section and warns before discarding entered details.
- Keep the disabled state fail-closed, make the enabled submission form indexable, and document the public launch behavior.
- Fold in Dependabot PRs #42 and #43 by updating pinned deployment actions, Astro, Workers types, Wrangler, and the lockfile.

Verification:
- pnpm install --frozen-lockfile
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=false pnpm build, with hidden CTAs and redirect output verified
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=true pnpm build, with both CTAs and indexable form output verified
- Headless Chrome verified the compact homepage CTA, paired desktop header actions, equal 280px mobile action widths, pink/yellow colors, Events-style Home link, #events destination, and guarded dirty-form navigation
- pnpm audit --audit-level moderate
- PUBLIC_EVENT_SUBMISSIONS_ENABLED=true pnpm deploy:dry-run
- git diff --check
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