Skip to content

chore(deps): bump the production-minor-patch group across 1 directory with 3 updates - #13

Closed
dependabot[bot] wants to merge 17 commits into
mainfrom
dependabot/bun/production-minor-patch-46e45a7888
Closed

chore(deps): bump the production-minor-patch group across 1 directory with 3 updates#13
dependabot[bot] wants to merge 17 commits into
mainfrom
dependabot/bun/production-minor-patch-46e45a7888

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown

Bumps the production-minor-patch group with 3 updates in the / directory: next, react and react-dom.

Updates next from 16.2.9 to 16.3.1

Commits
  • 3d32eb8 v16.3.1
  • 2b4b1ec [backport] Revert i18n localization change for dynamic Pages API routes (#949...
  • 228df5f [backport] Retain fewer stale cache versions and use a TTL, plus the mtime fa...
  • 16eab3a [backport] Fix: Optimistic routing bugs leading to repeated prefetch loops (#...
  • 75548c9 [backport] Fix Nav Inspector request loop on repeat captures (#97326)
  • f6bd714 [backport] [test] Compile the middleware redirect routes up front in dev (#97...
  • 43c1c60 [16.3] [ci] Use OIDC tokens to read private preview builds (#97258)
  • 9dbb357 [backport] Encode the cache item name built by unstable_cache (#97313)
  • 323a17c [backport] Discard only cache entries that predate a tag revalidation, and re...
  • 6d67f46 [backport] Keep the dev validation worker alive across HMR updates (#97315)
  • Additional commits viewable in compare view

Updates react from 19.2.7 to 19.2.8

Commits

Updates react-dom from 19.2.7 to 19.2.8

Commits

dominikkoenitzer and others added 13 commits March 20, 2026 12:08
## Vercel Web Analytics Installation

Successfully installed and configured Vercel Web Analytics for this Next.js project.

### Changes Made

**1. Installed Package:**
- Added `@vercel/analytics@^2.0.1` to dependencies using pnpm
- Updated package.json and pnpm-lock.yaml accordingly

**2. Modified Files:**
- `src/app/layout.tsx` - Added Analytics component to the root layout

**3. Implementation Details:**
- Fetched the latest installation instructions from https://vercel.com/docs/analytics/quickstart
- Identified the project as Next.js with App Router architecture
- Imported `Analytics` from `@vercel/analytics/next` in the root layout
- Added the `<Analytics />` component inside the `<body>` tag, after the `{children}` element
- This follows the official Vercel documentation for Next.js App Router projects

**4. Verification Steps Completed:**
- ✅ Build completed successfully (`pnpm run build`)
- ✅ TypeScript type checking passed (`pnpm run type-check`)
- ✅ No linting errors (project uses Next.js built-in linting, which validated during build)
- ✅ No test failures (project has no test suite)

### Next Steps

After deploying to Vercel:
1. Enable Web Analytics in the Vercel dashboard (Analytics section)
2. Deploy the changes to production
3. Verify tracking by checking the browser Network tab for requests to `/_vercel/insights/*`

The Analytics component is now ready and will automatically start collecting page view data once deployed to Vercel and enabled in the dashboard.

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
…-analytics-su3si7

Install Vercel Web Analytics
- Implemented Entropy component with mode switching between generation and analysis.
- Created EntropyGenerate for generating random passwords and passphrases with customizable options.
- Developed EntropyAnalyze for analyzing password strength and providing feedback.
- Introduced EntropyArt for visual representation of generated entropy.
- Added Glyphs for UI icons used in headers and warnings.
- Built core entropy logic in entropy-core.ts for password generation and analysis.
- Implemented UI helpers in ui.ts for clipboard functionality and motion preferences.
- Created art.ts for generating visual art based on entropy.
- Add a comprehensive README (features, architecture, privacy, getting started)
- Add GitHub Actions CI (type-check + build) on push/PR to main
- Add optional Vercel production deploy workflow (opt-in via secrets)
- Add Dependabot (bun + GitHub Actions) and pin Bun via .bun-version
- Switch package manager from pnpm to Bun: replace pnpm-lock.yaml with bun.lock,
  drop the packageManager field, update docs/comments (pnpm -> bun run)
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
entropy Ready Ready Preview Aug 17, 2026 2:23pm

@dependabot
dependabot Bot force-pushed the dependabot/bun/production-minor-patch-46e45a7888 branch from ff47222 to 1621224 Compare August 17, 2026 13:55
dominikkoenitzer and others added 2 commits August 17, 2026 16:07
… with 3 updates

Bumps the production-minor-patch group with 3 updates in the / directory: [next](https://github.com/vercel/next.js), [react](https://github.com/react/react/tree/HEAD/packages/react) and [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom).


Updates `next` from 16.2.9 to 16.3.1
- [Commits](vercel/next.js@v16.2.9...v16.3.1)

Updates `react` from 19.2.7 to 19.2.8
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

Updates `react-dom` from 19.2.7 to 19.2.8
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bun/production-minor-patch-46e45a7888 branch from 1621224 to b9a4054 Compare August 17, 2026 14:11
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 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/bun/production-minor-patch-46e45a7888 branch August 17, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant