Closed greenkeeper[bot] closed 5 years ago
devDependency
release-it was updated from 7.6.3
to 8.0.1
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 8.1.0
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 8.2.0
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 8.3.0
.Update to this version instead π
The new version differs by 7 commits.
38b59dc
Release 8.3.0
03ca239
Update dependencies
f0ae5c7
Minor readme fixes
442ef96
Add note about public scoped packages
5f3fd4e
Update examples in readme
86a2c77
Support config in package.json#release-it
15eea84
Add v8 to major changelog
See the full diff
devDependency
release-it was updated from 7.6.3
to 8.3.1
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 8.4.0
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 8.4.1
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 8.4.2
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 9.0.0
.Update to this version instead π
The new version differs by 12 commits.
83f1f88
Release 9.0.0
ff75970
Add updates/changelog notice & remove temp v8 notice
fb9990c
Add demo for pre-releases
fc1093e
Release 9.0.0-beta.4
e4e04a7
Fix/clean up dist defaults
bc3b137
Indicate pre-release in github prompt
867f65c
Fix priority of --npm.tag
b15b856
Release 9.0.0-beta.3
7e2e9e7
Minor refactorings
ec3e010
Fix npm tag for pre-release
3607e70
Add link to repository dependents to readme
2ee03e5
Update readme with note re. v8/9 (closes #415)
See the full diff
devDependency
release-it was updated from 7.6.3
to 9.0.1
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 9.1.0
.Update to this version instead π
The new version differs by 8 commits.
5df3a59
Release 9.1.0
83f2e7c
Minor refactoring
e2d063c
Guard against invalid repo stage dir (must be subdir)
20b5dee
Improve config handling and namings
eae084d
Update readme
fafa597
Remove obsolete dist repo suffix
8e278cc
Skip github assets step if applicable
26600c0
Remove obsolete helper
See the full diff
devDependency
release-it was updated from 7.6.3
to 9.2.0
.Update to this version instead π
Buffer.from
(Buffer()
is deprecated) (09634d2)The new version differs by 13 commits.
dbfce13
Release 9.2.0
09634d2
Use Buffer.from
(Buffer()
is deprecated)
24038ce
Update contributing guide
17edd60
Import/use npm client as object + fix undefined name
50087b9
Move release url get/set to github client
7f68a3a
Log error if unexpected
1e39662
Put repeated code in test helper
31d43e0
Minor edit readme
0aed5bd
Improve error messages
ae8e2f0
Log regular messages without spinner
522df0c
Use @webpro/is-subdir + add test
cef3566
Show GitHub and npm urls (#422)
914044e
Update readme
See the full diff
devDependency
release-it was updated from 7.6.3
to 9.3.0
.Update to this version instead π
shelljs
as object for easier stubbing in tests (a28c23b)git.reset
to revert initial bump when release process is cancelled (3e96a62)The new version differs by 17 commits.
3d1694e
Release 9.3.0
ed0f7ec
Add SIGINT event to reset bump
5378c1e
Update dependencies
430abd8
Fix pushRepo url when pushing
4a07b33
Refactor tests regarding shell, sinon
32d64f1
Fix up npm.publish name arg
a28c23b
Import shelljs
as object for easier stubbing in tests
9380a1c
Skip npm publish tests in npm < 6, because dry-run
406764e
Modify tests for Windows
70c01ef
Fix lint issues
ffcfed4
Add tests for npm.publish
1805766
Add tests for git methods
3e96a62
Add git.reset
to revert initial bump when release process is cancelled
d5c7716
Fix list in contrib guide
180f131
Link to metrics implementation for more details (closes #425)
There are 17 commits in total.
See the full diff
devDependency
release-it was updated from 7.6.3
to 9.4.0
.Update to this version instead π
use
option to take latest version from git.tag
or pkg.version
(4cfd598)The new version differs by 12 commits.
115856c
Release 9.4.0
2f60c9b
Update dependencies
b3ea926
Lint
ef8e773
Update readme
f6da777
Don't exit process if bump failed
c9b17f8
Lazy resolve config files
d2eea34
Add tests to finish tasks without errors
4cfd598
Add use
option to take latest version from git.tag
or pkg.version
20410ba
Fix up & simplify github client error handling
0652fbe
Allow to start process using the same version
63d27d8
Refactor loose modules into classes w/ dependency injection
f9048e2
Remove exit event to reset bump
See the full diff
devDependency
release-it was updated from 7.6.3
to 9.4.1
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 9.4.2
.devDependency
release-it was updated from 7.6.3
to 9.4.3
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 9.4.4
.Update to this version instead π
html
reporter to coverage output (adb32f7)deprecated-obj
+ add tests (c723d66)npm publish
+ add tests (29b2bcc)The new version differs by 8 commits.
d1a1942
Release 9.4.4
89a89ea
Update dependencies
adb32f7
Add html
reporter to coverage output
c723d66
Use deprecated-obj
+ add tests
89dcf79
Remove unused methods
29b2bcc
Stub octokit and npm publish
+ add tests
93b1fe5
Fix dist.git options into git dist client
4939533
Skip assets upload if release was not completed
See the full diff
devDependency
release-it was updated from 7.6.3
to 9.5.0
.Update to this version instead π
github-client
to github
(7c3aba7)Log::clearLine
) (8533455)latestTag
intact, normalize latestVersion
instead (6e6d8b5)github.releaseNotes
to override scripts.changelog
explicitly for gh releases (839e2bf)The new version differs by 8 commits.
3612c75
Release 9.5.0
7c3aba7
Rename github-client
to github
8533455
Fix newlines from shelljs (remove Log::clearLine
)
5eaf0dd
Debug setup maintenance
4f2a330
Remove todo (it's ok)
6e6d8b5
Keep latestTag
intact, normalize latestVersion
instead
839e2bf
Introduce github.releaseNotes
to override scripts.changelog
explicitly for gh releases
800aa07
Fix test
See the full diff
devDependency
release-it was updated from 7.6.3
to 9.5.1
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 9.6.1
.Update to this version instead π
The new version differs by 8 commits.
7e34118
Release 9.6.1
8838fec
Fix glRelease prompt defaults/docs
8382a84
Release 9.6.0
b452d95
Base class for GitHub/GitLab classes
2c1a82b
Update readme
f9e827d
Fix/consistent GitHub var names
0f4fc45
Add support for GitLab "releases" (attach release notes to tag)
c124be4
Fix suffix in preview helper
See the full diff
devDependency
release-it was updated from 7.6.3
to 9.6.2
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 9.6.3
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 9.6.4
.Update to this version instead π
otpPrompt
to otpCallback
(12d5991)mockStdIo
, easier to debug, more accurate assertions) (b1e0b99)npm.publish
, add warning (d15da98)The new version differs by 8 commits.
8129238
Release 9.6.4
ab4700a
Move retrier to base class
ec2ba0e
Migrate from tape to ava
12d5991
Rename otpPrompt
to otpCallback
a99bb63
Remove unnecessary regex
b1e0b99
Introduce DI for task runner (tests less dependent on mockStdIo
, easier to debug, more accurate assertions)
192e20f
Refactor dual non/interactive flows into a single flow w/ steps
d15da98
Move private check to npm.publish
, add warning
See the full diff
devDependency
release-it was updated from 7.6.3
to 9.6.5
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 9.7.0
.Update to this version instead π
Log
class (e982435)log.dry
into log.exec
and replace dry text with !
prefix (c49be57)git diff-index
(c628ad9)GitRepoError
message (ac19804)--no-git
shorthand to skip Git steps (cbee426)async
keywords (62081d8)eslint-plugin-ava
and recommended config (52d7451)npm.validate
(check whether npm is up, user is authenticated) (e3a675b)wait
and rejectAfter
utils (ea94cf4)The new version differs by 17 commits.
c085b02
Release 9.7.0
3ac1e3b
Always fully log unhandled errors
e982435
Add tests for Log
class
c49be57
Merge log.dry
into log.exec
and replace dry text with !
prefix
f25cd26
Always silence shelljs
84d3f17
Refactor prompt module into class & add tests
c628ad9
Remove obsolete argument to git diff-index
ac19804
Improve GitRepoError
message
cbee426
Add --no-git
shorthand to skip Git steps
8b6e173
Optimize & merge Git init/validation
62081d8
Remove unnecessary async
keywords
52d7451
Add eslint-plugin-ava
and recommended config
e3a675b
Add npm.validate
(check whether npm is up, user is authenticated)
ea94cf4
Add wait
and rejectAfter
utils
56852bd
Rename constant
There are 17 commits in total.
See the full diff
devDependency
release-it was updated from 7.6.3
to 9.7.1
.Update to this version instead π
log.exec
(fb70706)npm.validate
(3f1a160)Spinner
class (3fcaf0a)The new version differs by 12 commits.
f771510
Release 9.7.1
0f312cf
Fix "latestIsPreRelease" scenario
fd4dde2
Make a few methods more fail-safe
fb70706
Refactor default prefix for log.exec
72fd459
Rename codecov (dotfile)
3f1a160
Add tests for npm.validate
73c233f
Remove unused error
180da48
Update readme
b14ea05
Config travis & codecov
0215a94
Update npm cache config in travis
3fcaf0a
Add tests for Spinner
class
357381b
Fix lint issues
See the full diff
devDependency
release-it was updated from 7.6.3
to 9.8.0
.Update to this version instead π
The new version differs by 6 commits.
d75b3bb
Release 9.8.0
1de19c2
Deprecate distribution repo (dist.repo
)
ead4711
Refactor a bit to improve readability
85e1928
Move dist repo flow to separate module
c9f9f4c
Update readme, move some code to "recipes" (+1 squashed commit)
a0c7d03
Test templated prompt messages
See the full diff
devDependency
release-it was updated from 7.6.3
to 9.8.1
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 10.0.0
.Update to this version instead π
The new version differs by 25 commits.
72f512c
Release 10.0.0
d546cc1
Update dev docs
ccc3922
Release 10.0.0-rc.2
eda4aa8
Fix debug flag
0b222b0
Release 10.0.0-rc.1
c3d0333
Fix registry version check for pre-releases
af0e39d
Fix up tests
8e6100e
Improve consistency/clarity in gitlab/github classes
fb10e89
Bugfix for gitlab.release fallback
34fa220
Release 10.0.0-rc.0
17d42e8
Update dependencies
eb3c3f8
Update docs
6164050
Improve handling of --no-git
0f351ed
Better handling of "obtrusive" logs
574127e
Start some kind of refs doc for development
There are 25 commits in total.
See the full diff
devDependency
release-it was updated from 7.6.3
to 10.0.8
.devDependency
release-it was updated from 7.6.3
to 10.0.9
.devDependency
release-it was updated from 7.6.3
to 10.1.0
.devDependency
release-it was updated from 7.6.3
to 10.2.0
.Update to this version instead π
The new version differs by 7 commits.
0ee45f3
Release 10.2.0
1f126ef
Trim shell commands
69a930d
Fix default npm package base url
24fe2df
Update dependencies
1b89524
Add the -u
flag to the conventional-changelog
example (#460)
a39d7ae
change to execute scripts.changelog even in dry run mode (#473)
e14d67a
Support publishConfig.registry (#471)
See the full diff
devDependency
release-it was updated from 7.6.3
to 10.3.0
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 10.3.1
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 10.4.0
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 10.4.1
.Update to this version instead π
devDependency
release-it was updated from 7.6.3
to 10.4.2
.devDependency
release-it was updated from 7.6.3
to 10.4.3
.devDependency
release-it was updated from 7.6.3
to 10.4.4
.
The devDependency release-it was updated from
7.6.3
to8.0.0
.This version 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.
Release Notes for Release 8.0.0
src.tagArgs
and fix up extra arguments (eb99384)force
flag (64fb0b0)Commits
The new version differs by 15 commits.
7a71e65
Release 8.0.0
fe212e5
Update readme
eb99384
Add
src.tagArgs
and fix up extra arguments501a5a7
Update dependencies
45bb741
Update readme
7a094e2
Add license
8b02837
ci: test Node.js 11 (#394)
0fac81a
Update examples
b37e1df
Remove emoji and update headings, install markdown-toc
64fb0b0
Remove
force
flag7e34aac
Fix push repo for dist release
158274f
Ignore got updates
e37011a
Lint
e83765c
Update dependencies
73e0ff3
Update dependencies
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: