Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: makeomatic/ms-conf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.2
Choose a base ref
...
head repository: makeomatic/ms-conf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 21, 2020

  1. feat: @makeomatic/confidence 5.x.x, supports @hapi/joi 17 & node 12+

    BREAKING CHANGE: minimum engine version is 12+, nested deps has multiple breaking changes
    AVVS committed Jan 21, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    AVVS Vitaly Aminev
    Copy the full SHA
    94346cd View commit details
  2. chore: update .releaserc

    AVVS committed Jan 21, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    AVVS Vitaly Aminev
    Copy the full SHA
    71cb6b3 View commit details
Showing with 1,896 additions and 1,477 deletions.
  1. +3 −0 .mocharc.json
  2. +1 −1 .releaserc.json
  3. +20 −19 package.json
  4. +0 −1 test/mocha.opts
  5. +1,872 −1,456 yarn.lock
3 changes: 3 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"require": ["@babel/register"]
}
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branch": "master",
"branches": ["master"],
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -29,33 +29,34 @@
},
"homepage": "https://github.com/makeomatic/ms-conf#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-strict-mode": "^7.2.0",
"@babel/register": "^7.5.5",
"@makeomatic/deploy": "^8.4.5",
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-transform-strict-mode": "^7.8.3",
"@babel/register": "^7.8.3",
"@makeomatic/deploy": "^10.0.0",
"babel-eslint": "^10.0.3",
"babel-plugin-istanbul": "^5.2.0",
"bluebird": "^3.5.5",
"codecov": "^3.5.0",
"cross-env": "^5.2.0",
"eslint": "^6.2.2",
"babel-plugin-istanbul": "^6.0.0",
"bluebird": "^3.7.2",
"codecov": "^3.6.1",
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-makeomatic": "^3.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.1.0",
"eslint-config-makeomatic": "^4.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-promise": "^4.2.1",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"sinon": "^7.4.1"
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"sinon": "^8.1.0"
},
"dependencies": {
"@makeomatic/confidence": "^4.0.2",
"@makeomatic/confidence": "^5.0.0",
"camelcase": "^5.3.1",
"debug": "^4.1.0",
"dotenv": "^8.1.0",
"dotenv": "^8.2.0",
"eslint-plugin-unicorn": "^15.0.1",
"eventemitter3": "^4.0.0",
"glob": "^7.1.4",
"glob": "^7.1.6",
"lodash.mergewith": "^4.6.2",
"lodash.reduce": "^4.6.0",
"lodash.uniq": "^4.5.0",
1 change: 0 additions & 1 deletion test/mocha.opts

This file was deleted.

3,328 changes: 1,872 additions & 1,456 deletions yarn.lock

Large diffs are not rendered by default.