Skip to content

Update dependencies for default 🌴#51

Merged
amcgee merged 6 commits intomasterfrom
greenkeeper/initial-default
May 15, 2019
Merged

Update dependencies for default 🌴#51
amcgee merged 6 commits intomasterfrom
greenkeeper/initial-default

Conversation

@greenkeeper
Copy link
Copy Markdown
Contributor

@greenkeeper greenkeeper Bot commented May 15, 2019

This pull request updates all your dependencies in the group default to their latest version. Having them all up to date really is the best starting point for keeping up with new releases. As long as you have the group defined in your greenkeeper.json, Greenkeeper will look out for further dependency updates relevant to this group and make sure to always handle them together and in real-time.


🙈 How to ignore certain dependencies for this group

You may have good reasons for not wanting to update to a certain dependency right now. In this case, you can change the dependency’s version string in the package.json file back to whatever you prefer.

To make sure Greenkeeper doesn’t nag you again on the next update of this group, you can add the dependency to this group’s ignore field in the greenkeeper.json, for example:

// greenkeeper.json
{
  "groups": {
    "frontend": {
      "packages": [
        "frontend/package.json",
        "admin-dashboard/package.json"
      ],
      "ignore": [
        "eslint",
        "standard"
      ]
    }
  }
}
👩‍💻 How to update this pull request
  # Change into your repository’s directory
  git fetch --all
  git checkout greenkeeper/initial-default
  npm install-test
  # Adapt your code until everything works again
  git commit -m 'chore: adapt code to updated dependencies'
  git push https://github.com/dhis2/cli.git greenkeeper/initial-default
✨ How do dependency updates work with Greenkeeper?

After you merge this pull request, Greenkeeper will create a new branch whenever a dependency is updated, with the new version applied. The branch creation should trigger your testing services and check whether your code still works with the new dependency version. Depending on the the results of these tests Greenkeeper will try to open meaningful and helpful pull requests and issues, so your dependencies remain working and up-to-date.

-  "underscore": "^1.6.0"
+  "underscore": "^1.7.0"

The above example shows an in-range update. 1.7.0 is included in the old ^1.6.0 range, because of the caret ^ character .
When the test services report success Greenkeeper will silently delete the branch again, because no action needs to be taken – everything is fine.

However, should the tests fail, Greenkeeper will create an issue to inform you about the problem immediately.

This way, you’ll never be surprised by a dependency breaking your code. As long as everything still works, Greenkeeper will stay out of your way, and as soon as something goes wrong, you’ll be the first to know.

-  "lodash": "^3.0.0"
+  "lodash": "^4.0.0"

In this example, the new version 4.0.0 is not included in the old ^3.0.0 range.
For version updates like these – let’s call them “out of range” updates – you’ll receive a pull request.

This means that you no longer need to check for new versions manually – Greenkeeper will keep you up to date automatically.

These pull requests not only serve as reminders to update: If you have solid tests and good coverage, and the pull requests passes those tests, you can very likely just merge it and release a new version of your software straight away :shipit:

To get a better idea of which ranges apply to which releases, check out the extremely useful semver calculator provided by npm.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Good luck with your project and see you soon ✨

Your Greenkeeper bot 🌴

@amcgee amcgee requested review from Birkbjo and varl May 15, 2019 12:27
@amcgee
Copy link
Copy Markdown
Contributor

amcgee commented May 15, 2019

This was triggered by adding the missing utils package.json to greenkeeper.json. For some reason greenkeeper is still not generating yarn.lock correctly, though I hoped this might fix it. I regenerated it manually which added integrity blocks.

Maybe we need to remove the template's package.json from the greenkeeper default group? It's not in the yarn workspace so that could be messing something up. I'm not totally sure what the different greenkeeper groups do but maybe we could put it in a different one or remove it altogether.

@amcgee amcgee merged commit 129ee45 into master May 15, 2019
@amcgee amcgee deleted the greenkeeper/initial-default branch May 15, 2019 12:45
Birkbjo pushed a commit that referenced this pull request May 15, 2019
* chore(package): update dependencies

* chore(package): update dependencies

* chore(package): update dependencies

* chore(package): update dependencies

* chore(package): update lockfile yarn.lock

* chore: regenerate yarn.lock
@dhis2-bot
Copy link
Copy Markdown
Contributor

amcgee pushed a commit that referenced this pull request Sep 17, 2019
* feat: dhis-schema differ

* fix: remove parse from entrypoint-call

* fix: missed a .parse()

* fix: array to object, fixing diff bug. refactor to 3 args

* refactor(schema): format and output switch

* perf(schema): generate html, reduce html size by 90%

* chore: add utils package.json to greenkeeper

* chore: update dependencies for default 🌴 (#51)

* chore(package): update dependencies

* chore(package): update dependencies

* chore(package): update dependencies

* chore(package): update dependencies

* chore(package): update lockfile yarn.lock

* chore: regenerate yarn.lock

* feat(schema-fetch): add support for fetching schemas. refactoring

* fix: missing require, remove absolute-url check

* chore: merge yarn.lock

* feat: add link to report meta-info

* feat: add deep linking. Handle missing rev

* feat: add option to sort arrays

* docs(schema): wip docs and examples for schema diff

* fix: add missing formatter-file

* fix: support for ommiting protocol. Remove -b as flag

* feat(schemadiff): support for auth through config

* feat(schema-fetch): support multiple urls and baseurl

* fix(schema-fetch): fix baseurl

* docs(schema): fetch docs

* fix(schema): fallback to prompt if no config
dhis2-bot added a commit that referenced this pull request Sep 17, 2019
# [2.3.0](v2.2.2...v2.3.0) (2019-09-17)

### Features

* schema differ ([#43](#43)) ([c46e343](c46e343)), closes [#51](#51)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants