-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(deps): update all non-major dependencies #295
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
📦 Next.js Bundle Analysis for @weareinreach/glaadThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
170.89 KB (🟡 +11 B) |
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!
Eight 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 ) |
---|---|---|---|
/ |
6.95 KB |
177.84 KB | 50.81% (+/- <0.01%) |
/about |
9.05 KB |
179.94 KB | 51.41% (+/- <0.01%) |
/act |
6.12 KB |
177.01 KB | 50.57% (+/- <0.01%) |
/category/[tag]/[[...storyId]] |
22.34 KB |
193.23 KB | 55.21% (🟢 -0.01%) |
/gallery |
29.34 KB |
200.23 KB | 57.21% (+/- <0.01%) |
/share |
18.82 KB |
189.71 KB | 54.20% (🟡 +0.01%) |
/story/[id] |
5.16 KB |
176.05 KB | 50.30% (+/- <0.01%) |
/survey |
67.61 KB |
238.5 KB | 68.14% (+/- <0.01%) |
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.
dcf779a
to
ebff8a5
Compare
ebff8a5
to
cb77806
Compare
cb77806
to
e183185
Compare
e183185
to
4d2a686
Compare
4d2a686
to
fd29339
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fd29339
to
4535f46
Compare
This PR contains the following updates:
11.11.1
->11.11.3
6.15.0
->6.16.0
6.15.0
->6.16.0
10.1.0
->10.2.0
8.12.1
->8.13.1
1.1.1
->1.3.0
8.15.1
->8.16.0
Release Notes
emotion-js/emotion (@emotion/react)
v11.11.3
Compare Source
Patch Changes
#3101
49c20b4f
Thanks @kyvong! - Fix Theme import for newer Typescript module resolution modesUpdated dependencies [
45c440fb
]:typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.16.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.16.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
chromaui/chromatic-cli (chromatic)
v10.2.0
Compare Source
🚀 Enhancement
getUploadUrls
withuploadBuild
mutation #876 (@ghengeveld)🐛 Bug Fix
NODE_ENV
withSTORYBOOK_NODE_ENV
#879 (@tmeasday)Authors: 2
pnpm/pnpm (pnpm)
v8.13.1
Minor Changes
New commands added for inspecting the store:
pnpm cat-index <pkg name>@​<pkg version>
pnpm cat-file sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ==
pnpm find-hash sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ==
This command is experimental. We might change how it behaves.
Related issue: #7413.
A new setting added for symlinking injected dependencies from the workspace, if their dependencies use the same peer dependencies as the dependent package. The setting is called
dedupe-injected-deps
#7416.Use
--fail-if-no-match
if you want the CLI fail if no packages were matched by the command #7403.Patch Changes
pnpm list --parseable
should not print the same dependency multiple times #7429.pnpm env
commands #7456.pnpm update --interactive
command #7439.update -i -r
with Git specifiers #7415.Our Gold Sponsors
Our Silver Sponsors
hosseinmd/prettier-plugin-jsdoc (prettier-plugin-jsdoc)
v1.3.0
Compare Source
websockets/ws (ws)
v8.16.0
Compare Source
Features
autoPong
option (01ba54e
).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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.