Update all non-major dependencies - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@sveltejs/kit (source) | ^1.22.2 -> ^1.22.3 |
||||
@typescript-eslint/eslint-plugin | ^6.0.0 -> ^6.1.0 |
||||
@typescript-eslint/parser | ^6.0.0 -> ^6.1.0 |
||||
eslint (source) | ^8.44.0 -> ^8.45.0 |
||||
postcss (source) | ^8.4.25 -> ^8.4.26 |
||||
prettier-plugin-tailwindcss | ^0.4.0 -> ^0.4.1 |
||||
svelte (source) | ^4.0.5 -> ^4.1.0 |
||||
tailwindcss (source) | ^3.3.2 -> ^3.3.3 |
||||
vite (source) | ^4.4.3 -> ^4.4.4 |
Release Notes
sveltejs/kit (@sveltejs/kit)
v1.22.3
Patch Changes
- fix: gracefully handle server endpoints that return
Response
s with immutableHeaders
(#10367)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.1.0
Bug Fixes
- eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#7223) (d368164)
- eslint-plugin: [no-floating-promises] false negative calling .then with second argument undefined (#6881) (606a52c), closes #6850
- eslint-plugin: [no-floating-promises] finally should be transparent to unhandled promises (#7092) (2a4421c)
- eslint-plugin: [no-unnecessary-type-constraint] correctly fix in cts/mts files (#6795) (1404796)
- eslint-plugin: [no-unused-vars] check if any variable definition is exported (#6873) (587ac30), closes #6188
- eslint-plugin: fix schemas across several rules and add schema tests (#6947) (dd31bed)
- eslint-plugin: include the rules types in the package (#7215) (a3da11d)
Features
- typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#6754) (6d3d162)
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.1.0
Features
- typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#6754) (6d3d162)
You can read about our versioning strategy and releases on our website.
eslint/eslint (eslint)
v8.45.0
Features
-
cdd063c
feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas) -
d34abe5
feat: fix indent rule for else-if (#17318) (Milos Djermanovic)
Bug Fixes
-
b79b6fb
fix: Fix suggestion message inno-useless-escape
(#17339) (Francesco Trotta) -
c667055
fix: provide uniquefix
andfix.range
objects in lint messages (#17332) (Milos Djermanovic)
Documentation
-
89f3225
docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg✨ ) -
f8892b5
docs: Expand rule option schema docs (#17198) (Matt Wilkinson) -
8bcbf11
docs: Config Migration Guide (#17230) (Ben Perlmutter) -
bb30908
docs: Update README (GitHub Actions Bot) -
84d243b
docs: Update README (GitHub Actions Bot) -
b762632
docs: Update README (GitHub Actions Bot) -
138c096
docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic) -
1fc50a8
docs:max-len
rulecode
andtabWidth
as positional arguments (#17331) (Jesús Leganés-Combarro)
Chores
-
68f63d7
chore: package.json update for @eslint/js release (ESLint Jenkins) -
5ca9b4d
chore: update eslint-config-eslint exports (#17336) (Milos Djermanovic) -
7bf2e86
chore: remove unused dependencies (#17352) (Percy Ma) -
c6f8cd0
chore: RemovedefaultIgnores
from FlatESLint private members (#17349) (Francesco Trotta) -
0052374
chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.4.1
Fixed
- Don't move partial classes inside Twig attributes (#184)
sveltejs/svelte (svelte)
v4.1.0
Minor Changes
- feat: add ability to extend custom element class (#8991)
Patch Changes
tailwindlabs/tailwindcss (tailwindcss)
v3.3.3
Fixed
- Fix issue where some pseudo-element variants generated the wrong selector (#10943, #10962, #11111)
- Make font settings propagate into buttons, inputs, etc. (#10940)
- Fix parsing of
theme()
insidecalc()
when there are no spaces around operators (#11157) - Ensure
repeating-conic-gradient
is detected as an image (#11180) - Move unknown pseudo-elements outside of
:is
by default (#11345) - Escape animation names when prefixes contain special characters (#11470)
- Don't prefix arbitrary classes in
group
andpeer
variants (#11454) - Sort classes using position of first matching rule (#11504)
- Allow variant to be an at-rule without a prelude (#11589)
- Make PostCSS plugin async to improve performance (#11548)
- Don’t error when a config file is missing (f97759f)
Added
- Add
aria-busy
utility (#10966)
Changed
- Reset padding for
<dialog>
elements in preflight (#11069)
vitejs/vite (vite)
v4.4.4
- chore: warning about ssr cjs format removal (#13827) (4646e9f), closes #13827
- fix(esbuild): enable experimentalDecorators by default (#13805) (e8880f0), closes #13805
- fix(scan): skip tsconfigRaw fallback if tsconfig is set (#13823) (b6155a1), closes #13823
- feat(client): close
vite-error-overlay
with Escape key (#13795) (85bdcda), closes #13795
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.