[Snyk] Upgrade @compiled/react from 0.6.13 to 0.17.2 #1246
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 was automatically created by Snyk using the credentials of a real user.

Snyk has created this PR to upgrade @compiled/react from 0.6.13 to 0.17.2.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 33 versions ahead of your current version.
The recommended version was released on a month ago.
Release notes
Package name: @compiled/react
Patch Changes
ElementType
to the global compiled JSX namespaceMinor Changes
parserBabelPlugins
to default to['typescript', 'jsx']
parseAsync
calls to Babel. This was already included fortransformFromAstAsync
calls.Patch Changes
Minor Changes
parserBabelPlugins
to default to['typescript', 'jsx']
parseAsync
calls to Babel. This was already included fortransformFromAstAsync
calls.Patch Changes
Minor Changes
83c47f8: [BREAKING] Add a deterministic sorting to media queries and other at-rules in Compiled. We use a simplified version of what the
sort-css-media-queries
package does - sortingmin-width
andmin-height
from smallest to largest, thenmax-width
andmax-height
from largest to smallest. If ranges or features involvingheight
andwidth
are not present in the at-rule, the at-rule will be sorted lexicographically / alphabetically.Situations you may need to be careful of:
@ media
queries)@ layer
blocks you pass to Compiled APIs may not be outputted in the same order, causing different CSS than expected.This is turned on by default. If you do not want your at-rules to be sorted, set
sortAtRules
tofalse
in your configuration:@ compiled/webpack-loader
options in your Webpack configuration.compiledcssrc
or similar@ compiled/babel-plugin-strip-runtime
options in your.babelrc.json
or similar, if you have the@ compiled/babel-plugin-strip-runtime
plugin enabled.Patch Changes
Patch Changes
parserBabelPlugins
to default to['typescript', 'jsx']
parseAsync
calls to Babel. This was already included fortransformFromAstAsync
calls.Patch Changes
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: