Skip to content

refactor: update regression test dependencies#2537

Open
matyasf wants to merge 1 commit intomasterfrom
update_regression_deps
Open

refactor: update regression test dependencies#2537
matyasf wants to merge 1 commit intomasterfrom
update_regression_deps

Conversation

@matyasf
Copy link
Copy Markdown
Collaborator

@matyasf matyasf commented May 5, 2026

Also use ESLint from the root package.

To check:

  • run the lint command in the regression test
  • run the regression test locally

@matyasf matyasf requested review from balzss and joyenjoyer May 5, 2026 14:09
@matyasf matyasf self-assigned this May 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://instructure.design/pr-preview/pr-2537/

Built to branch gh-pages at 2026-05-07 13:12 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Copy link
Copy Markdown
Contributor

@joyenjoyer joyenjoyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ran the lint command locally. It is a small project but the running time was very long, almost a minute. It found a surprisingly high number of issues:

✖ 370340 problems (286751 errors, 83589 warnings)
271514 errors and 0 warnings potentially fixable with the --fix option.

It goes into every folder, even into build artifacts and next js runtime built files, I would ignore those, please look into it. Cypress command was ok.

@matyasf matyasf force-pushed the update_regression_deps branch 2 times, most recently from 518e029 to 705b60e Compare May 7, 2026 12:52

export default function placeholderImage(width = 512, height = 512) {
// We need to base64 encode this because otherwise FF will add extra escape chars
// eslint-disable-next-line no-undef
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were some random files that havent been linted for a while and our linter config changes, so they were showing errors. This is fixed now

@matyasf
Copy link
Copy Markdown
Collaborator Author

matyasf commented May 7, 2026

I ran the lint command locally. It is a small project but the running time was very long, almost a minute. It found a surprisingly high number of issues

I've fixed this, the .next folder was not ignored

@matyasf matyasf requested a review from joyenjoyer May 7, 2026 12:54
Also use ESLint from the root package
@matyasf matyasf force-pushed the update_regression_deps branch from 705b60e to 14e910e Compare May 7, 2026 13:08
github-actions Bot pushed a commit that referenced this pull request May 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

Visual regression report

No changes.

Status Count
Unchanged 32
Changed 0
New 0
Removed 0

📊 View full report

Baselines come from the visual-baselines branch. They refresh on every merge to master.

Copy link
Copy Markdown
Contributor

@joyenjoyer joyenjoyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks ok, eslint runs well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants