angular-translate-loader
angular-translate-loader copied to clipboard
An in-range update of semantic-release is breaking the build π¨
The devDependency semantic-release was updated from 15.10.2
to 15.10.3
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
semantic-release is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Release Notes for v15.10.3
15.10.3 (2018-10-17)
Bug Fixes
- do not log outated branch error for missing permission cases (0578c8b)
Commits
The new version differs by 6 commits.
0578c8b
fix: do not log outated branch error for missing permission cases
e291101
docs: add section existing tags in configuration docs
8853922
docs: add troubleshooting section for
reference already exists
Git errord45861b
docs: clarify the "npm missing permission" troubleshooting section
2ba0b81
docs: remove troubleshooting section related to legacy error messages
e93a663
docs: fix markdown link in configuration docs
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:
After pinning to 15.10.2 your tests are passing again. Downgrade this dependency π.
- The
devDependency
semantic-release was updated from15.10.3
to15.10.4
.
Your tests are still failing with this version. Compare changes
- The
devDependency
semantic-release was updated from15.10.4
to15.10.5
.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependency
semantic-release was updated from15.10.5
to15.10.6
.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependency
semantic-release was updated from15.10.6
to15.10.7
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 5 commits.
3c8177a
fix: add debug logs for config file path
6d0bd8c
fix: add debug logs for plugins resolved options
a99355e
fix: remove dependency to
git-url-parse
cc06d89
test: fix errors ordering in assertions
3411520
fix: include release notes in JS API result for dry mode
See the full diff
- The
devDependency
semantic-release was updated from15.10.7
to15.10.8
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v15.10.8
15.10.8 (2018-11-06)
Bug Fixes
- package: update find-versions to version 3.0.0 (669c9ed)
Commits
The new version differs by 6 commits.
669c9ed
fix(package): update find-versions to version 3.0.0
3c8177a
fix: add debug logs for config file path
6d0bd8c
fix: add debug logs for plugins resolved options
a99355e
fix: remove dependency to
git-url-parse
cc06d89
test: fix errors ordering in assertions
3411520
fix: include release notes in JS API result for dry mode
See the full diff
- The
devDependency
semantic-release was updated from15.10.8
to15.11.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v15.11.0
15.11.0 (2018-11-12)
Bug Fixes
- remove redundant log (728ea34)
Features
- support multiple plugins for the
analyzeCommits
step (5180001)
Commits
The new version differs by 12 commits.
5180001
feat: support multiple plugins for the
analyzeCommits
step728ea34
fix: remove redundant log
83af7ac
docs: mention default
analyzeCommits
plugin8e564eb
docs: update FAQ to reflect new
plugins
optiondff1f10
docs: mention
postversion
npm script hook to run build scriptsae4995c
style: fix prettier errors
669c9ed
fix(package): update find-versions to version 3.0.0
3c8177a
fix: add debug logs for config file path
6d0bd8c
fix: add debug logs for plugins resolved options
a99355e
fix: remove dependency to
git-url-parse
cc06d89
test: fix errors ordering in assertions
3411520
fix: include release notes in JS API result for dry mode
See the full diff
- The
devDependency
semantic-release was updated from15.11.0
to15.12.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v15.12.0
15.12.0 (2018-11-14)
Bug Fixes
Features
- add logs about
prepare
,publish
,success
andfail
plugins skipped in dry-run mode (90da6a0)
Commits
The new version differs by 16 commits.
90da6a0
feat: add logs about
prepare
,publish
,success
andfail
plugins skipped in dry-run mode90b4974
test: test that dry-run also skips
prepare
stepc86518a
fix: do not underline log messages
e92c84e
fix: indicate in logs if running in dry-run mode
5180001
feat: support multiple plugins for the
analyzeCommits
step728ea34
fix: remove redundant log
83af7ac
docs: mention default
analyzeCommits
plugin8e564eb
docs: update FAQ to reflect new
plugins
optiondff1f10
docs: mention
postversion
npm script hook to run build scriptsae4995c
style: fix prettier errors
669c9ed
fix(package): update find-versions to version 3.0.0
3c8177a
fix: add debug logs for config file path
6d0bd8c
fix: add debug logs for plugins resolved options
a99355e
fix: remove dependency to
git-url-parse
cc06d89
test: fix errors ordering in assertions
There are 16 commits in total.
See the full diff
- The
devDependency
semantic-release was updated from15.12.0
to15.12.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 26 commits.
2b082ac
fix: push only tags to remote repo
aa022e0
test: clarify variables name
f2ede5b
docs: typo in JS docs
9742712
test: verify errors have message and details
5937f13
test: fix typo
43dbd10
refactor: prefer filter shorter form
9f5645c
refactor: harmonize git utils function names
e594638
test: prefer array spread
244f014
docs: add Codefresh in list of CIs with pipelines
218d830
docs: fix quote marks (#986)
90da6a0
feat: add logs about
prepare
,publish
,success
andfail
plugins skipped in dry-run mode90b4974
test: test that dry-run also skips
prepare
stepc86518a
fix: do not underline log messages
e92c84e
fix: indicate in logs if running in dry-run mode
5180001
feat: support multiple plugins for the
analyzeCommits
step
There are 26 commits in total.
See the full diff
- The
devDependency
semantic-release was updated from15.12.1
to15.12.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v15.12.2
15.12.2 (2018-11-26)
Bug Fixes
- correctly resolve plugins installed globally with
npx
(eafbb34)
Commits
The new version differs by 27 commits.
eafbb34
fix: correctly resolve plugins installed globally with
npx
2b082ac
fix: push only tags to remote repo
aa022e0
test: clarify variables name
f2ede5b
docs: typo in JS docs
9742712
test: verify errors have message and details
5937f13
test: fix typo
43dbd10
refactor: prefer filter shorter form
9f5645c
refactor: harmonize git utils function names
e594638
test: prefer array spread
244f014
docs: add Codefresh in list of CIs with pipelines
218d830
docs: fix quote marks (#986)
90da6a0
feat: add logs about
prepare
,publish
,success
andfail
plugins skipped in dry-run mode90b4974
test: test that dry-run also skips
prepare
stepc86518a
fix: do not underline log messages
e92c84e
fix: indicate in logs if running in dry-run mode
There are 27 commits in total.
See the full diff
- The
devDependency
semantic-release was updated from15.12.2
to15.12.3
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 29 commits.
7a9922a
fix: rename default branch
d6d1bc9
docs: grammar corrections
eafbb34
fix: correctly resolve plugins installed globally with
npx
2b082ac
fix: push only tags to remote repo
aa022e0
test: clarify variables name
f2ede5b
docs: typo in JS docs
9742712
test: verify errors have message and details
5937f13
test: fix typo
43dbd10
refactor: prefer filter shorter form
9f5645c
refactor: harmonize git utils function names
e594638
test: prefer array spread
244f014
docs: add Codefresh in list of CIs with pipelines
218d830
docs: fix quote marks (#986)
90da6a0
feat: add logs about
prepare
,publish
,success
andfail
plugins skipped in dry-run mode90b4974
test: test that dry-run also skips
prepare
step
There are 29 commits in total.
See the full diff
- The
devDependency
semantic-release was updated from15.12.3
to15.12.4
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v15.12.4
15.12.4 (2018-11-30)
Bug Fixes
- remove unnecessary
branch
parameter frompush
function (ffe1062)
Commits
The new version differs by 30 commits.
ffe1062
fix: remove unnecessary
branch
parameter frompush
function7a9922a
fix: rename default branch
d6d1bc9
docs: grammar corrections
eafbb34
fix: correctly resolve plugins installed globally with
npx
2b082ac
fix: push only tags to remote repo
aa022e0
test: clarify variables name
f2ede5b
docs: typo in JS docs
9742712
test: verify errors have message and details
5937f13
test: fix typo
43dbd10
refactor: prefer filter shorter form
9f5645c
refactor: harmonize git utils function names
e594638
test: prefer array spread
244f014
docs: add Codefresh in list of CIs with pipelines
218d830
docs: fix quote marks (#986)
90da6a0
feat: add logs about
prepare
,publish
,success
andfail
plugins skipped in dry-run mode
There are 30 commits in total.
See the full diff
- The
devDependency
semantic-release was updated from15.12.4
to15.12.5
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v15.12.5
15.12.5 (2018-12-11)
Bug Fixes
- allow to set
ci
option via API and config file (862ec4c)
Commits
The new version differs by 38 commits.
649b530
docs: mention that
debug
option is CLI only862ec4c
fix: allow to set
ci
option via API and config file6b110b6
docs: switch to spectrum.chat
e4c6649
docs: syntax fixes in plugins list
6220641
docs: add
@semantic-release/apm
to plugins lista45273e
docs: add maven-semantic-release to list of community plugins
d109113
chore(package): update nyc and sinon
cd69583
test: delete unused test helper file
ffe1062
fix: remove unnecessary
branch
parameter frompush
function7a9922a
fix: rename default branch
d6d1bc9
docs: grammar corrections
eafbb34
fix: correctly resolve plugins installed globally with
npx
2b082ac
fix: push only tags to remote repo
aa022e0
test: clarify variables name
f2ede5b
docs: typo in JS docs
There are 38 commits in total.
See the full diff
- The
devDependency
semantic-release was updated from15.12.5
to15.13.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v15.13.0
15.13.0 (2018-12-14)
Features
- allow
publish
plugins to returnfalse
in order to signify no release was done (70c68ef)
Commits
The new version differs by 42 commits.
70c68ef
feat: allow
publish
plugins to returnfalse
in order to signify no release was done048292b
docs: fix broken link in CircleCI recipe
0f642ff
docs: remove mentions of
travis-deploy-once
89ad3a0
chore(package): update p-retry to version 3.0.0
649b530
docs: mention that
debug
option is CLI only862ec4c
fix: allow to set
ci
option via API and config file6b110b6
docs: switch to spectrum.chat
e4c6649
docs: syntax fixes in plugins list
6220641
docs: add
@semantic-release/apm
to plugins lista45273e
docs: add maven-semantic-release to list of community plugins
d109113
chore(package): update nyc and sinon
cd69583
test: delete unused test helper file
ffe1062
fix: remove unnecessary
branch
parameter frompush
function7a9922a
fix: rename default branch
d6d1bc9
docs: grammar corrections
There are 42 commits in total.
See the full diff
- The
devDependency
semantic-release was updated from15.13.0
to15.13.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v15.13.1
15.13.1 (2018-12-16)
Bug Fixes
- correctly handle skipped releases (1243f79)
Commits
The new version differs by 43 commits.
1243f79
fix: correctly handle skipped releases
70c68ef
feat: allow
publish
plugins to returnfalse
in order to signify no release was done048292b
docs: fix broken link in CircleCI recipe
0f642ff
docs: remove mentions of
travis-deploy-once
89ad3a0
chore(package): update p-retry to version 3.0.0
649b530
docs: mention that
debug
option is CLI only862ec4c
fix: allow to set
ci
option via API and config file6b110b6
docs: switch to spectrum.chat
e4c6649
docs: syntax fixes in plugins list
6220641
docs: add
@semantic-release/apm
to plugins lista45273e
docs: add maven-semantic-release to list of community plugins
d109113
chore(package): update nyc and sinon
cd69583
test: delete unused test helper file
ffe1062
fix: remove unnecessary
branch
parameter frompush
function7a9922a
fix: rename default branch
There are 43 commits in total.
See the full diff
- The
devDependency
semantic-release was updated from15.13.1
to15.13.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v15.13.2
15.13.2 (2018-12-26)
Bug Fixes
- package: update aggregate-error to version 2.0.0 (1aefd98)
Commits
The new version differs by 44 commits.
1aefd98
fix(package): update aggregate-error to version 2.0.0
1243f79
fix: correctly handle skipped releases
70c68ef
feat: allow
publish
plugins to returnfalse
in order to signify no release was done048292b
docs: fix broken link in CircleCI recipe
0f642ff
docs: remove mentions of
travis-deploy-once
89ad3a0
chore(package): update p-retry to version 3.0.0
649b530
docs: mention that
debug
option is CLI only862ec4c
fix: allow to set
ci
option via API and config file6b110b6
docs: switch to spectrum.chat
e4c6649
docs: syntax fixes in plugins list
6220641
docs: add
@semantic-release/apm
to plugins lista45273e
docs: add maven-semantic-release to list of community plugins
d109113
chore(package): update nyc and sinon
cd69583
test: delete unused test helper file
ffe1062
fix: remove unnecessary
branch
parameter frompush
function
There are 44 commits in total.
See the full diff
- The
devDependency
semantic-release was updated from15.13.11
to15.13.12
.
Your tests are still failing with this version. Compare changes
Release Notes for v15.13.12
15.13.12 (2019-04-15)
Bug Fixes
- package: update resolve-from to version 5.0.0 (6f3c21a)
Commits
The new version differs by 67 commits.
6f3c21a
fix(package): update resolve-from to version 5.0.0
06fe435
fix(package): update aggregate-error to version 3.0.0
61762e6
docs: update commitlint URL
5072fef
chore(package): update file-url to version 3.0.0
d61e3bc
fix(package): update semver to version 6.0.0
0cd8a57
docs: correct way to print release plugin name
db3fc3e
fix(package): update hook-std to version 2.0.0
a90a103
fix(package): update read-pkg-up to version 5.0.0
30723c5
fix(package): update p-reduce to version 2.0.0
840af0d
chore(package): update p-retry to version 4.0.0
0a584de
fix(package): update get-stream to version 5.0.0
a5babc6
fix(package): update p-locate to version 4.0.0
322c1c6
chore(package): update ava to version 1.3.1
20e5d83
chore(package): update sinon to version 7.2.7
e5a5867
docs(circle): fix incorrect script example
There are 67 commits in total.
See the full diff
- The
devDependency
semantic-release was updated from15.13.15
to15.13.16
.
Your tests are still failing with this version. Compare changes
Release Notes for v15.13.16
15.13.16 (2019-06-07)
Bug Fixes
- package: update env-ci to version 4.0.0 (8051294)
Commits
The new version differs by 19 commits.
4ed6213
style: fix prettier style
8051294
fix(package): update env-ci to version 4.0.0
95a0456
chore(package): update ava to version 2.0.0
038e640
fix: prefix git auth with "x-access-token:" when run in a GitHub Action
f3f9d1e
test: prefix git auth with "x-access-token:" when run in a GitHub Action
7e824b2
doc: add note to default plugins
d4520e1
doc: add info about default plugins
bcf3a85
docs:optimize images (#1185)
d034ce5
docs: Remove broken waffle.io π badge
74103ab
fix(package): update read-pkg-up to version 6.0.0
6e64745
chore(package): update fs-extra to version 8.0.0
4e001c3
docs: add
semantic-release-github-pages
to community pluginsedf382f
docs: add
semantic-release-circleci-orb
to the community plugin list39d15b3
docs: add
semantic-release-slack-bot
to community plugins079251c
chore(package): update tempy to version 0.3.0
There are 19 commits in total.
See the full diff