Ben Irvin
bd1faa1a29
Update packages/utils/upgrade/src/tasks/__tests__/upgrade.test.ts
2023-12-22 18:26:32 +01:00
Christian Capeans
07a9db4884
fix: rename tests
2023-12-22 17:56:07 +01:00
Christian Capeans
c2b8acad48
chore: add unit tests for upgrader tasks
2023-12-22 16:54:26 +01:00
Christian
7de4744503
feat: Select and run codemods only ( #19083 )
2023-12-22 15:24:11 +01:00
Convly
b887f1aa47
v4.16.2
2023-12-21 15:53:18 +01:00
Mark Kaylor
af13d4e056
v4.16.1
2023-12-21 15:23:45 +01:00
Mark Kaylor
b8acb528cd
v4.16.0
2023-12-20 15:52:24 +01:00
Josh
bdcd983c3d
fix(tooling): use nx to build & clean ( #19084 )
...
* remove pre-publish scripts
* fix: use nx to clean & build
2023-12-19 13:21:33 +00:00
Convly
f646f9ceda
chore: revert sentiment update on GIT_CLEAN requirement
2023-12-14 10:52:09 +01:00
Convly
a17f4e8617
fix: make major requirements required
2023-12-14 10:29:30 +01:00
Convly
c56802ae6f
Merge branch 'features/upgrade-tool' of github.com:strapi/strapi into upgrade-tool/chores
2023-12-14 10:26:11 +01:00
Alexandre Bodin
be13751233
chore: update test script
2023-12-13 17:18:25 +01:00
Bassel Kanso
fec3b08033
fix: re-add type casting
2023-12-12 13:27:02 +02:00
Bassel Kanso
315452778c
fix: use major and minor instead of premajor and preminor
2023-12-12 13:24:58 +02:00
Rémi de Juvigny
a3bd0451c5
doc(pack-up): fix config file name in readme ( #19037 )
2023-12-12 12:08:25 +01:00
Bassel Kanso
8a84ee15e6
feat: add minor and patch commands
2023-12-12 00:08:46 +02:00
Convly
f59036e01a
chore: remove unused import
2023-12-11 11:12:04 +01:00
Convly
157485bba6
chore: adding better logs to the upgrade CLI
2023-12-11 11:11:39 +01:00
Convly
b1db985dbe
enhancement: make properties readonly to avoid mutations
2023-12-11 10:57:14 +01:00
Convly
3985636f21
feat: add a --yes option for the upgrade CLI
...
This option will allow automatically answering yes to every CLI prompts
2023-12-11 10:55:51 +01:00
Convly
1a0e5e68b6
chore: rephrase requirement sentence's sentiment
2023-12-11 10:54:17 +01:00
Josh
46e6ffbb44
feat(strapi): add experimental plugin init command ( #18970 )
2023-12-11 09:53:59 +00:00
Convly
299d0804d7
chore: fix lint issue
2023-12-08 09:32:54 +01:00
Convly
a82ae60e6a
feat: install dependencies during the upgrade process
2023-12-08 09:16:16 +01:00
Convly
77d33f18e0
feat: upgrade the strapi dependencies in project's package.json
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-12-08 09:10:25 +01:00
Alexandre Bodin
f0bbaa2bc9
chore: fix pkg json to make them yalc compat
2023-12-07 18:27:34 -08:00
Convly
997b3498fc
chore: remove debug comments
2023-12-06 18:14:23 +01:00
Convly
6896b1dc9b
chore: format code (prettier)
2023-12-06 18:14:17 +01:00
Convly
1b089e5804
feat: upgrade tool refactor for updated specs (v5)
2023-12-06 18:10:23 +01:00
Ben Irvin
c38881e08d
chore: update typescript to 5.3.2 ( #18938 )
2023-12-04 11:47:05 +01:00
Alexandre Bodin
e0de993d4a
Merge branch 'develop' into v5/main
2023-11-30 16:42:36 +01:00
Alexandre Bodin
6b35da10af
Merge branch 'main' into develop
2023-11-30 16:32:56 +01:00
Mark Kaylor
97e854e902
Merge branch 'main' of github.com:strapi/strapi into releases/4.15.5
2023-11-30 11:08:02 +01:00
Mark Kaylor
dc96169c3f
v4.15.5
2023-11-29 16:42:28 +01:00
Alexandre Bodin
27aa897cbb
Merge branch 'develop' into v5/main
2023-11-23 11:52:10 +01:00
Josh
eb7b88426d
fix(pack-up): ensure we pass the tsconfig file name, not a path to it ( #18875 )
...
* fix(pack-up): ensure we pass the tsconfig file name, not a path to it
fix(admin): annotate return type on createBuildContext
fix(admin): ensure shared is a the base folder not importing from server
chore(pack-up): PRINT MOREEEE
fix(ctb): export required type
chore: refactor tsconfigs
* chore: pr amends
2023-11-23 09:16:25 +00:00
Alexandre Bodin
37fcc99be4
Merge branch 'main' into v5/main
2023-11-22 17:28:51 +01:00
Alexandre Bodin
afe9e18254
v4.15.5-alpha.5
2023-11-21 20:35:37 +01:00
Josh
a549feb253
chore: pretty codebase ( #18835 )
2023-11-17 14:48:05 +00:00
Josh
6dc2847fee
test(pack-up): add ENV to allow immutable installs in yarn 4 ( #18814 )
...
* test(pack-up): add ENV to allow immutable installs in yarn 4
* Revert "test(pack-up): add ENV to allow immutable installs in yarn 4"
This reverts commit 375c8949a015969797db41572c043c15d4b9f023.
* chore: go back to yarn4
* Revert "chore: go back to yarn4"
This reverts commit 1c17a48ccacba1d1a40f28191119b2d446955b16.
* chore: add env
* chore: pass it directly to exec
* Revert "chore: pass it directly to exec"
This reverts commit 36a2b7cb96e1607a312ab69faa8dc9c370c4d219.
2023-11-16 13:51:08 +00:00
Alexandre Bodin
a348983e41
chore: update tests & setup to decrease flakiness
...
fix(users-permission): flaky test skip notification timeout
wrap in waitFor
Try run in band
whatever
2023-11-15 19:31:42 +01:00
Alexandre Bodin
6a4fcc93af
v4.15.5-alpha.4
2023-11-15 16:37:41 +01:00
Alexandre Bodin
85efb4bfa3
v4.15.5-alpha.3
2023-11-15 14:37:17 +01:00
Alexandre Bodin
180e3acca9
v4.15.5-alpha.2
2023-11-14 17:24:18 +01:00
Alexandre Bodin
59aec6c474
v4.15.5-alpha.1
2023-11-14 14:55:52 +01:00
Marc-Roig
d077922b77
Merge branch 'v5/main' into v5/document_id
2023-11-14 10:19:24 +01:00
Marc-Roig
9e388d8484
Merge branch 'main' into v5/main
2023-11-14 10:14:39 +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
Marc-Roig
ed954d6a95
fix: typescript tests failing because of missing prettier types
2023-11-09 12:42:44 +01:00