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

feat(all): upgrade Angular to v10 #1229

Closed
wants to merge 79 commits into from
Closed

Commits on Jan 20, 2021

  1. chore(all): upgrade Angular to v10 package and dependencies

    BREAKING CHANGE: Dropped support for Angular v8 and v9
    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    caddc23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65771c1 View commit details
    Browse the repository at this point in the history
  3. chore(design): drop static: false from @ContentChild and @ViewChild

    https://angular.io/guide/static-query-migration#why-do-i-have-to-specify-static-false-isnt-that-the-default
    
    > In Angular version 9 and later, it will be safe to remove any {static: false} flags and we will do this cleanup for you in a schematic.
    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    8597a18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cca166 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c57d31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0129883 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd284cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5fb40d View commit details
    Browse the repository at this point in the history
  9. feat(checkout): add export

    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    a5a05c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8e9c52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9806cdd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c3eced View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c2092b5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e524920 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9a3ad38 View commit details
    Browse the repository at this point in the history
  16. fix(design): handle edge case with @self injected control

    the this._onChange null check here is necessary because of an ongoing bug in angular forms
    where writeValue can be called before the component initializes: angular/angular#29218
    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    9e41007 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fffab87 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    414299d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b924a6e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3cdb2a0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ce2d422 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5edd792 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cb345dd View commit details
    Browse the repository at this point in the history
  24. test(demo): fix spied function type signatures

    toHaveBeenCalledWith is now strict about the spied function having the correct signature
    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    9c5f623 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cbe8ec8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c758dbf View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f878ab3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    51ce28b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1049fc5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f341850 View commit details
    Browse the repository at this point in the history
  31. feat(cart): add typename on all Magento responses

    __typename must be grabbed in order to properly match fragments
    `addTypename: true` with the cache forces flushed responses to match the query (which includes __typename)
    flushed responses that do not have __typename will cause invariant errors
    adding __typename on the response models makes it easier to stub out response objects in tests
    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    a436538 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c9db9c7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c6b1012 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    dfefb92 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f0ac395 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    82081d5 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    032cf81 View commit details
    Browse the repository at this point in the history
  38. build(all): allow synthetic default imports

    this is needed because of apollo client behavior
    apollographql/apollo-client#5749
    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    8b2fb23 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    262b54b View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5e21c57 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b704f9e View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    e31cffd View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    588a77d View commit details
    Browse the repository at this point in the history
  44. build(core): fix code coverage script

    previously failed from not finding src/index.ts
    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    bcc4c29 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    080ce05 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    531b333 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    70751a7 View commit details
    Browse the repository at this point in the history
  48. feat(driver): add typename to Magento models

    __typename must be grabbed in order to properly match fragments
    `addTypename: true` with the cache forces flushed responses to match the query (which includes __typename)
    flushed responses that do not have __typename will cause invariant errors
    adding __typename on the response models makes it easier to stub out response objects in tests
    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    b256e3b View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    9bf8a9f View commit details
    Browse the repository at this point in the history
  50. feat(geography): add typename to Magento models

    __typename must be grabbed in order to properly match fragments
    `addTypename: true` with the cache forces flushed responses to match the query (which includes __typename)
    flushed responses that do not have __typename will cause invariant errors
    adding __typename on the response models makes it easier to stub out response objects in tests
    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    4619bf3 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    b8bf90d View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    53ea656 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    3e2c7cd View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    d2e6dc2 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    d613d0e View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    a051e2b View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    0285323 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    35f8058 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    7150e5b View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    c707749 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    a6b6cdf View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    2d44052 View commit details
    Browse the repository at this point in the history
  63. feat(order): add typename to driver response models

    __typename must be grabbed in order to properly match fragments
    `addTypename: true` with the cache forces flushed responses to match the query (which includes __typename)
    flushed responses that do not have __typename will cause invariant errors
    adding __typename on the response models makes it easier to stub out response objects in tests
    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    16396c8 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    da1e314 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    bac4abe View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    615932c View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    95ab845 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    5636edc View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    13dc896 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    ed7b9c6 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    b1b4039 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    f0b2dab View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    66a17b6 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    0e5363f View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    cb55f35 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    58f701e View commit details
    Browse the repository at this point in the history
  77. chore(external-router): disable coverage reporting

    doing this for now since it doesn't really seem set up properly and its blocking the upgrade
    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    7cc9c4e View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    3e73263 View commit details
    Browse the repository at this point in the history
  79. bump jasminewd2

    griest024 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    8a53bdf View commit details
    Browse the repository at this point in the history