Bump postcss from 8.5.10 to 8.5.18 - #153
Conversation
Size changesDetails📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
116.6 KB (🟡 +6 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!
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 |
|---|---|---|
/404 |
131.37 KB (🟡 +618 B) |
247.98 KB |
/500 |
131.38 KB (🟡 +618 B) |
247.99 KB |
/[[...markdownPath]] |
133.82 KB (🟡 +618 B) |
250.42 KB |
/errors |
131.63 KB (🟡 +618 B) |
248.23 KB |
/errors/[errorCode] |
131.61 KB (🟡 +618 B) |
248.21 KB |
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
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 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this.
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.10 to 8.5.18. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.10...8.5.18) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
50db000 to
9795758
Compare
Bumps postcss from 8.5.10 to 8.5.18.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
4c0d194Release 8.5.18 version92b4e78Update dependencies95663d3Limit where source map can be loaded for security reasons74e25aeRelease 8.5.17 versiond1518afFix Maximum call stack size exceeded error2421312Fix lintera50352cFix CI33948f0Prevent prototype hijacking in fromJSON2131909Update dependencies93440abFix non-closed\<div align="center">in README (#2110)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.