Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update dependencies to enable Greenkeeper 🌴#13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
greenkeeper wants to merge3 commits intorevert
base:revert
Choose a base branch
Loading
fromgreenkeeper/initial

Conversation

@greenkeeper
Copy link

Let’s get started with automated dependency management for typescript-vue-practice 💪

🔒 Greenkeeper has found apackage-lock.json file in this repository. Greenkeeper supports lockfile updates for public packages. If you use private packages in your repository, please usegreenkeeper-lockfile to make sure these can get updated as well.

This pull requestupdates 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 afteryou 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 👉Greenkeeper badge

🙈 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 canchange the dependency’s version string in thepackage.json file back to whatever you prefer.

To make sure Greenkeeper doesn’t nag you again on the next update, add agreenkeeper.ignore field to yourpackage.json, containing a list of dependencies you don’t want to update.

// package.json{"greenkeeper":{"ignore":["package-names","you-want-me-to-ignore"]}}
👩‍💻 How to update this pull request
# Change into your repository’s directory  git fetch --all  git checkout greenkeeper/initial  npm install-test# Adapt your code until everything works again  git commit -m'chore: adapt code to updated dependencies'  git push https://github.com/CuongStf/typescript-vue-practice.git greenkeeper/initial
✨ 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 thecaret^ 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 version4.0.0 isnot 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 thatyou 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 usefulsemver calculator provided by npm.

FAQ and help

There is a collection offrequently asked questions. If those don’t help, you can alwaysask the humans behind Greenkeeper.


Good luck with your project and see you soon ✨

YourGreenkeeper bot 🌴

@greenkeeper
Copy link
Author

Hey there 👋,

we noticed that this PR isn’t merged yet. Just to let you know: if you don't merge this PR,Greenkeeper will not be enabled on this repo, and you won't receive updates for your dependencies.

If you don't want to enable Greenkeeper here, just close or ignore this PR, we won't nag you again. ✌️

Have a great day! 🌴

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp