Skip to content

Conversation

@jrolfs
Copy link
Collaborator

@jrolfs jrolfs commented Jun 12, 2020

No description provided.

jrolfs added 11 commits March 26, 2020 17:50
BREAKING CHANGE: .opt-* won't be supported anymore, so formatting will always happen on pre-commit
BREAKING CHANGE: Default Node compilation target is now 10.13+
BREAKING CHANGE: Updates to latest version of lint-staged which may break you if you're using a custom config for it and have `git add`
Use Prettier configuration from upstream repository (https://github.com/kentcdodds/kcd-scripts) instead of the shared configuration distributed with this package from `src/config/prettierrc.js` in order to maintain the ability to merge the upstream repo.
BREAKING CHANGE: linting TypeScript files now requires `parserOptions.project` to be specified in your ESLint configuration. If your `tsconfig.json` is at your project root, chances are you'll be fine with no changes as this project attempts to configure ESLint for that scenario. However, if you have your `tsconfig.json` elsewhere or have some other custom setup you will likely need to specify `parserOptions.project` in your `.eslintrc.json` to point at your `tsconfig.json`
BREAKING CHANGE: this enables new ESLint rules that may cause linting done with `hover-scripts lint` to start to fail
Ensure installed versions of 'eslint-plugin-react' and 'eslint-plugin-react-hooks' are compatible with 'eslint-config-airbnb'
@codecov-commenter
Copy link

codecov-commenter commented Jun 12, 2020

Codecov Report

Merging #143 into master will increase coverage by 2.19%.
The diff coverage is 97.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
+ Coverage   86.66%   88.85%   +2.19%     
==========================================
  Files          21       21              
  Lines         345      359      +14     
  Branches       81       86       +5     
==========================================
+ Hits          299      319      +20     
+ Misses         36       33       -3     
+ Partials       10        7       -3     
Impacted Files Coverage Δ
src/config/babelrc.js 76.92% <ø> (ø)
src/config/prettierrc.js 100.00% <ø> (ø)
src/run-script.js 97.43% <90.90%> (-2.57%) ⬇️
src/config/helpers/eslint.js 100.00% <100.00%> (ø)
src/config/jest.config.js 84.21% <100.00%> (ø)
src/config/lintstagedrc.js 100.00% <100.00%> (ø)
src/config/rollup.config.js 71.42% <100.00%> (ø)
src/index.js 85.71% <100.00%> (+5.71%) ⬆️
src/scripts/ci-after-success.js 100.00% <100.00%> (ø)
src/scripts/format.js 100.00% <100.00%> (ø)
... and 3 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 d411490...e77a747. Read the comment docs.

@jrolfs jrolfs merged commit 34478c8 into master Jun 12, 2020
@jrolfs jrolfs deleted the next branch June 12, 2020 03:49
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