Skip to content

Update ember-simple-auth to the latest version 🚀#2

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/ember-simple-auth-1.2.0-beta.2
Open

Update ember-simple-auth to the latest version 🚀#2
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/ember-simple-auth-1.2.0-beta.2

Conversation

@greenkeeper
Copy link
Copy Markdown

@greenkeeper greenkeeper Bot commented Jan 25, 2017

Version 1.2.0-beta.2 of ember-simple-auth just got published.

Dependency ember-simple-auth
Current Version 1.2.0-beta.1
Type devDependency

The version 1.2.0-beta.2 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ember-simple-auth.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 21 commits .

  • 97794d6 1.2.0-beta.2
  • c416797 replace debounce with later/cancel in cookie store (#1178)
  • 3ae3242 Add docs and warning for cookieExpirationTime (#1160)
  • 0ee3373 Fix [ember-debug.deprecate-options-missing] on rejectWithXhr deprecationAlias (#1170)
  • b67d965 Remove deprecated Ember.K (#1166)
  • 31c002b Update "ember-cli" to v2.10.0 (#1162)
  • 5f5e1c5 Merge pull request #1164 from Turbo87/setowner-fix
  • 673ae80 Add createWithContainer() helper function
  • 27df653 update copyright notice for 2017 (#1156)
  • 79bcfdc Upgrade ember-cookies to version 0.0.11 where deprecation triggered by ember-getowner-polyfill has been fixed (#1153)
  • c8a7ea3 upgrade version that shows in Ember inspector info tab (#1155)
  • 66758be Documentation Edit Pass (#1143)
  • 7935e2a ESA and torii GitHub guide (#1142)
  • 2078be3 Store attemptedTransition target url as a cookie in fastboot mode (#1136)
  • d253c7e Improve current-user service guides (#1139)

There are 21 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Feb 1, 2017

Version 1.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits .

  • f00b159 1.2.0
  • 6904261 chore(package): update ember-cli-content-security-policy to version 0.6.0 (#1191)
  • bafc70f Use "eslint-config-simplabs" (#1186)
  • c37d743 Replace "ember-cli-jshint" with "ember-cli-eslint" (#1185)
  • b0dd4d5 Changed jQuery 'bind' to 'on' in local storage store. (#1184)
  • 407f709 Remove unused "lodash" dependency (#1183)
  • 4069c29 chore(package): update dependencies (#1161)
  • b7dbd42 Update "ember-cli" to v2.11.0 (#1182)
  • ba8da09 add missing needs (#1181)

See the full diff.

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Mar 24, 2017

Version 1.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 35 commits .

  • 6db47d0 1.2.1
  • 52590df docs fixes for session invalidation
  • b57dd72 Add sequence diagram to show overall initial flow (#1253)
  • f2a8268 Restore cookieExpirationTime from cookie value (#1257)
  • 95f8eec Fixed OAuth2 code sample (#1259)
  • 20c9d37 Typo? (#1256)
  • 37943b2 Add the GitHub guide to the README (#1254)
  • 021e4ab chore(package): update body-parser to version 1.17.1 (#1249)
  • 7d10332 add missing arguments to Ember.warn (#1250)
  • bd28855 chore(package): update rimraf to version 2.6.1 (#1248)
  • ace86c8 don't return transitionTo from beforeModel (#1247)
  • 0640136 chore(package): update broccoli-merge-trees to version 2.0.0 (#1246)
  • 735533f Update eslint-config-simplabs to the latest version 🚀 (#1243)
  • d8710f8 GK: Ignore ESLint plugin updates (#1242)
  • 3698152 Updates README with FastBoot dependency whitelisting info (#1239)

There are 35 commits in total. See the full diff.

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Apr 7, 2017

Version 1.2.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits .

  • 52a2fca 1.2.2
  • 6cf0737 chore(package): update ember-cli-fastboot to version 1.0.0-beta.16 (#1282)
  • 53ff8e1 update dependencies (#1273)
  • 8ec5ab6 use versionCompatibility for ember-try (#1280)
  • 35f70a2 Upgrade to ember-cookies 0.0.13 (#1281)
  • e259443 Add ability to override or hydrate transition to authentication route (#1278)
  • 2e44583 chore(package): update ember-sinon to version 0.7.0 (#1277)
  • 7fdf000 chore(package): update ember-resolver to version 4.1.0 (#1276)
  • ec761c4 Fix issue where store is emptied on page refresh (#1267)

See the full diff.

greenkeeper Bot added a commit that referenced this pull request May 3, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented May 3, 2017

Version 1.3.0 just got published.

Update to this version instead 🚀

Release Notes 1.3.0
  • ESA now uses ember-fetch instead of ember-network. ember-fetch is better maintained than ember-network and seems to emerge as the community-agreed-upon standard for a FastBoot compliant fetch polyfill; see #1288.
  • A new OAuth 2.0 authenticator that implements the OAuth 2.0 "Implicit Grant" has been added, along with a route mixin that makes it easy to use it; see #1252.
  • ESA now depends on ember-cli-babel ^6.0.0, allowing host applications to take advantage of Ember CLI's new targets feature, see #1295.
  • The DataAdapterMixin now allows overriding the handleResponse method in a way that bypasses ESA's built in logic to invalidate the session on 401 responses while still being able to call _super to invoke the base authenticator's logic; see #1290.
Commits

The new version differs by 7 commits0.

  • ab7317f 1.3.0
  • aa6afd8 Finish OAuth2 Implicit Grant Authenticator (#1252)
  • ec6d225 use createWithContainer helper consistently (#1308)
  • 2627df4 Use yarn (#1283)
  • 36e90a6 Upgrade to ember-cli-babel@6 (#1295)
  • 0639330 Allow for more flexible handleResponse overriding (#1290)
  • a62fe97 switch from ember-network to ember-fetch (#1288)

false

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jul 19, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jul 19, 2017

Version 1.4.0 just got published.

Update to this version instead 🚀

Release Notes 1.4.0
  • A new session store has been added that is based on sessionStorage, see #1392.
  • Several documentation errors and typos have been fixed, see #1393, #1372, #1374, #1366, #1346.
Commits

The new version differs by 36 commits.

  • 259025f 1.4.0
  • fbb1526 fix storage event handling (#1400)
  • dc0bc35 run tests in headless chrome (#1403)
  • baaebe7 cleanup session stores tests (#1402)
  • 45b454c remove traces of JSCS and JSHint (#1401)
  • 745be8e chore(package): update sinon-chai to version 2.12.0 (#1399)
  • e68a15a update ember-cli et al (#1395)
  • 096caf7 chore(package): update ember-cli-fastboot to version 1.0.0-rc6 (#1397)
  • ed63c55 fix Markdown link to web storage docs (#1393)
  • 5599a8f add session store that uses sessionStorage (#1392)
  • 1dc2551 Refactored FastBoot tests (#1391)
  • 8de357f Relax ember-fetch dependency 🚀 (#1380)
  • d4028c9 replaces #1381 (#1388)
  • d43b024 Update ember-cli-eslint to the latest version 🚀 (#1382)
  • 03cd2ac chore(package): update sinon-chai to version 2.11.0 (#1377)

There are 36 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Dec 14, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Dec 14, 2017

Version 1.4.1 just got published.

Update to this version instead 🚀

Release Notes 1.4.1
  • The fastboot-app-server dependency has been removed, see #1446.
  • The 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 recent ember-qunit/ember-cli-qunit/ember-test-helpers versions, see #1477.
  • The fastboot-tests and guides directories are no longer distributed with the npm package, see #1470.
  • The OAuth 2.0 authenticator will now reject correctly for responses with an invalid (non-JSON) response body, see #1487, #1442.
  • The cookie that stores the session cookie's expiration time is now cleared when that time is set to 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

greenkeeper Bot added a commit that referenced this pull request Dec 27, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Dec 27, 2017

Version 1.4.2 just got published.

Update to this version instead 🚀

Release Notes 1.4.2
  • The broken warn() method on the cookie session store has been fixed, see #1502.
  • The event listener on the local-storage session store is correctly removed, see #1498.
Commits

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

greenkeeper Bot added a commit that referenced this pull request Feb 14, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Feb 14, 2018

Version 1.5.0 just got published.

Update to this version instead 🚀

Commits

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

greenkeeper Bot added a commit that referenced this pull request Feb 19, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Feb 19, 2018

Version 1.5.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 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

See the full diff

greenkeeper Bot added a commit that referenced this pull request Mar 29, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Mar 29, 2018

Version 1.6.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 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 19 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jul 26, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jul 26, 2018

Version 1.7.0 just got published.

Update to this version instead 🚀

Release Notes 1.7.0
  • The baseURL configuration property is now deprecated; use the rootUrl property instead, see #1597.
  • ESA works with ember-fetch@"^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" now, see #1608.
  • Session events are now bound to methods on the application route correctly, see #1604.
  • The repeated isFastBoot properties used in various places in the codebase have been replaced with a computed property macro, see #1623.
  • The broccoli-file-creator dependency has been raised to ^2.0.0, see #1636.
  • The API docs and README habe been improved for greater clarity and better examples, see #1583, #1591, #1631, #1598.
  • The dummy app now implements remember-me functionality, see #1606.
Commits

The new version differs by 39 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 39 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Dec 21, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Dec 21, 2018

Update to this version instead 🚀

Release Notes for 1.8.0
  • Fixes deprecation warning for Evented#off method on Ember 3.6+, see #1722
  • Support for ember-fetch 6.0+, see #1713
  • Fixes error handling for the Torii authenticator, making errors throw as expected
    if a Promise is rejected, see #1696
  • Updates ember-try test scenarios with Ember 3.0, see this commit

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! ✨

Commits

The new version differs by 47 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 47 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jan 17, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jan 17, 2019

Update to this version instead 🚀

Release Notes for 1.8.1
  • Additional patch fix for deprecation warning for Evented#off method on Ember 3.6+, see #1725

This release would not have been possible without the contributions by @MichalBryxi and @richard-viney.
Thanks a lot! ✨

Commits

The new version differs by 5 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)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Mar 8, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Mar 8, 2019

Update to this version instead 🚀

Release Notes for 1.8.2

This release would not have been possible without the contributions by @jessica-jordan, @Alonski and @marcoow. Thanks a lot!

Commits

The new version differs by 7 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
  • 195c43a chore(package): update lockfile yarn.lock
  • 7e7cf53 chore(package): update marked to version 0.6.0

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jul 15, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jul 15, 2019

Update to this version instead 🚀

Release Notes for 1.9.1

🏠 Internal

  • #1895 CI: Remove v prefix from version tag constraint (@Turbo87)

Committers: 1

greenkeeper Bot added a commit that referenced this pull request Jul 18, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jul 18, 2019

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Oct 29, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Oct 29, 2019

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Oct 31, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Oct 31, 2019

Update to this version instead 🚀

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant