eslint
eslint copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @nuxt/ui (source) | 2.15.2 -> 2.20.0 |
||||
| eslint (source) | ^8.57.0 -> ^8.57.1 |
||||
| eslint-webpack-plugin | ^4.1.0 -> ^4.2.0 |
||||
| pnpm (source) | 9.14.2 -> 9.15.0 |
Release Notes
nuxt/ui (@nuxt/ui)
v2.20.0
:warning: Breaking Changes
- Form: resolve async validation in yup & issue directly mutate state (#2701)
:rocket: Features
- Accordion: add
closeevent (#2750) (419a24f) - Badge: handle
iconprop (#2594) (0d1a76e) - InputMenu/SelectMenu: add support for
dot notationinbyprop (#2607) (53df9d9) - Link: allow partial query match for
activeClass(#2663) (03e24f4) - Notification: add
pauseTimeoutOnHoverprop (#2661) (11b8c3d) - Table: add contextmenu handling to table rows (#2283) (c9e6256)
- Table: add custom
@select:allevent (#2581) (ac323c4) - Table: allow dynamically render
checkbox(#2549) (d6daf46)
:bug: Bug Fixes
- AvatarGroup/ButtonGroup/MeterGroup: allow deeply partial
uiconfig (#2542) (bf58086) - Carousel: wrong
uitype withstrategy(07ef771) - components: replace
as constwith correct type in config (#2652) (51c8b8e) - DatePicker: undefined
dayIndex(#2545) (ce955d2) - Form: resolve async validation in yup & issue directly mutate state (#2701) (f3632dd)
- Form: use parsed value from
joiinstead of original state (#2587) (acecff4) - InputMenu/SelectMenu: use
byprop to compare objects & support dot notation invalue-attribute(#2566) (7154254) - Link:
exactQueryprop type (#2781) (4cde571) - Notification: element renders even when no
notificationis present (#2561) (d4e408c) - Table: data outdated when rows change (#2600) (b23f2de)
- Table: missing type on props
loadingState(#2551) (6e66990) - Table: prevent
onClickwhile blocking element (#2592) (9703786) - types: improve
DeepPartialtype for App Config (#2621) (976b03f)
:wave: New Contributors
- @Snack-X made their first contribution in https://github.com/nuxt/ui/pull/2542
- @nfpocket made their first contribution in https://github.com/nuxt/ui/pull/2283
- @julien1619 made their first contribution in https://github.com/nuxt/ui/pull/2621
- @jcahal made their first contribution in https://github.com/nuxt/ui/pull/2653
- @gioboa made their first contribution in https://github.com/nuxt/ui/pull/2652
- @Jevin0 made their first contribution in https://github.com/nuxt/ui/pull/2714
- @hansemannn made their first contribution in https://github.com/nuxt/ui/pull/2750
- @HarshPatel5940 made their first contribution in https://github.com/nuxt/ui/pull/2661
Full Changelog: https://github.com/nuxt/ui/compare/v2.19.2...v2.20.0
v2.19.2
Bug Fixes
- Button: put back
targetoverride (212f7df)
v2.19.1
Bug Fixes
- InputMenu/SelectMenu: regex breaks build (cb6f5f2)
v2.19.0
Features
- Form: add
superstructvalidation (#2357) (3cda6c6) - Form: apply transformations (#2460) (ceecb60)
- Input/Textarea: nullify model modifier (#2309) (9dd7e61)
- InputMenu: allows to customize labels (#2295) (ddf67a0)
- Pagination: improve slot props (#2522) (c71fdc8)
- SelectMenu: allows to customize labels (#2266) (54e713d)
- Table: improve
expandedrow (#2485) (1acd01a)
Bug Fixes
- Accordion: improve
itemstype (#2487) (25378df) - Button: wrong
totype (8ab4a14), closes #1253 - Divider: default
typefrom app config (7846ca3), closes nuxt/ui#2398 - HorizontalNavigation/VerticalNavigation: handle
badgein RTL mode (#2420) (4bf81be) - InputMenu/SelectMenu: allow access nested object in
option-attribute(#2465) (ff18061) - InputMenu/SelectMenu: escape regexp before search (c68ba76), closes nuxt/ui#2308
- InputMenu/SelectMenu: prevent unnecessary updates when modelValue is unchanged (#2507) (1a94b55)
- module: missing types in
uiconfig (#2467) (23971ef) - Progress: handle
carouselandcarousel-inverseanimations in RTL mode (#2400) (20fb46a) - RadioGroup: rendering empty slots (#2456) (b6ed1c5)
- Table:
checkboxnot checked while using props by (#2401) (1b7e36c) - Table:
indeterminatecheckbox with pagination (#2439) (070d2f8) - Table: export
TableRowandTableColumntypes (c36964b), closes nuxt/ui#2373 - Table: handle dot nation with
byprop (#2413) (b72d343) - Tabs: allow
aria-labelon items (3cf19ea), closes nuxt/ui#1934
v2.18.7
Features
Bug Fixes
- Carousel: arrows & indicators are broken in RTL (#2251) (db5e5c4)
- Carousel: pages calculation (#2345) (5cf24fa)
- Dropdown/Popover: conflict in toggle for touch devices (#2272) (4ae9654)
- Link: allow
titlefield (0aa3909), closes #1439 - Tooltip: hide when
textprop & slot are empty (#2232) (5ed5c57)
v2.18.6
Bug Fixes
- components: accept partial config in
uiprop (#2235) (eecf4f7) - Modal/Slideover: bind transition class to
TransitionChildfor Vue 3.5 (#2227) (803c20a) - SelectMenu: wrong placeholder color with multiple (#2218) (28ad5cf)
- Table: colspan with expand (#2217) (56118c4)
- Tabs: handle icon
marginin RTL mode (#2233) (ea05414) - useFormField: optional property access (#2226) (0a054a5)
v2.18.5
Features
Bug Fixes
- Button: button link not showing disabled classes (#2185) (e8ea84a)
- Carousel: remove trailing space in next button icon (#2088) (1282a5f)
- FormGroup: remove id when used with
RadioGroup(#2152) (7aec42c) - Input: avoid binding value when type is
file(#2047) (82313e8) - module: allow CSS variables in tailwind colors (#2014) (7f50c70)
- module: augment
@nuxt/schemarather thannuxt/schema(#2171) (ead904f) - module: consider user tailwind
configPathfor module as string (#2074) (e4ba4f7) - Pagination: use links on prev and next button (#2179) (c850f85)
- README: update license link (#2154) (8d79eea)
- Slideover: bind
roundedclass to panel (#2187) (bf32baa) - Slideover: bind
shadowclass to panel (#2201) (d22526c) - Table: checkbox can emit the
[@select](https://redirect.github.com/select)event (#2072) (b1f691f) - Table: select all rows reactivity issue (#2200) (68124de)
- Tabs: recalculate marker if items change (#2101) (82c4926)
- Textarea: resolve row count calculation errors caused by scrollbar (#2040) (8210936)
v2.18.4
Bug Fixes
- Form: submit event data (#2012) (4d61936)
- module: handle nested colors from ui config (#2008) (1cc7e2a)
- module: reduce css bundle size by fixing safelist regex (#2005) (8ac9ca4)
- module: suffix types imports with
/index(7e37668), closes #2018 - Tabs: use
nextTickbefore marker calc (#2020) (9c04969) - useFormGroup: app config default input size (#2011) (3485092)
v2.18.3
Bug Fixes
v2.18.2
Bug Fixes
- Tabs: add missing
UIconimport (4fd1be2)
v2.18.1
Bug Fixes
- components: use relative imports (ea721a3)
v2.18.0
⚠ BREAKING CHANGES
- Icon: migrate from
@egoist/tailwindcss-iconsto new@nuxt/icon(#1789)
Features
- Checkbox/Radio/RadioGroup: add
helpslot (c3122f7), closes #1957 - CommandPalette: handle
staticgroups (#1458) (b264ad2) - Icon: migrate from
@egoist/tailwindcss-iconsto new@nuxt/icon(#1789) (c904604) - module: improve app config types autocomplete (#1870) (3f8ea5d)
- RadioGroup: add
selectedto label slot props (#1587) (d18477d) - SelectMenu: add selected to
label/leading/trailingslots props (#1349) (6b216ca) - SelectMenu: handle function in
showCreateOptionWhenprop (#1853) (7e974b5) - Skeleton: add
asprop (#1955) (bce94db) - Table: expand row (#1036) (7155318)
- Table: handle
rowClassproperty incolumns(#1632) (748e491) - Tabs: handle
iconin items (#1798) (e8eb394)
Bug Fixes
- Accordion: truncate buttons (5db18c0), closes #1909
- Alert/Notification: missing margin on description (2c55fb6), closes #1959
- Breadcrumb: use
rotateon rtl icon (53003fc) - ButtonGroup/FormGroup: pass default sizes to children (#1875) (6b6b03d)
- Carousel: remove
mix-blend-overlayon indicators (#1714) (f74f1df) - FormGroup: don't check for
errorslot sohelpslot can render (#1888) (99c52e5) - InputMenu/SelectMenu: invalid
labelwithvalue-attributeand async search (4d5f250), closes #1780 - InputMenu/SelectMenu: prevent double filter with async search (e2881d3), closes #1966
- Link: allow
ariaLabelto be picked (720c44d), closes #1934 - Progress: pass down attrs to
<progress>to improve accessibility (#1881) (abd13f1) - RadioGroup: allow boolean in
modelValueprop (#1913) (8eca5a0)
v2.17.0
Features
- Alert: add
actionsslot (#1785) (c8dd71c) - Form: update and migrate
valibotto v0.31.0 (#1848) (1d5bd89) - Notification: allow ring customization with
{color}(#1830) (3ebff4d) - Slideover: handle
topandbottomside (#1834) (50ad14f) - Tabs: add
contentprop to avoid the render of the HTML markup (#1831) (6e2678d)
Bug Fixes
- Alert/Notification: use
divfor description (e8898d1), closes #1551 - Alert: base style not applied on icon (#1859) (f65aefb)
- Breadcrumb: allow
aria-currentto be overrideable (ebfb835), closes #1856 - Carousel: prevent mouse click when dragging (#1781) (4f0d00f)
- CommandPalette: hide
empty-statewhennull(249bbd4), closes #1787 - Form: maintain other errors when using
setErrorswith a path (#1818) (06990be) - Input: hide wrapper when type is
hidden(#1797) (e7c2f78) - Link: typo in
exactHashtype (581b470), closes #1767 - SelectMenu: wrong placeholder color when
modelValueis an empty string (9b9ccdb), closes #1862 - Select: remove defaults for
valueandtext(6c124bb), closes #1702
v2.16.0
⚠ BREAKING CHANGES
- Input: redesign
filetype without absolute positioning (#1712)
Features
- InputMenu/SelectMenu: allow lazy search (#1705) (7e6ba78)
- module: HMR support with
@nuxtjs/tailwindcss(#1665) (821e15b) - Table: allow providing a
<caption>(#1680) (3fca668) - useToast: allow clearing all notifications (#1695) (82d619b)
Bug Fixes
- Breadcrumb: pass
clickevent toULink(5481dab) - Input: redesign
filetype without absolute positioning (#1712) (ed5c74d) - Notification: update timer when timeout prop changes (#1673) (cba9ad7)
- Slideover: export and clean types (#1692) (bd3fa86)
- Table: provide
aria-sortfor sortable table headings (#1675) (6f60fa9)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deploying nuxt-eslint with
Cloudflare Pages
| Latest commit: |
7785df1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4326c4d0.nuxt-eslint.pages.dev |
| Branch Preview URL: | https://renovate-all-minor-patch.nuxt-eslint.pages.dev |
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.