fix(deps): update dependency cozy-client to v33
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cozy-client | dependencies | major | 32.2.1 -> 33.2.0 |
Release Notes
cozy/cozy-client
v33.2.0
Features
- Allow to provide
credential
value infetchJSON()
options (a3cd585) - Do not use NODE_ENV=development to detect authentication (57114cf)
- scripts: Add examples of scripts adding and deleting files (b525047)
33.1.2 (2022-09-22)
Bug Fixes
- Get apps method was returning wrong type for not-registry source (32eaf43)
33.1.1 (2022-09-22)
Bug Fixes
- Rename and fix types for findAll (b7cd8d9)
- Use partial filter in the find when index creation fails (8830a3f)
v33.1.2
Bug Fixes
- Get apps method was returning wrong type for not-registry source (32eaf43)
v33.1.1
Bug Fixes
- Rename and fix types for findAll (b7cd8d9)
- Use partial filter in the find when index creation fails (8830a3f)
v33.1.0
Features
- qualification: Add more logic to getBoundT function (1154d33)
33.0.8 (2022-09-20)
Bug Fixes
- Spread attributes also with get request (8fe9a58)
33.0.7 (2022-09-19)
Bug Fixes
- QueryAll return empty array if error (20a8a80)
33.0.6 (2022-09-07)
Bug Fixes
- Don't throw error when removing inconsistent indexes (beeb270)
33.0.5 (2022-09-06)
Bug Fixes
- MatchingIndex with partialFilter (8687e6b)
33.0.4 (2022-09-01)
Bug Fixes
- Fix store issue with creation mutation (2626d81)
33.0.3 (2022-09-01)
Bug Fixes
- cozy-client: IsNote should validate note with less params (681a5ae)
33.0.2 (2022-08-31)
Note: Version bump only for package cozy-client
33.0.1 (2022-08-30)
Note: Version bump only for package cozy-client
v33.0.8
Bug Fixes
- Spread attributes also with get request (8fe9a58)
v33.0.7
Bug Fixes
- QueryAll return empty array if error (20a8a80)
v33.0.6
Bug Fixes
- Don't throw error when removing inconsistent indexes (beeb270)
v33.0.5
Bug Fixes
- MatchingIndex with partialFilter (8687e6b)
v33.0.4
Bug Fixes
- Fix store issue with creation mutation (2626d81)
v33.0.3
Bug Fixes
- cozy-client: IsNote should validate note with less params (681a5ae)
v33.0.2
Note: Version bump only for package cozy-client
v33.0.1
Note: Version bump only for package cozy-client
v33.0.0
Bug Fixes
- Do not call
loadInstanceOptionsFromDOM
for OAuth clients (cc2f931)
Features
- Fetch capabilities on OAuth login (46955d0)
- Use
client.capabilities
inuseCapabilities
if available (d6864c8)
BREAKING CHANGES
-
useCapabilities
now returns thecapability
object instead of the.query()
result. So there is no need anymore to drill into.data?.attributes?.
members
Old usage:
const { capabilities } = useCapabilities(client)
const isFlatDomain = capabilities?.data?.attributes?.flat_subdomains
New usage:
const { capabilities } = useCapabilities(client)
const isFlatDomain = capabilities?.flat_subdomains
32.8.1 (2022-08-22)
Bug Fixes
- Throw error instead of not existing code (b07276f)
v32.8.1
Bug Fixes
- Throw error instead of not existing code (b07276f)
v32.8.0
Features
- Add energy contract qualification (2a85113)
32.7.4 (2022-08-17)
Bug Fixes
32.7.3 (2022-08-17)
Note: Version bump only for package cozy-client
32.7.2 (2022-08-17)
Bug Fixes
- Use find method where args are for find (dadbbd4)
32.7.1 (2022-08-16)
Note: Version bump only for package cozy-client
v32.7.4
Bug Fixes
v32.7.3
Note: Version bump only for package cozy-client
v32.7.2
Bug Fixes
- Use find method where args are for find (dadbbd4)
v32.7.1
Note: Version bump only for package cozy-client
v32.7.0
Features
- stack-client: Add findAll (e69433e)
v32.6.0
Features
- Add warning when selector fields are not indexed (bdb630a)
v32.5.0
Features
- Add
deconstructCozyWebLinkWithSlug
to extract data from Cozy url (9fa2b4b)
32.4.1 (2022-08-08)
Bug Fixes
- deps: update dependency cozy-device-helper to v2.2.2 (ca2da28)
v32.4.1
Bug Fixes
- deps: update dependency cozy-device-helper to v2.2.2 (ca2da28)
v32.4.0
Bug Fixes
- deps: update dependency babel-preset-cozy-app to v1.12.0 (56680c3)
- fetchPolicies: Background fetching should respect the fetch policy (cfeec8b)
Features
- background-fetching: Introduce isFetching in QueryState to handle refetch (8c565eb)
32.3.3 (2022-08-05)
Bug Fixes
- Fix lint issue (c4c64c5)
32.3.2 (2022-08-04)
Note: Version bump only for package cozy-client
32.3.1 (2022-07-28)
Bug Fixes
- Export permissions' translations (e1578ec)
v32.3.3
Bug Fixes
- Fix lint issue (c4c64c5)
v32.3.2
Note: Version bump only for package cozy-client
v32.3.1
Bug Fixes
- Export permissions' translations (e1578ec)
v32.3.0
Features
- Add permissions's translation (68ba8b7)
32.2.8 (2022-07-25)
Note: Version bump only for package cozy-client
32.2.7 (2022-07-21)
Bug Fixes
- Lodash.merge is not creating a new object (3bb94d0)
32.2.6 (2022-07-20)
Note: Version bump only for package cozy-client
32.2.5 (2022-07-20)
Bug Fixes
- Mark the query as loaded when the document does not exist (8dcd1e9), closes /github.com/cozy/cozy-client/blob/8ec78eb5a028f8df4908e283d0d48572d475ab3f/packages/cozy-stack-client/src/Collection.js#L103 /github.com/cozy/cozy-client/blob/8ec78eb5a028f8df4908e283d0d48572d475ab3f/packages/cozy-client/src/store/queries.js#L167-L169 /github.com/cozy/cozy-client/blob/master/packages/cozy-client/src/CozyClient.js#L922-L925
- Types (5b5ab85)
32.2.4 (2022-07-19)
Bug Fixes
- Call
onTokenRefresh()
aftersetToken()
when refreshing token (e0c4581) - deps: update dependency commitlint-config-cozy to v0.7.7 (403adae)
32.2.3 (2022-07-18)
Bug Fixes
- Check the correct path to get the warning (60a6959)
32.2.2 (2022-07-08)
Bug Fixes
- Handle query limit for first and last paginated query (d986f59)
32.2.1 (2022-07-04)
Bug Fixes
- deps: update dependency babel-plugin-search-and-replace to v1.1.1 (080371c)
v32.2.8
Note: Version bump only for package cozy-client
v32.2.7
Bug Fixes
- Lodash.merge is not creating a new object (3bb94d0)
v32.2.6
Note: Version bump only for package cozy-client
v32.2.5
Bug Fixes
- Mark the query as loaded when the document does not exist (8dcd1e9), closes /github.com/cozy/cozy-client/blob/8ec78eb5a028f8df4908e283d0d48572d475ab3f/packages/cozy-stack-client/src/Collection.js#L103 /github.com/cozy/cozy-client/blob/8ec78eb5a028f8df4908e283d0d48572d475ab3f/packages/cozy-client/src/store/queries.js#L167-L169 /github.com/cozy/cozy-client/blob/master/packages/cozy-client/src/CozyClient.js#L922-L925
- Types (5b5ab85)
v32.2.4
Bug Fixes
- Call
onTokenRefresh()
aftersetToken()
when refreshing token (e0c4581) - deps: update dependency commitlint-config-cozy to v0.7.7 (403adae)
v32.2.3
Bug Fixes
- Check the correct path to get the warning (60a6959)
v32.2.2
Bug Fixes
- Handle query limit for first and last paginated query (d986f59)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.