This repository has been archived by the owner on Jun 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Update dependencies to enable Greenkeeper 🌴 #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #1 +/- ##
=======================================
Coverage 53.33% 53.33%
=======================================
Files 1 1
Lines 15 15
Branches 2 2
=======================================
Hits 8 8
Misses 7 7 Continue to review full report at Codecov.
|
mattyclarkson
force-pushed
the
greenkeeper/initial
branch
2 times, most recently
from
February 6, 2018 15:53
fe84f86
to
0f7e2ad
Compare
mattyclarkson
force-pushed
the
greenkeeper/initial
branch
from
February 6, 2018 16:13
0f7e2ad
to
748f4a0
Compare
Can be re-enabled once TypeStrong/typedoc#694 is released. Probably in 0.10.1
mattyclarkson
approved these changes
Feb 6, 2018
mattyclarkson
added a commit
that referenced
this pull request
Feb 7, 2018
We need to be able to re-map the TypeScript declaration files as well as the generated ECMAscript output files. This will require almost exactly the same process as the ECMAscript re-mapping. The classes that handle the re-mapping have been made generic so that we can re-use the same framework for the declaration re-mapping. See #1 BREAKING CHANGE: The re-mapping classes have been made generic and there are ES derived variants of each. This is required so that we can nicely re-map TypeScript declaration files using the same re-mapping framework. The demo library code in the `README` will still work, however, the modules have all moved around hence the breaking change 💥 If you do not do any module loading of the library, then you will require no code changes other than upgrading your dependency
mattyclarkson
added a commit
that referenced
this pull request
Feb 7, 2018
Adds the necessary derived classes to map the paths in the generated TypeScript declaration files. fixes #1
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Let’s get started with automated dependency management for tspm 💪
yarn.lock
file in this repository. Please use greenkeeper-lockfile to make sure this gets updated as well.This pull request updates all your dependencies to their latest version. Having them all up to date really is the best starting point for keeping up with new releases. Greenkeeper will look out for further dependency updates and make sure to handle them in isolation and in real-time, but only after you merge this pull request.
Important: Greenkeeper will only start watching this repository’s dependency updates after you merge this initial pull request.
🏷 How to check the status of this repository
Greenkeeper adds a badge to your README which indicates the status of this repository.
This is what your badge looks like right now 👉
🙈 How to ignore certain dependencies
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, add a
greenkeeper.ignore
field to yourpackage.json
, containing a list of dependencies you don’t want to update.👩💻 How to update this pull request
✨ 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.
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.
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
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 🌴