react-container-dimensions
react-container-dimensions copied to clipboard
Update npmpub to the latest version ๐
Version 4.0.0 of npmpub was just published.
Dependency |
npmpub
|
---|---|
Current Version | 3.1.0 |
Type | devDependency |
The version 4.0.0 is not covered by your current version range.
If you donโt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of npmpub.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donโt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
4.0.0- Use
yarn --frozen-lockfile
ornpm ci
for cleanup
Commits
The new version differs by 13 commits.
bd27244
4.0.0
3e1ece6
Prevent security warning
f7d7407
Support yarn and better cleanup
bce00b2
Update eslint + eslint config
ce70493
Prevent windows issue
f032b5d
Format with prettier
d3a903f
Add yarn.lock
083eca1
Add prettier + pretty-quick + husky
f4e4720
Tags are now annotated tags (#16)
b1be7b9
Fix checking upstream on Windows (#23)
f620a67
Add npm badge (#20)
7f33f16
Update README.md
8d42e88
Add a note about github-release-from-changelog
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donโt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Version 4.0.1 just got published.
Update to this version instead ๐
Release Notes
4.0.1- Fixed: annotated tags won't have "created with npmpub" anymore.
Version 4.1.0 just got published.
Update to this version instead ๐
Release Notes
4.1.0- Use
npm install
if no lock files found (by @hudochenkov in #25).