fix(deps): update dependency styled-jsx to v5 #666
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.1->5.1.7Release Notes
vercel/styled-jsx (styled-jsx)
v5.1.7Compare Source
Bug Fixes
v5.1.6Compare Source
Bug Fixes
devDependencies(#848) (d5bd4ed)v5.1.5Compare Source
Bug Fixes
v5.1.4Compare Source
Bug Fixes
v5.1.3Compare Source
Bug Fixes
v5.1.2Compare Source
Bug Fixes
v5.1.1Compare Source
Bug Fixes
v5.1.0Compare Source
Features
v5.0.7Compare Source
Bug Fixes
v5.0.6Compare Source
Bug Fixes
v5.0.5Compare Source
Improvements
Misc
v5.0.4Compare Source
Bug Fixes
v5.0.3Compare Source
Patches
Documentation
v5.0.2Compare Source
Performance Improvements
v5.0.1Compare Source
Bug Fixes
v5.0.0Compare Source
Features
Improvements
noncepropertyBREAKING CHANGES
APIs
styled-jsx/serverimport path is deprecatedflushandflushToHTMLfromstyled-jsx/serverAPIs are deprecated<StyledRegistry>is introduceduseStyleRegistryandcreateStyleRegistryare introducedUsage
If you're only using styled-jsx purely client side, nothing will effect you.
If you're using styled-jsx inside Next.js without customization, Next.js will automatically handle the changes for you.
If you have your own customization with styled-jsx in Next.js, for example you have a custom
_document:By default, doing this will let Next.js collect styles and pass them down.
Or for instance you're passing
nonceproperty ingetInitialPropsof_document, this will let you configure it:class Document extends React.Component { static async getInitialProps(ctx) { - return await ctx.defaultGetInitialProps(ctx) + return await ctx.defaultGetInitialProps(ctx, { nonce }) } }If you're building the SSR solution yourself with other frameworks, please checkout the Server-Side Rendering section in readme.
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.