Update all non-major dependencies
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@types/node (source) | ^18.16.19 -> ^18.17.1 |
||||
@typescript-eslint/eslint-plugin | ^6.1.0 -> ^6.2.0 |
||||
@typescript-eslint/parser | ^6.1.0 -> ^6.2.0 |
||||
daisyui (source) | ^3.3.1 -> ^3.5.0 |
||||
eslint-plugin-svelte (source) | ^2.32.3 -> ^2.32.4 |
||||
postcss (source) | ^8.4.26 -> ^8.4.27 |
||||
tslib (source) | ^2.6.0 -> ^2.6.1 |
||||
vite (source) | ^4.4.5 -> ^4.4.7 |
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.2.0
Bug Fixes
- eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59)
- eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#7074) (b3e0e75)
- eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#7225) (b62affe)
- eslint-plugin: use a default export for the rules type (#7266) (af77a1d)
Features
- eslint-plugin: [class-methods-use-this] add extension rule (#6457) (18ea3b1)
- eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#7260) (f813147)
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.2.0
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
saadeghi/daisyui (daisyui)
v3.5.0
Features
- improve animation and transition speed for checkbox, collapse, drawer, dropdown, loading, menu, modal, radio, rating, swap, toggle, badge, file-input (561e4e6)
v3.4.0
Features
3.3.2 (2023-07-24)
Bug Fixes
3.3.1 (2023-07-20)
Bug Fixes
- rename
toolbar
class of browser mockup tomockup-browser-toolbar
to avoid future conflicts (23f9e17)
v3.3.2
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.32.4
Patch Changes
-
#551
a17a6e0
Thanks @renovate! - fix(deps): update dependency known-css-properties to ^0.28.0
Microsoft/tslib (tslib)
v2.6.1
: tslib 2.6.1
What's Changed
- Allow functions as values in __addDisposableResource by @rbuckton in https://github.com/microsoft/tslib/pull/215
- Stop using es6 syntax in the es6 file by @andrewbranch in https://github.com/microsoft/tslib/pull/216
Full Changelog: https://github.com/microsoft/tslib/compare/2.6.0...v2.6.1
vitejs/vite (vite)
v4.4.7
- fix:
optimizeDeps.include
not working with paths inside packages (#13922) (06e4f57), closes #13922 - fix: lightningcss fails with html-proxy (#13776) (6b56094), closes #13776
- fix: prepend
config.base
to vite/env path (#13941) (8e6cee8), closes #13941 - fix(html): support
import.meta.env
define replacement without quotes (#13425) (883089c), closes #13425 - fix(proxy): handle error when proxy itself errors (#13929) (4848e41), closes #13929
- chore(eslint): allow type annotations (#13920) (d1264fd), closes #13920
v4.4.6
- fix: constrain inject helpers for iife (#13909) (c89f677), closes #13909
- fix: display manualChunks warning only when a function is not used (#13797) (#13798) (51c271f), closes #13797 #13798
- fix: do not append
browserHash
on optimized deps during build (#13906) (0fb2340), closes #13906 - fix: use Bun's implementation of
ws
instead of the bundled one (#13901) (049404c), closes #13901 - feat(client): add guide to press Esc for closing the overlay (#13896) (da389cc), closes #13896
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.