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

Deps/upgrade deps #2189

Draft
wants to merge 86 commits into
base: master
Choose a base branch
from
Draft

Deps/upgrade deps #2189

wants to merge 86 commits into from

Commits on Jan 7, 2022

  1. gui: Open Cozy web in Desktop with Ctrl+click

      As an experiment, we propose to open the web Cozy Home in a Desktop
      window when pressing the `Ctrl` key while clicking on the `Open Cozy`
      button in the main window.
    
      Navigation in the Cozy from there will happen in the same window.
    taratatach committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b186413 View commit details
    Browse the repository at this point in the history
  2. gui: Open paths in Drive web with Ctrl+click

      When clicking a file or folder path in the main Desktop window, we
      open said file or folder with the default application for this file
      type or in the local OS file explorer.
    
      We will now offer to open them in Cozy Drive web when pressing the
      `Ctrl` key while clicking.
      This also works when clicking on the `Open Folder` button (i.e. it
      will open the root folder).
    taratatach committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    d55f8d0 View commit details
    Browse the repository at this point in the history
  3. gui: Open remote errors paths in Drive web

      Some error messages displayed in the main Desktop window contain the
      name of the impacted document. This name can be clicked to open the
      parent folder of the document in the local OS file explorer to help
      the user in finding the document and take appropriate actions to fix
      the issue.
    
      However, some errors can only be solved in the remote Cozy. For
      example, when a remote file name contains characters forbidden by the
      local OS, the file won't be downloaded at all until the name is
      changed and thus can't be found in the local file explorer.
    
      For these errors, we will now open the parent folder in Cozy Drive
      web.
    taratatach committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    8c62004 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    a6bf5f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5f5f69 View commit details
    Browse the repository at this point in the history
  3. deps: Remove abortcontroller-polyfill

      This package doesn't seem used anymore.
    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    0b2d385 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a329f5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc428a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cad456 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03cb55e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9655a90 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5cad321 View commit details
    Browse the repository at this point in the history
  10. deps: Upgrade auto-bind to v4.0.0

      This is the latest non-ESM version of auto-bind.
    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    93e0848 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c856f76 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8bdd20f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8e248ff View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7bd80f7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    71aa5be View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9367645 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    764b1a6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c2562fb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6085cd0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8651bc7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d23409b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a9e430b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ecc30f7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6503ffe View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    82395c6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    31321ce View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8917773 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    24cd482 View commit details
    Browse the repository at this point in the history
  29. chore: Set Node v14.16.0 as minimal version

      This version is the one used in our Electron version and the one used
      to run our test suite on CI platforms.
    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    1908f80 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d2c7277 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    017cf54 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6a0432e View commit details
    Browse the repository at this point in the history
  33. deps: Upgrade faker to 5.5.3

      Next version, v6.6.6, is a destructive version published by the
      package author.
    
      DO NOT INSTALL v6.6.6.
    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    008fad6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    58f9ce5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5c8c898 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    64bb080 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5b69265 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    28e625f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7649dbf View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    97e63b5 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f02d561 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5b3680d View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    4e528fa View commit details
    Browse the repository at this point in the history
  44. chore: Set Node v14.17.6 as minimal version

      Some of our dependencies' newest versions require at least v14.17.0 to
      be installed and AppVeyor only provides v14.17.6 so we use this
      version everywhere.
    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    3f08927 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b68ccca View commit details
    Browse the repository at this point in the history
  46. deps: Add @babel/core

      This module is required to upgrade eslint-config-cozy-app to v4.0.0.
    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    2d559b6 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    3ea90b7 View commit details
    Browse the repository at this point in the history
  48. chore: Fix linter errors

    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    db78fc6 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0c1971c View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    2f13aa7 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    be466bd View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    16a1254 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    b2c9e9f View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    54223d3 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    b3b5911 View commit details
    Browse the repository at this point in the history
  56. deps: Remove request-promise

      This package is not used anymore.
    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    6d76d8c View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    772f616 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    e1b3e74 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    ebcefc0 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    2588af7 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    fab62db View commit details
    Browse the repository at this point in the history
  62. deps: Upgrade react-markdown to v6.0.3

      This is the latest non-ESM version of this package.
    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    9eafad8 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    64b3199 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    15f099b View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    893fb57 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    c190ffe View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    a460514 View commit details
    Browse the repository at this point in the history
  68. deps: Replace opn with open v8.4.0

      The opn package has changed its name into open. We take the
      opportunity to upgrade it.
    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    4e66047 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    4e9a14c View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    b618272 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    315a35e View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    b8450e1 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    d4494fa View commit details
    Browse the repository at this point in the history
  74. deps: Upgrade @sentry/electron to v2.5.4

      This version requires at least Sentry server v20.6.0 so we also switch
      to our new Sentry server.
    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    1be7814 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    a60ffa8 View commit details
    Browse the repository at this point in the history
  76. deps: Upgrade yargs to v17.3.1

      For some reason we need to both ignore the module's folder in
      `.flowconfig` and stub its types via `flow-typed` (no defnitions for
      v17.x are available at the moment) for flow to stop giving the
      following error on the `require` call:
    
      Cannot resolve module /home/erwan/repositories/cozy/desktop/node_modules/yargs/index.cjs
    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    a89f7f1 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    b2ae56e View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    6487d9d View commit details
    Browse the repository at this point in the history
  79. WIP: to be removed?

      Fix scenarios remote trash conflicts sufix replacement. Again
    taratatach committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    5eff319 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. deps: Upgrade flow-bin to 0.99.0

      We also stub sinon based on sinon v7 type definitions to fix new lint
      errors.
    taratatach committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    d807a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ed356f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f1f989 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    f9598e9 View commit details
    Browse the repository at this point in the history