api-blue-archive
api-blue-archive copied to clipboard
chore(deps): bump @vercel/analytics from 0.1.3 to 1.1.4
Bumps @vercel/analytics from 0.1.3 to 1.1.4.
Release notes
Sourced from @vercel/analytics
's releases.
1.1.4
What's Changed
- server/track: always consume the response body for a track request by
@MaxLeiter
in vercel/analytics#131New Contributors
@MaxLeiter
made their first contribution in vercel/analytics#131Full Changelog: https://github.com/vercel/analytics/compare/1.1.3...1.1.4
1.1.3
What's Changed
- Server events can now be sent when deployment protection is enabled by
@tobiaslins
in vercel/analytics#129Full Changelog: https://github.com/vercel/analytics/compare/1.1.2...1.1.3
1.1.2
What's Changed
- Fix server side tracking for Remix actions by
@tobiaslins
in vercel/analytics#124Full Changelog: https://github.com/vercel/analytics/compare/1.1.1...1.1.2
1.1.1
What's Changed
- Fix server side events for remix actions by
@tobiaslins
in vercel/analytics#112- Upgrade
@vercel/style-guide
by@tobiaslins
in vercel/analytics#110Full Changelog: https://github.com/vercel/analytics/compare/1.1.0...1.1.1
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:
Full Changelog: https://github.com/vercel/analytics/compare/1.0.1...1.1.0
1.1.0-beta.9
- Fix usage with deployment protection
1.1.0-beta.8
- Cleanup
... (truncated)
Commits
8b1c58f
server/track: always consume the response body for a track request (#131)c55544d
Automatically pass deplyoment protection secret if available (#129)c07d4b2
Fix server side tracking for Remix actions (#124)ab1213b
fix server side events for remix actions (#112)c57f273
Upgrade@vercel/style-guide
(#110)c8a5031
Introduce server side events (#107)e55dc7b
updated the docs quickstart link to the new one (#99)f2a534c
Fix readme typo (#96)8851352
Add missing export for AnalyticsProps (#94)1f35f68
Upgrade dependencies (#85)- Additional commits viewable in compare view
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 commands and options
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)