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

chore: update testing-library, husky and lerna major versions #1519

Merged
merged 1 commit into from
May 28, 2024

Conversation

balzss
Copy link
Contributor

@balzss balzss commented May 16, 2024

INSTUI-3847
INSTUI-3936

@balzss balzss self-assigned this May 16, 2024
Copy link

Preview URL: https://1519--preview-instui.netlify.app

@balzss balzss marked this pull request as ready for review May 17, 2024 08:39
@matyasf matyasf self-requested a review May 24, 2024 08:46
Copy link
Collaborator

@matyasf matyasf left a comment

Choose a reason for hiding this comment

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

CI is failing with
@instructure/ui-file-drop: 350:9 error A form label must be associated with a control jsx-a11y/label-has-associated-control

@balzss
Copy link
Contributor Author

balzss commented May 24, 2024

CI is failing with @instructure/ui-file-drop: 350:9 error A form label must be associated with a control jsx-a11y/label-has-associated-control

yeah, it's tricky because if I fix it and commit it, our linter changes it back which throws the lint error... I'll find another way I guess

Comment on lines +29 to +46
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7"
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@codemirror/autocomplete": "^6.10.2",
"@codemirror/commands": "^6.3.0",
"@babel/runtime": "^7.24.5",
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/commands": "^6.5.0",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.6",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.2",
"@codemirror/language": "^6.9.1",
"@codemirror/legacy-modes": "^6.3.3",
"@codemirror/lint": "^6.4.2",
"@codemirror/search": "^6.5.4",
"@codemirror/state": "^6.3.0",
"@codemirror/view": "^6.21.3",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/language": "^6.10.1",
"@codemirror/legacy-modes": "^6.4.0",
"@codemirror/lint": "^6.7.1",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
Copy link
Collaborator

Choose a reason for hiding this comment

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

This went trough without bugs this time?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes and I didn't need to pin any packages this time. I'm not sure why it was failing previous times

@balzss balzss merged commit 3b39779 into master May 28, 2024
8 checks passed
@balzss balzss deleted the chore/update-deps branch May 28, 2024 12:16
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.

None yet

3 participants