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 dependencies #164

Merged
merged 1 commit into from
Nov 11, 2022
Merged

chore: update dependencies #164

merged 1 commit into from
Nov 11, 2022

Conversation

nolanlawson
Copy link
Contributor

No description provided.

"eslint": "^8.27.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lerna": "^6.0.3",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Breaking changes in Lerna don't apply to us: https://github.com/lerna/lerna/blob/main/CHANGELOG.md

},
"volta": {
"node": "14.21.1",
"yarn": "1.22.19"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Figured we might as well add Volta; we were missing this. Circle CI is testing Node 14.

// At some point Babel stopped emitting duplicate newlines
return str.replace(/\n{2,}/g, '\n');
}

Copy link
Contributor

Choose a reason for hiding this comment

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

This is just to avoid having to update fixtures, yes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Correct.

@nolanlawson nolanlawson merged commit 7532c51 into master Nov 11, 2022
@nolanlawson nolanlawson deleted the nolan/deps-202211 branch November 11, 2022 19:18
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