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

[web] Update dependencies (2023-11-14) #866

Merged
merged 34 commits into from
Nov 15, 2023
Merged

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    26cc1a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0dadcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad5fbe9 View commit details
    Browse the repository at this point in the history
  4. [web] Drop core-js dependency

    It was added because of cockpit-starter-kit[1] but they already dropped
    it[2] because
    
    > starter-kit does not use it directly, and none of our derived projects
    > have it.
    
    Thus, in principle it does not make sense to keep it as Agama
    dependency.
    
    As weird side-effect, a few test were fixed to "waitFor" the expeced
    content.
    
    [1] 55c75c3
    [2] cockpit-project/starter-kit@67c1c06
    dgdavid committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    711df3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1454a2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30c8e75 View commit details
    Browse the repository at this point in the history
  7. [web] Drop regenerator-runtime dependency

    It[1] was added more than a year ago[2] in the context of "Adapt React
    components to the Starter Kit". But probably is no longer needed since
    async functions, ES6 generators, and `yield` JavaScript operator have
    broad support among major browsers.
    
    [1] https://github.com/facebook/regenerator
    [2] 55c75c3
    dgdavid committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    247fd3b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12b67ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0684b30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    821f83c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dae017e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ba9f625 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    98601ff View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4b34cc7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    758b380 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c697e5d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c8acc37 View commit details
    Browse the repository at this point in the history
  18. [web] Update jsdoc dependency

    dgdavid committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3a17c7c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f80430e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b023b6b View commit details
    Browse the repository at this point in the history
  21. [web] Drop stdio dev dependency

    It was there because cockpit-starter-kit, which dropped it a year
    ago[1][2]
    
    [1] cockpit-project/starter-kit#590
    [2] cockpit-project/starter-kit@6e1fd84
    dgdavid committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9be3289 View commit details
    Browse the repository at this point in the history
  22. [web] Drop sizzle dev dependency

    Which came from cockpit-starter-kit. It was dropped there few months
    ago, in Jun 2023[1]
    
    [1] cockpit-project/starter-kit@1e46595
    dgdavid committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    faa096c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6a6dc4c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8c8e9f6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fcfd2a6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    278240e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c7be5bb View commit details
    Browse the repository at this point in the history
  28. [web] Update @types/jest

    dgdavid committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    07ffbda View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. [web] Adapt FileViewer test

    For waiting for the expected content
    dgdavid committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2e4e461 View commit details
    Browse the repository at this point in the history
  2. [web] Fix NetworkPage test

    Remove a leftover it.only and make examples wait a bit for the expected
    content.
    dgdavid committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4691ddb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0e3a62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    712b95e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f158b56 View commit details
    Browse the repository at this point in the history
  6. [web] Update ProductPage test

    For waiting a bit to find the expected content
    dgdavid committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e091e89 View commit details
    Browse the repository at this point in the history