545 Commits

Author SHA1 Message Date
Alexandre Bodin
fe296baf71 v4.2.3 2022-07-13 14:20:58 +02:00
Convly
beb1a77e5c Rename invalid template file with correct extension 2022-07-08 15:13:29 +02:00
Convly
a5fbcc9e48 Merge branch 'master' into features/typescript 2022-07-07 15:20:34 +02:00
Convly
bdb5a3ee89 Merge branch 'releases/4.3.0' into features/typescript 2022-06-30 16:08:51 +02:00
dependabot[bot]
81c963a9fd
Bump inquirer from 8.2.0 to 8.2.4
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 8.2.0 to 8.2.4.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.0...inquirer@8.2.4)

---
updated-dependencies:
- dependency-name: inquirer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 13:25:34 +00:00
Convly
376ff3133c v4.2.2 2022-06-29 15:28:03 +02:00
Convly
6f01b3dbaa Merge branch 'master' of github.com:strapi/strapi into features/typescript 2022-06-16 18:01:02 +02:00
Jean-Sébastien Herbaux
c5ffea6ff2
Merge pull request #13566 from strapi/4.2.0
4.2.0
2022-06-15 15:17:49 +02:00
Convly
642b6a37e0 4.2.0 2022-06-15 15:09:07 +02:00
Convly
65f2326bec Revert packageJson require 2022-06-13 09:41:14 +02:00
Convly
8d887278d6 Import Strapi types from plugins template files 2022-06-13 09:28:53 +02:00
Convly
e5a7d43355 Update extended tsconfigs paths & fix kitchensink-ts app env/config variables 2022-06-08 11:30:01 +02:00
Convly
9571247a19 Revert async runCLI 2022-06-08 11:19:33 +02:00
Convly
fd91ea65d7 Use constants for the language selection in generate new plugin 2022-06-08 10:36:03 +02:00
Convly
1f1e0eb5dc Use constants for the language selection in create customized project 2022-06-08 10:35:55 +02:00
Convly
3e30831f89 Update hbs files with correct format and update the importDefault util 2022-06-08 10:35:46 +02:00
Convly
5247ed90d1 Update typings 2022-06-07 18:02:55 +02:00
Alexandre Bodin
c12bde7e87 Merge branch 'master' into releases/4.2.0 2022-06-07 12:15:44 +02:00
Convly
7a99759c1e Merge branch 'releases/4.2.0' of github.com:strapi/strapi into features/typescript 2022-06-07 09:49:55 +02:00
Convly
da364912ee Merge branch 'master' of github.com:strapi/strapi into features/typescript 2022-05-31 15:29:18 +02:00
Alexandre Bodin
ab698015cf v4.1.12 2022-05-25 17:17:49 +02:00
Convly
66e3aa5dcb Merge branch 'master' into features/typescript 2022-05-24 08:02:38 +02:00
Convly
8f47ea343f Update templates for plugins 2022-05-23 14:41:44 +02:00
Convly
37b6802099 Update minimum node version in the package.json files 2022-05-23 14:40:37 +02:00
Alexandre Bodin
b08b16d57a Merge branch 'master' into feature/plugin-name-kebab 2022-05-19 23:18:05 +02:00
Alexandre BODIN
0c62320a33
Merge pull request #12264 from sunnysonx/fix/validate-generation-name-inside-plugin
Validate plugin/middleware/policy name inside generators
2022-05-19 22:54:50 +02:00
Taha Zia
63aa86fc8d pr: enhancement - Increase test coverage for get-file-path util 2022-05-17 17:27:22 -07:00
Convly
698ae33e00 v4.1.11 2022-05-13 18:08:05 +02:00
Convly
06abcda86a v4.1.10 2022-05-11 16:30:38 +02:00
Convly
c250186b35 Merge remote-tracking branch 'origin' into features/typescript 2022-05-11 15:55:03 +02:00
derrickmehaffy
dda5eacbb0 Add database/migrations folder to default generate
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-05-09 09:50:58 -07:00
DMehaffy
1db90d8ef7
Merge pull request #13168 from strapi/fix/sentryVersion
Upgrade Sentry version (both for plugin and internal) to latest
2022-05-06 10:52:51 -07:00
Convly
bff73257e7 Fix plugin generator instructions 2022-05-02 15:49:01 +02:00
Convly
377e8e9da7 Merge branch 'master' into features/typescript 2022-05-02 15:40:18 +02:00
finnsnape
c32938552f Added explicit versioning to uuid generator calls
Previously using default of v4, and this default functionality is now deprecated and you must instead specify the version
2022-04-27 22:27:37 +01:00
finnsnape
9f09ceb7d4 Updated uuid version in generators/app package
From ^3.3.2 to ^8.3.2 as deprecated version may use problematic Math.random()
2022-04-27 21:57:06 +01:00
Alexandre Bodin
9fa53be186 v4.1.9 2022-04-27 18:25:42 +02:00
Bassel Kanso
c7b4d1396b remove comment 2022-04-26 19:22:19 +03:00
Bassel Kanso
4c6c88e410 fix eslint errors 2022-04-26 17:00:23 +03:00
Bassel Kanso
37971b2394 fix strapi commands so they work in a Typescript project 2022-04-26 14:58:06 +03:00
Bassel Kanso
7cf9eb81eb refactoring app and plugin generators to handle typescript 2022-04-25 18:46:04 +03:00
Bassel Kanso
c49d681b18 only ask about generating a ts Plugin in a javascript project 2022-04-25 17:17:56 +03:00
Bassel Kanso
adce607d00 user can choose a typescript plugin using strapi generate 2022-04-25 16:31:20 +03:00
Bassel Kanso
918b7629d8 ask for language in when creating a custom strapi project 2022-04-25 13:09:52 +03:00
derrickmehaffy
2f8c1ce5bf Upgrade Sentry version (both for plugin and internal) to latest
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-04-21 08:32:04 -07:00
DMehaffy
7c67be10e7
Fix ADMIN_JWT_SECRET being generated with a space
Fixing a typo
2022-04-19 01:47:59 -07:00
Convly
4fa2804f35 Merge branch 'master' into features/typescript 2022-04-15 15:47:16 +02:00
Convly
d9082b9502 Fix plugin log instructions 2022-04-14 17:43:59 +02:00
Convly
51be8899e6 Update the tsconfig.json file to use the extend 2022-04-14 14:47:15 +02:00
Convly
1a82a62b9f Merge remote-tracking branch 'origin/typescript/tsconfigs' into ts/split-ts-config 2022-04-14 14:28:59 +02:00