Skip to content

Bump prettier from 3.8.3 to 3.8.4#11

Open
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/npm_and_yarn/prettier-3.8.4
Open

Bump prettier from 3.8.3 to 3.8.4#11
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/npm_and_yarn/prettier-3.8.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown

Bumps prettier from 3.8.3 to 3.8.4.

Release notes

Sourced from prettier's releases.

3.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.4

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a


b


c

d



<!-- Prettier 3.8.3 -->

a

b


c

d



<!-- Prettier 3.8.4 -->


a

b



c

d
Commits
  • 1c6ba55 Release 3.8.4
  • 4a673dc Fix blank lines between list items and nested sub-lists being removed in Mark...
  • 074aaed Replace main branch in changelog link with tags (#19054)
  • c22a003 Bump Prettier dependency to 3.8.3
  • 07bad1f Clean changelog_unreleased
  • See full diff in compare view

vercel Bot and others added 2 commits June 4, 2026 12:06
# Vercel Web Analytics Implementation

Successfully installed and configured Vercel Web Analytics for this Astro project.

## Changes Made

### 1. Package Installation
- Installed `@astrojs/vercel` (v10.0.8) - Vercel adapter for Astro
- Installed `@vercel/analytics` (v2.0.1) - Vercel Web Analytics package
- Updated `pnpm-lock.yaml` to reflect new dependencies

### 2. Astro Configuration (`astro.config.mjs`)
- Added import for `@astrojs/vercel` adapter
- Configured output mode to 'server' (required for Vercel adapter)
- Enabled Vercel adapter with `webAnalytics: { enabled: true }`

This configuration follows the official Astro-specific instructions from Vercel's documentation, which recommends configuring the adapter with the webAnalytics option enabled.

### 3. Content Security Policy Update (`vercel.json`)
Updated the CSP headers to allow Vercel Analytics scripts:
- Added `https://va.vercel-scripts.com` to `script-src`
- Added `https://va.vercel-scripts.com` and `https://*.vercel-insights.com` to `connect-src`

These additions ensure that Vercel Analytics can load and communicate properly without being blocked by the strict CSP policy.

### 4. Code Formatting
- Ran Prettier across the codebase to fix formatting issues
- All files now pass the format check

## Implementation Details

For Astro projects, Vercel Web Analytics works differently than other frameworks. Instead of manually adding a component to layouts, the analytics are automatically injected when the Vercel adapter is configured with `webAnalytics: { enabled: true }`. This is the recommended approach per the official Vercel documentation.

The adapter handles:
- Automatic injection of analytics scripts
- Server-side rendering compatibility
- Proper integration with Vercel's deployment infrastructure

## Testing

- Build completed successfully with 0 errors
- All TypeScript checks passed (only warnings for unused variables)
- Code formatting verified with Prettier
- Lock files updated correctly

## Next Steps

After deployment to Vercel:
1. Enable Web Analytics in the Vercel dashboard for this project
2. Visit the deployed site to generate initial traffic
3. Check the browser's Network tab for requests to `/_vercel/insights/*` to confirm tracking is active
4. View analytics data in the Vercel dashboard

## Files Modified

**Configuration Files:**
- `astro.config.mjs` - Added Vercel adapter with analytics enabled
- `vercel.json` - Updated CSP headers for analytics
- `package.json` - Added new dependencies
- `pnpm-lock.yaml` - Updated dependency lock file

**Source Files:**
- Multiple files formatted by Prettier (no functional changes)
- `README.md` - Formatted by Prettier

All changes preserve existing functionality while adding Vercel Web Analytics support.

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 11, 2026
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
r3actr Canceled Canceled Jun 16, 2026 4:23am

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.4 branch from e5de7ff to 5cf1a0d Compare June 16, 2026 04:21
# Conflicts:
#	src/content/docs/de/welcome-to-docs.mdx
#	src/content/docs/es/welcome-to-docs.mdx
#	src/content/docs/fr/welcome-to-docs.mdx
#	src/content/docs/ja/welcome-to-docs.mdx
#	src/content/docs/welcome-to-docs.mdx
#	src/content/docs/zh-cn/welcome-to-docs.mdx
Bumps [prettier](https://github.com/prettier/prettier) from 3.8.3 to 3.8.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.3...3.8.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.4 branch from 5cf1a0d to 79bb417 Compare June 16, 2026 04:23
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