chore(deps): update all non major devdependencies #86
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:
0.5.4
->0.5.9
10.4.8
->10.4.13
8.5.0
->8.6.0
3.5.0
->3.5.3
2.26.0
->2.27.5
7.31.1
->7.32.2
8.4.16
->8.4.21
2.7.1
->2.8.3
2.8.4
3.1.8
->3.2.4
3.2.6
(+1)Release Notes
tailwindcss/typography
v0.5.9
Compare Source
Fixed
p
styles are inserted before.lead
styles (#294)v0.5.8
Compare Source
Fixed
prose-sm
) (#289)v0.5.7
Compare Source
Fixed
v0.5.6
Compare Source
v0.5.5
Compare Source
Added
postcss/autoprefixer
v10.4.13
Compare Source
v10.4.12
Compare Source
v10.4.11
Compare Source
text-decoration
prefixes by moving to MDN data (by Romain Menke).v10.4.10
Compare Source
unicode-bidi
prefixes by moving to MDN data.v10.4.9
Compare Source
css-unicode-bidi
issue from latest Can I Use.prettier/eslint-config-prettier
v8.6.0
Compare Source
import-js/eslint-import-resolver-typescript
v3.5.3
Compare Source
Patch Changes
6531bad
Thanks @marvinhagemeister! - Only try to resolve a module directory when we know that the path is a directory. This can lead to a 15% speedup on projects with many files.v3.5.2
Compare Source
Patch Changes
#193
8756a26
Thanks @Rialgar! - chore(package): remove node 12 from engines field#187
7a91daf
Thanks @scott-ut! - fix: resolve modules if folder contains a package.json filev3.5.1
Compare Source
Patch Changes
afeb928
Thanks @chenxinyanc! - perf: disablethrowIfNoEntry
on Node 14+import-js/eslint-plugin-import
v2.27.5
Compare Source
Fixed
order]
: Fix group ranks order when alphabetizing ([#2674], thanks [@Pearce-Ropion])v2.27.4
Compare Source
Fixed
semver
should be a prod dep ([#2668])v2.27.3
Compare Source
Fixed
no-empty-named-blocks
]: rewrite rule to only check import declarations ([#2666])v2.27.2
Compare Source
Fixed
no-duplicates
]: do not unconditionally requiretypescript
([#2665])v2.27.1
Compare Source
Fixed
array.prototype.flatmap
should be a prod dep ([#2664], thanks [@cristobal])v2.27.0
Compare Source
Added
newline-after-import
]: addconsiderComments
option ([#2399], thanks [@pri1311])no-cycle
]: addallowUnsafeDynamicCyclicDependency
option ([#2387], thanks [@GerkinDev])no-restricted-paths
]: support arrays forfrom
andtarget
options ([#2466], thanks [@AdriAt360])no-anonymous-default-export
]: addallowNew
option ([#2505], thanks [@DamienCassou])order
]: AdddistinctGroup
option ([#2395], thanks [@hyperupcall])no-extraneous-dependencies
]: AddincludeInternal
option ([#2541], thanks [@bdwain])no-extraneous-dependencies
]: AddincludeTypes
option ([#2543], thanks [@bdwain])order
]: newalphabetize.orderImportKind
option to sort imports with same path based on their kind (type
,typeof
) ([#2544], thanks [@stropho])consistent-type-specifier-style
]: add rule ([#2473], thanks [@bradzacher])no-empty-named-blocks
] rule ([#2568], thanks [@guilhermelimak])prefer-default-export
]: add "target" option ([#2602], thanks [@azyzz228])no-absolute-path
]: add fixer ([#2613], thanks [@adipascu])no-duplicates
]: support inline type import withinlineTypeImport
option ([#2475], thanks [@snewcomer])Fixed
order
]: move nested imports closer to main import entry ([#2396], thanks [@pri1311])no-restricted-paths
]: fix an error message ([#2466], thanks [@AdriAt360])no-restricted-paths
]: useMinimatch.match
instead ofminimatch
to comply with Windows Native paths ([#2466], thanks [@AdriAt360])order
]: require with member expression could not be fixed if alphabetize.order was used ([#2490], thanks [@msvab])order
]: leave more space in rankings for consecutive path groups ([#2506], thanks [@Pearce-Ropion])no-cycle
]: add ExportNamedDeclaration statements to dependencies ([#2511], thanks [@BenoitZugmeyer])dynamic-import-chunkname
]: prevent false report on a valid webpack magic comment ([#2330], thanks [@mhmadhamster])export
]: do not error on TS export overloads ([#1590], thanks [@ljharb])no-unresolved
], [extensions
]: ignore type only exports ([#2436], thanks [@Lukas-Kullmann])ExportMap
: add missing param to function ([#2589], thanks [@Fdawgs])no-unused-modules
]:checkPkgFieldObject
filters boolean fields from checks ([#2598], thanks [@mpint])no-cycle
]: accept Flowtypeof
imports, just liketype
([#2608], thanks [@gnprice])no-import-module-exports
]: avoid a false positive for import variables ([#2315], thanks [@BarryThePenguin])Changed
named
]: Run all TypeScript test ([#2427], thanks [@ProdigySim])import/extensions
section ([#2440], thanks [@OutdatedVersion])order
]: use correct default value ([#2392], thanks [@hyperupcall])eslint-import-resolver-typescript
usage ([#2503], thanks [@JounQin])no-cycle
]: Add per-run caching of traversed paths ([#2419], thanks [@nokel81])ExportMap
: add caching after parsing for an ambiguous module ([#2531], thanks [@stenin-nikita])no-useless-path-segments
]: fix paths ([#2424], thanks [@s-h-a-d-o-w])no-cycle
]: add passing test cases ([#2438], thanks [@georeith])no-extraneous-dependencies
] improve performance using cache ([#2374], thanks [@meowtec])CONTRIBUTING.md
: mention inactive PRs ([#2546], thanks [@stropho])no-restricted-paths
]: Tests forimport type
statements ([#2459], thanks [@golergka])no-restricted-paths
]: fix one failingimport type
test case, submitted by [@golergka], thanks [@azyzz228]eslint-doc-generator
to v1.0.0 ([#2605], thanks [@bmish])no-cycle
], [no-internal-modules
], [no-restricted-paths
]: useanyOf
instead ofoneOf
(thanks [@ljharb], [@remcohaszing])jsx-eslint/eslint-plugin-react
v7.32.2
Compare Source
Fixed
parserOptions
in legacy configs ([#3523][] @ljharb)jsx-no-constructed-context-values
], [jsx-no-useless-fragment
]: add a rule schema (@ljharb)( [
no-unknown-property
]: addfill
for<marker>
(#3525 @alexey-koran)v7.32.1
Compare Source
Fixed
destructuring-assignment
]: do not force destructuring of optionally chained properties (#3520 @ljharb)v7.32.0
Compare Source
Added
hook-use-state
]: addallowDestructuredState
option (#3449 @ljharb)sort-default-props
] and deprecate [jsx-sort-default-props
] (#1861 @alexzherdev)no-object-type-as-default-prop
] rule (#2848 @cyan33 @fengkx)Fixed
sort-prop-types
]: restore autofixing (#3452, #3471 @ROSSROSALES)no-unknown-property
]: do not checkfbs
elements (#3494 @brianogilvie)jsx-newline
]: No newline between comments and jsx elements (#3493 @justmejulian)jsx-no-leaked-render
]: Don't report errors on empty strings if React >= v18 (#3488 @himanshu007-creator)no-invalid-html-attribute
]: convert autofix to suggestion (#3474 @himanshu007-creator @ljharb)jsx-no-leaked-render
]: fix removing parentheses for conditionals (#3502 @akulsr0)jsx-no-leaked-render
]: invalid fixes in coerce mode (#3511 @akulsr0)destructuring-assignment
]: Handle destructuring of useContext in SFC (#2797 @Zinyon @ljharb)Changed
jsx-no-leaked-render
]: Remove mentions of empty strings for React 18 (#3468 @karlhorky)eslint-doc-generator
to v1.0.0 (#3499 @bmish)prefer-exact-props
]: fix example flow syntax (#3510 @smackfu)anyOf
instead ofoneOf
(@ljharb @remcohaszing)v7.31.11
Compare Source
Fixed
jsx-no-target-blank
]: allow ternaries with literals (#3464 @akulsr0)no-unknown-property
]: addinert
attribute (#3484 @ljharb)jsx-key
]: detect keys in logical expression and conditional expression (#3490 @metreniuk)Changed
forbid-component-props
: inclusive language w/ allowlist (#3473 @AndersDJohnson)eslint-doc-generator
(#3469 @bmish)v7.31.10
Compare Source
Fixed
no-unknown-property
]: allowallowFullScreen
oniframe
(#3455 @almeidx)v7.31.9
Compare Source
Fixed
no-unknown-property
]: adddialog
attributes (#3436 @ljharb)no-arrow-function-lifecycle
]: when converting from an arrow, remove the semi and wrapping parens (#3337 @ljharb)jsx-key
]: Ignore elements insideReact.Children.toArray()
(#1591 @silvenon)jsx-no-constructed-context-values
]: fix false positive for usage in non-components (#3448 @golopot)static-property-placement
]: warn on nonstatic expected-statics (#2581 @ljharb)no-unknown-property
]: properly tag-restrict case-insensitive attributes (@ljharb)no-unknown-property
]: allowwebkitDirectory
oninput
, case-insensitive (#3454 @ljharb)Changed
no-unknown-property
]: fix typo in link (#3445 @denkristoffer)no-unstable-nested-components
]: Warn about memoized, nested components (#3444 @eps1lon)v7.31.8
Compare Source
Fixed
no-unknown-property
]: addviewBox
onmarker
(#3416 @ljharb)no-unknown-property
]: addnoModule
onscript
(#3414 @ljharb)no-unknown-property
]: allowonLoad
on<object>
(#3415 @OleksiiKachan)no-multi-comp
]: do not detect a function property returning only null as a component (#3412 @ljharb)no-unknown-property
]: allowabbr
on<th>
and<td>
(#3419 @OleksiiKachan)no-unknown-property
]: addviewBox
forpattern
,symbol
,view
(#3424 @MNBuyskih)no-unknown-property
]: addalign
on all the tags that support it (#3425 @ljharb)Changed
v7.31.7
Compare Source
Fixed
no-unknown-property
]: avoid warning onfbt
nodes entirely (#3391 @ljharb)no-unknown-property
]: adddownload
property support fora
andarea
(#3394 @HJain13)no-unknown-property
]: allowwebkitAllowFullScreen
andmozAllowFullScreen
(#3396 @ljharb)no-unknown-property
]:controlsList
, notcontrolList
(#3397 @ljharb)no-unknown-property
]: add more capture event properties (#3402 @sjarva)no-unknown-property
]: Add more one word properties found in DefinitelyTyped's react/index.d.ts (#3402 @sjarva)no-unknown-property
]: Mark onLoad/onError as supported on iframes (#3398 @maiis, #3406 @akx)no-unknown-property
]: allowimageSrcSet
andimageSizes
attributes on<link>
(#3407 @terrymun)no-unknown-property
]: addborder
;focusable
on<svg>
(#3404 #3404 @ljharb)no-unknown-property
]: React lowercasesdata-
attrs (#3395 @ljharb)no-unknown-property
]: addvalign
on table components (#3389 @ljharb)v7.31.6
Compare Source
Fixed
no-unknown-property
]:onError
andonLoad
both work onimg
andscript
(#3388 @ljharb)no-unknown-property
]: data-* attributes can have numbers (#3390 @sjarva)no-unknown-property
]: add more audio/video attributes (#3390 @sjarva)no-unknown-property
]: move allowfullscreen to case ignored attributes (#3390 @sjarva)no-unknown-property
]: fill works on line, mask, and use elements (#3390 @sjarva)no-unknown-property
]: add onMouseMoveCapture as valid react-specific attribute (#3390 @sjarva)no-unknown-property
]: make onLoad and onError be accepted on more elements (#3390 @sjarva)Changed
no-unknown-property
]: add a mention about using ignores properties with libraries that add props (#3390 @sjarva)v7.31.5
Compare Source
Fixed
no-unknown-property
]: add propertiesonToggle
,fill
,as
, and pointer events (#3385 @sjarva)no-unknown-property
]: adddefaultChecked
property (#3385 @sjarva)no-unknown-property
]: add touch and media event related properties (#3385 @sjarva)no-unknown-property
]:children
is always an acceptable prop; iframes havescrolling
; video hasplaysInline
(#3385 @ljharb)v7.31.4
Compare Source
Fixed
no-unknown-property
]: supportchecked
on inputs (#3383 @ljharb)v7.31.3
Compare Source
Fixed
no-unknown-property
]: add SVG and meta properties (#3381 @AhmadMayo)v7.31.2
Compare Source
Fixed
jsx-key
]: avoid a crash with optional chaining (#3371 @ljharb)jsx-sort-props
]: avoid a crash with spread props (#3376 @ljharb)no-unknown-property
]: properly recognize valid data- and aria- attributes (#3377 @sjarva)no-unknown-property
]: properly recognize unknown HTML/DOM attributes (#3377 @sjarva)Changed
jsx-sort-props
]: replace ref string with ref variable (#3375 @Luccasoli)no-unknown-property
]: improve jsdoc; extract logic to separate functions (#3377 @sjarva)no-unknown-property
]: update DOM properties to include also one word properties (#3377 @sjarva)postcss/postcss
v8.4.21
Compare Source
Input#error
types (by Aleks Hudochenkov).v8.4.20
Compare Source
@layer
.v8.4.19
Compare Source
v8.4.18
Compare Source
absolute: true
with emptysourceContent
(by Rene Haas).v8.4.17
Compare Source
Node.before()
unexpected behavior (by Romain Menke).prettier/prettier
v2.8.3
Compare Source
diff
Allow self-closing tags on custom elements (#14170 by @fisker)
See Angular v15.1.0 release note for details.
v2.8.2
Compare Source
diff
Don't lowercase link references (#13155 by @DerekNonGeneric & @fisker)
Preserve self-closing tags (#13691 by @dcyriller)
Allow custom "else if"-like blocks with block params (#13930 by @jamescdavis)
#13507 added support for custom block keywords used with
else
, but failed to allow block params. This updates printer-glimmer to allow block params with custom "else if"-like blocks.Preserve empty lines between nested SCSS maps (#13931 by @jneander)
Fix missing parentheses when an expression statement starts with
let[
(#14000, #14044 by @fisker, @thorn0)Fix semicolon duplicated at the end of LESS file (#14007 by @mvorisek)
Fix no space after unary minus when followed by opening parenthesis in LESS (#14008 by @mvorisek)
Do not change case of property name if inside a variable declaration in LESS (#14034 by @mvorisek)
Fix formatting for auto-accessors with comments (#14038 by @fisker)
Add parentheses for TSTypeQuery to improve readability (#14042 by @onishi-kohei)
Fix displacing of comments in default switch case (#14047 by @thorn0)
It was a regression in Prettier 2.6.0.
Support type annotations on auto accessors via
babel-ts
(#14049 by @sosukesuzuki)The bug that
@babel/parser
cannot parse auto accessors with type annotations has been fixed. So we now support it viababel-ts
parser.Fix formatting of empty type parameters (#14073 by @fisker)
Add parentheses to head of
ExpressionStatement
instead of the whole statement (#14077 by @fisker)Fix comments after directive (#14081 by @fisker)
Fix formatting for comments inside JSX attribute (#14082 with by @fisker)
Quote numeric keys for json-stringify parser (#14083 by @fisker)
Fix removing commas from function arguments in maps (#14089 by @sosukesuzuki)
Do not insert space in LESS property access (#14103 by @fisker)
v2.8.1
Compare Source
diff
Fix SCSS map in arguments (#9184 by @agamkrbit)
Support auto accessors syntax (#13919 by @sosukesuzuki)
Support for Auto Accessors Syntax landed in TypeScript 4.9.
(Doesn't work well with
babel-ts
parser)v2.8.0
Compare Source
diff
🔗 Release Notes
tailwindlabs/tailwindcss
v3.2.4
Compare Source
Added
blocklist
option to prevent generating unwanted CSS (#9812)Fixed
v3.2.3
Compare Source
Fixed
raw
content in the CLI (#9773)@apply
(#9765)!
) (#9791)v3.2.2
Compare Source
Fixed
font-feature-settings
are included in Preflight (#9707)@apply
in selectors with combinators and pseudos (#9722)v3.2.1
Compare Source
Fixed
supports
in types (#9616)micromatch
is a proper CLI dependency (#9620)modifiers
object formatchVariant
(ba6551d)v3.2.0
Compare Source
Added
@config
directive ([#9405](https://togithub.com/taiConfiguration
📅 Schedule: Branch creation - "on monday,on tuesday,on wednesday,on thursday" in timezone Europe/Berlin, Automerge - "after 9am every weekday except Friday,before 11am every weekday except Friday" in timezone Europe/Berlin.
🚦 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.