Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @vercel/analytics from 1.0.2 to 1.1.1 (#895)
Bumps [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) from 1.0.2 to 1.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/analytics/releases"><code>@vercel/analytics</code>'s releases</a>.</em></p> <blockquote> <h2>1.1.1</h2> <h2>What's Changed</h2> <ul> <li>Fix server side events for remix actions by <a href="https://github.com/tobiaslins"><code>@tobiaslins</code></a> in <a href="https://redirect.github.com/vercel/analytics/pull/112">vercel/analytics#112</a></li> <li>Upgrade <code>@vercel/style-guide</code> by <a href="https://github.com/tobiaslins"><code>@tobiaslins</code></a> in <a href="https://redirect.github.com/vercel/analytics/pull/110">vercel/analytics#110</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/analytics/compare/1.1.0...1.1.1">https://github.com/vercel/analytics/compare/1.1.0...1.1.1</a></p> <h2>1.1.0</h2> <h3>Introducing server side events</h3> <p>Start tracking custom events on server environments such as Edge, Serverless or Server Actions.</p> <h4>Next.js Code examples:</h4> <ul> <li><a href="https://github.com/vercel/analytics/blob/main/apps/nextjs/app/api/edge/route.ts">Edge</a></li> <li><a href="https://github.com/vercel/analytics/blob/main/apps/nextjs/app/api/serverless/route.ts">Serverless</a></li> <li><a href="https://github.com/vercel/analytics/blob/main/apps/nextjs/app/server-actions/page.tsx">Server Action</a></li> <li><a href="https://github.com/vercel/analytics/blob/main/apps/nextjs/middleware.ts">Middleware</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/analytics/compare/1.0.1...1.1.0">https://github.com/vercel/analytics/compare/1.0.1...1.1.0</a></p> <h2>1.1.0-beta.9</h2> <ul> <li>Fix usage with deployment protection</li> </ul> <h2>1.1.0-beta.8</h2> <ul> <li>Cleanup</li> </ul> <h2>1.1.0-beta.7</h2> <ul> <li>Allow to send server side events in preview branches with deployment protection enabled.</li> </ul> <h2>1.1.0-beta.6</h2> <h2>What's Changed</h2> <ul> <li>Better error handling by <a href="https://github.com/tobiaslins"><code>@tobiaslins</code></a> in <a href="https://redirect.github.com/vercel/analytics/pull/104">vercel/analytics#104</a></li> <li>Add support for <code>waitUntil</code> if available by <a href="https://github.com/tobiaslins"><code>@tobiaslins</code></a> in <a href="https://redirect.github.com/vercel/analytics/pull/105">vercel/analytics#105</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/analytics/compare/1.1.0-beta.5...1.1.0-beta.6">https://github.com/vercel/analytics/compare/1.1.0-beta.5...1.1.0-beta.6</a></p> <h2>1.1.0-beta.5</h2> <h2>What's Changed</h2> <ul> <li>Simply use of server side events! No more <code>withSessionContext</code> and no manual passing of <code>headers</code> or <code>request</code>!</li> </ul> <ul> <li>[breaking]: removed <code>withSessionContext</code> export as its not needed anymore!</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/analytics/compare/1.1.0-beta.4...1.1.0-beta.5">https://github.com/vercel/analytics/compare/1.1.0-beta.4...1.1.0-beta.5</a></p> <h2>1.1.0-beta.4</h2> <h2>What's Changed</h2> <ul> <li>Fix missing referrer by <a href="https://github.com/tobiaslins"><code>@tobiaslins</code></a> in <a href="https://redirect.github.com/vercel/analytics/pull/95">vercel/analytics#95</a> (Fixes 400 errors for some)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/vercel/analytics/commits/1.1.1/packages/web">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vercel/analytics&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information