Skip to content

Commit 719d88e

Browse files
committed
fix: Upgrade cozy-bar for apps.hidden flag
The flag was not properly working
1 parent a08c4c5 commit 719d88e

File tree

3 files changed

+55
-26
lines changed

3 files changed

+55
-26
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,13 @@
6161
"@cozy/minilog": "^1.0.0",
6262
"@sentry/integrations": "^7.114.0",
6363
"@sentry/react": "^8.5.0",
64-
"cozy-bar": "15.1.0",
64+
"cozy-bar": "^16.0.1",
6565
"cozy-client": "^49.4.0",
6666
"cozy-device-helper": "^2.1.0",
67+
"cozy-devtools": "^1.2.1",
6768
"cozy-doctypes": "1.85.0",
68-
"cozy-flags": "^4.0.0",
69-
"cozy-intent": "^2.23.0",
69+
"cozy-flags": "^4.6.1",
70+
"cozy-intent": "^2.29.1",
7071
"cozy-interapp": "0.9.0",
7172
"cozy-logger": "1.9.0",
7273
"cozy-minilog": "^3.3.1",

src/ducks/components/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { connect } from 'react-redux'
88

99
import { BarComponent } from 'cozy-bar'
1010
import { withClient } from 'cozy-client'
11-
import CozyDevTools from 'cozy-client/dist/devtools'
11+
import CozyDevTools from 'cozy-devtools'
1212
import flag from 'cozy-flags'
1313
import IconSprite from 'cozy-ui/transpiled/react/Icon/Sprite'
1414
import { Layout, Main } from 'cozy-ui/transpiled/react/Layout'

yarn.lock

Lines changed: 50 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,13 +1989,20 @@
19891989
dependencies:
19901990
regenerator-runtime "^0.12.0"
19911991

1992-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.13.10", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1992+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.0", "@babel/runtime@^7.13.10", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
19931993
version "7.17.8"
19941994
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.8.tgz#3e56e4aff81befa55ac3ac6a0967349fd1c5bca2"
19951995
integrity sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==
19961996
dependencies:
19971997
regenerator-runtime "^0.13.4"
19981998

1999+
"@babel/runtime@^7.1.2":
2000+
version "7.26.0"
2001+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
2002+
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
2003+
dependencies:
2004+
regenerator-runtime "^0.14.0"
2005+
19992006
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.8.3":
20002007
version "7.13.10"
20012008
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
@@ -5419,10 +5426,10 @@ cozy-app-publish@^0.27.2:
54195426
request "^2.88.0"
54205427
tar "^4.4.13"
54215428

5422-
cozy-bar@15.1.0:
5423-
version "15.1.0"
5424-
resolved "https://registry.yarnpkg.com/cozy-bar/-/cozy-bar-15.1.0.tgz#f7f624130d1b56539b05e4a02df520b245788b6f"
5425-
integrity sha512-Nx9B/cD7upmBisFGOu5V7nr5zgJfCiwRA3ChaAnF2ifC6p1HiwhbvJCXMW7VpX0dDZNVmM7VWXGnvDaw+VinTg==
5429+
cozy-bar@^16.0.1:
5430+
version "16.0.1"
5431+
resolved "https://registry.yarnpkg.com/cozy-bar/-/cozy-bar-16.0.1.tgz#1dc75cd4d23384777e6bbe7a068aacad3d1c0318"
5432+
integrity sha512-2B+bwKy+7WNR51HcXq+M1zie5epj8bdLQux3Ca/zBajAeCVBTfHPStywHh/KM758FpTN2b2z4P65/cjJ7O504Q==
54265433
dependencies:
54275434
hammerjs "2.0.8"
54285435
lodash.debounce "4.0.8"
@@ -5474,6 +5481,15 @@ cozy-device-helper@^2.1.0:
54745481
dependencies:
54755482
lodash "^4.17.19"
54765483

5484+
cozy-devtools@^1.2.1:
5485+
version "1.2.1"
5486+
resolved "https://registry.yarnpkg.com/cozy-devtools/-/cozy-devtools-1.2.1.tgz#680976ab69ebdf2d2727cffc07243705794d1a83"
5487+
integrity sha512-6hMoeEdT3coU/LMBlwnFWrBNB6dpa6HlzB8ejHbb6pZwQtvtX6Sr4IzvCuqqd2ztjrlTZ/wivWE5sZeu+G7f0Q==
5488+
dependencies:
5489+
date-fns "2.29.3"
5490+
lodash "4.17.13"
5491+
react-inspector "5.1.1"
5492+
54775493
cozy-doctypes@1.85.0:
54785494
version "1.85.0"
54795495
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.85.0.tgz#f777a74befc059d40ddbbd2fc523c9537f801d4d"
@@ -5485,19 +5501,19 @@ cozy-doctypes@1.85.0:
54855501
lodash "^4.17.19"
54865502
prop-types "^15.7.2"
54875503

5488-
cozy-flags@^4.0.0:
5489-
version "4.0.0"
5490-
resolved "https://registry.yarnpkg.com/cozy-flags/-/cozy-flags-4.0.0.tgz#047f9a93f826808bfd23ab206d0bf8235c162237"
5491-
integrity sha512-us+XDoqPCnDflu7gJrZAmE5SDmkIx2QEhs+fItQOf2JjnGpfBvmIhLMv51/P5INPL4bAQSUHE6ddwNFwOruqBw==
5504+
cozy-flags@^4.6.1:
5505+
version "4.6.1"
5506+
resolved "https://registry.yarnpkg.com/cozy-flags/-/cozy-flags-4.6.1.tgz#81eb05c8a77f4cd8f67be404248bed6d2853f2be"
5507+
integrity sha512-UW0+I78wUnPyDaP/bWEVSQTPh4nSJBFFeFOl8nm79PW76xriN5GncJVvUKRFQTL1FzHo65mOrn/ltFzeaLOlhg==
54925508
dependencies:
54935509
microee "^0.0.6"
54945510

5495-
cozy-intent@^2.23.0:
5496-
version "2.23.0"
5497-
resolved "https://registry.yarnpkg.com/cozy-intent/-/cozy-intent-2.23.0.tgz#b6f3a407413df05c108e848b9dcb074b8780824b"
5498-
integrity sha512-DFn0ny4B4HpOE+3PYuZTTa074gRnFHqID+XaJ3gY2OrPL2xUQKEZmmFLp2bPVWThi5FvgvsU3EQeWPHZNQPbaQ==
5511+
cozy-intent@^2.29.1:
5512+
version "2.29.1"
5513+
resolved "https://registry.yarnpkg.com/cozy-intent/-/cozy-intent-2.29.1.tgz#929d6dfe1e7d619ed5d62447483c5899914b04ed"
5514+
integrity sha512-Es+7WkPU+mkrMM1RDjuVXZqWeXEYXo0xLZinEBJIYyTrz/gopLLztHcrjfL4bglKqAt9XTdDxrT1KxsenDd1bw==
54995515
dependencies:
5500-
cozy-minilog "^3.3.1"
5516+
cozy-minilog "^3.9.1"
55015517
post-me "0.4.5"
55025518

55035519
cozy-interapp@0.9.0:
@@ -5525,6 +5541,13 @@ cozy-minilog@^3.3.1:
55255541
dependencies:
55265542
microee "0.0.6"
55275543

5544+
cozy-minilog@^3.9.1:
5545+
version "3.9.1"
5546+
resolved "https://registry.yarnpkg.com/cozy-minilog/-/cozy-minilog-3.9.1.tgz#8a89743664145da7b1808d78cc53daacaa97e758"
5547+
integrity sha512-UwtNfRWKIWpNA4NK2MovPvUalijmYpFk726r1zxLlMixRTBtHTqVZtEcDF+3PrE5o5UiUAUC8Z+MWiz3ivstbw==
5548+
dependencies:
5549+
microee "0.0.6"
5550+
55285551
cozy-realtime@3.14.4:
55295552
version "3.14.4"
55305553
resolved "https://registry.yarnpkg.com/cozy-realtime/-/cozy-realtime-3.14.4.tgz#fb92d8c39838fa58006e3c6ea5547c445e4bf665"
@@ -10689,7 +10712,7 @@ lodash.merge@^4.6.2:
1068910712
lodash.set@^4.3.2:
1069010713
version "4.3.2"
1069110714
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
10692-
integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=
10715+
integrity sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==
1069310716

1069410717
lodash.truncate@^4.4.2:
1069510718
version "4.4.2"
@@ -10699,7 +10722,12 @@ lodash.truncate@^4.4.2:
1069910722
lodash.unionwith@4.6.0:
1070010723
version "4.6.0"
1070110724
resolved "https://registry.yarnpkg.com/lodash.unionwith/-/lodash.unionwith-4.6.0.tgz#74d140b5ca8146e6c643c3724f5152538d9ac1f0"
10702-
integrity sha1-dNFAtcqBRubGQ8NyT1FSU42awfA=
10725+
integrity sha512-Hk8otPCkVM4UxRoft3E5dAREwExyXci6iVPCibHIEiG7neb9KAdWHYS75MYpVTvxDrnpp7WCJNZ84vAk7j7tVA==
10726+
10727+
lodash@4.17.13:
10728+
version "4.17.13"
10729+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93"
10730+
integrity sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==
1070310731

1070410732
lodash@4.17.19, lodash@^4.14.2, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.3, lodash@^4.17.4:
1070510733
version "4.17.19"
@@ -11593,7 +11621,7 @@ oauth-sign@~0.9.0:
1159311621
object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
1159411622
version "4.1.1"
1159511623
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
11596-
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
11624+
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
1159711625

1159811626
object-copy@^0.1.0:
1159911627
version "0.1.0"
@@ -12689,7 +12717,7 @@ prop-types-exact@^1.2.0:
1268912717
object.assign "^4.1.0"
1269012718
reflect.ownkeys "^0.2.0"
1269112719

12692-
prop-types@*, prop-types@15.7.2, prop-types@^15.6.1:
12720+
prop-types@*, prop-types@15.7.2:
1269312721
version "15.7.2"
1269412722
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
1269512723
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -12698,7 +12726,7 @@ prop-types@*, prop-types@15.7.2, prop-types@^15.6.1:
1269812726
object-assign "^4.1.1"
1269912727
react-is "^16.8.1"
1270012728

12701-
prop-types@^15.0.0, prop-types@^15.5.4, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
12729+
prop-types@^15.0.0, prop-types@^15.5.4, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
1270212730
version "15.8.1"
1270312731
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
1270412732
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -13430,9 +13458,9 @@ regenerator-runtime@^0.12.0:
1343013458
integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
1343113459

1343213460
regenerator-runtime@^0.13.4:
13433-
version "0.13.9"
13434-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
13435-
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
13461+
version "0.13.11"
13462+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
13463+
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
1343613464

1343713465
regenerator-runtime@^0.14.0:
1343813466
version "0.14.0"

0 commit comments

Comments
 (0)