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

Security: Update vue cli related packages #1328

Merged
merged 12 commits into from
Sep 9, 2022
Merged

Security: Update vue cli related packages #1328

merged 12 commits into from
Sep 9, 2022

Conversation

zhen0
Copy link
Member

@zhen0 zhen0 commented Sep 8, 2022

Description

<! -- What is it meant to do? -->

Updates Vue CLI, moment.js and nth-check versions

Linked Issues

<! -- Use a key word (e.g. closes or resolves) to close related issues -->

Tests and performance

  • Changes to any .js files are covered by existing tests or this PR adds new tests (if not please explain why below)
  • No new packages are added or package size and performance considerations are discussed below
  • PR Title fits our changelog format

Releases/Changelog cuts only

@zhen0 zhen0 changed the title Vue cli Security: Update vue cli related packages Sep 8, 2022
@zhen0
Copy link
Member Author

zhen0 commented Sep 8, 2022

Looks like the netlify deploy is broken by a python version mismatch separate from this PR. I'll check in separately.

@zhen0 zhen0 marked this pull request as ready for review September 9, 2022 02:43
@@ -14,7 +14,7 @@ module.exports = {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'prettier/prettier': [
'error',
'warn',
Copy link
Member Author

Choose a reason for hiding this comment

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

The update in the vue-cli created a bunch of prettier errors that broke our build. This switches them to 'warn' so that we can still build the ui and add the update.

@zhen0 zhen0 merged commit 98b9083 into master Sep 9, 2022
@zhen0 zhen0 deleted the vue-cli branch September 9, 2022 16:58
@zhen0 zhen0 mentioned this pull request Sep 14, 2022
4 tasks
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