33691 Commits

Author SHA1 Message Date
Josh
59e1102df5
chore: packup cli packages (#18425) 2023-10-13 08:27:15 +01:00
Erik Montes
9d17146542
docs(readme): update tests that need passing for accepting contributions (#18302) 2023-10-13 08:14:43 +01:00
Alexandre BODIN
1f93615e0c
Merge pull request #18428 from strapi/chore/cleanup-npmignore 2023-10-12 20:03:49 +02:00
Alexandre Bodin
4224ebc0b0 Merge branch 'main' into chore/cleanup-npmignore 2023-10-12 18:34:51 +02:00
Alexandre Bodin
ec3447cb26 chore: use npmignore to remove declaration maps from packaging 2023-10-12 18:25:01 +02:00
Jamie Howard
a9552a70bf
[Email] Migrate to typescript (#18136)
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-10-12 17:10:45 +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
293219f39f
chore(admin): convert more components to TS (#18420)
* chore(admin): convert ConfigurationProvider

* chore: convert PluginsInitializer

* fix(admin): imports with ConfigurationsProvider

* chore: convert NpsSurvey to TS

* chore: PR fixes
2023-10-12 14:28:25 +01:00
Simone
c7818eb070
[Blocks editor] Fix - When a image is selected we want to disable the modifier buttons (#18412)
* disable modifiers when image is selected

* add the disabled check for the link button and add unit test
2023-10-12 13:59:07 +02:00
Simone
e145fac42c
[Blocks editor] Remove empty line before block without editor selection (#18390)
* remove empty line before block on first selection and unit test

* fix remi' comments

* fix comments
2023-10-12 11:03:47 +02:00
Josh
8917530e49
test(pack-up): fix unit tests by using a global-teardown (#18414) 2023-10-11 22:35:59 +01:00
Alexandre BODIN
7639ce09d4
Merge pull request #18404 from strapi/chore/remove-log-from-test 2023-10-11 21:20:13 +02:00
Ben Irvin
77e3580dc2 update recommended version in readme 2023-10-11 18:32:38 +02: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 v4.14.4 2023-10-11 14:31:53 +02:00
Gustav Hansen
2fce3442f8
Merge pull request #18364 from strapi/chore/useEnterprise-ts
chore: convert useEnterprise to TS
2023-10-11 14:31:43 +02:00
Rémi de Juvigny
ca44c65b40
[Blocks] Fix converting list items (#18323)
* Fix converting list items

* Improve comment

* Fix typo

* madhuri feedback

* Replace setSelection by select

* Use new select helper in test

---------

Co-authored-by: Simone <startae14@gmail.com>
2023-10-11 14:26:19 +02:00
Gustav Hansen
3a008ccc64 chore: convert useEnterprise to TS 2023-10-11 13:56:03 +02:00
Gustav Hansen
045254c459
Merge pull request #18362 from strapi/chore/useAdminUsers-ts
chore: convert useAdminUsers to TS
2023-10-11 13:55:36 +02:00
Gustav Hansen
8c39791a2b chore: convert useAdminUsers to TS 2023-10-11 13:29:16 +02:00
Josh
85d322c3e9
test(frontend): fix act warnings _everywhere_ (#18381)
* test(content-manager): fix wysiwyg by silencing the warnings

* test(admin): add a harness – finally

* chore: remove prop-types as dep of helper-plugin

* test(content-manager): fix console errors in EditSettingsView

* test(content-manager): fix ListViewSettings

* test: fix useAdminRolePermissions

* chore: convert more tests

* test: more fe tests

* test: more fe tests

* test(ctb): fix tests

* chore: throw error in env

* chore: fix act finals

* chore: remove resetHandlers and use once

* chore: throw all the time for warnings and errors
2023-10-11 12:26:02 +01:00
Alexandre Bodin
af6ddbba9b Merge branch 'main' into tests/drop16 2023-10-11 13:09:45 +02:00
Ben Irvin
390b52004e remove log that shouldn't be there 2023-10-11 12:42:49 +02:00
Ben Irvin
d66eb870df
Merge pull request #18379 from Boegie19/jest-sharding-test 2023-10-11 11:49:03 +02:00
Josh
b571158eef
fix(helper-plugin): notifications should not have a default for "success" (#18372)
Co-authored-by: Boegie19 <34578426+Boegie19@users.noreply.github.com>
2023-10-11 10:26:47 +01:00
Alexandre Bodin
4fab0c711d Update engines 2023-10-11 11:15:35 +02:00
derrickmehaffy
8c83ba50a3 Remove node 16 tests and update all static tests to node 20 2023-10-11 11:15:35 +02:00
Simone
6caa8cf950
[Blocks editor] Images inserted and removed as first element breaks the app (#18347)
* move the removal of the node from the selectOption to insertImages

* add condition to avoid toggleBlock for images
2023-10-11 11:07:05 +02:00
Boegie19
29056ff0f1 added all 6 ) 2023-10-11 10:59:32 +02:00
Rémi de Juvigny
9112d18abb
[Blocks] Disable link button when multiple blocks are selected (#18384)
* Disable links button when multiple blocks are selected

* Improve test

* Simone comment fixes

Co-authored-by: Simone <startae14@gmail.com>

---------

Co-authored-by: Simone <startae14@gmail.com>
2023-10-11 10:13:43 +02:00
Rémi de Juvigny
943b7edb5b
[Blocks] Multiple UI fixes to match the designs (#18387)
* Remove underline on links

* Fix popover link text size

* Remove headings component

* Fix blockquote styles
2023-10-11 09:57:17 +02:00
Alexandre BODIN
4703b85d5b
Merge pull request #18394 from strapi/chore/suspend-dependabot 2023-10-11 09:35:50 +02:00
Jean-Sébastien Herbaux
128de9df14
Merge pull request #18212 from strapi/fix/types/relation-target-constraint 2023-10-11 09:25:06 +02:00
Alexandre Bodin
7321e53538 Suspend dependabot 2023-10-11 09:15:02 +02:00
Alexandre BODIN
ef93b178ac
Merge pull request #18077 from strapi/chore/ts-database 2023-10-11 09:08:16 +02:00
Alexandre BODIN
a0124820c6
Merge pull request #18388 from strapi/chore/fix-packup-test 2023-10-11 09:07:46 +02:00
Alexandre Bodin
f68b875473 Update test regex to allow arbitrary subpaths 2023-10-10 20:27:56 +02:00
Boegie19
f9f70e25b5
feat(admin): allows users to disable NPS in strapi config. (#18287) 2023-10-10 17:11:40 +02:00
Alexandre Bodin
d79da4e428 Fix lockfile 2023-10-10 16:20:37 +02:00
Marc Roig
85473470c0
Merge branch 'main' into chore/ts-database 2023-10-10 16:02:53 +02:00
Marc Roig
017f329378
Merge pull request #18316 from strapi/chore/ts_declaration_map 2023-10-10 15:46:38 +02:00
Boegie19
e9d20a9b70 fix names 2023-10-10 14:58:02 +02:00
Boegie19
82d97ce483 add jest shards for db tests. 2023-10-10 14:06:42 +02:00
Boegie19
44be1efb08
chore(tooling): run lint and typescript at the same time (#18376) 2023-10-10 13:01:45 +01:00
Alexandre Bodin
dc85728c0f Merge branch 'main' into chore/ts-database 2023-10-10 13:57:09 +02:00
Madhuri Sandbhor
facec501f5
updated modifiers style (#18373) 2023-10-10 13:56:54 +02:00
Rémi de Juvigny
da790035c6
test(content-manager): remove side effects and warnings in Blocks editor tests (#18374)
* Use Tranforms.select with act for all selections

* Recreate editor on every test

* Don't test BlocksToolbar in isolation

* Set initialValue in setup function

* Apply consistent code formatting
2023-10-10 12:28:16 +01:00