795 Commits

Author SHA1 Message Date
Gustav Hansen
958268fe6d
Merge pull request #15813 from strapi/dependabot/npm_and_yarn/react-intl-6.2.8
chore(deps): bump react-intl from 6.2.7 to 6.2.8
2023-02-15 09:03:09 +01:00
dependabot[bot]
fb2094cfb6
chore(deps): bump react-intl from 6.2.7 to 6.2.8
Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.2.7...react-intl@6.2.8)

---
updated-dependencies:
- dependency-name: react-intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 10:24:27 +00:00
dependabot[bot]
f9dd84ce69
chore(deps-dev): bump msw from 1.0.0 to 1.0.1
Bumps [msw](https://github.com/mswjs/msw) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 10:01:28 +00:00
Gustav Hansen
b5075e03bd
Merge pull request #15765 from strapi/chore/request-rm-rf
Remove `request` dependency
2023-02-10 10:21:30 +01:00
Josh
b69e10f968
Merge pull request #15441 from strapi/chore/helper-plugin-webpack 2023-02-10 08:04:50 +00:00
Gustav Hansen
1d99c3f217 Chore: Remove request dependency 2023-02-10 09:04:32 +01:00
Gustav Hansen
d1abc78224
Merge pull request #15760 from strapi/chore/update-msw
Chore: Update msw to 1.0.0
2023-02-09 17:49:01 +01:00
Josh
bddd9e604c chore: update snapshots 2023-02-09 16:48:09 +00:00
Gustav Hansen
0aaaa28d13 Chore: Update redux and react-redux 2023-02-09 14:51:02 +01:00
Gustav Hansen
83a16e64cc Chore: Update msw to 1.0.0 2023-02-09 14:14:19 +01:00
Convly
17a7845e3d v4.6.1 2023-02-08 17:00:11 +01:00
markkaylor
b4c67d427e
Merge pull request #15706 from strapi/chore/bump-ds-dep
Bump design system from 1.6.1 to 1.6.3
2023-02-07 11:14:05 +01:00
Mark Kaylor
f97c352fa0 Update snapshots 2023-02-06 18:24:10 +01:00
Nathan Pichon
0bd42b52de
Merge branch 'main' into features/patreon-auth-provider 2023-02-06 11:40:26 +01:00
Mark Kaylor
4bc7afc769 Update snapshots 2023-02-03 14:48:38 +01:00
Christian
449529fd02
Merge branch 'main' into fix/users-permissions-unique-email 2023-01-31 16:17:19 +01:00
Gustav Hansen
f095a13fdb Chore: Bump react-intl from v5 to 6.2.7 2023-01-30 09:39:49 +01:00
Simone
e3bc1cda8f
Merge branch 'main' into enhancement/axios-migration-users-permissions 2023-01-26 13:07:54 +01:00
Convly
a9e55435c4 v4.6.0 2023-01-25 21:17:20 +01:00
Christian Capeans
bec07b0b0a Merge branch 'main' into fix/unvalidated-cognito-access 2023-01-25 12:28:47 +01:00
Christian Capeans
8bbbd7383a Split the url to fill origin and path values in purest 2023-01-25 12:12:55 +01:00
Simone Taeggi
d96654316a Merge branch 'enhancement/axios-migration-step-2' into enhancement/axios-migration-users-permissions 2023-01-24 16:57:09 +01:00
Josh
e8bc90744d chore: update DS to 1.6.0 2023-01-24 11:34:12 +00:00
Simone Taeggi
94ecf01f4c Merge branch 'enhancement/axios-migration-step-2' into enhancement/axios-migration-users-permissions 2023-01-23 09:39:49 +01:00
Simone Taeggi
12ceb7adc5 refactor usePlugin wit useFetchClient 2023-01-20 14:28:28 +01:00
Josh
fb0f59788a chore: install design-system 1.5.0 2023-01-18 12:07:24 +00:00
Simone Taeggi
40b3452ec1 change the import of the getFetchClient in the Roles listPage utils 2023-01-18 11:10:56 +01:00
Simone Taeggi
8816ec5769 change the useFetchClient import in the Roles EditPage 2023-01-18 11:10:14 +01:00
Simone Taeggi
289de5cbe7 change the import of the useFetchClient in the Roles CreatePage 2023-01-18 11:07:38 +01:00
Simone Taeggi
748c561583 change the import in the Providers utils of the getFetchClient 2023-01-18 11:06:48 +01:00
Simone Taeggi
36c0978417 change the import of the getFetchClient inside the EmailTemplates utils 2023-01-18 11:05:49 +01:00
Simone Taeggi
e8bfd50db3 change the import of the getFetchClient inside the AdvancedSettings utils 2023-01-18 11:04:49 +01:00
Simone Taeggi
ae374971fb change the import of the getFetchClient in the usePlugins hook 2023-01-18 11:03:54 +01:00
Simone Taeggi
5c80a0bf87 change the import of the useFetchClient inside the useFetchRole 2023-01-18 11:03:02 +01:00
Simone Taeggi
df2549af48 Merge branch 'enhancement/axios-migration-step-2' into enhancement/axios-migration-users-permissions 2023-01-18 10:38:06 +01:00
Convly
d36609ff26 v4.5.6 2023-01-11 17:48:52 +01:00
Christian Capeans
eeab43b577 Store jwk set url in strapi core 2023-01-11 12:57:39 +01:00
derrickmehaffy
c770a253ba Fix CVE-2022-23539 / CVE-2022-23541 / CVE-2022-23540 / CVE-2022-23529 2023-01-10 07:50:43 -07:00
Convly
56aa69f472 Use lodash fp instead of lodash 2023-01-10 10:34:49 +01:00
Convly
6f07d33f88 Disable lodash template's escape 2023-01-09 18:28:30 +01:00
Simone Taeggi
9352a38fdc replace the getFetchClient with the useFetchClient inside the useFetchRole 2023-01-09 15:51:40 +01:00
Simone Taeggi
c38758401c fix the renaming of the get method 2023-01-09 15:47:03 +01:00
Christian Capeans
46f8f98378 Verify cognito token with AWS 2023-01-09 14:20:02 +01:00
Simone Taeggi
e862353def remove the axiosInstance implementation from the users-permissions plugin 2023-01-09 11:48:46 +01:00
Simone Taeggi
d9d108fed4 replace axiosInstance in the edit Roles function to replace the api call with the useFetchClient put method 2023-01-09 11:46:19 +01:00
Simone Taeggi
65bbac9aed replace axiosInstance in the create Roles function to replace the api call with the useFetchClient post method 2023-01-09 11:37:42 +01:00
Simone Taeggi
5480155dfe replace axiosInstance in the Providers util putProvider to replace the api call with the getFetchClient put method 2023-01-09 10:38:06 +01:00
Simone Taeggi
358522d664 replace axiosInstance in the Providers util fetchData to replace the api call with the getFetchClient get method 2023-01-09 10:32:03 +01:00
Simone Taeggi
795040e133 replace axiosInstance in the EmailTemplates utils fetchData and putEmailTemplate to replace the api calls with the getFetchClient get and put method 2023-01-09 10:21:06 +01:00
Simone Taeggi
eff1d14ec2 replace axiosInstance in the AdvancedSettings putAdvancedSettings utils to replace the api call with the getFetchClient put method 2023-01-05 17:08:01 +01:00