Skip to content

TypeScript 3.5, Yarn Plug'n'play now second class citizen

Compare
Choose a tag to compare
@onigoetz onigoetz released this 21 Jun 19:47
· 2131 commits to master since this release

Highlights

  • TypeScript 3.5.2
  • Don't make Yarn Plug'n'play a first class citizen anymore. Allow build failure
  • Disable some ESLint rules for TypeScript

TypeScript 3.5.2

https://devblogs.microsoft.com/typescript/announcing-typescript-3-5/

Yarn Plug N Play

Yarn Plug'n'play is very nice but is not ready for usage in Crafty's context. You might have some success using it if what you use isn't TypeScript. Module resolution doesn't work at all with TypeScript

Disable TypeScript rules

  • no-shadow - This is not as useful as we have types for our variables

Updates

  • @typescript-eslint/eslint-plugin from 1.7.0 to 1.10.2
  • @typescript-eslint/parser from 1.7..0 to 1.10.2
  • ansi-colors from 3.2.4 to 4.0.0
  • autoprefixer from 9.5.1 to 9.6.0
  • babel-eslint from 10.0.1 to 10.0.2
  • browserslist from 4.6.0 to 4.6.3
  • camelcase-keys from 5.2.0 to 6.0.0
  • css-loader from 2.1.1 to 3.0.0
  • enzyme-adapter-react-16 from 1.13.1 to 1.14.0
  • enzyme from 3.9.0 to 3.10.0
  • eslint-plugin-import from 2.17.2 to 2.17.3
  • eslint-plugin-sonarjs from 0.3.0 to 0.4.0
  • fork-ts-checker-webpack-plugin from 1.3.4 to 1.3.7
  • gulp-imagemin from 5.0.3 to 6.0.0
  • mini-css-extract-plugin from 0.6.0 to 0.7.0
  • postcss-logical from 3.0.0 to 4.0.2
  • postcss-value-parser from 3.3.1 to 4.0.0
  • postcss from 7.0.16 to 7.0.17
  • react-hot-loader from 4.8.8 to 4.11.1
  • rollup-plugin-node-resolve from 5.0.0 to 5.0.3
  • rollup-plugin-typescript2 from 0.21.1 to 0.21.2
  • rollup from 1.12.3 to 1.15.6
  • stylelint-prettier from 1.1.0 to 1.1.1
  • stylelint-scss from 3.6.1 to 3.8.0
  • stylelint from 10.0.1 to 10.1.0
  • terser-webpack-plugin from 1.2.4 to 1.3.0
  • ts-loader from 6.0.1 to 6.0.3
  • typescript from 3.4.5 to 3.5.2
  • webpack-dev-server from 3.4.1 to 3.7.2
  • webpack from 4.32.2 to 4.35.0