Skip to content

Commit 99b9c87

Browse files
committed
build(deps-dev): bump eslint dependencies and run formatter
1 parent c702b18 commit 99b9c87

File tree

131 files changed

+565
-755
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+565
-755
lines changed

package-lock.json

Lines changed: 76 additions & 323 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"@storybook/web-components": "^7.6.12",
7676
"@storybook/web-components-vite": "^7.6.12",
7777
"@types/chai": "4.3.5",
78-
"@typescript-eslint/eslint-plugin": "6.6.0",
79-
"@typescript-eslint/parser": "6.0.0",
78+
"@typescript-eslint/eslint-plugin": "6.21.0",
79+
"@typescript-eslint/parser": "6.21.0",
8080
"@web/dev-server-esbuild": "0.4.3",
8181
"@web/test-runner": "0.17.0",
8282
"@web/test-runner-playwright": "0.11.0",

packages/uui-action-bar/lib/uui-action-bar.story.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const AAAOverview: StoryFn = props => html`
4949
look="${props.look}"
5050
color="${props.color}">
5151
<uui-icon name="${el}"></uui-icon>
52-
</uui-button>`
52+
</uui-button>`,
5353
)}
5454
</uui-action-bar>
5555
</uui-icon-registry-essential>
@@ -71,7 +71,7 @@ export const Single = () => {
7171
<uui-icon name="delete"></uui-icon>
7272
</uui-button>
7373
</uui-action-bar>
74-
</div> `
74+
</div> `,
7575
)}
7676
</uui-icon-registry-essential>
7777
`;
@@ -97,12 +97,12 @@ export const LooksAndColors = () => {
9797
.look="${look as any}"
9898
.color="${color as any}">
9999
<uui-icon name="${el}"></uui-icon>
100-
</uui-button>`
100+
</uui-button>`,
101101
)}
102102
</uui-action-bar>
103-
`
103+
`,
104104
)}
105-
</div> `
105+
</div> `,
106106
)}
107107
</uui-icon-registry-essential>
108108
`;

packages/uui-avatar-group/lib/uui-avatar-group.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('UuiAvatarGroup Limit', async () => {
5555
<uui-avatar name="First Last"></uui-avatar>
5656
<uui-avatar name="First Last"></uui-avatar>
5757
<uui-avatar name="First Last"></uui-avatar>
58-
</uui-avatar-group>`
58+
</uui-avatar-group>`,
5959
);
6060
});
6161

@@ -76,7 +76,7 @@ describe('UuiAvatarGroup Limit', async () => {
7676
html` <uui-avatar-group>
7777
<uui-avatar name="First Last"></uui-avatar>
7878
<uui-avatar name="First Last"></uui-avatar>
79-
</uui-avatar-group>`
79+
</uui-avatar-group>`,
8080
);
8181

8282
const small = avatarGroup.shadowRoot!.querySelector('small');

packages/uui-avatar/lib/uui-avatar.test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ describe('UuiAvatar', () => {
4343

4444
it('renders an image when imgSrc is set', async () => {
4545
const avatar = await fixture(
46-
html`<uui-avatar img-src="${avatarSrc}" name="My Avatar"></uui-avatar>`
46+
html`<uui-avatar img-src="${avatarSrc}" name="My Avatar"></uui-avatar>`,
4747
);
4848
expect(avatar).shadowDom.to.equal(
49-
`<img alt="MA" src="${avatarSrc}" srcset="" title="My Avatar" /><slot></<slot>`
49+
`<img alt="MA" src="${avatarSrc}" srcset="" title="My Avatar" /><slot></<slot>`,
5050
);
5151
});
5252

5353
it('renders an image with alt text when imgSrc and text is set', async () => {
5454
const avatar = await fixture(
55-
html`<uui-avatar img-src="${avatarSrc}" name="alt text"></uui-avatar>`
55+
html`<uui-avatar img-src="${avatarSrc}" name="alt text"></uui-avatar>`,
5656
);
5757
expect(avatar).shadowDom.to.equal(
58-
`<img alt="AT" src="${avatarSrc}" srcset="" title="alt text" /><slot></<slot>`
58+
`<img alt="AT" src="${avatarSrc}" srcset="" title="alt text" /><slot></<slot>`,
5959
);
6060
});
6161

@@ -66,7 +66,7 @@ describe('UuiAvatar', () => {
6666

6767
it('shows the first and last initial when text is used and there is no image', async () => {
6868
const avatar = await fixture(
69-
html`<uui-avatar name="First Second Last"></uui-avatar>`
69+
html`<uui-avatar name="First Second Last"></uui-avatar>`,
7070
);
7171
expect(avatar).shadowDom.to.equal('FL<slot></<slot>');
7272
});

packages/uui-badge/lib/uui-badge.story.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ export const LooksAndColors: Story = () => html`
174174
>${uppercaseFirstLetter(look)}</uui-badge
175175
>
176176
</div>
177-
`
177+
`,
178178
)}
179179
</div>
180-
`
180+
`,
181181
)}
182182
`;

packages/uui-base/lib/animations/uui-pulse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ export const UUIHorizontalPulseKeyframes = css`
2323
`;
2424

2525
export const UUIHorizontalPulseAnimationValue = unsafeCSS(
26-
'pulse 0.8s ease-in-out infinite both'
26+
'pulse 0.8s ease-in-out infinite both',
2727
);

packages/uui-base/lib/animations/uui-shake.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ export const UUIHorizontalShakeKeyframes = css`
2828
`;
2929

3030
export const UUIHorizontalShakeAnimationValue = unsafeCSS(
31-
'uui-horizontal-shake 600ms ease backwards'
31+
'uui-horizontal-shake 600ms ease backwards',
3232
);

packages/uui-base/lib/events/UUIEvent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
export class UUIEvent<
66
DetailType extends Record<string, any> = Record<string, any>,
7-
EventTargetType extends EventTarget | null = EventTarget | null
7+
EventTargetType extends EventTarget | null = EventTarget | null,
88
> extends Event {
99
readonly detail: DetailType;
1010
readonly target!: EventTargetType;

packages/uui-base/lib/mixins/ActiveMixin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export declare class ActiveMixinInterface {
1414
* @mixin
1515
*/
1616
export const ActiveMixin = <T extends Constructor<LitElement>>(
17-
superClass: T
17+
superClass: T,
1818
) => {
1919
class ActiveMixinClass extends superClass {
2020
/**

0 commit comments

Comments
 (0)