Skip to content

chore(deps): update all dependencies (non-major) #382

chore(deps): update all dependencies (non-major)

chore(deps): update all dependencies (non-major) #382

Triggered via pull request May 20, 2024 21:03
Status Failure
Total duration 26s
Artifacts

lint.pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: checkFabricClasses.js#L1
There should be at least one empty line between import groups
build: checkFabricClasses.js#L2
There should be at least one empty line between import groups
build: checkFabricClasses.js#L3
`@warp-ds/fabric-parity-checker` import should occur before import of `#plugin`
build: dev.js#L1
There should be at least one empty line between import groups
build: dev.js#L2
There should be at least one empty line between import groups
build: rollup.config.js#L2
`@rollup/plugin-node-resolve` import should occur before import of `rollup`
build: src/_preflights/index.js#L2
`./resets.js` import should occur before import of `./transform.js`
build: src/_rules/aspect-ratio.js#L1
There should be at least one empty line between import groups
build: src/_rules/border.js#L1
There should be at least one empty line between import groups
build: src/_rules/border.js#L3
`#theme` import should occur before import of `#utils`
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/_rules/align.js#L20
Replace `[/^align-([-\w]+)$/,·([,·v])·=>·({·'vertical-align':·verticalAlignAlias[v]·}),·{·autocomplete:·`align-(${Object.keys(verticalAlignAlias).join('|')})`·}]` with `⏎··[⏎····/^align-([-\w]+)$/,⏎····([,·v])·=>·({·'vertical-align':·verticalAlignAlias[v]·}),⏎····{·autocomplete:·`align-(${Object.keys(verticalAlignAlias).join('|')})`·},⏎··],⏎`
build: src/_rules/align.js#L22
Replace ``text-${v}`,·{·'text-align':·v·}` with `⏎··`text-${v}`,⏎··{·'text-align':·v·},⏎`
build: src/_rules/animations.js#L5
Insert `⏎·`
build: src/_rules/animations.js#L9
Insert `⏎·`
build: src/_rules/backdrop.js#L14
Replace `/^backdrop-blur-(none|s|m|l|xl|xxl|xxxl)$/,·([,·size])·=>·({·'-webkit-backdrop-filter':·`blur(${blurSize[size]})`,·'backdrop-filter':·`blur(${blurSize[size]})`·})` with `⏎····/^backdrop-blur-(none|s|m|l|xl|xxl|xxxl)$/,⏎····([,·size])·=>·({·'-webkit-backdrop-filter':·`blur(${blurSize[size]})`,·'backdrop-filter':·`blur(${blurSize[size]})`·}),⏎··`
build: src/_rules/background.js#L54
Replace `/^bg-\[(var\(--.+\)|--[^\/]+)(\/(0|[1-9][0-9]?|100))?]$/,·([,·val,·alpha])·=>·({·'background-color':·resolveArbitraryCssVariable(val,·alpha)·})` with `⏎····/^bg-\[(var\(--.+\)|--[^\/]+)(\/(0|[1-9][0-9]?|100))?]$/,⏎····([,·val,·alpha])·=>·({·'background-color':·resolveArbitraryCssVariable(val,·alpha)·}),⏎··`
build: src/_rules/behaviors.js#L16
Replace `['overscroll-auto',·{·'overscroll-behavior':·'auto'·}],·['overscroll-contain',·{·'overscroll-behavior':·'contain'·}],·['overscroll-none',·{·'overscroll-behavior':·'none'·}],·...makeGlobalStaticRules('overscroll',·'overscroll-behavior'),·['overscroll-x-auto',·{·'overscroll-behavior-x':·'auto'·}],·['overscroll-x-contain',·{·'overscroll-behavior-x':·'contain'·}],·['overscroll-x-none',·{·'overscroll-behavior-x':·'none'·}],·...makeGlobalStaticRules('overscroll-x',·'overscroll-behavior-x'),·['overscroll-y-auto',·{·'overscroll-behavior-y':·'auto'·}],·['overscroll-y-contain',·{·'overscroll-behavior-y':·'contain'·}],·['overscroll-y-none',·{·'overscroll-behavior-y':·'none'·}],·...makeGlobalStaticRules('overscroll-y',·'overscroll-behavior-y')` with `⏎··['overscroll-auto',·{·'overscroll-behavior':·'auto'·}],⏎··['overscroll-contain',·{·'overscroll-behavior':·'contain'·}],⏎··['overscroll-none',·{·'overscroll-behavior':·'none'·}],⏎··...makeGlobalStaticRules('overscroll',·'overscroll-behavior'),⏎··['overscroll-x-auto',·{·'overscroll-behavior-x':·'auto'·}],⏎··['overscroll-x-contain',·{·'overscroll-behavior-x':·'contain'·}],⏎··['overscroll-x-none',·{·'overscroll-behavior-x':·'none'·}],⏎··...makeGlobalStaticRules('overscroll-x',·'overscroll-behavior-x'),⏎··['overscroll-y-auto',·{·'overscroll-behavior-y':·'auto'·}],⏎··['overscroll-y-contain',·{·'overscroll-behavior-y':·'contain'·}],⏎··['overscroll-y-none',·{·'overscroll-behavior-y':·'none'·}],⏎··...makeGlobalStaticRules('overscroll-y',·'overscroll-behavior-y'),⏎`
build: src/_rules/behaviors.js#L18
Replace `['scroll-auto',·{·'scroll-behavior':·'auto'·}],·['scroll-smooth',·{·'scroll-behavior':·'smooth'·}],·...makeGlobalStaticRules('scroll',·'scroll-behavior')` with `⏎··['scroll-auto',·{·'scroll-behavior':·'auto'·}],⏎··['scroll-smooth',·{·'scroll-behavior':·'smooth'·}],⏎··...makeGlobalStaticRules('scroll',·'scroll-behavior'),⏎`
build: src/_rules/border.js#L10
Replace `/^border(-[lrtbxy])?-(\d+)$/,·handleBorderWidth,·{·autocomplete:·[`border-(${Object.keys(lineWidth).join('|')})`,·`border-<directions>-(${Object.keys(lineWidth).join('|')})`]·}` with `⏎····/^border(-[lrtbxy])?-(\d+)$/,⏎····handleBorderWidth,⏎····{·autocomplete:·[`border-(${Object.keys(lineWidth).join('|')})`,·`border-<directions>-(${Object.keys(lineWidth).join('|')})`]·},⏎··`
build: src/_rules/border.js#L11
Replace `/^border(-[lrtbxy])?-\[(\d+)(rem|px|%)?]$/,·handleArbitraryBorderWidth,·{·autocomplete:·['border-[<num>]',·'border-<directions>-[<num>]']·}` with `⏎····/^border(-[lrtbxy])?-\[(\d+)(rem|px|%)?]$/,⏎····handleArbitraryBorderWidth,⏎····{·autocomplete:·['border-[<num>]',·'border-<directions>-[<num>]']·},⏎··`