-
-
Notifications
You must be signed in to change notification settings - Fork 158
refactor: apply webpack-defaults
#102
Conversation
a477287
to
83a8044
Compare
codecov.yml
Outdated
@@ -0,0 +1,17 @@ | |||
codecov: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed in Defaults but not released yet. This will limit the number of checks on PRs to just changes
codecov:
branch: master
coverage:
precision: 2
round: down
range: 70...100
status:
project: no
patch: yes
comment: 'off'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rest of what's in that codecov config has evidently been deprecated / changed since last we looked at it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
83a8044
to
c951d9d
Compare
c951d9d
to
c5b8545
Compare
- Upgrades to `webpack-defaults@2.0.0` - Drops support for `node =< v4.0.0` - Sets the minimum `peerDependency` to `webpack >= 3.0.0` BREAKING CHANGE: Sets `engines` to `"node": ">= 6.9.0 || >= 8.9.0"` BREAKING CHANGE: Drops support for `webpack =< v2.0.0`
c5b8545
to
0e103c7
Compare
Updated the commit message body, will this be picked up by |
No, it will only pick up the squashed commit message unless you do a rebase merge. I have avoided enabling those because commits = contribution = open collective points which could be perceived negatively if pull request were merged as rebase with 5 or 6 individual hashs |
I usually just paste the body in the original comment so it's easy to grab when it's merged. |
Besides some rare exceptions squash merge should definitely be default 👍, would pasting a summary in the squash merge description field be picked by |
Notable Changes
webpack-defaults@next
Commit Message Summary (CHANGELOG)
Issues