Alexandre Bodin
5e4d5342ff
Merge branch 'develop' into chore/i18n-ts
2023-11-14 17:58:51 +01:00
Josh
add566491a
chore(deps): update axios to 1.6.0 ( #18768 )
...
due to https://github.com/advisories/GHSA-wf5p-g6vw-rhxx
2023-11-13 10:16:09 +00:00
Alexandre Bodin
416657afd5
Merge branch 'main' into releases/4.15.4
2023-11-12 11:09:55 +01:00
Alexandre Bodin
da634b0951
v4.15.4
2023-11-11 12:17:57 +01:00
Alexandre Bodin
458516e434
v4.15.3
2023-11-11 12:03:41 +01:00
Alexandre Bodin
5a804de414
chore(plugins/i18n): migrate to basic ts
2023-11-10 18:27:09 +01:00
Alexandre Bodin
cf5979d1fd
Merge branch 'main' into releases/4.15.2
2023-11-08 19:31:57 +01:00
Josh
6129ef3c6c
chore: update design-system 1.13.1 ( #18704 )
2023-11-08 16:21:15 +00:00
Mark Kaylor
3f510d0338
chore: publish 4.15.2
2023-11-08 17:04:13 +01:00
Mark Kaylor
bb51089333
v4.15.2
2023-11-08 16:27:10 +01:00
Mark Kaylor
0ca0dff7b4
Merge remote-tracking branch 'origin/releases/4.15.2' into releases/4.15.3
2023-11-08 14:13:14 +01:00
Josh
0e69461383
fix(admin): build pipeline & deps ( #18658 )
2023-11-03 15:56:03 +01:00
Alexandre BODIN
ae792fb42c
Release 4.15.1 ( #18646 )
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Marc Roig <marc12info@gmail.com>
2023-11-03 08:37:53 +01:00
Josh
d482633e77
refactor(admin): auth pages to TS ( #18635 )
...
* refactor(admin): auth pages to TS
* fix: fix error message displays
* chore: remove generic
* chore: remove unnecessary test files
* chore: add tests
* fix: reset-password errors
2023-11-02 14:31:43 +00:00
Alexandre Bodin
b6c085052f
v4.15.1
2023-11-02 15:26:58 +01:00
Josh
14ef2b7c24
chore(admin): convert ProfilePage and re-use server driven types ( #18593 )
...
* chore(admin): convert ProfilePage and re-use server driven types
* chore: fix tests
* chore: fix double export from types
* fix: type isSSOLocked endpoint
2023-10-30 12:17:27 +00:00
Marc-Roig
9714d1d0af
Merge branch 'main' into releases/4.15.0
2023-10-26 12:09:31 +02:00
Josh
dffc31a9b2
chore(admin): convert HomePage, Admin & InstalledPluginPage to TS ( #18568 )
...
* chore(admin): convert HomePage to TS
* chore(admin): convert pages/Admin to TS
* chore(admin): convert InstalledPluginsPage to TS
2023-10-25 17:08:16 +01:00
Josh
8735d4f8a9
chore(admin): convert useInjectReducer, core/apis & StrapiApp to TS ( #18554 )
...
* chore(admin): convert useInjectReducer to TS
* chore(admin): convert core apis
* chore(admin): convert StrapiApp
* chore: fix test
2023-10-25 14:49:22 +01:00
Marc-Roig
6e44e1e68d
v4.15.0
2023-10-25 15:06:00 +02:00
Josh
48867929ad
chore(admin): convert marketplace ( #18548 )
2023-10-25 08:45:09 +01:00
Rémi de Juvigny
aad59f0299
chore(deps): update design-system to 1.13.0 ( #18538 )
2023-10-23 16:43:26 +02:00
Gustav Hansen
5dc153dcb7
chore(admin): convert utils to TS
...
Co-authored-by: Josh Ellis <josh.ellis@strapi.io>
2023-10-19 13:58:54 +01:00
Mark Kaylor
2c8028e0a8
Merge branch 'main' of github.com:strapi/strapi into releases/4.14.5
2023-10-18 17:15:57 +02:00
Mark Kaylor
a0400e4a0f
v4.14.5
2023-10-18 17:02:10 +02:00
Josh
d4dddebe84
refactor(admin): convert rest of components to TS ( #18473 )
...
* refactor(admin): convert rest of components to TS
* chore(admin): integrate redux types to admin components
* chore: type network requests
* test: fix unit tests based on changes
* chore: use smaller batch of permissions for RBACProvider test
2023-10-18 11:22:34 +01:00
Ben Irvin
f2fb21ce62
Merge branch 'main' into tests/drop16
2023-10-17 14:07:54 +02:00
Josh
4fcaf0f227
chore(admin): convert GuidedTour to TS ( #18461 )
2023-10-17 09:05:10 +01:00
Sora Morimoto
73e59e6e2c
chore: run nx repair
to correct nx configuration ( #18446 )
...
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2023-10-17 08:21:17 +01:00
Josh
054cea409d
chore(admin): convert more admin components ( #18433 )
...
* chore(admin): convert LanguageProvider to ts
* chore(admin): convert more contexts
* chore(helper-plugin): produce declaration maps
* fix(admin): LANGUAGE_LOCAL_STORAGE_KEY export
* chore(admin): convert useMenu
* chore(admin): convert LeftMenu to TS
* test(helper-plugin): fix utils
* chore: fix tests
2023-10-16 11:05:12 +01:00
Josh
976b90dd92
chore(deps): update design-system to 1.12.2 ( #18438 )
2023-10-13 17:24:06 +01:00
Jamie Howard
a9552a70bf
[Email] Migrate to typescript ( #18136 )
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-10-12 17:10:45 +01:00
Josh
293219f39f
chore(admin): convert more components to TS ( #18420 )
...
* chore(admin): convert ConfigurationProvider
* chore: convert PluginsInitializer
* fix(admin): imports with ConfigurationsProvider
* chore: convert NpsSurvey to TS
* chore: PR fixes
2023-10-12 14:28:25 +01:00
Convly
cd8f1e58f3
Merge branch 'main' of github.com:strapi/strapi into releases/4.14.4
2023-10-11 14:46:35 +02:00
Convly
fbd6e3e301
v4.14.4
2023-10-11 14:31:53 +02:00
Josh
85d322c3e9
test(frontend): fix act warnings _everywhere_ ( #18381 )
...
* test(content-manager): fix wysiwyg by silencing the warnings
* test(admin): add a harness – finally
* chore: remove prop-types as dep of helper-plugin
* test(content-manager): fix console errors in EditSettingsView
* test(content-manager): fix ListViewSettings
* test: fix useAdminRolePermissions
* chore: convert more tests
* test: more fe tests
* test: more fe tests
* test(ctb): fix tests
* chore: throw error in env
* chore: fix act finals
* chore: remove resetHandlers and use once
* chore: throw all the time for warnings and errors
2023-10-11 12:26:02 +01:00
Alexandre Bodin
af6ddbba9b
Merge branch 'main' into tests/drop16
2023-10-11 13:09:45 +02:00
Josh
b571158eef
fix(helper-plugin): notifications should not have a default for "success" ( #18372 )
...
Co-authored-by: Boegie19 <34578426+Boegie19@users.noreply.github.com>
2023-10-11 10:26:47 +01:00
Alexandre Bodin
4fab0c711d
Update engines
2023-10-11 11:15:35 +02:00
Josh
64e637e0a2
chore: pack-up admin-test-utils ( #18357 )
2023-10-09 11:13:15 +01:00
Josh
66d7c1ce9b
chore: convert helper-plugin to pack-up ( #18329 )
2023-10-06 12:21:26 +01:00
Gustav Hansen
cae79e0ab3
Merge pull request #18291 from strapi/chore/useRegenerate-ts
...
chore(admin): convert useRegenerate to TS
2023-10-06 09:11:06 +02:00
Josh
82035f18c9
chore: build strapi permissions with pack-up ( #18309 )
2023-10-05 18:13:45 +01:00
Gustav Hansen
e9ee4789b7
chore(admin): convert useRegenerate to TS
2023-10-05 16:04:46 +02:00
Josh
160ac2f527
chore: build strapi utils with pack-up ( #18308 )
...
* chore: build strapi utils with pack-up
* chore: remove build:ts from workflow
Update UploadAssetDialog.test.js
2023-10-05 14:47:35 +01:00
Marc Roig
c771262273
v4.14.3 ( #18294 )
...
* v4.14.3
* chore: update pack up version
2023-10-05 10:20:53 +01:00
Josh
7016a1b045
chore: initialise ts admin ( #18282 )
...
* chore: initialise ts admin
* chore: set JSX to automatic
finally found it
* chore: set DTS true for the whole workflow to produce types for the helper-plugin
* chore(helper-plugin): fix the circular dependencies and calls for react
2023-10-05 08:39:49 +01:00
Josh
ee5c626501
chore: use yarn resolution for design-system ( #18238 )
...
* chore: use yarn resolution for design-system
* fix: helper-plugin types
* fix: color picker types
2023-10-04 09:01:56 +01:00
markkaylor
35cf6eed94
chore: bump design-system from 1.11.0 to 1.12.0 ( #18241 )
2023-10-02 18:21:23 +01:00
Josh
d8c13912ba
chore: update eslint ( #18240 )
...
* chore: update eslint deps & fix lint issues
* chore: update prettier
* fix: packagejson
* Revert "chore: update prettier"
This reverts commit 65f82dfa5b3b0a925fb0d86c20a7e555015c7b48.
2023-10-02 17:29:23 +01:00