Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency ember-composable-helpers to v5 #383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 8, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-composable-helpers 2.4.0 -> 5.0.0 age adoption passing confidence

Release Notes

DockYard/ember-composable-helpers

v5.0.0

Compare Source

6 December 2021

  • Fix slow sort-by #419
  • [breaking]: node 12 min and general updates #420

v4.5.0

Compare Source

7 June 2021

  • Embroider #406
  • Fix Beta/Canary Tests #404
  • CI Configuration Improvements #405
  • Bump elliptic from 6.5.2 to 6.5.4 #399
  • Document "includes" helper #397

v4.4.1

Compare Source

4 December 2020

  • fixes sort-by case with multiple properties and nulls #390
  • Support embroider #383

v4.4.0

Compare Source

28 November 2020

  • better array handlers (for nan, null, undefined, sets) #389
  • Add Github Actions b7f9fa8
  • Rm 3.4 and 3.8 f218950
  • Rm 3.12 37020b0

v4.3.2

Compare Source

18 November 2020

  • [sort-by] Cannot call get with 'configOrder' on an undefined object. #388

v4.3.1

Compare Source

9 November 2020

  • Don't sort array when key is empty #386
  • use confirmedArrays when performing intersect #384
  • README improvements 5754b41

v4.3.0

Compare Source

1 September 2020

  • Add call helper #380
  • Rename {{contains}} helper to {{includes}} #379

v4.2.2

Compare Source

5 July 2020

  • Fix sort-by with null values #377

v4.2.1

Compare Source

12 June 2020

  • Further improve sorting algorithm to put undefined values at end of list #376

v4.2.0

Compare Source

10 June 2020

  • Fixes sort-by's handling of multiple keys #375
  • CHANGELOG 4.2.0 b52cd41

v4.1.3

Compare Source

8 June 2020

  • Ignore undefined values when sorting #373

v4.1.2

Compare Source

6 June 2020

  • Refactor sort by to Alphabetical instead of ASCII(betical) #370
  • Bump websocket-extensions from 0.1.3 to 0.1.4 #371
  • add a changelog #368
  • Improve README language 4e195ce

v4.1.1

Compare Source

4 June 2020

  • Fix sort-by to handle an EmberArray #367

v4.1.0

Compare Source

3 June 2020

  • Pick Helper #366
  • Refactor sort-by with native implementation of sort #362
  • Bump 3.17 #361

v4.0.0

Compare Source

19 April 2020

  • [MAJOR]: bump 3.16 and drop node to min 10 #360
v3.2.0

19 April 2020

  • Object helpers #359
  • [Feature] Object keys & entries helpers #352
  • replace deprecated method sinon sandbox #353
  • Bump acorn from 5.7.3 to 5.7.4 #350
v3.1.1

12 February 2020

  • bugfix map-by with ember-data models #348
v3.1.0

17 January 2020

  • allow 2 args {{slice}} #346
v3.0.3

3 January 2020

  • Restore helper functions exports #343
  • Add contributor-faces #342
  • Fix install instructions on Ember 3.12 and below #340
v3.0.2

9 November 2019

  • tlindsay/security fixes #338
  • Bump handlebars from 4.1.0 to 4.5.1 #331
  • Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 #332
  • Bump eslint-utils from 1.3.1 to 1.4.3 #333
  • Bump mixin-deep from 1.3.1 to 1.3.2 #334
  • Bump js-yaml from 3.12.1 to 3.13.1 #335
  • Handle null arrays for all helpers #336
v3.0.1

30 October 2019

  • Handle null array in map-by #329
3.0.0

25 October 2019

v3.2.0

Compare Source

19 April 2020

  • Object helpers #359
  • [Feature] Object keys & entries helpers #352
  • replace deprecated method sinon sandbox #353
  • Bump acorn from 5.7.3 to 5.7.4 #350

v3.1.1

Compare Source

12 February 2020

  • bugfix map-by with ember-data models #348

v3.1.0

Compare Source

17 January 2020

  • allow 2 args {{slice}} #346

v3.0.3

Compare Source

3 January 2020

  • Restore helper functions exports #343
  • Add contributor-faces #342
  • Fix install instructions on Ember 3.12 and below #340

v3.0.2

Compare Source

9 November 2019

  • tlindsay/security fixes #338
  • Bump handlebars from 4.1.0 to 4.5.1 #331
  • Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 #332
  • Bump eslint-utils from 1.3.1 to 1.4.3 #333
  • Bump mixin-deep from 1.3.1 to 1.3.2 #334
  • Bump js-yaml from 3.12.1 to 3.13.1 #335
  • Handle null arrays for all helpers #336

v3.0.1

Compare Source

30 October 2019

  • Handle null array in map-by #329

v3.0.0

Compare Source

25 October 2019

  • Refactor helpers for Octane #321
  • upgrade to Ember 3.13 ea3554a
v2.4.0

22 October 2019

  • Add noop helper #325
  • allow {{take}} to be used with null arrays #324
  • Node 8 #322
  • Change filter-by to avoid dependant keys #313
v2.3.1

24 April 2019

  • Add reverse helper to index.js #317
v2.3.0

24 April 2019

  • fix unused helper stripping #316
  • Add yarn #312
v2.2.0

23 February 2019

  • Upgrade to CircleCI 2.0 #290
  • Fix tests #309
  • Updating without helper to work with ember data arrays. Fixes #​268. #277
  • Remove reexports of nonexistent files #307
  • Adding ember-cli-shims to bower is not longer needed nor advised. #306
  • Update to 3.5 family #305
  • Remove reexports of nonexistent names #302
  • Revert "Delete package-lock.json + Ignore lockfiles (#​294)" #295
  • Delete package-lock.json + Ignore lockfiles #294
  • Fixed range helper inclusive, when args are the same value #292
  • Updating without helper to work with ember data arrays. Fixes #​268. (#​277) #268
v2.1.0

9 January 2018

  • Read options from parent or app #279
  • Use "New Module Imports" #278
  • Version 3.1.0 3b22487
  • Update README.md 50e91eb
v2.0.3

5 July 2017

  • Fix filter helpers regexp #275
  • Released v2.0.3 29ff550
v2.0.2

16 June 2017

  • Only install ember-cli-shims if it doesn't exist #270
  • Update ember-cli to 2.13 #273
  • Use yarn #266
  • Update readme on config #265
  • Fix package.json 980269b
  • Released v2.0.2 e447b21
v2.0.1

12 April 2017

  • Check if whitelist|blacklist exists in filterHelpers #260
  • Add an upgrade guide from 1.x to 2.x #258
  • Fix group by test a5e941d
  • Fix jscs style regression 53a1715
  • Released v2.0.1 f66a46b

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/ember-composable-helpers-5.x branch from dea13d3 to 70a771e Compare January 21, 2022 08:17
@renovate renovate bot force-pushed the renovate/ember-composable-helpers-5.x branch from 70a771e to a324ed2 Compare January 21, 2022 12:59
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update dependency ember-composable-helpers to v5 chore(deps): update dependency ember-composable-helpers to v5 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/ember-composable-helpers-5.x branch April 3, 2023 23:14
@renovate renovate bot changed the title chore(deps): update dependency ember-composable-helpers to v5 - autoclosed chore(deps): update dependency ember-composable-helpers to v5 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/ember-composable-helpers-5.x branch April 4, 2023 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant