Skip to content

Commit de926e2

Browse files
renovate[bot]autofix-ci[bot]ghostdevv
authored
chore(deps): update pnpm.catalog.vite-plus vite-plus to v0.2.7 (#3127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Willow (GHOST) <git@willow.sh>
1 parent 82822d1 commit de926e2

4 files changed

Lines changed: 391 additions & 477 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,7 @@ import { MyComponent } from '#components'
706706
describe('MyComponent', () => {
707707
it('should have no accessibility violations', async () => {
708708
const component = await mountSuspended(MyComponent, {
709-
props: {
710-
/* required props */
711-
},
709+
props: {/* required props */},
712710
})
713711
const results = await runAxe(component)
714712
expect(results.violations).toEqual([])

app/components/Org/OperationsQueue.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,7 @@ watch(isExecuting, executing => {
422422
<pre
423423
v-if="op.status === 'failed' && op.result?.stderr"
424424
class="mt-1 text-red-400/70 whitespace-pre-wrap text-2xs"
425-
>{{ op.result.stderr }}</pre
426-
>
425+
>{{ op.result.stderr }}</pre>
427426
</div>
428427
<button
429428
type="button"

0 commit comments

Comments
 (0)