32902 Commits

Author SHA1 Message Date
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
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
Josh
5dcfae1dbc
chore: pack-up providers (#18320)
* chore: convert upload-local

* chore: convert upload-cloudinary

* chore: convert upload-aws-s3

* chore: convert email-sendmail

* chore: convert email-sendgrid

* chore: convert email-nodemailer

* chore: convert email-mailgun

* chore: convert email-amazon-ses

* chore: convert audit-logs-local

* chore(utils): fix eslint error
2023-10-05 16:50:32 +01:00
Gustav Hansen
e9ee4789b7 chore(admin): convert useRegenerate to TS 2023-10-05 16:04:46 +02:00
Gustav Hansen
99d74cdc29
Merge pull request #18292 from strapi/chore/useNavigatorOnline-ts
chore(admin): Convert useNavigatorOnLine to TS
2023-10-05 15:59:34 +02:00
Josh
160ac2f527
chore: build strapi utils with pack-up (#18308)
* chore: build strapi utils with pack-up

* chore: remove build:ts from workflow

Update UploadAssetDialog.test.js
2023-10-05 14:47:35 +01:00
Gustav Hansen
78d2c7f7db chore(admin): move useNavigatorOnline hook into marketplace NS 2023-10-05 15:01:23 +02:00
Gustav Hansen
48f1f50159 chore(admin): Convert useNavigatorOnLine to TS 2023-10-05 14:54:48 +02:00
Erik Montes
8860134316
fix: typo causing action button to not show in empty list (#18252)
* fix: typo causing action button to not show in empty list

* test: update test to only match first occurance
2023-10-05 13:54:36 +01: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
Gustav Hansen
6a2c807a11
Merge pull request #18285 from strapi/chore/useThemeToggle-ts
chore(admin): convert useThemeToggle to TS
2023-10-05 11:53:16 +02:00
Gustav Hansen
18f5faad29 chore(tooling): add DTS env variable for bundle-size workflow 2023-10-05 11:23:27 +02:00
Marc Roig
c771262273
v4.14.3 (#18294)
* v4.14.3

* chore: update pack up version
2023-10-05 10:20:53 +01:00
Gustav Hansen
f74fc15527 chore(admin): convert useThemeToggle to TS 2023-10-05 10:48:55 +02: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
Gustav Hansen
3a5af781c9 chore(admin): convert useThemeToggle to TS 2023-10-05 10:16:32 +02:00
Summayya Hashmani
ce44a1cca7
fix(content-manager): undefined error for relation type filter field (#18295) 2023-10-05 08:43:41 +01:00
Josh
7016a1b045
chore: initialise ts admin (#18282)
* chore: initialise ts admin

* chore: set JSX to automatic

finally found it

* chore: set DTS true for the whole workflow to produce types for the helper-plugin

* chore(helper-plugin): fix the circular dependencies and calls for react
2023-10-05 08:39:49 +01:00
DMehaffy
fab38a0800
Merge pull request #18272 from pertrai1/patch-1
Very Quick README.md Change
2023-10-04 14:56:38 -07:00
DMehaffy
6e6d3d7cf5
Merge branch 'main' into patch-1 2023-10-04 14:54:44 -07:00
Josh
ddcbafe9d9
tests(upload): fix error logs in upload tests (#18261)
* chore: add test utils

* test(upload): fix useModalQueryParams

* test(upload): fix TableRows

* test(upload): fix useConfig test

* test(upload): fix useFolder tests

* test(upload): fix useFolders test

* test(upload): fix SettingsPage tests

* test(upload): fix UploadAssetDialog tests

* test(upload): fix CarouselAssets tests
2023-10-04 16:03:02 +01:00
Ben Irvin
eeb77afbca
Merge pull request #18274 from strapi/fix/e2e-test-package 2023-10-04 12:06:19 +02: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
Ben Irvin
d2dfc1c28f match supported versions of node 2023-10-04 09:28:45 +02:00
Rob Simpson
00de501638
Very Quick README.md Change
I signed up for Hacktoberfest and saw this as the 2nd repo listed for contributing. I started reading and noticed this small fix. Don't think it is considered big enough for Hacktoberfest but thought I would help out any way I could :-)
2023-10-03 23:19:45 -04:00
markkaylor
35cf6eed94
chore: bump design-system from 1.11.0 to 1.12.0 (#18241) 2023-10-02 18:21:23 +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
Josh
2b6cb7373c
chore: remove stylelint (#18242) 2023-10-02 17:27:43 +01:00
Gustav Hansen
562dd2fd46
Merge pull request #18226 from strapi/dependabot/npm_and_yarn/core-js-3.33.0
Bump core-js from 3.32.0 to 3.33.0
2023-10-02 09:41:34 +02:00
Ben Irvin
954e2ebf1f
Merge pull request #18180 from strapi/fix/17955-validation-allows-empty-objects 2023-10-02 09:34:05 +02:00
Gustav Hansen
30ec7f1e3a
Merge pull request #18227 from strapi/dependabot/npm_and_yarn/browserslist-4.22.1
Bump browserslist from 4.21.4 to 4.22.1
2023-10-02 09:05:20 +02:00
Gustav Hansen
eb9d68232f
Merge pull request #18228 from strapi/dependabot/npm_and_yarn/cloudinary-1.41.0
Bump cloudinary from 1.40.0 to 1.41.0
2023-10-02 08:59:48 +02:00
Gustav Hansen
91db6f8645 chore(deps): update core-js version used by swc 2023-10-02 08:53:25 +02:00
dependabot[bot]
2f41407407
Bump cloudinary from 1.40.0 to 1.41.0
Bumps [cloudinary](https://github.com/cloudinary/cloudinary_npm) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/cloudinary/cloudinary_npm/releases)
- [Changelog](https://github.com/cloudinary/cloudinary_npm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cloudinary/cloudinary_npm/compare/1.40.0...1.41.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-01 23:01:45 +00:00
dependabot[bot]
b17d8327e4
Bump browserslist from 4.21.4 to 4.22.1
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.21.4 to 4.22.1.
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.21.4...4.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-01 22:58:47 +00:00
dependabot[bot]
f94c0ea134
Bump core-js from 3.32.0 to 3.33.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.32.0 to 3.33.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-01 22:57:28 +00:00
Ben Irvin
79ca6debec
Merge branch 'main' into fix/17955-validation-allows-empty-objects 2023-09-28 17:46:27 +02:00
Jean-Sébastien Herbaux
d010ff3a1e
Merge pull request #18197 from strapi/releases/4.14.0 2023-09-28 15:30:50 +02:00
Gustav Hansen
2d98270c7d
Merge pull request #18185 from strapi/chore/e2e-traces
chore(e2e): store test traces for failed tests as GH action artifacts
2023-09-28 15:14:33 +02:00
Convly
09b6d7a4b4 v4.14.0 v4.14.0 2023-09-28 13:58:40 +02:00
Gustav Hansen
67ef868b91 chore(e2e): limit traces to CI environments 2023-09-28 11:48:08 +02:00
Gustav Hansen
4b145c82d5 chore(e2e): limit trace retention to one day 2023-09-28 10:56:43 +02:00
Gustav Hansen
422869b00e chore(e2e): store test traces for failed tests as GH action artifacts 2023-09-28 10:56:43 +02:00
Gustav Hansen
4d9875b444
Merge pull request #18186 from strapi/chore/playwright-dep-1-38
chore(deps): upgrade playwright to 1.38.1
2023-09-28 10:51:45 +02:00
Ben Irvin
d840d3ca2b tests 2023-09-28 10:41:21 +02:00
Ben Irvin
8fb3ffef45 add test 2023-09-28 10:39:27 +02:00
Jean-Sébastien Herbaux
6494425576
Merge pull request #18194 from strapi/fix/radix-toolbar-dep 2023-09-28 10:37:43 +02:00