Release "What's new in Astro - February 2024" #1677
Annotations
9 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3, stefanzweifel/git-auto-commit-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
src/components/Checkbox.astro#L9
'className' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
src/components/Collapse.tsx#L28
Invalid operand for a '+' operation. Operands must each be a number or string, allowing a string + any of: `any`, `boolean`, `null`, `RegExp`, `undefined`. Got `unknown`
|
lint:
src/components/Pagination.astro#L17
'restRoute' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
src/helpers/dom.ts#L10
Unexpected any. Specify a different type
|
lint:
src/helpers/dom.ts#L27
Unexpected any. Specify a different type
|
lint:
src/icons/TwitterIcon.tsx#L2
'props' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/pages/_components/ToolingAndEcosystem.astro#L80
Arbitrary value classname '-right-[20%]' should not start with a dash (-)
|
lint:
src/pages/themes/submit/index.astro#L65
Invalid type "URLSearchParams" of template literal expression
|