Alexandre Bodin
|
e7fdec529d
|
chore: update codemod to match new format
|
2024-04-19 10:21:07 +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 |
|
Convly
|
39d21dcaf0
|
enhancement: set TSX parser for codemod script parsing
|
2024-03-22 11:37:48 +01:00 |
|
Convly
|
907eb0f14d
|
chore: delete unwanted codemod
|
2024-03-22 11:18:01 +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 |
|
Convly
|
d671c5698d
|
Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2
|
2024-03-20 08:51:37 +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 |
|
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 |
|
Ben Irvin
|
ab2af1e539
|
fix(core): use module uid for config namespace instead of dot notation
|
2024-03-11 12:28:46 +01: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 |
|
Christian Capeans
|
8b8e269f89
|
fix: update legacy dependencies
|
2024-01-08 16:46:06 +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 |
|
Christian Capeans
|
08147cbfb9
|
chore: add comments to codemod
|
2024-01-08 13:17:25 +01:00 |
|
Christian Capeans
|
2c499f3395
|
Merge branch 'v5/main' of github.com:strapi/strapi into chore/sqlite3-codemod
|
2024-01-08 12:31:08 +01:00 |
|
Ben Irvin
|
7d13a12c99
|
feat: Upgrade Tool
* feat: upgrade tool refactor for updated specs (v5)
* chore: format code (prettier)
* chore: remove debug comments
* feat: upgrade the strapi dependencies in project's package.json
* feat: install dependencies during the upgrade process
* chore: fix lint issue
* chore: rephrase requirement sentence's sentiment
* feat: add a --yes option for the upgrade CLI
* enh: make properties readonly to avoid mutations
* chore: adding better logs to the upgrade CLI
* chore: remove unused import
* feat: add minor and patch commands
* fix: use major and minor instead of premajor and preminor
* fix: re-add type casting
* fix: make major requirements required
* chore: revert sentiment update on GIT_CLEAN requirement
* fix: make promisify working by mocking the entire file-system
* fix: yarn.lock update
* feat: Select and run codemods only (#19083)
* chore: add unit tests for upgrader tasks
* fix: rename tests
* chore: Update packages/utils/upgrade/src/tasks/__tests__/upgrade.test.ts
* chore: Add unit tests for upgrade tool (#19056)
* chore: move example codemods (#19156)
* chore: fix yarn.lock
* fix: sync glob versions
* chore: add comment
* chore: update docs
---------
Co-authored-by: Convly <jean-sebastien.herbaux@epitech.eu>
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
Co-authored-by: Christian <christian.capeans.perez@strapi.io>
Co-authored-by: Christian Capeans <christiancp100@gmail.com>
|
2024-01-08 11:26:27 +01:00 |
|
Christian Capeans
|
30eebd0bcc
|
chore: create script for sqlite migration
|
2024-01-04 18:36:41 +01:00 |
|
Convly
|
1b089e5804
|
feat: upgrade tool refactor for updated specs (v5)
|
2023-12-06 18:10:23 +01:00 |
|