Closed dependabot[bot] closed 2 weeks ago
❌ Deploy failed!
This analysis was generated by the Next.js Bundle Analysis action. 🤖
Page | Size (compressed) |
---|---|
global |
1009.21 KB (🟢 -532 B) |
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!
The following page changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load |
---|---|---|
/settings/notifications |
26.77 KB (🟢 -289 B) |
1.01 MB |
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
Next to the size is how much the size has increased or decreased compared with the base branch of this 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.
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
🟡 | Statements | 73.71% | 13529/18355 |
🔴 | Branches | 51.47% | 3290/6392 |
🔴 | Functions | 57.26% | 1969/3439 |
🟡 | Lines | 75.41% | 12302/16314 |
1573 tests passing in 208 suites.
Report generated by 🧪jest coverage report action from 3e1bcaa8ec641fd5a039b9e87dd969bf7947aa91
Bumps CatChen/eslint-suggestion-action from 2 to 4.
Release notes
Sourced from CatChen/eslint-suggestion-action's releases.
... (truncated)
Commits
9c12109
4.1.797fb8cd
Bump@octokit/plugin-retry
from 7.1.1 to 7.1.2 (#1604)142950e
Using matrix.config.name in test job name (#1762)765ea1b
Bump@actions/core
from 1.10.1 to 1.11.0 in the actions group (#1655)693762b
Bump@octokit/plugin-throttling
from 9.3.1 to 9.3.2 (#1660)8fc63b1
Bump@types/node
from 22.7.5 to 22.7.6 in the types group (#1738)f3761a5
Forced@vercel/ncc
down to 0.38.1 and preveting Depondabot from upgrading it ...935b755
docs: update suggested version to be the latest (#1690)e4c58d5
Build workflow running without app token (#1691)296bc8c
Bump the development-dependencies group across 1 directory with 7 updates (#1...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