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

Upgrade dependencies/devDependencies #844

Merged
merged 2 commits into from
Jun 14, 2021
Merged

Conversation

stefanpenner
Copy link
Collaborator

To ensure we catch issues with dependencies sooner, I am beginning to upgrading our dependencies, and plan to address issues encountered during that process.

@@ -8,7 +8,7 @@ module.exports = {
sourceType: 'module',
},
plugins: ['import', 'prettier', '@typescript-eslint'],
extends: ['prettier', 'prettier/@typescript-eslint'],
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@stefanpenner
Copy link
Collaborator Author

Upgrading jest introduces some require mock, which seems to break require.cache accesses used in some older versions of the template compiler code. Until we remove that from our tests, or fix jest, we may be stuck on an old version of jest.

@stefanpenner stefanpenner force-pushed the update-depedencies branch 2 times, most recently from 93611e3 to 3cab908 Compare June 11, 2021 20:38
* formatting changes are a result of upgrading eslint-config-prettier
@stefanpenner stefanpenner force-pushed the update-depedencies branch 2 times, most recently from b0893e8 to ee80c93 Compare June 11, 2021 20:43
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
packages/compat/package.json Outdated Show resolved Hide resolved
@stefanpenner stefanpenner force-pushed the update-depedencies branch 5 times, most recently from 4bd4fad to f5a069d Compare June 11, 2021 21:59
@stefanpenner stefanpenner merged commit a2883a9 into master Jun 14, 2021
@stefanpenner stefanpenner deleted the update-depedencies branch June 14, 2021 13:06
@rwjblue rwjblue changed the title [hygiene] upgrade dependencies Upgrade dependencies/devDependencies Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants