Ben Irvin
79f24e9f2b
update pack-up node versions
2023-10-17 16:38:34 +02:00
Ben Irvin
3fab19a9a4
update engines
2023-10-17 16:29:28 +02:00
Ben Irvin
f2fb21ce62
Merge branch 'main' into tests/drop16
2023-10-17 14:07:54 +02:00
Josh
25d1ceaa44
feat(pack-up): enable config via nodeAPI & allow bundles to have own tsconfig ( #18440 )
...
* feat: add ability to pass config & have tsconfig per bundle
* feat: use node:module builtinModules for node stuff
* chore: remove builtins from externals
2023-10-16 08:55:43 +01:00
Josh
0b13b1b50a
chore: convert other packages to pack-up ( #18339 )
...
* chore: convert logger to pack-up
* chore: convert generators to TS
* chore: convert generators/app
* chore: convert core/types
* chore: preserve modules for `generators/app`
2023-10-12 15:01:25 +01:00
Josh
8917530e49
test(pack-up): fix unit tests by using a global-teardown ( #18414 )
2023-10-11 22:35:59 +01:00
Jean-Sébastien Herbaux
6c52635d69
Merge pull request #18407 from strapi/releases/4.14.4
2023-10-11 17:26:03 +02:00
Josh
1fd26871a3
chore(pack-up): add gitignore ( #18406 )
...
* chore(pack-up): add gitignore
* Update packages/utils/pack-up/.gitignore
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
---------
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2023-10-11 15:08:30 +01:00
Josh
eb89219bce
fix(pack-up): redefine external
to work better with presereModules and omit changing the fileName ( #18395 )
...
* fix(pack-up): redefine `external` to work better with presereModules and omit changing the fileName
* chore: update snaphots
I have no idea why this is needed
2023-10-11 14:34:49 +01:00
Convly
cd8f1e58f3
Merge branch 'main' of github.com:strapi/strapi into releases/4.14.4
2023-10-11 14:46:35 +02:00
Convly
fbd6e3e301
v4.14.4
2023-10-11 14:31:53 +02:00
Alexandre Bodin
4fab0c711d
Update engines
2023-10-11 11:15:35 +02:00
Alexandre Bodin
f68b875473
Update test regex to allow arbitrary subpaths
2023-10-10 20:27:56 +02:00
Marc Roig
f7384cd63e
Merge branch 'main' into chore/ts_declaration_map
2023-10-10 11:00:17 +02:00
Josh
bb9a6788a7
feat(pack-up): enable preserve modules ( #18358 )
2023-10-10 08:09:55 +01:00
dependabot[bot]
42253b38d8
chore(deps): bump @vitejs/plugin-react from 4.0.4 to 4.1.0 ( #18346 )
...
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react ) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.1.0/packages/plugin-react )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 09:01:05 +01:00
Marc Roig
53f70451f2
Merge branch 'main' into chore/ts_declaration_map
2023-10-06 13:25:05 +02:00
Josh
66d7c1ce9b
chore: convert helper-plugin to pack-up ( #18329 )
2023-10-06 12:21:26 +01:00
Marc-Roig
f6e223adf1
Merge remote-tracking branch 'origin/chore/ts_declaration_map' into chore/ts_declaration_map
2023-10-05 18:04:20 +02:00
Marc-Roig
5e63cfc6e8
chore: remove declaration from client tsconfig
2023-10-05 18:04:07 +02:00
Marc Roig
66cf7de61b
Merge branch 'main' into chore/ts_declaration_map
2023-10-05 17:53:07 +02:00
Marc-Roig
8a4996c05f
fix: add declaration config for client.json
2023-10-05 16:43:30 +02:00
Marc-Roig
eb0cebb965
chore: move declarationMap tsconfig setting to base and client configs
2023-10-05 15:32:53 +02:00
Josh
2571dfa49d
feat(pack-up): add exports to pack-up config ( #18315 )
...
* feat: add exports to pack-up config
* feat: add types to a bundle config
2023-10-05 13:54:09 +01:00
Marc Roig
c771262273
v4.14.3 ( #18294 )
...
* v4.14.3
* chore: update pack up version
2023-10-05 10:20:53 +01:00
Josh
e5078d5f4d
feat: add pack-up package ( #18233 )
...
* feat(pack-up): add build command (#18058 )
* chore: lint order of imports
* feat(pack-up): add watch command (#18121 )
* feat: add watch command
feat: add ts watch task
* chore: pr amends
* fix: promptUser linter
* chore: remove \n with os.EOL
* feat(pack-up): add init command (#18133 )
* feat(pack-up): add build command (#18058 )
* feat(pack-up): add watch command (#18121 )
* feat: add watch command
feat: add ts watch task
* chore: pr amends
* fix: promptUser linter
* chore: remove \n with os.EOL
* feat: add init command
fix: build
feat: add default template and tests
* chore: pr amends
* Update packages/utils/pack-up/tests/console.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
* chore: re-add mock
* chore: fix tsconfig
* chore: fix inquirer types due to rxjs inclusion
* Update packages/utils/pack-up/src/node/templates/internal/files/typescript.ts
* chore: fix inquirer types
---------
Co-authored-by: Ben Irvin <ben@innerdvations.com>
* feat(pack-up): add check command (#18183 )
* feat: add check command
* chore: reintroduce CLI tests
* fix: add build command to `prepublishOnly`
* docs(pack-up): add readme and contributor docs (#18237 )
* chore: update README
* docs(pack-up): add contributor documentation
* chore: update overview doc to be clearer
* fix(pack-up): init command (#18245 )
* fix: init command bugs
* fix: node tests
* fix: template exports ordering & file extensions
* test(upload): double timeout on UploadAssetDialog test
---------
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-10-05 09:38:29 +01:00
Josh
ee5c626501
chore: use yarn resolution for design-system ( #18238 )
...
* chore: use yarn resolution for design-system
* fix: helper-plugin types
* fix: color picker types
2023-10-04 09:01:56 +01:00
Josh
d8c13912ba
chore: update eslint ( #18240 )
...
* chore: update eslint deps & fix lint issues
* chore: update prettier
* fix: packagejson
* Revert "chore: update prettier"
This reverts commit 65f82dfa5b3b0a925fb0d86c20a7e555015c7b48.
2023-10-02 17:29:23 +01:00
Convly
09b6d7a4b4
v4.14.0
2023-09-28 13:58:40 +02:00
Mark Kaylor
acf3515f68
Add blocks to namespace mapper
2023-09-27 10:04:15 +02:00
Alexandre Bodin
7bfa5eb0b7
Merge branch 'main' into chore/ts-strapi
2023-09-20 17:54:15 +02:00
Alexandre Bodin
c11abe8823
v4.13.7
2023-09-20 16:48:49 +02:00
Alexandre Bodin
73c9ec1450
Rename @strapi/typings to @strapi/types
2023-09-18 15:57:06 +02:00
Alexandre Bodin
af1f80b6e8
Merge branch 'main' into chore/ts-strapi
2023-09-18 09:07:13 +02:00
Ben Irvin
36b8dc9438
Merge pull request #17956 from strapi/fix/typescript-autogenerate
2023-09-16 12:45:02 +02:00
Alexandre Bodin
aa2ceb4ec3
Use resolutions to for koa types version
2023-09-15 11:01:12 +02:00
Alexandre Bodin
ccec6c9fc3
Merge branch 'main' into chore/ts-strapi
2023-09-15 10:53:49 +02:00
Alexandre Bodin
d44586fa07
v4.13.6
2023-09-13 17:35:18 +02:00
Mark Kaylor
ffe87e8131
Merge tag 'v4.13.5' into releases/4.13.6
...
v4.13.5
2023-09-13 17:05:03 +02:00
Alexandre Bodin
955393fc3e
v4.13.5
2023-09-12 16:40:40 +02:00
Alexandre Bodin
6dd6474e0d
Merge branch 'main' into chore/ts-strapi
2023-09-12 10:45:03 +02:00
Alexandre Bodin
b992c33114
Add missing tsconfig for factories to work
2023-09-12 08:21:21 +02:00
Alexandre Bodin
0cc6505a60
Merge branch 'releases/4.13.4'
2023-09-11 19:18:25 +02:00
Alexandre Bodin
0bd5f29edd
v4.13.4
2023-09-11 19:08:12 +02:00
Alexandre Bodin
6af5657b3f
Use @strapi/typings
2023-09-07 21:55:12 +02:00
Alexandre Bodin
27c5fc4cdf
Integration test can start
2023-09-07 07:54:44 +02:00
Alexandre Bodin
ddaa9e6775
Migrate latest to ts
2023-09-07 01:12:44 +02:00
Alexandre Bodin
c779954631
Merge branch 'main' into chore/ts-strapi
2023-09-06 23:41:27 +02:00
Jean-Sébastien Herbaux
3cadca8751
Merge branch 'main' into fix/typescript-autogenerate
2023-09-06 17:34:52 +02:00
Convly
0eff5fb121
Implement a double compilation flow for the develop command
...
>
>
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-09-06 17:16:31 +02:00