227 Commits

Author SHA1 Message Date
Alexandre Bodin
1c6cf2ae9f v5.0.0-alpha.3 2024-03-20 15:08:03 +01:00
Convly
670c292117 Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2 2024-03-20 14:22:44 +01:00
Alexandre Bodin
de9951b5bd Merge branch 'releases/v5-beta' into v5/main 2024-03-20 13:02:25 +01:00
Convly
d671c5698d Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2 2024-03-20 08:51:37 +01:00
Alexandre Bodin
7f3ccd6b24 v5.0.0-alpha.2 2024-03-19 23:16:28 +01:00
Alexandre Bodin
00d0f90934 5.0.0-alpha.1 2024-03-19 23:12:32 +01:00
Ben Irvin
6b73e9c201
enhancement: add support for codemods command to run on plugins
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2024-03-19 16:50:38 +01:00
Alexandre Bodin
db34007a2f release: 5.0.0-alpha.0 2024-03-19 10:34:28 +01:00
Ben Irvin
efb0c43373
chore: upgrade better-sqlite3 package 2024-03-18 18:06:46 +01:00
Ben Irvin
e040731c91 fix: only add package if sqlite was being used 2024-03-18 12:33:41 +01:00
Jean-Sébastien Herbaux
25d852de3a
Merge pull request #19752 from strapi/v5/upgrade-tool/react-files-support 2024-03-18 12:02:49 +01:00
Convly
a8210a7bbf chore: add example codemod for react transformations 2024-03-18 12:02:28 +01:00
Convly
a328275adb Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2 2024-03-18 11:38:17 +01:00
Josh
7dc4206d08 Merge branch 'develop' into v5/main 2024-03-15 16:11:49 +00:00
Convly
c8836c003b chore: update upgrade test 2024-03-13 12:01:58 +01:00
Convly
a8e77a1506 feat: add support for react files in codemods 2024-03-13 11:56:07 +01:00
Convly
836a1eabf7 Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2 2024-03-12 11:50:42 +01:00
Ben Irvin
ab2af1e539
fix(core): use module uid for config namespace instead of dot notation 2024-03-11 12:28:46 +01:00
Convly
9100ea9527 chore: lint fix 2024-03-06 16:07:04 +01:00
Josh
84b8d2ccd4 Merge branch 'develop' into v5/main 2024-02-28 16:01:39 +00:00
Josh
0aca28c03c Merge branch 'develop' into v5/main 2024-02-20 17:51:28 +00:00
Josh
08bc82a220 Merge branch 'develop' into v5/main 2024-02-07 18:27:45 +00:00
Fernando Chavez
f6928f6864 Merge branch 'develop' of github.com:strapi/strapi into v5/merge2 2024-02-05 10:48:01 +01:00
Josh
1ec998ff84 Merge branch 'develop' into v5/main 2024-01-26 08:31:31 +00:00
Jean-Sébastien Herbaux
e788a1076f
Merge pull request #19264 from strapi/chore/remove-s3-creds-transform 2024-01-24 10:53:51 +01:00
Christian Capeans
64888d3fa8 chore: refactor codemod for better readability 2024-01-19 11:23:52 +01:00
Christian Capeans
0ef18ac1b5 chore: use type checking in codemod 2024-01-19 09:34:05 +01:00
Ben Irvin
40fcf9b3c9
fix: remove useless codemod for isSupportedImage 2024-01-18 16:01:11 +01:00
Christian Capeans
44dbe85dfd chore: unify credentials shape for v5 2024-01-18 14:07:56 +01:00
Ben Irvin
01dfca22b2
chore: remove deprecated isSupportedImage 2024-01-18 11:50:21 +01:00
Josh
316470cdf8 Merge branch 'develop' into v5/main 2024-01-16 17:46:26 +00:00
Convly
7ca6f2723a chore: fix lint issues (unnecessary else after return) 2024-01-15 12:07:22 +01:00
Convly
71336319dd feat: update commands' types, add a hidden "to" command with a codemod target option 2024-01-12 15:31:45 +01:00
Convly
803724d019 enhancement: override the upgrader's codemods target if specified in the task options 2024-01-12 15:31:45 +01:00
Convly
0578c01f64 fix: update the codemods task with previous changes 2024-01-12 15:31:45 +01:00
Convly
e559f78f78 enhancement: skip range creation in the upgrader factory when the target is a valid semver 2024-01-12 15:31:45 +01:00
Convly
13c7fd1a41 feat: add a codemodsTarget (upgrader module) that can be sync to/desync from the original target 2024-01-12 15:31:45 +01:00
Convly
b6bf9f3896 chore: rename version utils and introduce an isValidSemVer helper 2024-01-12 15:31:45 +01:00
Convly
b8a12ac27d enhancement: match any semver (instead of x.x.x only) for strapi deps in the project module 2024-01-12 15:31:45 +01:00
Convly
f1a604dde8 feat: add findVersion(version) helper to the npm package module 2024-01-12 15:31:45 +01:00
Convly
d667638e68 fix: update codemod-runner.test.ts to accommodate latest changes 2024-01-12 14:52:55 +01:00
Convly
5e819945cb chore: improve logging and comments in Codemod Runner 2024-01-12 14:41:13 +01:00
Josh
f324494fe9 Merge branch 'develop' into v5/main 2024-01-10 15:58:45 +00:00
Christian Capeans
8b8e269f89 fix: update legacy dependencies 2024-01-08 16:46:06 +01:00
Christian Capeans
ad288a5769 fix: update documentation 2024-01-08 15:58:22 +01:00
Christian Capeans
c1ec41edad Merge branch 'chore/sqlite3-codemod' of github.com:strapi/strapi into chore/sqlite3-codemod 2024-01-08 15:55:09 +01:00
Christian Capeans
f94626d375 fix: update documentation 2024-01-08 15:54:23 +01:00
Christian Capeans
501f42defd fix: typo 2024-01-08 15:22:43 +01:00
Christian Capeans
17a31c60a4 fix: avoid changing better-sqlite3 version 2024-01-08 15:21:54 +01:00
Christian Capeans
b25c854cc4 fix: remove unnecessary codemod 2024-01-08 13:27:52 +01:00