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 all the things! #178

Merged
merged 1 commit into from Aug 30, 2022
Merged

upgrade all the things! #178

merged 1 commit into from Aug 30, 2022

Commits on Aug 29, 2022

  1. upgrade all the things!

    babel/helper-builder-react-jsx held back because of babel/babel#14886,
    can be upgraded once the fix is released
    
    svgr needs to stay @v5: gregberge/svgr#665 (comment)
    "We are moving forward, not backward. If you use webpack 4, then you should stick to SVGR v5."
    
    eslint-loader -> eslint-webpack-plugin @ v2
    from https://www.npmjs.com/package/eslint-loader "This loader has been deprecated. Please use eslint-webpack-plugin"
    from https://webpack.js.org/plugins/eslint-webpack-plugin/ "This is eslint-webpack-plugin 3.0 which works only with webpack 5. For the webpack 4, see the 2.x branch."
    
    TODO: still need to do
      "babel-eslint": "^10.1.0", -> "@babel/eslint-parser": "^7.0.0" + "@babel/eslint-plugin": "^7.0.0",
      eslint 7 -> 8
    didn't work easily for me..
    jonenst committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    56748ba View commit details
    Browse the repository at this point in the history