Update all dependencies #93
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
18.16.9->24.10.110.4.14->10.4.221.2.1->2.1.18.0.1->9.2.18.4.23->8.5.62.8.8->3.7.40.2.8->0.7.26.0.0-rc.1->6.1.195.1.2->5.1.75.0.4->5.9.3Release Notes
postcss/autoprefixer (autoprefixer)
v10.4.22Compare Source
stretchprefixes on new Can I Use database.fraction.js.v10.4.21Compare Source
-moz-prefix for:placeholder-shown(by @Marukome0743).v10.4.20Compare Source
fit-contentprefix for Firefox.v10.4.19Compare Source
end value has mixed support, consider using flex-endwarningsince
end/startnow have good support.v10.4.18Compare Source
-webkit-box-orienton-webkit-line-clamp(@Goodwine).v10.4.17Compare Source
user-select: containprefixes.v10.4.16Compare Source
v10.4.15Compare Source
::backdropprefixes (by 一丝).lukeed/clsx (clsx)
v2.1.1Compare Source
Patches
bigintinClassValuetype: (#96):3d960abAccommodates recent
@types/reactchanges toReactNode.Thank you @ViliamKopecky~!
Chores
licenses.devbadge:684509cThis service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for
polka@nextand a largerastroexample.v2.1.0Compare Source
Features
Add new
clsx/litesubmodule forstring-only usage:1a49142This is a 140b version of
clsxthat is ideal for Tailwind and/or React contexts, which typically follow thisclsxusage pattern:v2.0.1Compare Source
Patches
arguments.length&array.lengthfor 6% performance gain (#26):deff09bAdds 5 bytes (+2%) for ~3% avg performance gain
Thank you @jalalazimi
Chores
bf64e71855eec2,6e3b2b9,nycwithc8in CI:6e2468e308a23842354d3,4c9a55dThank you @andipaetzold and @acusti
v2.0.0Compare Source
Breaking
"exports"map for native ESM support (#57):3ec8e9f,0949868Also supports TypeScript's
node16/nodenextmodule resolutionMaintains CommonJS support (with fixed TS definitions)
Thank you @remcohaszing~!
Chores
496db1d,4a4eaddThank you @kevinlowe0x3F7 & @kevinlowe0x3F7
c52035303e1cf9open-cli-tools/concurrently (concurrently)
v9.2.1Compare Source
What's Changed
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.2.0...v9.2.1
v9.2.0Compare Source
What's Changed
--kill-timeoutby @gustavohenke in https://github.com/open-cli-tools/concurrently/pull/540New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.1.2...v9.2.0
v9.1.2Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.1.1...v9.1.2
v9.1.1Compare Source
What's Changed
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.1.1
v9.1.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.0.1...v9.1.0
v9.0.1Compare Source
What's Changed
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1
v9.0.0Compare Source
💥 Breaking Changes
Dropped support for Node.js < 18.0.0.
Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs.
Pending commands no longer run when
--max-processesis set and an interruption/kill signal is sent - #433, #452, #460Before v9.0.0, pressing Ctrl+C when
--max-processesis set meant that only those commands would receive it. Once these stopped, the pending commands would start, which in turn meant that another Ctrl+C press would be necessary to stop them, and so on.Similar situation applied to combining
--max-processeswith--kill-others/--kill-others-on-fail.Starting with v9.0.0, this no longer happens, as these flags and/or key presses send a signal to stop the running commands in addition to preventing new commands from running.
The
concurrentlyand default exports are now the same - #399It's reasonable to expect that
import { concurrently } from 'concurrently'would work the same asimport concurrently from 'concurrently', however this has not been the case.The former used to be an unconfigured version of concurrently, lacking all features that you'd get from the CLI, which was seen as a "footgun". Both are now the same function.
If you'd like to access the unconfigured function, use
import { createConcurrently } from 'concurrently'instead.✨ New Features
Use
--restart-after exponential. Restarts happen at2^Nseconds.--pad-prefixflag - #166, #417, #495--teardownflag - #472, #500node:<script>commands tonode --run <script>- #475statefield toCommand- #455🐛 Bug Fixes
spawn-commandwhen running in Node 22 - #407, #477, #479, #492--rawand--hidecompatible - #394, #486Other Changes
--helpno longer shows examples due to there being too many.Refer to https://github.com/open-cli-tools/concurrently/tree/v9.0.0/docs instead, or to the
node_modules/concurrently/docsdirectory in your project.--passthrough-arguments- #490date-fnswith hand-rolled date formatting - #436, #443This should make installing concurrently faster.
New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.0
v8.2.2Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2
v8.2.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1
v8.2.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0
v8.1.0Compare Source
What's Changed
typescondition to the front by @Andarist in https://github.com/open-cli-tools/concurrently/pull/422rawper command when using the API by @chbiel in https://github.com/open-cli-tools/concurrently/pull/411New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0
postcss/postcss (postcss)
v8.5.6Compare Source
ContainerWithChildrentype discriminating (by @Goodwine).v8.5.5Compare Source
package.json→exportscompatibility with some tools (by @JounQin).v8.5.4Compare Source
v8.5.3Compare Source
Unknown worderror (by @hiepxanh).v8.5.2Compare Source
v8.5.1Compare Source
v8.5.0: 8.5 “Duke Alloces”Compare Source
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenke during his work on Stylelint added
Input#documentin additional toInput#css.Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
v8.4.49Compare Source
source.offset(by @romainmenke).v8.4.48Compare Source
v8.4.47Compare Source
v8.4.46Compare Source
Cannot read properties of undefined (reading 'before').v8.4.45Compare Source
v8.4.44Compare Source
markClean is not a functionerror.v8.4.43Compare Source
markClean is not a functionerror.v8.4.42Compare Source
v8.4.41Compare Source
v8.4.40Compare Source
v8.4.39Compare Source
CssSyntaxErrortypes (by @romainmenke).v8.4.38Compare Source
endIndex: 0in errors and warnings (by @romainmenke).v8.4.37Compare Source
original.column are not numberserror in another case.v8.4.36Compare Source
original.column are not numberserror on broken previous source map.v8.4.35Compare Source
!innode.parent.nodestype.undefinedto node adding method to simplify types.v8.4.34Compare Source
AtRule#nodestype (by Tim Weißenfels).v8.4.33Compare Source
NoWorkResultbehavior difference with normal mode (by Romain Menke).NoWorkResultusage conditions (by @ahmdammarr).v8.4.32Compare Source
postcss().process()types (by Andrew Ferreira).v8.4.31Compare Source
\rparsing to fix CVE-2023-44270.v8.4.30Compare Source
v8.4.29Compare Source
Node#source.offset(by Ido Rosenthal).v8.4.28Compare Source
Root.source.endfor better source map (by Romain Menke).Result.roottypes whenprocess()has no parser.v8.4.27Compare Source
Containerclone methods types.v8.4.26Compare Source
v8.4.25Compare Source
v8.4.24Compare Source
Plugintypes.prettier/prettier (prettier)
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.0 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
v3.6.0Compare Source
diff
🔗 Release Notes
v3.5.3Compare Source
diff
Flow: Fix missing parentheses in
ConditionalTypeAnnotation(#17196 by @fisker)v3.5.2Compare Source
diff
Remove
module-synccondition (#17156 by @fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.v3.5.1Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.v3.5.0Compare Source
diff
🔗 Release Notes
v3.4.2Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on(#16887 by @fisker)v3.4.0Compare Source
diff
🔗 Release Notes
v3.3.3Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@letdeclaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@letdeclaration syntax.Please see the following code example. The
@letdeclaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
v3.3.2Compare Source
diff
Fix handlebars path expressions starts with
@(#16358 by @Princeyadav05)v3.3.1Compare Source
diff
Preserve empty lines in front matter (#16347 by @fisker)
Preserve explicit language in front matter (#16348 by @fisker)
Avoid line breaks in import attributes (#16349 by @fisker)
v3.3.0Compare Source
diff
🔗 Release Notes
v3.2.5Compare Source
diff
Support Angular inline styles as single template literal (#15968 by @sosukesuzuki)
Angular v17 supports single string inline styles.
Unexpected embedded formatting for Angular template (#15969 by @JounQin)
Computed template should not be considered as Angular component template
Use
"json"parser fortsconfig.jsonby default (#16012 by @sosukesuzuki)In v3.2.0, we introduced
"jsonc"parser which adds trailing comma by default.When adding a new parser we also define how it will be used based on the
linguist-languagesdata.tsconfig.jsonis a special file used by TypeScript, it uses.jsonfile extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing.jsonfile extension.We decide to treat it as a JSON file for now to avoid the extra configuration step.
To keep using the
"jsonc"parser for yourtsconfig.jsonfiles, add the following to your.prettierrcfilev3.2.4Compare Source
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "jsonc" }
v3.2.3Compare Source
diff
Throw errors for invalid code (#15881 by @fisker, @Josh-Cena, @auvred)
Fix parser inference (#15927 by @fisker)
v3.2.2Compare Source
diff
Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by @eelco)
For example this code would crash before:
Fix formatting error on optional call expression and member chain (#15920 by @sosukesuzuki)
v3.2.1Compare Source
diff
Fix formatting error on member chain (#15915 by @sosukesuzuki)
v3.2.0Compare Source
diff
🔗 Release Notes
v3.1.1Compare Source
diff
Fix config file search (#15363 by @fisker)
Previously, we start search for config files from the filePath as a directory, if it happened to be a directory and contains config file, it will be used by mistake.
Skip explicitly passed symbolic links with
--no-error-on-unmatched-pattern(#15533 by @sanmai-NL)Since Prettier v3, we stopped following symbolic links, however in some use cases, the symbolic link patterns can't be filtered out, and there is no way to prevent Prettier from throwing errors.
In Prettier 3.1.1, you can use
--no-error-on-unmatched-patternto simply skip symbolic links.Consistently use tabs in ternaries when
useTabsistrue(#15662 by @auvred)Improve config file search (#15663 by @fisker)
The Prettier config file search performance has been improved by more effective cache strategy.
Fix unstable and ugly formatting for comments in destructuring patterns (#15708 by @sosukesuzuki)
Support "Import Attributes" (#15718 by @fisker)
TypeScript 5.3 supports the latest updates to the import attributes proposal.
Fix false claim in docs that cursorOffset is incompatible with rangeStart/rangeEnd (#15750 by @ExplodingCabbage)
The cursorOffset option has in fact been compatible with rangeStart/rangeEnd for over 5 years, thanks to work by @ds300. However, Prettier's documentation (including the CLI
--helptext) continued to claim otherwise, falsely. The documentation is now fixed.Keep curly braces and
fromkeyword in emptyimportstatements (#15756 by @fisker)Keep empty import attributes and assertions (#15757 by @fisker)
v3.1.0Compare Source
diff
🔗 Release Notes
v3.0.3Compare Source
diff
Add
preferUnplugged: truetopackage.json(#15169 by @fisker and @so1ve)Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add
preferUnplugged: truetopackage.json, so Yarn will install Prettier as unplug by default.Support shared config that forbids
require()(#15233 by @fisker)If an external shared config package is used, and the package
exportsdon't haverequireordefaultexport.In Prettier 3.0.2 Prettier fails when attempt to
require()the package, and throws an error.Allow argument of
require()to break (#15256 by @fisker)Do not print trailing commas in arrow function type parameter lists in
tscode blocks (#15286 by @sosukesuzuki)Support TypeScript 5.2
using/await usingdeclaration (#15321 by @sosukesuzuki)Support for the upcoming Explicit Resource Management feature in ECMAScript.
using/await usingdeclarationv3.0.2Compare Source
diff
Break after
=of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#15204 by @seiyab)Do not add trailing comma for grouped scss comments (#15217 by @auvred)
Print
declareandexportkeywords for nested namespace (#15249 by @sosukesuzuki)v3.0.1Compare Source
diff
Fix cursor positioning for a special case (#14812 by @fisker)
Fix plugins/estree.d.ts to make it a module (#15018 by @kingyue737)
Add
export {}inplugins/estree.d.tsto fix the "File is not a module" errorAdd parenthesis around leading multiline comment in return statement (#15037 by @auvred)
Add support for Vue "Generic Components" (#15066 by @auvred)
https://blog.vuejs.org/posts/vue-3-3#generic-components
Fix comments print in
IfStatement(#15076 by @fisker)Add missing type definition for
printer.preprocess(#15123 by @so1ve)Add missing
getVisitorKeysmethod type definition forPrinter(#15125 by @auvred)Add typing to support
readonlyarray properties of AST Node (#15127 by @auvred)Add space before unary minus followed by a function call (#15129 by @pamelalozano)
v3.0.0Compare Source
diff
🔗 Release Notes
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.7.2Compare Source
Fixed
prettier-plugin-sveltewhen using Prettier v3.7+ (#418)v0.7.1Compare Source
Fixed
v0.7.0Compare Source
Added
@source,@plugin, and@config(#387)Changed
ParserOptionsandRequiredOptionstypes (#354)prettier-plugin-import-sort(#385)Fixed
@apply(#392)v0.6.14Compare Source
v0.6.13Compare Source
prettier-plugin-multiline-arraysandprettier-plugin-jsdocwork when used together with this plugin (#372)v0.6.12Compare Source
v0.6.11Compare Source
v0.6.10Compare Source
@zackad/prettier-plugin-twig(#327)@zackad/prettier-plugin-twig-melody(#327)v0.6.9Compare Source
tailwindStylesheetoption to replacetailwindEntryPoint(#330)v0.6.8Compare Source
v0.6.7Compare Source
@pluginand@configin v4 (#316)v0.6.6Compare Source
prettier-plugin-multiline-arrays(#299)v4.0.0-alpha.19(#310)v0.6.5Compare Source
v0.6.4Compare Source
PluginOptionstype (#292)v0.6.3Compare Source
v0.6.2Compare Source
Changed
v0.6.1Compare Source
v0.6.0Compare Source
Changed
v0.5.14Compare Source
Fixed
v0.5.13Compare Source
Added
@zackad/prettier-plugin-twig-melody(#255)v0.5.12Compare Source
Added
prettier-plugin-sort-imports(#241)v0.5.11Compare Source
Changed
v0.5.10Compare Source
Changed
v0.5.9Compare Source
Fixed
v0.5.8Compare Source
Added
prettier-plugin-marko(#229)v0.5.7Compare Source
Fixed
v0.5.6Compare Source
Fixed
{{ … }}expressions when using@shopify/prettier-plugin-liquidv1.3+ (#222)v0.5.5Compare Source
Fixed
classNamein Astro (#215)v0.5.4Compare Source
Fixed
tailwindFunctionsandtailwindAttributesas optional (#206)@apply … #{'!important'}sorting in SCSS (#212)v0.5.3Compare Source
Fixed
__dirnameinterop on Windows (#204)v0.5.2Compare Source
Fixed
v0.5.1Compare Source
Fixed
v0.5.0Compare Source
Added
class:listattribute (#192)v0.4.1Compare Source
Fixed
v0.4.0Compare Source
Added
Fixed
v0.3.0Compare Source
Added
prettier-plugin-marko(#151)Fixed
styled-components/styled-components (styled-components)
v6.1.19Compare Source
Patch Changes
aa997d8: fix for React Native >=0.79 crashes when using unsupported web-only CSS values (e.g., fit-content, min-content, max-content). The fix emits a warning and ignores the property using those values, instead of causing crashes.v6.1.18Compare Source
Patch Changes
76b18a4: fix react 19 compatibilitybdac7af: Quickfix to support expo sdk >= 53 and react-native >=0.79.v6.1.17Compare Source
Patch Changes
47a4dcb: Fix for looseDefaultThemetype definitiona8c0f5b: fix: add info link to consolev6.1.16Compare Source
Patch Changes
246c77b: Resolve TS error related toExoticComponentWithDisplayNameAPI from React.4757191: Native typings weren't on the correct folder, which caused issues on React Native projects using this libraryv6.1.15Compare Source
Patch Changes
b9688ae: chore: update postcss to version 8.4.49 and nanoid to version 3.3.8v6.1.14Compare Source
Patch Changes
6908326: Add changesets for release management18ebf6d: Prevent styled() from injecting an undefined ref prop in React 19v6.1.13Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.12...v6.1.13
v6.1.12Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12
v6.1.11Compare Source
What's Changed
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.10...v6.1.11
v6.1.10Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.9...v6.1.10
v6.1.9Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.8...v6.1.9
v6.1.8Compare Source
Revert adding
peerDependenciesfrom v6.1.7; apparently some package managers have differing behaviors aroundpeerDependenciesMeta[package].optionalwhich is causing issues. Will revisit at a later date if possible.Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.7...v6.1.8
v6.1.7Compare Source
What's Changed
chore: add all missing peer dependency statements by @quantizor in https://github.com/styled-components/styled-components/pull/4243
NOTE: this change may cause some installed dependency duplication until this NPM bug is addressed but yarn and pnpm have correct behavior. Bun also has a similar bug.
Overall these changes ensure that styled-components is specifying a known working version of all utilized libraries, while instructing the client package manager that higher semver-compliant versions are permissible and should work, assuming the relevant libraries are compliant in practice.
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.6...v6.1.7
v6.1.6Compare Source
What's Changed
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.5...v6.1.6
v6.1.5Compare Source
What's Changed
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.4...v6.1.5
v6.1.4Compare Source
What's Changed
attrsto provide a customthemeprop to child components by @quantizor in https://github.com/styled-components/styled-components/pull/4242Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.3...v6.1.4
v6.1.3Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.2...v6.1.3
v6.1.2What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.1...v6.1.2
v6.1.1What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.0...v6.1.1
v6.1.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.9...v6.1.0
v6.0.9Compare Source
fix bundling to not hardcode
window(should fix some testing use cases that were incorrectly assuming a server environment when JSDOM and similar are in use)Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.8...v6.0.9
v6.0.8Compare Source
What's Changed
toStyleSheetfunction by @krudos in https://github.com/styled-components/styled-components/pull/4124StyleSheetManagerupdating context on every render by @keeganstreet in https://github.com/styled-components/styled-components/pull/4159JSX.IntrinsicElementsfor the supported element list by @RJWadley in https://github.com/styled-components/styled-components/pull/4149StyleFunction,Interpolationby @bcole808 in https://github.com/styled-components/styled-components/pull/4140CSSProperties,CSSObject,CSSPseudosandCSSKeyframesby @takurinton in https://github.com/styled-components/styled-components/pull/4117New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.7...v6.0.8
v6.0.7Compare Source
What's Changed
exactOptionalPropertyTypescheck by @aspirisen in https://github.com/styled-components/styled-components/pull/3993New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.6...v6.0.7
v6.0.6Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.5...v6.0.6
v6.0.5Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.4...v6.0.5
v6.0.4Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.3...v6.0.4
v6.0.3Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.2...v6.0.3
v6.0.2Compare Source
What's Changed
displayNamein production to save bytes, it's already present in the static className if you're using the babel plugin or equivalentflatMapandatwith ES5-compliant variantsNew Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.1...v6.0.2
v6.0.1Compare Source
Fixed an issue where a dev-time warning was being triggered too eagerly.
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.0...v6.0.1
v6.0.0Compare Source
Changed in this version
c0f8015)e6c4f0a)fa58875)Breaking changes in v6
Migration guide → https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6
stylisv4 (if usingstylis-plugin-rtlyou'll need to upgrade to the newer version)@types/styled-componentsin the past, you'll want to remove it$asand$forwardedAsprops (useasorforwardedAs)$prefix) for stuff you don't want to be passed to child component / HTMLStyleSheetManagerdisableVendorPrefixeswithenableVendorPrefixespropwithComponentAPI (87f511a); use "as" prop insteadFull Changelog: https://github.com/styled-components/styled-components/compare/v5.3.7...v6.0.0
v6.0.0-rc.2-4007Compare Source
v6.0.0-rc.6Compare Source
Changed in this version
235a62b)c3939a4)00ab9c4149)Breaking changes in v6
Migration guide → https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6
stylisv4 (if usingstylis-plugin-rtlyou'll need to upgrade to the newer version)@types/styled-componentsin the past, you'll want to remove it$asand$forwardedAsprops (useasorforwardedAs)$prefix) for stuff you don't want to be passed to child component / HTMLStyleSheetManagerdisableVendorPrefixeswithenableVendorPrefixespropwithComponentAPI (87f511a); use "as" prop insteadFull Changelog: https://github.com/styled-components/styled-components/compare/v6.0.0-rc.5..v6.0.0-rc.6
v6.0.0-rc.5Compare Source
Changed in this version
enableVendorPrefixesneeds to be enabled based on prop usageNew Contributors
Breaking changes in v6
Migration guide → https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6
stylisv4 (if usingstylis-plugin-rtlyou'll need to upgrade to the newer version)@types/styled-componentsin the past, you'll want to remove it$asand$forwardedAsprops (useasorforwardedAs)$prefix) for stuff you don't want to be passed to child component / HTMLStyleSheetManagerdisableVendorPrefixeswithenableVendorPrefixespropwithComponentAPI (87f511a); use "as" prop insteadFull Changelog: https://github.com/styled-components/styled-components/compare/v6.0.0-rc.3..v6.0.0-rc.5
v6.0.0-rc.4Compare Source
v6.0.0-rc.3Compare Source
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.0-rc.2...v6.0.0-rc.3
v6.0.0-rc.2Compare Source
Changed in this version
New Contributors
Upcoming
Breaking changes in v6
stylisv4 (if usingstylis-plugin-rtlyou'll need to upgrade to the newer version)@types/styled-componentsin the past, you'll want to remove it$asand$forwardedAsprops (useasorforwardedAs)$prefix) for stuff you don't want to be passed to child component / HTMLStyleSheetManagerdisableVendorPrefixeswithenableVendorPrefixespropwithComponentAPI (87f511a); use "as" prop insteadFull Changelog: https://github.com/styled-components/styled-components/compare/v6.0.0-rc.1...v6.0.0-rc.2
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
microsoft/TypeScript (typescript)
v5.9.3: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.9.2: TypeScript 5.9Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.8.3: TypeScript 5.8.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement.
Downloads are available on:
v5.8.2: TypeScript 5.8Compare Source
For release notes, check out the release announcement.
Downloads are available on:
v5.7.3: TypeScript 5.7.3Compare Source
For release notes, check out the release announcement.
Downloads are available on npm
v5.7.2: TypeScript 5.7Compare Source
For release notes, check out the release announcement.
Downloads are available on:
v5.6.3: TypeScript 5.6.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.6.2: TypeScript 5.6Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.4: TypeScript 5.5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.3: TypeScript 5.5.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.2: TypeScript 5.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.5: TypeScript 5.4.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.4: TypeScript 5.4.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.3: TypeScript 5.4.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.2: TypeScript 5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.3.3: TypeScript 5.3.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.3.2: TypeScript 5.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.2.2: TypeScript 5.2Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.1.6: TypeScript 5.1.6Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on npm
v5.1.5: TypeScript 5.1.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.1.3: TypeScript 5.1.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Renovate Bot.
305580816cto0e4f8208deUpdate dependency prettier-plugin-tailwindcss to v0.3.0to Update all dependencies0e4f8208deto83828bb73a83828bb73atoe3e3a719b3e3e3a719b3to16eba7651316eba76513to8594769f8b8594769f8btof614228f03f614228f03to7f4bf15e327f4bf15e32tof763540dedf763540dedtoa6fcdbadaba6fcdbadabto6f229734596f22973459to3ee407129d3ee407129dto2765e3fa7c2765e3fa7cto3d1f505a223d1f505a22to17e8bdccb417e8bdccb4toedb0d0f11bedb0d0f11bto5fb003a8eb5fb003a8ebtocc00aa473ccc00aa473ctoa9a0e721f6a9a0e721f6to835ef29631835ef29631to7dcae184917dcae18491to35003a02f135003a02f1to39b19431a739b19431a7to627d8cd742627d8cd742to3d4c7d935f3d4c7d935fto5ee1f49d6e5ee1f49d6eto8656247fc18656247fc1to59eb8aef8559eb8aef85to205310180f205310180ftoddd10e52f0ddd10e52f0tob0bf2acbfcb0bf2acbfctoc209a9b80cc209a9b80cto095e933beb095e933bebto6679ea812c6679ea812ctoad7d43386ead7d43386eto43f366f24b43f366f24bto9542e8bcd39542e8bcd3to069b6ab1dd069b6ab1ddto37e76e53df37e76e53dfto6b526774626b52677462to3cd1d407c03cd1d407c0to9003937b7a9003937b7ato7520dbb1c97520dbb1c9to8d850d86fb8d850d86fbto5a5a02976b5a5a02976bto7f0dbfded57f0dbfded5toe1332d7753e1332d7753to65950ecdbc65950ecdbcto04194cacfa04194cacfato9e98fdbec19e98fdbec1to3d8bd4029e3d8bd4029eto900da6d2c0900da6d2c0toa5b0b30b4ea5b0b30b4eto79c1f3716c79c1f3716cto46095d13bc46095d13bctoafcfe85a2bafcfe85a2bto34ae270bbd34ae270bbdtod0b029af3dd0b029af3dtoff8dfa9a4cff8dfa9a4cto57ff26b8cf57ff26b8cftoc397d67d08c397d67d08to940783c613940783c613to32426845c932426845c9to5848e829f45848e829f4toee56d4060fee56d4060fto9f037a35c89f037a35c8tob70a97d772b70a97d772tocffbd6f5e8cffbd6f5e8tob989f28183b989f28183to2345228d5c2345228d5cto7e34a696b97e34a696b9tod700eda75dd700eda75dtod0cce5a38cd0cce5a38cto2fdd66b7842fdd66b784to20fc183e0b20fc183e0bto18dea3372118dea33721to871f1c7863871f1c7863tocb6e7d2868cb6e7d2868tod667afb756d667afb756to6def5640b56def5640b5to7e8abccbd27e8abccbd2to8ae654b2d48ae654b2d4to34ffc6fa5034ffc6fa50to401f6dcb09401f6dcb09to52db8e04bf52db8e04bfto29921393822992139382todc8c100c38dc8c100c38toe92ee9fc04e92ee9fc04tob0dd8896a5b0dd8896a5to1cdf750bc01cdf750bc0to3a8d86c1943a8d86c194to79b31c81f179b31c81f1tofad826a68efad826a68eto7f3a81bc727f3a81bc72tob053733b6cb053733b6cto5351d1cfec5351d1cfecto979c7a1d92979c7a1d92to5b2e1d6ed35b2e1d6ed3to34b65dac4f34b65dac4fto70b66e143970b66e1439tob3c727308fb3c727308fto6dde8334226dde833422tofec280b5b3fec280b5b3tod5e0b6d43dd5e0b6d43dto4fe539fbad4fe539fbadto87a9f397f187a9f397f1to056c51eda4056c51eda4to307531e841307531e841to8a8c1fab9a8a8c1fab9atofb8f297c2efb8f297c2eto21407f9e8321407f9e83to2c1c4618e22c1c4618e2toa8ea8ed2d2a8ea8ed2d2tob5592254afb5592254afto90ff64452890ff644528tob3640cdaffb3640cdafftob2f74dcb55b2f74dcb55to4a79c8e35e4a79c8e35eto7d94aa26557d94aa2655to56bcc2e13856bcc2e138to8e3f2a0f638e3f2a0f63to0df32d9cd50df32d9cd5tof5e8a905fcf5e8a905fctoe6f3147814e6f3147814to96ff747e6696ff747e66to9c8cdff52c9c8cdff52cto67e2a7ce8f67e2a7ce8fto8733840c1a8733840c1atodb23a5ffb5db23a5ffb5to81395f0c2181395f0c21to074b41b65d074b41b65dto34b10f5bb634b10f5bb6toda495540acda495540acto23b85924d323b85924d3to794aa8a78c794aa8a78cto104b544c7a104b544c7atob2361d011db2361d011dto06f33cf68806f33cf688to8f4e39e14a8f4e39e14ato25d48c2da625d48c2da6toa3fb21e659a3fb21e659to5842de5cc95842de5cc9toc6dca29bfac6dca29bfato7c17c225407c17c22540tob16ea3e725b16ea3e725to6e60a861156e60a86115toc8718bafb1c8718bafb1to10ce6beeaf10ce6beeafto21373115262137311526to649f96589d649f96589dto68a4493c5368a4493c53todf5008c8ecdf5008c8ectocbed65620dcbed65620dtoaeeda1aae4aeeda1aae4to3a880628363a88062836toa074d62979a074d62979to13065ea32f13065ea32fto734aad9683734aad9683toe4cb0c2a6ee4cb0c2a6eto73d390fc1373d390fc13to2c76c49bf52c76c49bf5to0c402059f50c402059f5toac7bc326bdac7bc326bdto8eeceeba7f8eeceeba7fto15e3d2ac0715e3d2ac07to279798bd40279798bd40toc69c9e9c23c69c9e9c23to8d71660ed88d71660ed8tob37cdf5ba7b37cdf5ba7to80a46470d380a46470d3to3a160fccf53a160fccf5to66e75e6cac66e75e6cactof7dabbf4cff7dabbf4cfto1209a5cb401209a5cb40toe098d3473ae098d3473ato3dc8a683603dc8a68360tocba7f0fb5bcba7f0fb5bto8a646380828a64638082to9aa3a2207a9aa3a2207ato4b36970e724b36970e72to10171e7df210171e7df2to96a025e2ee96a025e2eeto12677188a712677188a7to6f6fb2c34e6f6fb2c34etoaec3050493aec3050493tod90bb2fd7fd90bb2fd7ftod1da686755d1da686755to98d1f695d098d1f695d0to68a8fce2e968a8fce2e9tob5f04eebf4b5f04eebf4toeb92767565eb92767565to2ae2cb710f2ae2cb710ftoe793788955e793788955to69f22df92b69f22df92btod65ac35062d65ac35062to75ef2fb53475ef2fb534to69eb4bdd5469eb4bdd54to78305c144178305c1441to450230b3f8450230b3f8to39d937ded939d937ded9to372c3858f9372c3858f9to36001e1a5336001e1a53to9996bf2f289996bf2f28to71eb254e0271eb254e02toab20b15d63ab20b15d63tobc84210852bc84210852to1e646e6ee51e646e6ee5toa24af05478a24af05478tob40282abc1b40282abc1to45fff0b4cb45fff0b4cbtoa939083173a939083173tof56324c384f56324c384to7d8a18a9e97d8a18a9e9tod1c8352b61d1c8352b61toeb40faafbdeb40faafbdtoe4f308530ee4f308530eto89ffb5870089ffb58700to3c22fcad623c22fcad62to22abbb8eec22abbb8eectobc9d20cafebc9d20cafetofa69fb31d0fa69fb31d0to569a39cbb7569a39cbb7to40195ba00040195ba000to444e80d368444e80d368tocefb9bd660cefb9bd660to0cdea6dbf20cdea6dbf2to1b3a72b0741b3a72b074tod5f85c6df0d5f85c6df0to384c75db81384c75db81to03a3f29fbd03a3f29fbdtobb0c6b48b8bb0c6b48b8to4e3223a9f44e3223a9f4toc1c9fcab9fc1c9fcab9fto714c0e219a714c0e219ato93a3aeceea93a3aeceeato5591fd85015591fd8501to91fa72ab2991fa72ab29to31985aa99631985aa996tob1400c2bd6b1400c2bd6to7575094b327575094b32to70b2d7937c70b2d7937cto3c59d166993c59d16699toe0a3243896e0a3243896to20fca662de20fca662detoea4a4c52e1ea4a4c52e1to92975df6ed92975df6edtoa771c29bb6a771c29bb6to8410dfb1568410dfb156tob609f535c0b609f535c0toa8c96f515aa8c96f515ato27937c186527937c1865to77811ad89177811ad891to009de331df009de331dftodf9effa2f4df9effa2f4to5d7c0614325d7c061432to5165ebf3225165ebf322to6692924d096692924d09to4a6da6d1074a6da6d107to806029a38c806029a38cto9a6d8b527d9a6d8b527dtob9bc9a9590b9bc9a9590to4910b1bf6f4910b1bf6ftoc73901543dc73901543dto6e6e608dd26e6e608dd2to8c80a83ef98c80a83ef9to05df8e1e2a05df8e1e2ato87dd4e086987dd4e0869toa970e13c3ea970e13c3eto655e91b415655e91b415to1f517b3c2d1f517b3c2dtoeeec41611aeeec41611atoe7feb6a332e7feb6a332to01c0a1683c01c0a1683cto061010a10e061010a10eto2f175848062f17584806to81d7f985c081d7f985c0to717777db5c717777db5cto3072ec89ea3072ec89eato99b86a27ce99b86a27cetob6ea6ec5b7b6ea6ec5b7to3b1bf5ab713b1bf5ab71to7d88d74b3f7d88d74b3fto27e65ce79827e65ce798to668e9759d3668e9759d3to3750a5b1273750a5b127to94ad6c757d94ad6c757dto4ac1b125374ac1b12537to1309c20cf41309c20cf4toe3b63d8931e3b63d8931to122c60b521122c60b521toa2132b3369a2132b3369to8e28e960798e28e96079to6c91dc59ce6c91dc59ceto52e285a12b52e285a12bto2f27afd1042f27afd104to87146d4eaf87146d4eaftof3ebff1e77f3ebff1e77tob22d3c9225b22d3c9225to2d572ce8a32d572ce8a3to03a922d72a03a922d72ato6ef70f32046ef70f3204tof6b262a148f6b262a148to37fc8c410237fc8c4102to9f83286f6e9f83286f6eto14ffa0d0e914ffa0d0e9to33c44db25233c44db252toe98972984be98972984bto189d880974189d880974toae67987f5dae67987f5dto9e998c083d9e998c083dto70faff00b470faff00b4to0915cf06cb0915cf06cbto044a84e91b044a84e91btoa828574dbea828574dbeto6760875cc46760875cc4toa665f66111a665f66111toc32b769ddec32b769ddeto5e6752c6ca5e6752c6catoca7576ceb3ca7576ceb3to9bf47cbf3d9bf47cbf3dtoc2f9ebe290c2f9ebe290to86f2f6bf8a86f2f6bf8atoabb40be5d1abb40be5d1to65afa831b365afa831b3toa7afb7ca0ca7afb7ca0ctoc0bb08031dc0bb08031dto76f44211b976f44211b9todb4c749edbdb4c749edbto43bfe17d1a43bfe17d1atob4704b03dcb4704b03dcto28dc3606b928dc3606b9to1a8bab219f1a8bab219ftoa2d29be004a2d29be004todaaed76b6edaaed76b6eto334cc5d364334cc5d364tocd9add13c1cd9add13c1to45bf7e1cbe45bf7e1cbeto7c5d213b557c5d213b55toef54f5e423ef54f5e423toa38522d690a38522d690to6382a9dc626382a9dc62to421550c993421550c993tof4cab28475f4cab28475to513911a629513911a629toeb9e92440beb9e92440btof0b32a2a63f0b32a2a63toe5c4f5786fView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.