Open greenkeeper[bot] opened 6 years ago
After pinning to 1.4.0 your tests are passing again. Downgrade this dependency π.
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 7 commits.
9dcbd84
1.4.2
f559da5
Update CHANGELOG
5fa375a
Merge pull request #1502 from Turbo87/fix-warn-issue
7def790
Add ember-debug-handlers-polyfill
dev dependency
f80e1db
tests: Use registerWarnHandler()
to spy for printed warnings
dbfb463
session-stores/cookie: Inline _warn()
method
f161085
correctly remove localStorage event handler (#1498)
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 22 commits.
6493523
1.5.0
cd6d9e8
[#1512] Added new ember-qunit 4.3.0+ test helper (#1536)
13ee73e
Update ember-cookies to the latest version π (#1538)
c40d57d
chore(package): update ember-data to version 3.0.0 (#1537)
0b22958
chore(package): update torii to version 0.10.0 (#1535)
9627ee8
Merge pull request #1507 from simplabs/un-personalize-copyright
1cecbc7
chore(package): update ember-source to version 3.0.0-beta.4 (#1528)
92a509d
Update to latest ember-cli-mocha (#1529)
cbbcc0b
Improve readme (#1526)
bf4f0fb
lock ember-bootstrap to ~1.0.0 (#1527)
e97a783
Merge pull request #1523 from Turbo87/no-sandbox
37bfd79
testem: Use --no-sandbox
on TravisCI
c822739
Revert "require sudo for travis builds (#1517)"
61c0078
chore(package): update mocha to version 5.0.0 (#1518)
3424834
don't rely on global wait test helper (#1516)
There are 22 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 28 commits.
e9b7f1a
1.5.1
eabfefb
remove manual router setup (#1548)
5d58e01
setup-session-restoration: Convert to regular initializer (#1547)
25503ae
Update @ember-decorators/argument
to v0.8.12 (#1546)
0b1e584
Merge pull request #1545 from Turbo87/use-yarn
19a3a17
ember-try: Use useYarn
flag
6493523
1.5.0
cd6d9e8
[#1512] Added new ember-qunit 4.3.0+ test helper (#1536)
13ee73e
Update ember-cookies to the latest version π (#1538)
c40d57d
chore(package): update ember-data to version 3.0.0 (#1537)
0b22958
chore(package): update torii to version 0.10.0 (#1535)
9627ee8
Merge pull request #1507 from simplabs/un-personalize-copyright
1cecbc7
chore(package): update ember-source to version 3.0.0-beta.4 (#1528)
92a509d
Update to latest ember-cli-mocha (#1529)
cbbcc0b
Improve readme (#1526)
There are 28 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 47 commits.
6209824
1.6.0
c876395
fix(package): update ember-cookies to version 0.3.0 (#1573)
5f791bb
chore(package): update mocha-only-detector to version 1.0.0 (#1571)
ffdd8ca
Deprecate Authorizers (#1532)
0d0b984
Merge pull request #1569 from simplabs/fix-remember-me-example
c900b14
prefer writable CP over observer
f31af34
Resolves invalidate method of session service immediately if called on an already unauthenticated session (#1555)
8dc6cf6
add empty "ember-simple-auth! instance initializer (#1565)
fb99435
chore(package): update sinon-chai to version 3.0.0 (#1558)
006f75f
Update ember-cli-chai to the latest version π (#1567)
1c15203
chore(package): update ember-sinon to version 2.1.0 (#1563)
f0b3818
chore(package): update ember-sinon to version 2.0.0 (#1562)
54fe5b5
Merge pull request #1554 from BryanCrotaz/fix-privateapi
02e84db
Merge pull request #1541 from simplabs/greenkeeper/ember-cli-3.0.0
67ea96e
remove use of private api begin/endPropertyChanges and combine multiple sets into setProperties which uses begin/endPropertyChanges internally
There are 47 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
baseURL
configuration property is now deprecated; use the rootUrl
property instead, see #1597.application
route correctly, see #1604.isFastBoot
properties used in various places in the codebase have been replaced with a computed property macro, see #1623.broccoli-file-creator
dependency has been raised to ^2.0.0
, see #1636.The new version differs by 86 commits.
3494209
1.7.0
46b457b
Tweak authorizer deprecation example to be closer to original behavior (#1598)
d607127
move fastboot CP into util (#1623)
130295b
Merge pull request #1636 from dcyriller/upgrade-broccoli-file-creator
77cc38a
Merge pull request #1646 from simplabs/greenkeeper/ember-sinon-2.2.0
e047fd6
Upgrade broccoli-file-creator
19f0117
Merge pull request #1642 from dcyriller/update-ember-try
9e95127
chore(package): update ember-sinon to version 2.2.0
e443819
Update ember-try
config
10d6cec
Merge pull request #1631 from simplabs/oauth2-response-docs
b6fcfbe
add docs on expected responses for OAuth2 auth
cbf5719
Merge pull request #1632 from simplabs/greenkeeper/ember-source-3.3.0
c08f561
Merge pull request #1637 from simplabs/greenkeeper/ember-cli-pretender-3.0.0
f471206
fix: use proper argument spread to avoid non-transpiled issues (#1604)
52b5a9a
chore(package): update ember-cli-pretender to version 3.0.0
There are 86 commits in total.
See the full diff
devDependency
ember-simple-auth was updated from 1.7.0
to 1.8.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
This release would not have been possible without the contributions by @marcoow, @mike-north, @jfschaff, @geekygrappler, @quaertym, @runspired, @kevinansfield, @drewchandler, @andreyfel, @Turbo87, @MichalBryxi and @richard-viney.
Thanks a lot!
The new version differs by 133 commits.
fbba881
1.8.0
5b3a73d
Fix deprecation warnings when running with Ember 3.6 (#1722)
5a8f489
maint - clarify ember-cli-qunit vs ember-qunit usage (#1715)
a06cc92
TravisCI: Remove deprecated sudo: false
option (#1721)
5097b10
Merge pull request #1695 from simplabs/greenkeeper/ember-cli-inject-live-reload-2.0.0
15a9aa7
Merge pull request #1710 from simplabs/greenkeeper/ember-sinon-3.0.0
43b6f7f
Merge pull request #1669 from simplabs/greenkeeper/ember-cli-fastboot-2.0.0
4b8766d
chore(package): update lockfile yarn.lock
5f42ac4
chore(package): update ember-cli-inject-live-reload to version 2.0.0
af09fdd
chore(package): update lockfile yarn.lock
40d139d
chore(package): update ember-sinon to version 3.0.0
4e7baaa
chore(package): update ember-cli-fastboot to version 2.0.0
ab4c9b4
Merge pull request #1713 from andreyfel/update-ember-fetch
bf0d247
Extend compatibility with ember-fetch
dc6be17
Merge pull request #1658 from simplabs/greenkeeper/marked-0.5.0
There are 133 commits in total.
See the full diff
devDependency
ember-simple-auth was updated from 1.8.0
to 1.8.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
This release would not have been possible without the contributions by @MichalBryxi and @richard-viney.
Thanks a lot!
The new version differs by 138 commits.
f3856ee
Merge pull request #1735 from jessica-jordan/lock-down-ip-regex-version
1281804
build(travis): fix failing ember-release build step
e18f0c5
v1.8.1
7abe451
maint - make authorizers deprecation code example work (#1729)
0ab8847
Remove unnecessary calls to off() that trigger deprecation warnings (#1725)
fbba881
1.8.0
5b3a73d
Fix deprecation warnings when running with Ember 3.6 (#1722)
5a8f489
maint - clarify ember-cli-qunit vs ember-qunit usage (#1715)
a06cc92
TravisCI: Remove deprecated sudo: false
option (#1721)
5097b10
Merge pull request #1695 from simplabs/greenkeeper/ember-cli-inject-live-reload-2.0.0
15a9aa7
Merge pull request #1710 from simplabs/greenkeeper/ember-sinon-3.0.0
43b6f7f
Merge pull request #1669 from simplabs/greenkeeper/ember-cli-fastboot-2.0.0
4b8766d
chore(package): update lockfile yarn.lock
5f42ac4
chore(package): update ember-cli-inject-live-reload to version 2.0.0
af09fdd
chore(package): update lockfile yarn.lock
There are 138 commits in total.
See the full diff
devDependency
ember-simple-auth was updated from 1.8.1
to 1.8.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
This release would not have been possible without the contributions by @jessica-jordan, @Alonski and @marcoow. Thanks a lot!
The new version differs by 145 commits.
052b19d
1.8.2
327791a
Update ember-cookies to the latest version π (#1746)
5f02581
Merge pull request #1731 from simplabs/greenkeeper/marked-0.6.0
43e20ba
Merge pull request #1738 from Alonski/patch-2
c5e3af6
fix: ember-try release channel array usage
f3856ee
Merge pull request #1735 from jessica-jordan/lock-down-ip-regex-version
1281804
build(travis): fix failing ember-release build step
e18f0c5
v1.8.1
7abe451
maint - make authorizers deprecation code example work (#1729)
195c43a
chore(package): update lockfile yarn.lock
7e7cf53
chore(package): update marked to version 0.6.0
0ab8847
Remove unnecessary calls to off() that trigger deprecation warnings (#1725)
fbba881
1.8.0
5b3a73d
Fix deprecation warnings when running with Ember 3.6 (#1722)
5a8f489
maint - clarify ember-cli-qunit vs ember-qunit usage (#1715)
There are 145 commits in total.
See the full diff
devDependency
ember-simple-auth was updated from 1.8.2
to 1.9.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
ember-simple-auth was updated from 1.9.1
to 1.9.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 265 commits.
b953e2f
1.9.2
25aec79
Merge pull request #1902 from Turbo87/ci-publish
e1b4a64
CI: Update npm API key
21dfaa8
Merge pull request #1900 from backspace/authenticated-route-mixin-_router-override
84c076d
Rename _router
property to _authRouter
to avoid conflicts
2383eba
Build(deps-dev): bump ember-cli-fastboot from 2.1.1 to 2.1.2
6537fcf
1.9.1
b8df100
Merge pull request #1895 from Turbo87/ci-fix
ab8ea9a
CI: Remove v
prefix from version tag constraint
ae92730
1.9.0
5cd252f
Merge pull request #1894 from Turbo87/changelog
5da74d2
Changelog: Update with latest changes
f90ce20
Add lerna-changelog
dev dependency
d3d7844
Changelog: Use h2 for version numbers
3afa8b3
Merge pull request #1893 from Turbo87/yarn-dedupe
There are 250 commits in total.
See the full diff
Version 1.4.1 of ember-simple-auth was just published.
This version is covered by your current version range and after updating it in your project the build failed.
ember-simple-auth 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
- β **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/FeatureFlagger/featureflagger-admin/builds/316406317?utm_source=github_status&utm_medium=notification)Release Notes
1.4.1fastboot-app-server
dependency has been removed, see #1446.torii
authenticator will no longer override the session data with the data returned from the torii provider when restoring the session, see #1310.Ember.testing
is no longer destructured which could cause problems with recentember-qunit
/ember-cli-qunit
/ember-test-helpers
versions, see #1477.fastboot-tests
andguides
directories are no longer distributed with the npm package, see #1470.null
, see #1463.Commits
The new version differs by 40 commits.
50adfeb
1.4.1
7bd6a97
chore(package): update ember-cli to version 2.17.1 (#1493)
f867f24
Clear cached time when setting expiration to null (#1463)
cc2ff04
Fix Facebook login on demo site (#1489)
051a0d4
Continuation of password grant fix from #1442 (#1487)
1df448d
fix now deployment (#1482)
e3a5448
chore(package): update ember-source to version 2.17.0 (#1484)
7d78de2
chore(package): update ember-cli to version 2.17.0 (#1485)
8a6bbb7
Exclude fastboot-tests and docs folders from npm (#1470)
02debae
don't destructure Ember.testing (#1477)
da54383
use explicit ember-try scenarios (#1473)
89094c2
fix login with facebook (#1467)
36a5b15
Update ember-cli to the latest version π (#1452)
fbbfdad
fix(package): update ember-cookies to version 0.1.0 (#1462)
d6a95dd
chore(package): update git-repo-version to version 1.0.0 (#1461)
There are 40 commits in total.
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: