Update all non-major dependencies
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@sveltejs/kit (source) | ^1.14.0 -> ^1.15.0 |
||||
eslint (source) | ^8.36.0 -> ^8.37.0 |
||||
prettier-plugin-tailwindcss | ^0.2.5 -> ^0.2.6 |
||||
svelte (source) | ^3.57.0 -> ^3.58.0 |
||||
tailwindcss (source) | ^3.2.7 -> ^3.3.1 |
||||
typescript (source) | ^5.0.2 -> ^5.0.3 |
Release Notes
sveltejs/kit
v1.15.0
Minor Changes
- feat: expose stronger typed
SubmitFunction
through./$types
(#9201)
Patch Changes
eslint/eslint
v8.37.0
Features
-
b6ab8b2
feat:require-unicode-regexp
add suggestions (#17007) (Josh Goldberg) -
10022b1
feat: Copy getScope() to SourceCode (#17004) (Nicholas C. Zakas) -
1665c02
feat: Use plugin metadata for flat config serialization (#16992) (Nicholas C. Zakas) -
b3634f6
feat: docs license (#17010) (Samuel Roldan) -
892e6e5
feat: languageOptions.parser must be an object. (#16985) (Nicholas C. Zakas)
Bug Fixes
-
619f3fd
fix: correctly handlenull
default config inRuleTester
(#17023) (Brad Zacher) -
1fbf118
fix:getFirstToken
/getLastToken
on comment-only node (#16889) (Francesco Trotta) -
129e252
fix: Fix typo inlogical-assignment-operators
rule description (#17000) (Francesco Trotta)
Documentation
-
75339df
docs: fix typos and missing info in id-match docs (#17029) (Ed Lucas) -
ec2d830
docs: Fix typos in thesemi
rule docs (#17012) (Andrii Lundiak) -
e39f28d
docs: add back to top button (#16979) (Tanuj Kanti) -
721c717
docs: Custom Processors cleanup and expansion (#16838) (Ben Perlmutter) -
d049f97
docs: 'How ESLint is Maintained' page (#16961) (Ben Perlmutter) -
5251a92
docs: Describe guard options for guard-for-in (#16986) (alope107) -
6157d81
docs: Add example to guard-for-in docs. (#16983) (alope107) -
fd47998
docs: updateArray.prototype.toSorted
specification link (#16982) (Milos Djermanovic) -
3e1cf6b
docs: Copy edits on Maintain ESLint docs (#16939) (Ben Perlmutter)
Chores
-
c67f299
chore: upgrade @eslint/js@8.37.0 (#17033) (Milos Djermanovic) -
ee9ddbd
chore: package.json update for @eslint/js release (ESLint Jenkins) -
dddb475
chore: upgrade @eslint/eslintrc@2.0.2 (#17032) (Milos Djermanovic) -
522431e
chore: upgrade espree@9.5.1 (#17031) (Milos Djermanovic) -
f5f9a88
chore: upgrade eslint-visitor-keys@3.4.0 (#17030) (Milos Djermanovic) -
4dd8d52
ci: bump actions/stale from 7 to 8 (#17026) (dependabot[bot]) -
ad9dd6a
chore: remove duplicate scss, (#17005) (Strek) -
ada6a3e
ci: unpin Node 19 (#16993) (Milos Djermanovic) -
c3da975
chore: Remove triage label from template (#16990) (Nicholas C. Zakas) -
69bc0e2
ci: pin Node 19 to 19.7.0 (#16987) (Milos Djermanovic)
tailwindlabs/prettier-plugin-tailwindcss
v0.2.6
Added
- Support ESM and TS config files (#137)
Fixed
- Load
tailwindcss
modules from nearest instance only (#139)
sveltejs/svelte
v3.58.0
- Add
bind:innerText
forcontenteditable
elements (#3311) - Add support for CSS
@container
queries (#6969) - Respect
preserveComments
in DOM output (#7182) - Allow use of
document
fortarget
in typings (#7554) - Add
a11y-interactive-supports-focus
warning (#8392) - Fix equality check when updating dynamic text (#5931)
- Relax
a11y-no-noninteractive-element-to-interactive-role
warning (#8402) - Properly handle microdata attributes (#8413)
- Prevent name collision when using computed destructuring variables (#8417)
- Fix escaping
<textarea value={...}>
values in SSR (#8429)
tailwindlabs/tailwindcss
v3.3.1
Fixed
- Fix edge case bug when loading a TypeScript config file with webpack (#10898)
- Fix variant,
@apply
, andimportant
selectors when using:is()
or:has()
with pseudo-elements (#10903) - Fix
safelist
config types (#10901) - Fix build errors caused by
@tailwindcss/line-clamp
warning (#10915, #10919) - Fix "process is not defined" error (#10919)
v3.3.0
Added
- Support ESM and TypeScript config files (#10785)
- Extend default color palette with new 950 shades (#10879)
- Add
line-height
modifier support tofont-size
utilities (#9875) - Add support for using variables as arbitrary values without
var(...)
(#9880, #9962) - Add logical properties support for inline direction (#10166)
- Add
hyphens
utilities (#10071) - Add
from-{position}
,via-{position}
andto-{position}
utilities (#10886) - Add
list-style-image
utilities (#10817) - Add
caption-side
utilities (#10470) - Add
line-clamp
utilities from@tailwindcss/line-clamp
to core (#10768, #10876, #10862) - Add
delay-0
andduration-0
utilities (#10294) - Add
justify-normal
andjustify-stretch
utilities (#10560) - Add
content-normal
andcontent-stretch
utilities (#10645) - Add
whitespace-break-spaces
utility (#10729) - Add support for configuring default
font-variation-settings
for afont-family
(#10034, #10515)
Fixed
- Disallow using multiple selectors in arbitrary variants (#10655)
- Sort class lists deterministically for Prettier plugin (#10672)
- Ensure CLI builds have a non-zero exit code on failure (#10703)
- Ensure module dependencies for value
null
, is an emptySet
(#10877) - Fix format assumption when resolving module dependencies (#10878)
Changed
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate