-
Notifications
You must be signed in to change notification settings - Fork 168
chore(deps): bump the patches group across 1 directory with 21 updates #2417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📦 Next.js Bundle Analysis for langfuse-docsThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
419.03 KB (🟡 +13.62 KB) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
Five Pages Changed Size
The following pages changed size from the code in this PR compared to its base branch:
| Page | Size (compressed) | First Load | % of Budget (350 KB) |
|---|---|---|---|
/blog/qa-chatbot-for-langfuse-docs |
524.05 KB |
943.07 KB | 269.45% (🟢 -0.15%) |
/pricing |
88.34 KB |
507.37 KB | 144.96% (🟢 -0.20%) |
/pricing-self-host |
88.38 KB |
507.4 KB | 144.97% (🟢 -0.20%) |
/talk-to-us |
110.07 KB |
529.1 KB | 151.17% (🟢 -1.97%) |
/watch-demo |
110.08 KB |
529.1 KB | 151.17% (🟢 -1.97%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
e07690c to
eb8cdd5
Compare
eb8cdd5 to
d8470a8
Compare
d8470a8 to
364138e
Compare
364138e to
32cfcbf
Compare
32cfcbf to
e816eb9
Compare
e816eb9 to
f6ce9d8
Compare
Bumps the patches group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@calcom/embed-react](https://github.com/calcom/cal.com/tree/HEAD/packages/embeds/embed-react) | `1.5.2` | `1.5.3` | | [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.2.0` | `2.2.9` | | [@inkeep/cxkit-react](https://github.com/inkeep/widget/tree/HEAD/packages/react) | `0.5.98` | `0.5.111` | | [@radix-ui/react-accordion](https://github.com/radix-ui/primitives) | `1.2.3` | `1.2.12` | | [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.11` | | [@radix-ui/react-collapsible](https://github.com/radix-ui/primitives) | `1.1.11` | `1.1.12` | | [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.1.6` | `1.1.15` | | [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.6` | `2.1.16` | | [@radix-ui/react-hover-card](https://github.com/radix-ui/primitives) | `1.1.6` | `1.1.15` | | [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.2` | `2.1.8` | | [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) | `1.2.9` | `1.2.10` | | [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.2.5` | `2.2.6` | | [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.1.2` | `1.1.8` | | [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.13` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.23` | | [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `9.0.2` | `9.0.3` | | [katex](https://github.com/KaTeX/KaTeX) | `0.16.22` | `0.16.27` | | [langfuse](https://github.com/langfuse/langfuse-js/tree/HEAD/langfuse) | `3.38.4` | `3.38.6` | | [nanoid](https://github.com/ai/nanoid) | `5.1.5` | `5.1.6` | | [nodemailer](https://github.com/nodemailer/nodemailer) | `7.0.11` | `7.0.12` | | [openai-edge](https://github.com/dan-kwiat/openai-edge) | `1.2.2` | `1.2.3` | Updates `@calcom/embed-react` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/calcom/cal.com/releases) - [Changelog](https://github.com/calcom/cal.com/blob/main/packages/embeds/embed-react/CHANGELOG.md) - [Commits](https://github.com/calcom/cal.com/commits/V1.5.3/packages/embeds/embed-react) Updates `@headlessui/react` from 2.2.0 to 2.2.9 - [Release notes](https://github.com/tailwindlabs/headlessui/releases) - [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-react) Updates `@inkeep/cxkit-react` from 0.5.98 to 0.5.111 - [Commits](https://github.com/inkeep/widget/commits/HEAD/packages/react) Updates `@radix-ui/react-accordion` from 1.2.3 to 1.2.12 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-avatar` from 1.1.3 to 1.1.11 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-collapsible` from 1.1.11 to 1.1.12 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-dialog` from 1.1.6 to 1.1.15 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-dropdown-menu` from 2.1.6 to 2.1.16 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-hover-card` from 1.1.6 to 1.1.15 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-label` from 2.1.2 to 2.1.8 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-scroll-area` from 1.2.9 to 1.2.10 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-select` from 2.2.5 to 2.2.6 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-separator` from 1.1.2 to 1.1.8 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-tabs` from 1.1.3 to 1.1.13 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `autoprefixer` from 10.4.21 to 10.4.23 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.21...10.4.23) Updates `jsonwebtoken` from 9.0.2 to 9.0.3 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v9.0.2...v9.0.3) Updates `katex` from 0.16.22 to 0.16.27 - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](KaTeX/KaTeX@v0.16.22...v0.16.27) Updates `langfuse` from 3.38.4 to 3.38.6 - [Release notes](https://github.com/langfuse/langfuse-js/releases) - [Commits](https://github.com/langfuse/langfuse-js/commits/v3.38.6/langfuse) Updates `nanoid` from 5.1.5 to 5.1.6 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@5.1.5...5.1.6) Updates `nodemailer` from 7.0.11 to 7.0.12 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v7.0.11...v7.0.12) Updates `openai-edge` from 1.2.2 to 1.2.3 - [Commits](https://github.com/dan-kwiat/openai-edge/commits) --- updated-dependencies: - dependency-name: "@calcom/embed-react" dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@headlessui/react" dependency-version: 2.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@inkeep/cxkit-react" dependency-version: 0.5.111 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@radix-ui/react-accordion" dependency-version: 1.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@radix-ui/react-avatar" dependency-version: 1.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@radix-ui/react-collapsible" dependency-version: 1.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@radix-ui/react-dialog" dependency-version: 1.1.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@radix-ui/react-dropdown-menu" dependency-version: 2.1.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@radix-ui/react-hover-card" dependency-version: 1.1.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@radix-ui/react-label" dependency-version: 2.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@radix-ui/react-scroll-area" dependency-version: 1.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@radix-ui/react-select" dependency-version: 2.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@radix-ui/react-separator" dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: "@radix-ui/react-tabs" dependency-version: 1.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: autoprefixer dependency-version: 10.4.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: jsonwebtoken dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: katex dependency-version: 0.16.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: langfuse dependency-version: 3.38.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: nanoid dependency-version: 5.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: nodemailer dependency-version: 7.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: openai-edge dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <[email protected]>
f6ce9d8 to
359fe6b
Compare
Bumps the patches group with 21 updates in the / directory:
1.5.21.5.32.2.02.2.90.5.980.5.1111.2.31.2.121.1.31.1.111.1.111.1.121.1.61.1.152.1.62.1.161.1.61.1.152.1.22.1.81.2.91.2.102.2.52.2.61.1.21.1.81.1.31.1.1310.4.2110.4.239.0.29.0.30.16.220.16.273.38.43.38.65.1.55.1.67.0.117.0.121.2.21.2.3Updates
@calcom/embed-reactfrom 1.5.2 to 1.5.3Changelog
Sourced from
@calcom/embed-react's changelog.Commits
Updates
@headlessui/reactfrom 2.2.0 to 2.2.9Release notes
Sourced from
@headlessui/react's releases.... (truncated)
Changelog
Sourced from
@headlessui/react's changelog.... (truncated)
Commits
589ea902.2.9 -@headlessui/reactbba75c7update changelogca536edupdate changelog49e9e8edo not serialize React components into form fields2a647a7Ensure refs are forwarded when freezing data (#3390)da2fa94Freeze values as soon as possible (#3802)6b5709aFix touch actions on iOS after entering disallowed area (#3801)433b174Allow home/end key default behavior insideComboboxInputwhenComboboxis...31b3e47InferComboboxtype based ononChangehandler (#3798)b0615adEnsure siblingDialogcomponents are scrollable on mobile (#3796)Updates
@inkeep/cxkit-reactfrom 0.5.98 to 0.5.111Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@inkeep/cxkit-reactsince your current version.Updates
@radix-ui/react-accordionfrom 1.2.3 to 1.2.12Commits
Updates
@radix-ui/react-avatarfrom 1.1.3 to 1.1.11Commits
Updates
@radix-ui/react-collapsiblefrom 1.1.11 to 1.1.12Commits
Updates
@radix-ui/react-dialogfrom 1.1.6 to 1.1.15Commits
Updates
@radix-ui/react-dropdown-menufrom 2.1.6 to 2.1.16Commits
Updates
@radix-ui/react-hover-cardfrom 1.1.6 to 1.1.15Commits
Updates
@radix-ui/react-labelfrom 2.1.2 to 2.1.8Commits
Updates
@radix-ui/react-scroll-areafrom 1.2.9 to 1.2.10Commits
Updates
@radix-ui/react-selectfrom 2.2.5 to 2.2.6Commits
Updates
@radix-ui/react-separatorfrom 1.1.2 to 1.1.8Commits
Updates
@radix-ui/react-tabsfrom 1.1.3 to 1.1.13Commits
Updates
autoprefixerfrom 10.4.21 to 10.4.23Release notes
Sourced from autoprefixer's releases.
Changelog
Sourced from autoprefixer's changelog.
Commits
212ba3cRelease 10.4.23 version7f62fb6Update dependenciesc455bb1chore: inline and simplifynormalize-range(#1539)73dc62cRelease 10.4.22 version9973c59Lock CI action versions4b4fecaFix Node.js 10 on CI15c21d3Fix old Node.js CI27523c1Update fraction.js88a0d3eUpdate dependencies and fix stretch and update exampleUpdates
jsonwebtokenfrom 9.0.2 to 9.0.3Changelog
Sourced from jsonwebtoken's changelog.
Commits
ed59e76chore: bump jws to 4.0.1 (#1007)Updates
katexfrom 0.16.22 to 0.16.27Release notes
Sourced from katex's releases.
Changelog
Sourced from katex's changelog.
Commits
cc5eee5chore(release): 0.16.27 [ci skip]c77aaecfeat: support equals sign and surrounding whitespace in \htmlData attribute v...9151d5echore(release): 0.16.26 [ci skip]6fbad18fix: \mathop followed by integral symbol785315cchore(deps): update dependency js-yaml to v4.1.1 [security] (#4106)d2f1084chore(release): 0.16.25 [ci skip]b3f9ce6feat(css): providekatex-swap.cssthat usesfont-display: swap(#3940)c6c78dechore(release): 0.16.24 [ci skip]8c9b306feat: support hex colors with alpha (#4090)adad68cchore: remove polyfill for Array.prototype.includes (#4061)Updates
langfusefrom 3.38.4 to 3.38.6Commits
abe44f5v3.38.66ccce4dv3.38.56aa68f4docs: update readme with v4 noticeUpdates
nanoidfrom 5.1.5 to 5.1.6Release notes
Sourced from nanoid's releases.
Changelog
Sourced from nanoid's changelog.
Commits
c6532dbRelease 5.1.6 version8f2fcc6Pin and update CI actions71c042bUpdate dependencies9abd691Fix benchmark regression70bc11fFix tests464d36bNormalize behaviour191414fFix test coveragecb3626dDo not allow tose size=0 on Node.js095b73dFix Dev Container support3e7d645Bump vite from 6.2.7 to 6.3.6 (#538)Updates
nodemailerfrom 7.0.11 to 7.0.12Release notes
Sourced from nodemailer's releases.
Changelog
Sourced from nodemailer's changelog.
Commits
a208a0bchore(master): release 7.0.12 (#1785)053ce6afix: added support for REQUIRETLS (#1793)adf8611fix: use 8bit encoding for message/rfc822 attachmentsUpdates
openai-edgefrom 1.2.2 to 1.2.3Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsImportant
Bumps 21 dependencies in
package.jsonto newer patch versions for performance improvements and bug fixes.@calcom/embed-reactfrom 1.5.2 to 1.5.3.@headlessui/reactfrom 2.2.0 to 2.2.9.@inkeep/cxkit-reactfrom 0.5.98 to 0.5.111.@radix-ui/react-accordionfrom 1.2.3 to 1.2.12.@radix-ui/react-avatarfrom 1.1.3 to 1.1.11.@radix-ui/react-collapsiblefrom 1.1.11 to 1.1.12.@radix-ui/react-dialogfrom 1.1.6 to 1.1.15.@radix-ui/react-dropdown-menufrom 2.1.6 to 2.1.16.@radix-ui/react-hover-cardfrom 1.1.6 to 1.1.15.@radix-ui/react-labelfrom 2.1.2 to 2.1.8.@radix-ui/react-scroll-areafrom 1.2.9 to 1.2.10.@radix-ui/react-selectfrom 2.2.5 to 2.2.6.@radix-ui/react-separatorfrom 1.1.2 to 1.1.8.@radix-ui/react-tabsfrom 1.1.3 to 1.1.13.autoprefixerfrom 10.4.21 to 10.4.23.jsonwebtokenfrom 9.0.2 to 9.0.3.katexfrom 0.16.22 to 0.16.27.langfusefrom 3.38.4 to 3.38.6.nanoidfrom 5.1.5 to 5.1.6.nodemailerfrom 7.0.11 to 7.0.12.openai-edgefrom 1.2.2 to 1.2.3.This description was created by
for e07690c. You can customize this summary. It will automatically update as commits are pushed.