Update all dependencies #93
Loading…
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
->22.9.3
10.4.14
->10.4.20
1.2.1
->2.1.1
8.0.1
->9.1.0
8.4.23
->8.4.49
2.8.8
->3.3.3
0.2.8
->0.6.9
6.0.0-rc.1
->6.1.13
5.1.2
->5.1.6
3.3.2
->3.4.15
5.0.4
->5.7.2
Release Notes
postcss/autoprefixer (autoprefixer)
v10.4.20
Compare Source
fit-content
prefix for Firefox.v10.4.19
Compare Source
end value has mixed support, consider using flex-end
warningsince
end
/start
now have good support.v10.4.18
Compare Source
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine).v10.4.17
Compare Source
user-select: contain
prefixes.v10.4.16
Compare Source
v10.4.15
Compare Source
::backdrop
prefixes (by 一丝).lukeed/clsx (clsx)
v2.1.1
Compare Source
Patches
bigint
inClassValue
type: (#96):3d960ab
Accommodates recent
@types/react
changes toReactNode
.Thank you @ViliamKopecky~!
Chores
licenses.dev
badge:684509c
This 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@next
and a largerastro
example.v2.1.0
Compare Source
Features
Add new
clsx/lite
submodule forstring
-only usage:1a49142
This is a 140b version of
clsx
that is ideal for Tailwind and/or React contexts, which typically follow thisclsx
usage pattern:v2.0.1
Compare Source
Patches
arguments.length
&array.length
for 6% performance gain (#26):deff09b
Adds 5 bytes (+2%) for ~3% avg performance gain
Thank you @jalalazimi
Chores
bf64e71
855eec2
,6e3b2b9
,nyc
withc8
in CI:6e2468e
308a238
42354d3
,4c9a55d
Thank you @andipaetzold and @acusti
v2.0.0
Compare Source
Breaking
"exports"
map for native ESM support (#57):3ec8e9f
,0949868
Also supports TypeScript's
node16
/nodenext
module resolutionMaintains CommonJS support (with fixed TS definitions)
Thank you @remcohaszing~!
Chores
496db1d
,4a4eadd
Thank you @kevinlowe0x3F7 & @kevinlowe0x3F7
c520353
03e1cf9
open-cli-tools/concurrently (concurrently)
v9.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.0.1...v9.1.0
v9.0.1
Compare Source
What's Changed
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1
v9.0.0
Compare 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-processes
is set and an interruption/kill signal is sent - #433, #452, #460Before v9.0.0, pressing Ctrl+C when
--max-processes
is 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-processes
with--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
concurrently
and 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^N
seconds.--pad-prefix
flag - #166, #417, #495--teardown
flag - #472, #500node:<script>
commands tonode --run <script>
- #475state
field toCommand
- #455🐛 Bug Fixes
spawn-command
when running in Node 22 - #407, #477, #479, #492--raw
and--hide
compatible - #394, #486Other Changes
--help
no 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/docs
directory in your project.--passthrough-arguments
- #490date-fns
with 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.2
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2
v8.2.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1
v8.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0
v8.1.0
Compare Source
What's Changed
types
condition to the front by @Andarist in https://github.com/open-cli-tools/concurrently/pull/422raw
per 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.4.49
Compare Source
source.offset
(by @romainmenke).v8.4.48
Compare Source
v8.4.47
Compare Source
v8.4.46
Compare Source
Cannot read properties of undefined (reading 'before')
.v8.4.45
Compare Source
v8.4.44
Compare Source
markClean is not a function
error.v8.4.43
Compare Source
markClean is not a function
error.v8.4.42
Compare Source
v8.4.41
Compare Source
v8.4.40
Compare Source
v8.4.39
Compare Source
CssSyntaxError
types (by @romainmenke).v8.4.38
Compare Source
endIndex: 0
in errors and warnings (by @romainmenke).v8.4.37
Compare Source
original.column are not numbers
error in another case.v8.4.36
Compare Source
original.column are not numbers
error on broken previous source map.v8.4.35
Compare Source
!
innode.parent.nodes
type.undefined
to node adding method to simplify types.v8.4.34
Compare Source
AtRule#nodes
type (by Tim Weißenfels).v8.4.33
Compare Source
NoWorkResult
behavior difference with normal mode (by Romain Menke).NoWorkResult
usage conditions (by @ahmdammarr).v8.4.32
Compare Source
postcss().process()
types (by Andrew Ferreira).v8.4.31
Compare Source
\r
parsing to fix CVE-2023-44270.v8.4.30
Compare Source
v8.4.29
Compare Source
Node#source.offset
(by Ido Rosenthal).v8.4.28
Compare Source
Root.source.end
for better source map (by Romain Menke).Result.root
types whenprocess()
has no parser.v8.4.27
Compare Source
Container
clone methods types.v8.4.26
Compare Source
v8.4.25
Compare Source
v8.4.24
Compare Source
Plugin
types.prettier/prettier (prettier)
v3.3.3
Compare 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
@let
declaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@let
declaration syntax.Please see the following code example. The
@let
declaration 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.2
Compare Source
diff
Fix handlebars path expressions starts with
@
(#16358 by @Princeyadav05)v3.3.1
Compare 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.0
Compare Source
diff
🔗 Release Notes
v3.2.5
Compare 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.json
by 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-languages
data.tsconfig.json
is a special file used by TypeScript, it uses.json
file 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.json
file 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.json
files, add the following to your.prettierrc
filev3.2.4
Compare Source
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "jsonc" }
v3.2.3
Compare Source
diff
Throw errors for invalid code (#15881 by @fisker, @Josh-Cena, @auvred)
Fix parser inference (#15927 by @fisker)
v3.2.2
Compare 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.1
Compare Source
diff
Fix formatting error on member chain (#15915 by @sosukesuzuki)
v3.2.0
Compare Source
diff
🔗 Release Notes
v3.1.1
Compare 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-pattern
to simply skip symbolic links.Consistently use tabs in ternaries when
useTabs
istrue
(#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
--help
text) continued to claim otherwise, falsely. The documentation is now fixed.Keep curly braces and
from
keyword in emptyimport
statements (#15756 by @fisker)Keep empty import attributes and assertions (#15757 by @fisker)
v3.1.0
Compare Source
diff
🔗 Release Notes
v3.0.3
Compare Source
diff
Add
preferUnplugged: true
topackage.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: true
topackage.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
exports
don't haverequire
ordefault
export.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
ts
code blocks (#15286 by @sosukesuzuki)Support TypeScript 5.2
using
/await using
declaration (#15321 by @sosukesuzuki)Support for the upcoming Explicit Resource Management feature in ECMAScript.
using
/await using
declarationv3.0.2
Compare 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
declare
andexport
keywords for nested namespace (#15249 by @sosukesuzuki)v3.0.1
Compare 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.ts
to 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
getVisitorKeys
method type definition forPrinter
(#15125 by @auvred)Add typing to support
readonly
array properties of AST Node (#15127 by @auvred)Add space before unary minus followed by a function call (#15129 by @pamelalozano)
v3.0.0
Compare Source
diff
🔗 Release Notes
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.6.9
Compare Source
tailwindStylesheet
option to replacetailwindEntryPoint
(#330)v0.6.8
Compare Source
v0.6.7
Compare Source
@plugin
and@config
in v4 (#316)v0.6.6
Compare Source
prettier-plugin-multiline-arrays
(#299)v4.0.0-alpha.19
(#310)v0.6.5
Compare Source
v0.6.4
Compare Source
PluginOptions
type (#292)v0.6.3
Compare Source
v0.6.2
Compare Source
Changed
v0.6.1
Compare Source
Added
tailwindPreserveDuplicates
option to disable removal of duplicate classes (#276)Fixed
v0.6.0
Compare Source
Changed
v0.5.14
Compare Source
Fixed
v0.5.13
Compare Source
Added
@zackad/prettier-plugin-twig-melody
(#255)v0.5.12
Compare Source
Added
prettier-plugin-sort-imports
(#241)v0.5.11
Compare Source
Changed
v0.5.10
Compare Source
Changed
v0.5.9
Compare Source
Fixed
v0.5.8
Compare Source
Added
prettier-plugin-marko
(#229)v0.5.7
Compare Source
Fixed
v0.5.6
Compare Source
Fixed
{{ … }}
expressions when using@shopify/prettier-plugin-liquid
v1.3+ (#222)v0.5.5
Compare Source
Fixed
className
in Astro (#215)v0.5.4
Compare Source
Fixed
tailwindFunctions
andtailwindAttributes
as optional (#206)@apply … #{'!important'}
sorting in SCSS (#212)v0.5.3
Compare Source
Fixed
__dirname
interop on Windows (#204)v0.5.2
Compare Source
Fixed
v0.5.1
Compare Source
Fixed
v0.5.0
Compare Source
Added
class:list
attribute (#192)v0.4.1
Compare Source
Fixed
v0.4.0
Compare Source
Added
Fixed
v0.3.0
Compare Source
Added
prettier-plugin-marko
(#151)Fixed
styled-components/styled-components (styled-components)
v6.1.13
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.12...v6.1.13
v6.1.12
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12
v6.1.11
Compare Source
What's Changed
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.10...v6.1.11
v6.1.10
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.9...v6.1.10
v6.1.9
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.8...v6.1.9
v6.1.8
Compare Source
Revert adding
peerDependencies
from v6.1.7; apparently some package managers have differing behaviors aroundpeerDependenciesMeta[package].optional
which 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.7
Compare 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.6
Compare Source
What's Changed
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.5...v6.1.6
v6.1.5
Compare Source
What's Changed
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.4...v6.1.5
v6.1.4
Compare Source
What's Changed
attrs
to provide a customtheme
prop 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.3
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.2...v6.1.3
v6.1.2
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.1...v6.1.2
v6.1.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.0...v6.1.1
v6.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.9...v6.1.0
v6.0.9
Compare 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.8
Compare Source
What's Changed
toStyleSheet
function by @krudos in https://github.com/styled-components/styled-components/pull/4124StyleSheetManager
updating context on every render by @keeganstreet in https://github.com/styled-components/styled-components/pull/4159JSX.IntrinsicElements
for the supported element list by @RJWadley in https://github.com/styled-components/styled-components/pull/4149StyleFunction
,Interpolation
by @bcole808 in https://github.com/styled-components/styled-components/pull/4140CSSProperties
,CSSObject
,CSSPseudos
andCSSKeyframes
by @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.7
Compare Source
What's Changed
exactOptionalPropertyTypes
check 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.6
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.5...v6.0.6
v6.0.5
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.4...v6.0.5
v6.0.4
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.3...v6.0.4
v6.0.3
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.2...v6.0.3
v6.0.2
Compare Source
What's Changed
displayName
in production to save bytes, it's already present in the static className if you're using the babel plugin or equivalentflatMap
andat
with ES5-compliant variantsNew Contributors
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.1...v6.0.2
v6.0.1
Compare 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.0
Compare 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
stylis
v4 (if usingstylis-plugin-rtl
you'll need to upgrade to the newer version)@types/styled-components
in the past, you'll want to remove it$as
and$forwardedAs
props (useas
orforwardedAs
)$
prefix) for stuff you don't want to be passed to child component / HTMLStyleSheetManager
disableVendorPrefixes
withenableVendorPrefixes
propwithComponent
API (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-4007
Compare Source
v6.0.0-rc.6
Compare 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
stylis
v4 (if usingstylis-plugin-rtl
you'll need to upgrade to the newer version)@types/styled-components
in the past, you'll want to remove it$as
and$forwardedAs
props (useas
orforwardedAs
)$
prefix) for stuff you don't want to be passed to child component / HTMLStyleSheetManager
disableVendorPrefixes
withenableVendorPrefixes
propwithComponent
API (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.5
Compare Source
Changed in this version
enableVendorPrefixes
needs 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
stylis
v4 (if usingstylis-plugin-rtl
you'll need to upgrade to the newer version)@types/styled-components
in the past, you'll want to remove it$as
and$forwardedAs
props (useas
orforwardedAs
)$
prefix) for stuff you don't want to be passed to child component / HTMLStyleSheetManager
disableVendorPrefixes
withenableVendorPrefixes
propwithComponent
API (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.4
Compare Source
v6.0.0-rc.3
Compare 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.2
Compare Source
Changed in this version
New Contributors
Upcoming
Breaking changes in v6
stylis
v4 (if usingstylis-plugin-rtl
you'll need to upgrade to the newer version)@types/styled-components
in the past, you'll want to remove it$as
and$forwardedAs
props (useas
orforwardedAs
)$
prefix) for stuff you don't want to be passed to child component / HTMLStyleSheetManager
disableVendorPrefixes
withenableVendorPrefixes
propwithComponent
API (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.6
Compare Source
Bug Fixes
devDependencies
(#848) (d5bd4ed)v5.1.5
Compare Source
Bug Fixes
v5.1.4
Compare Source
Bug Fixes
v5.1.3
Compare Source
Bug Fixes
tailwindlabs/tailwindcss (tailwindcss)
v3.4.15
Compare Source
boxShadow
theme configuration allows arrays (#14856)selection:*
variant works in Chrome 131 (#15003)v3.4.14
Compare Source
Fixed
display: none
on elements that usehidden="until-found"
(#14625)v3.4.13
Compare Source
Fixed
v3.4.12
Compare Source
Fixed
@apply
with utilities that use@defaults
works with rules defined in the base layer when usingoptimizeUniversalDefaults
(#14427)v3.4.11
Compare Source
Fixed
anchor-size(…)
in arbitrary values (#14393)v3.4.10
Compare Source
Fixed
v3.4.9
Compare Source
Fixed
vendor
foldersv3.4.8
Compare Source
Fixed
v3.4.7
Compare Source
Fixed
data-*
andaria-*
modifiers are always quoted in the generated CSS (#14037)v3.4.6
Compare Source
Fixed
Changed
:is()
wrapping rules when using an important selector (#13900)v3.4.5
Compare Source
Fixed
var()
injection for anchor properties (#13826)blur(0px)
forbackdrop-blur-none
andblur-none
utilities (#13830).mts
and.cts
config file detection (#13940)px-1
unnecessarily when using utilities likepx-1.5
(#13959)-webkit-backdrop-filter
forbackdrop-*
utilities (#13997)v3.4.4
Compare Source
Fixed
<alpha-value>
placeholders in a single color definition (#13740)has-*
,group-has-*
, andpeer-has-*
variants (#13770){col,row}-{start,end}
utilities (#13781)v3.4.3
Compare Source
Fixed
v3.4.2
Compare Source
Fixed
0,0,1
for button and input Preflight rules (#12735)(
,)
,[
or]
in the file path (#12715):has
rules when usingexperimental.optimizeUniversalDefaults
(#12736)mix-blend-plus-darker
utility (#12923)import.meta.url
in config files (#13322)xx-large
and remove doublex-large
absolute size (#13324)@apply
a class that uses nesting (#13325)important
configuration (#13353)@apply
works correctly with pseudo elements (#13379)v3.4.1
Compare Source
Fixed
calc()
(#12704)class
dark mode strategy (#12717)Added
selector
andvariant
strategies for dark mode (#12717)Changed
rtl
andltr
variants on same element asdir
attribute (#12717)v3.4.0
Compare Source
Tailwind CSS v3.4 has arrived! Check out the announcement post for a guided tour through all of the highlights.
Added
svh
,lvh
, anddvh
values to defaultheight
/min-height
/max-height
theme (#11317)has-*
variants for:has(...)
pseudo-class (#11318)text-wrap
utilities includingtext-balance
andtext-pretty
(#11320, #12031)opacity
scale to include all steps of 5 (#11832)html
styles to include shadow DOM:host
pseudo-class (#11200)grid-rows-*
utilities from 1–6 to 1–12 (#12180)size-*
utilities (#12287)min-w-*
,min-h-*
, andmax-w-*
utilities (#12300)forced-color-adjust
utilities (#11931)forced-colors
variant (#11694, #12582)appearance-auto
utility (#12404)float
andclear
utilities (#12480)*
variant for targeting direct children (#12551)Changed
sans
font-family stack (#11748)rtl
,ltr
,forced-colors
, anddark
variants (#12584)v3.3.7
Compare Source
Fixed
v3.3.6
Compare Source
Fixed
@config
in CSS when watching via the CLI (#12327)resolveConfig
(#12272)font-feature-settings
formono
are included in Preflight (#12342)@layer
rule (#12508)v3.3.5
Compare Source
Fixed
-
incalc()
expression (#12283)v3.3.4
Compare Source
Fixed
calc()
-like functions (#11686)calc()
normalisation in nestedtheme()
calls (#11705)content
optional for presets in TypeScript types (#11730)too many open files
error (#12079):not(…)
when nested in an at-rule (#12105)Node16
module resolution (#12097)@apply
(#12112)tailwindcss/nesting
(#12269)jiti
,fast-glob
, andbrowserlist
dependencies (#11550)var
injection for properties that accept a<dashed-ident>
(#12236)v3.3.3
Compare Source
Fixed
theme()
insidecalc()
when there are no spaces around operators (#11157)repeating-conic-gradient
is detected as an image (#11180):is
by default (#11345)group
andpeer
variants (#11454)Added
aria-busy
utility (#10966)Changed
<dialog>
elements in preflight (#11069)microsoft/TypeScript (typescript)
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 becomes conflicted, 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.
305580816c
to0e4f8208de
Update dependency prettier-plugin-tailwindcss to v0.3.0to Update all dependencies0e4f8208de
to83828bb73a
83828bb73a
toe3e3a719b3
e3e3a719b3
to16eba76513
16eba76513
to8594769f8b
8594769f8b
tof614228f03
f614228f03
to7f4bf15e32
7f4bf15e32
tof763540ded
f763540ded
toa6fcdbadab
a6fcdbadab
to6f22973459
6f22973459
to3ee407129d
3ee407129d
to2765e3fa7c
2765e3fa7c
to3d1f505a22
3d1f505a22
to17e8bdccb4
17e8bdccb4
toedb0d0f11b
edb0d0f11b
to5fb003a8eb
5fb003a8eb
tocc00aa473c
cc00aa473c
toa9a0e721f6
a9a0e721f6
to835ef29631
835ef29631
to7dcae18491
7dcae18491
to35003a02f1
35003a02f1
to39b19431a7
39b19431a7
to627d8cd742
627d8cd742
to3d4c7d935f
3d4c7d935f
to5ee1f49d6e
5ee1f49d6e
to8656247fc1
8656247fc1
to59eb8aef85
59eb8aef85
to205310180f
205310180f
toddd10e52f0
ddd10e52f0
tob0bf2acbfc
b0bf2acbfc
toc209a9b80c
c209a9b80c
to095e933beb
095e933beb
to6679ea812c
6679ea812c
toad7d43386e
ad7d43386e
to43f366f24b
43f366f24b
to9542e8bcd3
9542e8bcd3
to069b6ab1dd
069b6ab1dd
to37e76e53df
37e76e53df
to6b52677462
6b52677462
to3cd1d407c0
3cd1d407c0
to9003937b7a
9003937b7a
to7520dbb1c9
7520dbb1c9
to8d850d86fb
8d850d86fb
to5a5a02976b
5a5a02976b
to7f0dbfded5
7f0dbfded5
toe1332d7753
e1332d7753
to65950ecdbc
65950ecdbc
to04194cacfa
04194cacfa
to9e98fdbec1
9e98fdbec1
to3d8bd4029e
3d8bd4029e
to900da6d2c0
900da6d2c0
toa5b0b30b4e
a5b0b30b4e
to79c1f3716c
79c1f3716c
to46095d13bc
46095d13bc
toafcfe85a2b
afcfe85a2b
to34ae270bbd
34ae270bbd
tod0b029af3d
d0b029af3d
toff8dfa9a4c
ff8dfa9a4c
to57ff26b8cf
57ff26b8cf
toc397d67d08
c397d67d08
to940783c613
940783c613
to32426845c9
32426845c9
to5848e829f4
5848e829f4
toee56d4060f
ee56d4060f
to9f037a35c8
9f037a35c8
tob70a97d772
b70a97d772
tocffbd6f5e8
cffbd6f5e8
tob989f28183
b989f28183
to2345228d5c
2345228d5c
to7e34a696b9
7e34a696b9
tod700eda75d
d700eda75d
tod0cce5a38c
d0cce5a38c
to2fdd66b784
2fdd66b784
to20fc183e0b
20fc183e0b
to18dea33721
18dea33721
to871f1c7863
871f1c7863
tocb6e7d2868
cb6e7d2868
tod667afb756
d667afb756
to6def5640b5
6def5640b5
to7e8abccbd2
7e8abccbd2
to8ae654b2d4
8ae654b2d4
to34ffc6fa50
34ffc6fa50
to401f6dcb09
401f6dcb09
to52db8e04bf
52db8e04bf
to2992139382
2992139382
todc8c100c38
dc8c100c38
toe92ee9fc04
e92ee9fc04
tob0dd8896a5
b0dd8896a5
to1cdf750bc0
1cdf750bc0
to3a8d86c194
3a8d86c194
to79b31c81f1
79b31c81f1
tofad826a68e
fad826a68e
to7f3a81bc72
7f3a81bc72
tob053733b6c
b053733b6c
to5351d1cfec
5351d1cfec
to979c7a1d92
979c7a1d92
to5b2e1d6ed3
5b2e1d6ed3
to34b65dac4f
34b65dac4f
to70b66e1439
70b66e1439
tob3c727308f
b3c727308f
to6dde833422
6dde833422
tofec280b5b3
fec280b5b3
tod5e0b6d43d
d5e0b6d43d
to4fe539fbad
4fe539fbad
to87a9f397f1
87a9f397f1
to056c51eda4
056c51eda4
to307531e841
307531e841
to8a8c1fab9a
8a8c1fab9a
tofb8f297c2e
fb8f297c2e
to21407f9e83
21407f9e83
to2c1c4618e2
2c1c4618e2
toa8ea8ed2d2
a8ea8ed2d2
tob5592254af
b5592254af
to90ff644528
90ff644528
tob3640cdaff
b3640cdaff
tob2f74dcb55
b2f74dcb55
to4a79c8e35e
4a79c8e35e
to7d94aa2655
7d94aa2655
to56bcc2e138
56bcc2e138
to8e3f2a0f63
8e3f2a0f63
to0df32d9cd5
0df32d9cd5
tof5e8a905fc
f5e8a905fc
toe6f3147814
e6f3147814
to96ff747e66
96ff747e66
to9c8cdff52c
9c8cdff52c
to67e2a7ce8f
67e2a7ce8f
to8733840c1a
8733840c1a
todb23a5ffb5
db23a5ffb5
to81395f0c21
81395f0c21
to074b41b65d
074b41b65d
to34b10f5bb6
34b10f5bb6
toda495540ac
da495540ac
to23b85924d3
23b85924d3
to794aa8a78c
794aa8a78c
to104b544c7a
104b544c7a
tob2361d011d
b2361d011d
to06f33cf688
06f33cf688
to8f4e39e14a
8f4e39e14a
to25d48c2da6
25d48c2da6
toa3fb21e659
a3fb21e659
to5842de5cc9
5842de5cc9
toc6dca29bfa
c6dca29bfa
to7c17c22540
7c17c22540
tob16ea3e725
b16ea3e725
to6e60a86115
6e60a86115
toc8718bafb1
c8718bafb1
to10ce6beeaf
10ce6beeaf
to2137311526
2137311526
to649f96589d
649f96589d
to68a4493c53
68a4493c53
todf5008c8ec
df5008c8ec
tocbed65620d
cbed65620d
toaeeda1aae4
aeeda1aae4
to3a88062836
3a88062836
toa074d62979
a074d62979
to13065ea32f
13065ea32f
to734aad9683
734aad9683
toe4cb0c2a6e
e4cb0c2a6e
to73d390fc13
73d390fc13
to2c76c49bf5
2c76c49bf5
to0c402059f5
0c402059f5
toac7bc326bd
ac7bc326bd
to8eeceeba7f
8eeceeba7f
to15e3d2ac07
15e3d2ac07
to279798bd40
279798bd40
toc69c9e9c23
c69c9e9c23
to8d71660ed8
8d71660ed8
tob37cdf5ba7
b37cdf5ba7
to80a46470d3
80a46470d3
to3a160fccf5
3a160fccf5
to66e75e6cac
66e75e6cac
tof7dabbf4cf
f7dabbf4cf
to1209a5cb40
1209a5cb40
toe098d3473a
e098d3473a
to3dc8a68360
3dc8a68360
tocba7f0fb5b
cba7f0fb5b
to8a64638082
8a64638082
to9aa3a2207a
9aa3a2207a
to4b36970e72
4b36970e72
to10171e7df2
10171e7df2
to96a025e2ee
96a025e2ee
to12677188a7
12677188a7
to6f6fb2c34e
6f6fb2c34e
toaec3050493
aec3050493
tod90bb2fd7f
d90bb2fd7f
tod1da686755
d1da686755
to98d1f695d0
98d1f695d0
to68a8fce2e9
68a8fce2e9
tob5f04eebf4
b5f04eebf4
toeb92767565
eb92767565
to2ae2cb710f
2ae2cb710f
toe793788955
e793788955
to69f22df92b
69f22df92b
tod65ac35062
d65ac35062
to75ef2fb534
75ef2fb534
to69eb4bdd54
69eb4bdd54
to78305c1441
78305c1441
to450230b3f8
450230b3f8
to39d937ded9
39d937ded9
to372c3858f9
372c3858f9
to36001e1a53
36001e1a53
to9996bf2f28
9996bf2f28
to71eb254e02
71eb254e02
toab20b15d63
ab20b15d63
tobc84210852
bc84210852
to1e646e6ee5
1e646e6ee5
toa24af05478
a24af05478
tob40282abc1
b40282abc1
to45fff0b4cb
45fff0b4cb
toa939083173
a939083173
tof56324c384
f56324c384
to7d8a18a9e9
7d8a18a9e9
tod1c8352b61
d1c8352b61
toeb40faafbd
eb40faafbd
toe4f308530e
e4f308530e
to89ffb58700
89ffb58700
to3c22fcad62
3c22fcad62
to22abbb8eec
22abbb8eec
tobc9d20cafe
bc9d20cafe
tofa69fb31d0
fa69fb31d0
to569a39cbb7
569a39cbb7
to40195ba000
40195ba000
to444e80d368
444e80d368
tocefb9bd660
cefb9bd660
to0cdea6dbf2
0cdea6dbf2
to1b3a72b074
1b3a72b074
tod5f85c6df0
d5f85c6df0
to384c75db81
384c75db81
to03a3f29fbd
03a3f29fbd
tobb0c6b48b8
bb0c6b48b8
to4e3223a9f4
4e3223a9f4
toc1c9fcab9f
c1c9fcab9f
to714c0e219a
714c0e219a
to93a3aeceea
93a3aeceea
to5591fd8501
5591fd8501
to91fa72ab29
91fa72ab29
to31985aa996
31985aa996
tob1400c2bd6
b1400c2bd6
to7575094b32
7575094b32
to70b2d7937c
70b2d7937c
to3c59d16699
3c59d16699
toe0a3243896
e0a3243896
to20fca662de
20fca662de
toea4a4c52e1
ea4a4c52e1
to92975df6ed
92975df6ed
toa771c29bb6
a771c29bb6
to8410dfb156
8410dfb156
tob609f535c0
b609f535c0
toa8c96f515a
a8c96f515a
to27937c1865
27937c1865
to77811ad891
77811ad891
to009de331df
009de331df
todf9effa2f4
df9effa2f4
to5d7c061432
5d7c061432
to5165ebf322
Checkout
From your project repository, check out a new branch and test the changes.