enjidev / enji.dev

a monorepo for my personal website and projects, built with Turborepo + pnpm 📚
https://enji.dev
474 stars 98 forks source link

fix(deps): update dependency @vercel/analytics to v1 - autoclosed #29

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vercel/analytics (source) ^0.1.6 -> ^1.0.0 age adoption passing confidence

Release Notes

vercel/analytics (@​vercel/analytics) ### [`v1.2.2`](https://togithub.com/vercel/analytics/releases/tag/1.2.2) [Compare Source](https://togithub.com/vercel/analytics/compare/1.2.1...1.2.2) #### What's Changed - fix: export issue when testing with jest and ts-node by [@​feugy](https://togithub.com/feugy) in [https://github.com/vercel/analytics/pull/134](https://togithub.com/vercel/analytics/pull/134) **Full Changelog**: https://github.com/vercel/analytics/compare/1.2.1...1.2.2 ### [`v1.2.1`](https://togithub.com/vercel/analytics/releases/tag/1.2.1) [Compare Source](https://togithub.com/vercel/analytics/compare/1.2.0...1.2.1) #### What's Changed - fix: incorrect package exports by [@​feugy](https://togithub.com/feugy) in [https://github.com/vercel/analytics/pull/133](https://togithub.com/vercel/analytics/pull/133) #### New Contributors - [@​feugy](https://togithub.com/feugy) made their first contribution in [https://github.com/vercel/analytics/pull/133](https://togithub.com/vercel/analytics/pull/133) **Full Changelog**: https://github.com/vercel/analytics/compare/1.2.0...1.2.1 ### [`v1.2.0`](https://togithub.com/vercel/analytics/releases/tag/1.2.0) [Compare Source](https://togithub.com/vercel/analytics/compare/1.1.4...1.2.0) #### What's Changed - Add route support by [@​tobiaslins](https://togithub.com/tobiaslins) in [https://github.com/vercel/analytics/pull/127](https://togithub.com/vercel/analytics/pull/127) **Full Changelog**: https://github.com/vercel/analytics/compare/1.1.4...1.2.0 ### [`v1.1.4`](https://togithub.com/vercel/analytics/releases/tag/1.1.4) [Compare Source](https://togithub.com/vercel/analytics/compare/1.1.3...1.1.4) #### What's Changed - server/track: always consume the response body for a track request by [@​MaxLeiter](https://togithub.com/MaxLeiter) in [https://github.com/vercel/analytics/pull/131](https://togithub.com/vercel/analytics/pull/131) #### New Contributors - [@​MaxLeiter](https://togithub.com/MaxLeiter) made their first contribution in [https://github.com/vercel/analytics/pull/131](https://togithub.com/vercel/analytics/pull/131) **Full Changelog**: https://github.com/vercel/analytics/compare/1.1.3...1.1.4 ### [`v1.1.3`](https://togithub.com/vercel/analytics/releases/tag/1.1.3) [Compare Source](https://togithub.com/vercel/analytics/compare/1.1.2...1.1.3) #### What's Changed - Server events can now be sent when deployment protection is enabled by [@​tobiaslins](https://togithub.com/tobiaslins) in [https://github.com/vercel/analytics/pull/129](https://togithub.com/vercel/analytics/pull/129) **Full Changelog**: https://github.com/vercel/analytics/compare/1.1.2...1.1.3 ### [`v1.1.2`](https://togithub.com/vercel/analytics/releases/tag/1.1.2) [Compare Source](https://togithub.com/vercel/analytics/compare/1.1.1...1.1.2) #### What's Changed - Fix server side tracking for Remix actions by [@​tobiaslins](https://togithub.com/tobiaslins) in [https://github.com/vercel/analytics/pull/124](https://togithub.com/vercel/analytics/pull/124) **Full Changelog**: https://github.com/vercel/analytics/compare/1.1.1...1.1.2 ### [`v1.1.1`](https://togithub.com/vercel/analytics/releases/tag/1.1.1) [Compare Source](https://togithub.com/vercel/analytics/compare/1.1.0...1.1.1) #### What's Changed - Fix server side events for remix actions by [@​tobiaslins](https://togithub.com/tobiaslins) in [https://github.com/vercel/analytics/pull/112](https://togithub.com/vercel/analytics/pull/112) - Upgrade [@​vercel/style-guide](https://togithub.com/vercel/style-guide) by [@​tobiaslins](https://togithub.com/tobiaslins) in [https://github.com/vercel/analytics/pull/110](https://togithub.com/vercel/analytics/pull/110) **Full Changelog**: https://github.com/vercel/analytics/compare/1.1.0...1.1.1 ### [`v1.1.0`](https://togithub.com/vercel/analytics/releases/tag/1.1.0) [Compare Source](https://togithub.com/vercel/analytics/compare/82d5b05236210a674d52d0e6dabbb973fd23787e...1.1.0) ##### Introducing server side events Start tracking custom events on server environments such as Edge, Serverless or Server Actions. ##### Next.js Code examples: - [Edge](https://togithub.com/vercel/analytics/blob/main/apps/nextjs/app/api/edge/route.ts) - [Serverless](https://togithub.com/vercel/analytics/blob/main/apps/nextjs/app/api/serverless/route.ts) - [Server Action](https://togithub.com/vercel/analytics/blob/main/apps/nextjs/app/server-actions/page.tsx) - [Middleware](https://togithub.com/vercel/analytics/blob/main/apps/nextjs/middleware.ts) **Full Changelog**: https://github.com/vercel/analytics/compare/1.0.1...1.1.0 ### [`v1.0.2`](https://togithub.com/vercel/analytics/compare/1.0.1...82d5b05236210a674d52d0e6dabbb973fd23787e) [Compare Source](https://togithub.com/vercel/analytics/compare/1.0.1...82d5b05236210a674d52d0e6dabbb973fd23787e) ### [`v1.0.1`](https://togithub.com/vercel/analytics/releases/tag/1.0.1) [Compare Source](https://togithub.com/vercel/analytics/compare/1.0.0...1.0.1) #### What's Changed - Add types for beforeSend custom events - Remove `react` as peer dependency - Add JSDoc ### [`v1.0.0`](https://togithub.com/vercel/analytics/releases/tag/1.0.0) [Compare Source](https://togithub.com/vercel/analytics/compare/0.1.11...1.0.0) #### What's Changed - Add support for custom events 🎉 - Improve dev script reliability by using non-adblocked URL

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
enjidev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 19, 2023 10:33pm