568 Commits

Author SHA1 Message Date
Convly
cffa227999 v5.0.0-beta.8 2024-05-22 17:53:58 +02:00
Ben Irvin
cb78770d20
fix: data transfer logging (#20335)
* fix: only create one log file and only as needed
* test: add regression test for multiple logs
2024-05-22 08:36:19 +02:00
Ben Irvin
7f81f32de5
fix(typescript): add tsBuildInfoFile to fix incremental options (#20341) 2024-05-20 17:26:01 +02:00
Josh
a3960e1ee5
chore: update react&react-dom to 18.3 (#20316)
* chore: update react&react-dom to 18.3

* chore: TS fix

* chore: update testing packages

* chore: fix lint
2024-05-17 16:00:38 +01:00
Marc-Roig
a86c75effa
v5.0.0-beta.7 2024-05-08 16:33:08 +02:00
Madhuri Sandbhor
63d70071de
chore: moved cms components from DS to admin (#20242)
* chore: move all CMS components from DS to admin

* fix: eslint config

---------

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2024-05-06 09:29:44 +01:00
Marc-Roig
6c76c1b8c2
v5.0.0-beta.6 2024-05-02 16:01:39 +02:00
Alexandre Bodin
3e1be288b8 chore: add fs-extra types where needed 2024-04-26 11:15:51 +02:00
Alexandre Bodin
89b8013624 chore: update utility deps 2024-04-26 09:32:10 +02:00
Josh
5d000fb33c
chore: upgrade to DS 2.0.0-beta.2 (#20151) 2024-04-25 16:17:23 +01:00
Mark Kaylor
2aa7d7fb41 v5.0.0-beta.5 2024-04-24 15:52:25 +02:00
Alexandre Bodin
e7fdec529d chore: update codemod to match new format 2024-04-19 10:21:07 +02:00
Convly
a9b61589c8 chore: update dependencies to 5.0.0-beta.4 2024-04-17 15:43:36 +02:00
Josh
bc71a96d76
chore(pack-up): remove from monorepo (v5) (#20092)
* chore(pack-up): remove from repo

* chore: type fixes

* chore: add suggestions to tighten types

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>

---------

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2024-04-12 13:39:49 +01:00
Alexandre Bodin
6b059628de fix: release invalid versions 2024-04-11 14:14:02 +02:00
Alexandre Bodin
cff608ed92 v5.0.0-beta.3 2024-04-10 19:09:43 +02:00
Alexandre BODIN
a806043f96 Merge branch 'v5/main' into v5/document-service-api 2024-04-08 11:22:28 +02:00
Ben Irvin
9139d4b029
test: use object.defineProperty to mock global.fetch 2024-04-05 15:22:19 +02:00
Alexandre Bodin
6c0c7031cc chore: cleanup entity-service and move everything into document service for further changes 2024-04-05 11:34:10 +02:00
Alexandre Bodin
a2464092e1 chore: apply updates 2024-04-03 20:43:21 +02:00
Alexandre Bodin
c81b5f327c chore: implement v5 codemods 2024-04-03 20:43:21 +02:00
Alexandre Bodin
a063b749b6 chore: add strapi public interface codemod 2024-04-03 20:43:21 +02:00
Alexandre Bodin
cb63439231 fix: invalid dep version after beta release 2024-04-03 20:43:12 +02:00
Alexandre BODIN
c9159be3ec
Merge pull request #19943 from strapi/v5/core
chore: internal core refactorings
2024-04-03 17:37:12 +02:00
Alexandre Bodin
13a7fe96d1 v5.0.0-beta.2 2024-04-03 17:35:15 +02:00
Alexandre Bodin
eb61511884 chore: use strapi.service instead of strapi.admin.services 2024-04-03 14:24:15 +02:00
Alexandre Bodin
daf629fd13 chore: remove loadedStrapi and init everything but admin in constructor 2024-04-03 14:24:15 +02:00
Convly
76a943360c chore: update codemods debug logs and fix formatting issues 2024-04-03 11:58:38 +02:00
Convly
08be1fade2 fix: update path to the INTERNAL_CODEMODS_DIRECTORY 2024-04-03 10:52:19 +02:00
Ben Irvin
79ce9ef077
Merge branch 'v5/main' into v5/upgrade-tool/enhance-codemods-command 2024-04-02 15:02:56 +02:00
Convly
10f94d744c fix: lint 2024-04-02 13:04:34 +02:00
Convly
55652b8a77 fix: style 2024-04-02 12:47:14 +02:00
Convly
4928f9527f feat: refactor upgrade-cli and add new codemods commands 2024-04-02 11:35:19 +02:00
Ben Irvin
b003dee48e
chore: upgrade prettier to 3.2.5 2024-03-29 14:39:52 +01:00
Alexandre BODIN
b862056abd
Merge pull request #19917 from strapi/v5/validator
chore: init zod usage
2024-03-27 21:30:45 +01:00
Marc-Roig
a45a0cfabf chore: release 5.0.0-beta.1
Co-Authored-By: Marc Roig <20578351+Marc-Roig@users.noreply.github.com>
2024-03-27 16:22:20 +00:00
Ben Irvin
99d624cdea
chore: upgrade rimraf to 5.0.5 2024-03-27 15:21:38 +01:00
Alexandre Bodin
6a0886d6e0 chore: init facades & cleanup public interface of strapi/strapi 2024-03-26 21:18:33 +01:00
Alexandre Bodin
08b52e8741 chore: init zod usage 2024-03-25 21:01:38 +01:00
Alexandre BODIN
29d9bfaedc
Merge pull request #19888 from strapi/v5/utils-remove-global-strapi-dep
chore: inverse control of contentAPI sanitize & validate
2024-03-22 17:36:45 +01:00
Ben Irvin
0843a7f8cf
test: change default test log level to warn (#19893) 2024-03-22 14:08:42 +01:00
Convly
39d21dcaf0 enhancement: set TSX parser for codemod script parsing 2024-03-22 11:37:48 +01:00
Convly
affe44a53a Merge remote-tracking branch 'origin/v5/upgrade-tool/persist-modifications' into v5/upgrade-tool/persist-modifications 2024-03-22 11:18:11 +01:00
Convly
907eb0f14d chore: delete unwanted codemod 2024-03-22 11:18:01 +01:00
Jean-Sébastien Herbaux
c2e4bddef9
fix: typo 2024-03-22 10:54:57 +01:00
Convly
9a5d752f94 fix: refresh project files after applying codemods 2024-03-22 10:51:50 +01:00
Alexandre Bodin
e68afb0e1e chore: inverse control of contentAPI sanitize & validate 2024-03-21 22:26:41 +01:00
Jean-Sébastien Herbaux
6157bff9eb
Merge pull request #19867 from strapi/v5/codemod/react-router-dom-dep 2024-03-21 16:01:16 +01:00
Convly
1a677831d2 chore: add a codemod to remove the @strapi/plugin-i18n dep from package.json 2024-03-21 14:13:25 +01:00
Convly
a089c86b9e chore: add react-router-dom dependency upgrade codemod 2024-03-21 11:48:04 +01:00