Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump next from 10.0.7 to 12.1.0 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

build(deps): bump next from 10.0.7 to 12.1.0

1e20e1a
Select commit
Loading
Failed to load commit list.
Open

build(deps): bump next from 10.0.7 to 12.1.0 #1

build(deps): bump next from 10.0.7 to 12.1.0
1e20e1a
Select commit
Loading
Failed to load commit list.
Fleek.co / Fleek - autumn-breeze-7203 failed Dec 24, 2024 in 2m 17s

Build Failed

Build failed

Details

2024-12-24T10:14:33.274Z | npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
2024-12-24T10:14:33.982Z | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
2024-12-24T10:14:34.080Z | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
2024-12-24T10:14:34.299Z | npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
2024-12-24T10:14:40.276Z | npm WARN deprecated [email protected]: This package has been deprecated in favor of react-tsparticles.
2024-12-24T10:14:40.721Z | npm WARN deprecated [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x.
2024-12-24T10:14:49.622Z | npm WARN deprecated [email protected]: tsParticles 1.41.3 is out with some fixes, please update to latest version
2024-12-24T10:14:51.757Z | > [email protected] postinstall
2024-12-24T10:14:51.757Z | > husky install
2024-12-24T10:14:51.825Z | husky - Git hooks installed
2024-12-24T10:14:51.837Z | added 999 packages, and audited 1000 packages in 26s
2024-12-24T10:14:51.837Z | 137 packages are looking for funding
2024-12-24T10:14:51.837Z | run npm fund for details
2024-12-24T10:14:51.927Z | 31 vulnerabilities (4 moderate, 23 high, 4 critical)
2024-12-24T10:14:51.927Z | To address issues that do not require attention, run:
2024-12-24T10:14:51.927Z | npm audit fix
2024-12-24T10:14:51.927Z | To address all issues (including breaking changes), run:
2024-12-24T10:14:51.927Z | npm audit fix --force
2024-12-24T10:14:51.927Z | Run npm audit for details.
2024-12-24T10:14:51.927Z | npm notice
2024-12-24T10:14:51.927Z | npm notice New major version of npm available! 7.18.1 -> 11.0.0
2024-12-24T10:14:51.927Z | npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.0.0
2024-12-24T10:14:51.927Z | npm notice Run npm install -g [email protected] to update!
2024-12-24T10:14:51.927Z | npm notice
2024-12-24T10:14:52.190Z | > [email protected] build
2024-12-24T10:14:52.190Z | > next build
2024-12-24T10:14:52.812Z | Attention: Next.js now collects completely anonymous telemetry regarding usage.
2024-12-24T10:14:52.812Z | This information is used to shape Next.js' roadmap and prioritize features.
2024-12-24T10:14:52.812Z | You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
2024-12-24T10:14:52.812Z | https://nextjs.org/telemetry
2024-12-24T10:14:52.844Z | Browserslist: caniuse-lite is outdated. Please run:
2024-12-24T10:14:52.844Z | npx browserslist@latest --update-db
2024-12-24T10:14:52.844Z | Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
2024-12-24T10:14:52.866Z | info - Checking validity of types...
2024-12-24T10:14:53.039Z | warn - Minimum recommended TypeScript version is v4.3.2, older versions can potentially be incompatible with Next.js. Detected: 4.1.5
2024-12-24T10:15:00.426Z | warn - The Next.js plugin was not detected in your ESLint configuration. See https://nextjs.org/docs/basic-features/eslint#migrating-existing-config
2024-12-24T10:15:03.318Z | Failed to compile.
2024-12-24T10:15:03.318Z | ./src/pages/index.tsx
2024-12-24T10:15:03.318Z | 4:8 Warning: 'VideoSection' is defined but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | ./src/components/cases-section/index.tsx
2024-12-24T10:15:03.318Z | 3:8 Warning: 'Arrow' is defined but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | ./src/components/education/index.tsx
2024-12-24T10:15:03.318Z | 3:36 Error: Unexpected block statement surrounding arrow body; move the returned value immediately after the =>. arrow-body-style
2024-12-24T10:15:03.318Z | 12:11 Error: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
2024-12-24T10:15:03.318Z | 17:11 Error: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
2024-12-24T10:15:03.318Z | 22:11 Error: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
2024-12-24T10:15:03.318Z | 28:11 Error: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
2024-12-24T10:15:03.318Z | 33:11 Error: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
2024-12-24T10:15:03.318Z | 39:11 Error: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
2024-12-24T10:15:03.318Z | 44:11 Error: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
2024-12-24T10:15:03.318Z | ./src/components/feature-section/index.tsx
2024-12-24T10:15:03.318Z | 2:8 Warning: 'Check' is defined but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 3:8 Warning: 'ExpressonOfPeace' is defined but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 4:1 Error: @/constants/svg/quote.svg import should occur before import of ../header/ExpressionOfPeace import/order
2024-12-24T10:15:03.318Z | 4:8 Warning: 'Quote' is defined but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 27:11 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 42:103 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 76:15 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 95:15 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 159:1 Error: This line has a length of 288. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 189:1 Error: This line has a length of 304. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 219:1 Error: This line has a length of 286. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 244:1 Error: This line has a length of 283. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | ./src/components/footer/index.tsx
2024-12-24T10:15:03.318Z | 7:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 7:38 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 8:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 8:35 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 9:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 9:32 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 10:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 10:40 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 15:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 15:41 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 21:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 21:35 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 22:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 22:32 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 23:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 23:38 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 24:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 24:38 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 31:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 31:31 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 32:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 32:28 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 33:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 33:28 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 34:11 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 34:27 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 38:22 Error: Unexpected block statement surrounding arrow body; move the returned value immediately after the =>. arrow-body-style
2024-12-24T10:15:03.318Z | 41:7 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 54:23 Error: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank
2024-12-24T10:15:03.318Z | 60:17 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 70:23 Error: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank
2024-12-24T10:15:03.318Z | 85:23 Error: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank
2024-12-24T10:15:03.318Z | 99:23 Error: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank
2024-12-24T10:15:03.318Z | 111:1 Error: This line has a length of 143. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 114:17 Error: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank
2024-12-24T10:15:03.318Z | ./src/components/header/ExpressionOfDemandV0.js
2024-12-24T10:15:03.318Z | 16:12 Error: Expected exception block, space or tab after '/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 16:12 Error: Expected space or tab before '
/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 22:14 Error: Expected exception block, space or tab after '/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 22:14 Error: Expected space or tab before '
/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 29:17 Error: Missing an explicit type attribute for button react/button-has-type
2024-12-24T10:15:03.318Z | 34:17 Error: Missing an explicit type attribute for button react/button-has-type
2024-12-24T10:15:03.318Z | 40:14 Error: Expected exception block, space or tab after '/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 40:14 Error: Expected space or tab before '
/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 54:18 Error: ' can be escaped with ', ‘, ', ’. react/no-unescaped-entities
2024-12-24T10:15:03.318Z | 66:14 Error: Expected exception block, space or tab after '/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 66:14 Error: Expected space or tab before '
/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | ./src/components/header/ExpressionOfPeace.js
2024-12-24T10:15:03.318Z | 8:19 Error: 'setVersion' is assigned a value but never used. no-unused-vars
2024-12-24T10:15:03.318Z | ./src/components/header/ExpressionOfPeaceV0.js
2024-12-24T10:15:03.318Z | 4:8 Error: 'Favicon' is defined but never used. no-unused-vars
2024-12-24T10:15:03.318Z | 17:12 Error: Expected exception block, space or tab after '/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 17:12 Error: Expected space or tab before '
/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 23:14 Error: Expected exception block, space or tab after '/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 23:14 Error: Expected space or tab before '
/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 31:17 Error: Missing an explicit type attribute for button react/button-has-type
2024-12-24T10:15:03.318Z | 36:17 Error: Missing an explicit type attribute for button react/button-has-type
2024-12-24T10:15:03.318Z | 42:14 Error: Expected exception block, space or tab after '/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 42:14 Error: Expected space or tab before '
/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 73:105 Error: ' can be escaped with ', ‘, ', ’. react/no-unescaped-entities
2024-12-24T10:15:03.318Z | 82:32 Error: " can be escaped with ", “, ", ”. react/no-unescaped-entities
2024-12-24T10:15:03.318Z | 82:41 Error: " can be escaped with ", “, ", ”. react/no-unescaped-entities
2024-12-24T10:15:03.318Z | 86:42 Error: ' can be escaped with ', ‘, ', ’. react/no-unescaped-entities
2024-12-24T10:15:03.318Z | 104:105 Error: Curly braces are unnecessary here. react/jsx-curly-brace-presence
2024-12-24T10:15:03.318Z | 114:14 Error: Expected exception block, space or tab after '/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 114:14 Error: Expected space or tab before '
/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | ./src/components/header/index.tsx
2024-12-24T10:15:03.318Z | 9:22 Error: Unexpected block statement surrounding arrow body; move the returned value immediately after the =>. arrow-body-style
2024-12-24T10:15:03.318Z | ./src/components/header/speech.js
2024-12-24T10:15:03.318Z | 2:1 Error: Expected 1 empty line after import statement not followed by another import. import/newline-after-import
2024-12-24T10:15:03.318Z | 12:9 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 15:9 Error: Missing an explicit type attribute for button react/button-has-type
2024-12-24T10:15:03.318Z | ./src/components/list-section/index.tsx
2024-12-24T10:15:03.318Z | 2:8 Warning: 'FeatureSvg' is defined but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 8:1 Error: This line has a length of 162. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 9:1 Error: This line has a length of 170. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 14:1 Error: This line has a length of 148. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 18:1 Error: This line has a length of 271. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | ./src/components/navigation/index.tsx
2024-12-24T10:15:03.318Z | 117:11 Error: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank
2024-12-24T10:15:03.318Z | 134:11 Warning: 'getCollapseProps' is assigned a value but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 134:29 Warning: 'getToggleProps' is assigned a value but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 134:45 Warning: 'isExpanded' is assigned a value but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 157:16 Warning: 'ButtonPairLarge0' was used before it was defined. @typescript-eslint/no-use-before-define
2024-12-24T10:15:03.318Z | 191:32 Error: Unexpected block statement surrounding arrow body; move the returned value immediately after the =>. arrow-body-style
2024-12-24T10:15:03.318Z | 222:7 Warning: 'ButtonPairLarge1' is assigned a value but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 222:32 Error: Unexpected block statement surrounding arrow body; move the returned value immediately after the =>. arrow-body-style
2024-12-24T10:15:03.318Z | 244:7 Warning: 'ButtonPairLarge2' is assigned a value but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 244:32 Error: Unexpected block statement surrounding arrow body; move the returned value immediately after the =>. arrow-body-style
2024-12-24T10:15:03.318Z | ./src/components/pricing-table/index.tsx
2024-12-24T10:15:03.318Z | 2:8 Warning: 'Check' is defined but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 4:8 Warning: 'Quote' is defined but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 8:8 Warning: 'ExpressonOfPeace' is defined but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 10:7 Warning: 'features' is assigned a value but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 26:1 Error: This line has a length of 123. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 34:13 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 37:13 Error: " can be escaped with ", “, ", ”. react/no-unescaped-entities
2024-12-24T10:15:03.318Z | 37:55 Error: " can be escaped with ", “, ", ”. react/no-unescaped-entities
2024-12-24T10:15:03.318Z | 38:13 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 39:13 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 40:58 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 42:11 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 52:21 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 53:11 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 54:11 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 61:13 Error: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text
2024-12-24T10:15:03.318Z | 61:13 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 62:1 Error: This line has a length of 124. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 66:13 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 78:14 Error: Expected space or tab before '*/' in comment. spaced-comment
2024-12-24T10:15:03.318Z | 86:15 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 88:1 Error: This line has a length of 136. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 101:1 Error: This line has a length of 130. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 132:14 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 180:11 Error: <iframe> elements must have a unique title property. jsx-a11y/iframe-has-title
2024-12-24T10:15:03.318Z | 180:11 Error: Empty components are self-closing react/self-closing-comp
2024-12-24T10:15:03.318Z | 193:1 Error: This line has a length of 135. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 196:15 Error: ' can be escaped with &apos;, &lsquo;, &#39;, &rsquo;. react/no-unescaped-entities
2024-12-24T10:15:03.318Z | 200:1 Error: This line has a length of 136. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 207:1 Error: This line has a length of 135. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 210:1 Error: This line has a length of 125. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 210:122 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 214:1 Error: This line has a length of 142. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 221:1 Error: This line has a length of 143. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 228:1 Error: This line has a length of 143. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 275:1 Error: This line has a length of 122. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 282:1 Error: This line has a length of 122. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | ./src/components/reel-section/index.tsx
2024-12-24T10:15:03.318Z | 2:8 Warning: 'Preferences' is defined but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | ./src/components/social-proof/index.tsx
2024-12-24T10:15:03.318Z | 3:8 Warning: 'Quote' is defined but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 24:1 Error: This line has a length of 171. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 132:1 Error: This line has a length of 121. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | 210:39 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 210:52 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 210:63 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 210:73 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 228:39 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 228:52 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 228:63 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | 228:73 Error: Strings must use backtick. @typescript-eslint/quotes
2024-12-24T10:15:03.318Z | ./src/components/video-section/index.tsx
2024-12-24T10:15:03.318Z | 2:8 Warning: 'Preferences' is defined but never used. @typescript-eslint/no-unused-vars
2024-12-24T10:15:03.318Z | 30:1 Error: This line has a length of 227. Maximum allowed is 120. max-len
2024-12-24T10:15:03.318Z | info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
2024-12-24T10:15:03.337Z | Dist directory does not exist