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 dev env packages. #695

Merged
merged 13 commits into from Jun 30, 2020
Merged

Upgrade dev env packages. #695

merged 13 commits into from Jun 30, 2020

Conversation

sotarok
Copy link
Member

@sotarok sotarok commented Jun 22, 2020

Upgrade:

  • eslint*
  • prettier
  • webpack and related
  • babel and related
  • jest
  • typescript
  • and so far.

@sotarok sotarok temporarily deployed to crowi-dev-pr-695 June 29, 2020 05:50 Inactive
@codecov
Copy link

codecov bot commented Jun 30, 2020

Codecov Report

Merging #695 into master will increase coverage by 0.02%.
The diff coverage is 52.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #695      +/-   ##
==========================================
+ Coverage   22.42%   22.45%   +0.02%     
==========================================
  Files         268      268              
  Lines        7549     7548       -1     
  Branches     1154     1154              
==========================================
+ Hits         1693     1695       +2     
+ Misses       4780     4777       -3     
  Partials     1076     1076              
Impacted Files Coverage Δ
client/app.tsx 0.00% <0.00%> (ø)
client/components/Admin/App/AWSSettings.tsx 0.00% <0.00%> (ø)
client/components/Admin/App/AppPage.tsx 0.00% <0.00%> (ø)
client/components/Admin/App/AppSettings.tsx 0.00% <0.00%> (ø)
client/components/Admin/App/GitHubSettings.tsx 0.00% <0.00%> (ø)
client/components/Admin/App/GoogleSettings.tsx 0.00% <0.00%> (ø)
client/components/Admin/App/MailSettings.tsx 0.00% <0.00%> (ø)
client/components/Admin/App/SecuritySettings.tsx 0.00% <0.00%> (ø)
client/components/Admin/Backlink/BacklinkPage.tsx 0.00% <0.00%> (ø)
...onents/Admin/Notification/NotificationPatterns.tsx 0.00% <0.00%> (ø)
... and 116 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0ac4fd...bb8f854. Read the comment docs.

"eqeqeq": "off",
"camelcase": "off",
Copy link
Member Author

Choose a reason for hiding this comment

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

We'll fix these offs step by step.

@@ -93,7 +93,7 @@ export default class CrowiRenderer {
result = code
}

result = escape ? result : Crowi.escape(result, true)
result = escaped ? result : Crowi.escape(result, true)
Copy link
Member Author

Choose a reason for hiding this comment

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

This is just a bug ...

"typescript": "^3.7.3"
"ts-jest": "^26.1.1",
"ts-node": "^8.10.2",
"typescript": "^3.8.3"
Copy link
Member Author

Choose a reason for hiding this comment

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

Upgraded typescript not to 3.9 but 3.8, because of webpack/webpack/issues/10227

@sotarok sotarok marked this pull request as ready for review June 30, 2020 15:00
@sotarok sotarok requested a review from lightnet328 June 30, 2020 15:00
@sotarok sotarok changed the title Upgrade jest Upgrade dev env packages. Jun 30, 2020
@sotarok sotarok merged commit 9facea9 into master Jun 30, 2020
@sotarok sotarok deleted the upgrade/jest branch June 30, 2020 15:36
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

2 participants