33691 Commits

Author SHA1 Message Date
Gustav Hansen
9043b6c94e
Merge pull request #18366 from strapi/chore/usePermissionsDataManager-ts
chore: convert usePermissionsDataManager to TS and move it to settings
2023-10-10 12:48:49 +02:00
Gustav Hansen
252e56c7b5 chore: convert usePermissionsDataManager to TS and move it to settings 2023-10-10 12:20:26 +02:00
Josh
24b4aa0739
chore: pack-up database (#18331)
* chore: pack-up database

* fix(database): add knex direct imports as external
2023-10-10 10:43:52 +01: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
Gustav Hansen
fb3a0b8248
chore(admin): convert useAdminRoles to TS (#18336)
Co-authored-by: Josh Ellis <josh.ellis@strapi.io>
2023-10-09 16:41:12 +01:00
Jean-Sébastien Herbaux
170476e0e6
Merge pull request #18321 from strapi/chore/deps-strapi-ts-zen 2023-10-09 16:31:58 +02:00
Convly
af452413c1 Merge branch 'main' of github.com:strapi/strapi into chore/deps-strapi-ts-zen 2023-10-09 15:25:43 +02:00
Convly
71a35c52c4 Update ts-zen dependency to target @strapi/ts-zen 2023-10-09 15:25:00 +02:00
Simone
04bd36c399
remove screen debug (#18365) 2023-10-09 15:11:12 +02:00
Josh
64e637e0a2
chore: pack-up admin-test-utils (#18357) 2023-10-09 11:13:15 +01:00
Marc Roig
4cbe3bfd9f
Merge pull request #18356 from strapi/dependabot/npm_and_yarn/aws-sdk-2.1472.0 2023-10-09 11:31:28 +02:00
Alexandre Bodin
338a75fd16 Export isKnexQuery but tag is as internal 2023-10-09 10:54:13 +02:00
Simone
46a65f4992
[Blocks editor] Images too big in large viewports (#18335)
* change image max-heigth and respect ratio

* add comment to specify where is the max height coming from

* add a background color to the image wrapper

* change the max height and fix typo
2023-10-09 10:50:40 +02:00
Alexandre Bodin
8af5ca0f70 Merge branch 'main' into chore/ts-database 2023-10-09 10:48:26 +02: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
Rémi de Juvigny
1fca4b448c
[Blocks] Fix content not updating when switching locales (#18266)
* Fix i18n bug with useResetKey hook

* Add comments about other approaches
2023-10-09 09:58:05 +02:00
Gustav Hansen
921a1eb630
Merge pull request #18355 from strapi/dependabot/npm_and_yarn/types/node-18.18.4
chore(deps-dev): bump @types/node from 18.11.9 to 18.18.4
2023-10-09 08:44:35 +02:00
dependabot[bot]
e8204efea5
chore(deps): bump aws-sdk from 2.1437.0 to 2.1472.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1437.0 to 2.1472.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1437.0...v2.1472.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-08 23:22:28 +00:00
dependabot[bot]
4d7a800f98
chore(deps-dev): bump @types/node from 18.11.9 to 18.18.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.18.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-08 23:19:59 +00:00
Rémi de Juvigny
b42bb21c87
Merge pull request #18201 from strapi/feature/rich-text-editor
feat(rich-text-editor): release beta
2023-10-06 17:36:41 +02:00
Gustav Hansen
4800e9b86a
Merge pull request #18286 from strapi/chore/useReleaseNotification-ts
chore(admin): cleanup and convert useReleaseNotification to TS
2023-10-06 17:23:27 +02:00
Josh
9e3af296ee
Update dependabot.yml (#18340) 2023-10-06 15:19:30 +01:00
Gustav Hansen
13cb9b88a5 chore(admin): cleanup and convert useReleaseNotification to TS 2023-10-06 15:52:02 +02:00
Rémi de Juvigny
aa136be2a7
Merge branch 'main' into feature/rich-text-editor 2023-10-06 15:33:37 +02:00
Ben Irvin
0608d433f0
Merge pull request #17537 from strapi/fix/https-dts-error 2023-10-06 14:35:28 +02:00
Madhuri Sandbhor
e76bef0e65
[Blocks Editor] Link popover save button disabled state (#18332)
* link save button disabled attribute added

* updated Link text field placeholder

* removed empty url check from submit

* minor changes
2023-10-06 14:29:15 +02:00
Gustav Hansen
f30e95ef68
Merge pull request #18318 from strapi/chore/useLicenseLimitsNotification-ts
chore(admin): convert useLicenseLimitNotification to TS
2023-10-06 14:11:25 +02:00
Ben Irvin
a74a14a0da
Merge pull request #18235 from strapi/fix/dts-ws-timeout 2023-10-06 13:47:23 +02: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
Simone
628d1d69a0
check if the block field value is an array if it is not null (#18334) 2023-10-06 12:28:53 +02:00
Ben Irvin
474d7640d3
Update packages/core/data-transfer/src/strapi/remote/handlers/utils.ts 2023-10-06 12:10:54 +02:00
Rémi de Juvigny
8ebb00ad03
Fix code blocks shrinking (#18322) 2023-10-06 11:28:40 +02:00
Rémi de Juvigny
2937bb9237
[Blocks] Fix links colors (#18325)
* Fix links not using design system color

* Inherit text color in modifiers
2023-10-06 11:18:24 +02:00
Marc Roig
63bcc3ab4e
Merge pull request #18311 from strapi/chore/ts_entity_id 2023-10-06 10:41:37 +02:00
Madhuri Sandbhor
3dc168a35e
[Blocks Editor] Description and placeholder added (#18239)
* placeholder and hint added for blocks

* test case updated

* props destructing not required
2023-10-06 09:53:26 +02:00
Josh
af07da132e
fix(tooling): dependabot script (#18330) 2023-10-06 08:49:09 +01:00
Rémi de Juvigny
87b94a07d4
Disable link button when editor is disabled (#18324) 2023-10-06 09:36:12 +02:00
Gustav Hansen
1b1ea2730d
Merge pull request #18310 from strapi/chore/useDebounce-ts
chore(admin): convert useDebounce to TS
2023-10-06 09:26:29 +02:00
Gustav Hansen
cae79e0ab3
Merge pull request #18291 from strapi/chore/useRegenerate-ts
chore(admin): convert useRegenerate to TS
2023-10-06 09:11:06 +02:00
Josh
37c6e436c3
chore: force dependabot to do semantic style commits (#18328) 2023-10-06 07:03:45 +01:00
Josh
82035f18c9
chore: build strapi permissions with pack-up (#18309) 2023-10-05 18:13:45 +01:00
Alexandre Bodin
3f96522f72 Fix duplicate value in array 2023-10-05 18:19:38 +02:00
Alexandre Bodin
5d81caf7da Merge branch 'main' into chore/ts-database 2023-10-05 18:08:36 +02:00
TousifAhmed
3a1cb32f56
fix: upload replaced media file (#18301) 2023-10-05 17:07:35 +01:00
Josh
4a54910f0f
chore(admin): convert DragLayer, PrivateRoute, Theme, ThemeToggleProvider (#18313)
* chore: convert ThemeToggleProvider and Theme

* chore: convert PrivateRoute

* chore: convert DragLayer to TS

* chore: update theme

* Update ComponentCard.test.js
2023-10-05 17:07:12 +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