chore(deps): bump the production-minor-patch group across 1 directory with 3 updates - #13
Closed
dependabot[bot] wants to merge 17 commits into
Closed
chore(deps): bump the production-minor-patch group across 1 directory with 3 updates#13dependabot[bot] wants to merge 17 commits into
dependabot[bot] wants to merge 17 commits into
Conversation
## 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.
…nd semantic elements
…typography and spacing
…adability and maintainability
- 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)
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dependabot
Bot
force-pushed
the
dependabot/bun/production-minor-patch-46e45a7888
branch
from
August 17, 2026 13:55
ff47222 to
1621224
Compare
… 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
Bot
force-pushed
the
dependabot/bun/production-minor-patch-46e45a7888
branch
from
August 17, 2026 14:11
1621224 to
b9a4054
Compare
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
Bot
deleted the
dependabot/bun/production-minor-patch-46e45a7888
branch
August 17, 2026 14:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-minor-patch group with 3 updates in the / directory: next, react and react-dom.
Updates
nextfrom 16.2.9 to 16.3.1Commits
3d32eb8v16.3.12b4b1ec[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 byunstable_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)Updates
reactfrom 19.2.7 to 19.2.8Commits
1dd4ecb[FlightReply] Performance improvements when decoding (#37087)b0d2fdb[19.2.x] Update required references to GitHub repo (#36753)Updates
react-domfrom 19.2.7 to 19.2.8Commits
1dd4ecb[FlightReply] Performance improvements when decoding (#37087)b0d2fdb[19.2.x] Update required references to GitHub repo (#36753)