22792 Commits

Author SHA1 Message Date
Gustav Hansen
c343bacaf1 Re-use GraphQL names regex for content-type enum validation 2022-07-07 15:45:26 +02:00
Alexandre BODIN
506584ffa5
Merge pull request #13698 from strapi/dependabot/npm_and_yarn/parse-url-6.0.2
Bump parse-url from 6.0.0 to 6.0.2
2022-07-07 15:44:43 +02:00
Convly
a5fbcc9e48 Merge branch 'master' into features/typescript 2022-07-07 15:20:34 +02:00
Convly
fbf166908b Improve test coverage for imports & attributes 2022-07-07 15:16:09 +02:00
Alexandre BODIN
7dec7f194a
Merge pull request #13716 from strapi/dependabot/npm_and_yarn/moment-2.29.4
Bump moment from 2.29.2 to 2.29.4
2022-07-07 13:54:45 +02:00
Rémi de Juvigny
d49104ab61
Merge pull request #13715 from strapi/doc-plugin-readme
Remove npm warning from documentation plugin readme
2022-07-07 13:47:24 +02:00
Gustav Hansen
b582e770b7 CTB: Improve UI validation for enum values
Co-authored-by: omacovei <omacovei@users.noreply.github.com>
2022-07-07 13:43:45 +02:00
Alexandre BODIN
0ee7d83614
Merge pull request #13712 from strapi/dependabot/npm_and_yarn/sharp-0.30.7
Bump sharp from 0.30.6 to 0.30.7
2022-07-07 12:40:00 +02:00
dependabot[bot]
79057ae68a
Bump moment from 2.29.2 to 2.29.4
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 10:38:44 +00:00
Alexandre BODIN
0fcda6bc1c
Merge pull request #13711 from strapi/dependabot/npm_and_yarn/semver-7.3.7
Bump semver from 7.3.5 to 7.3.7
2022-07-07 12:35:29 +02:00
Rémi de Juvigny
2a467485ea
Remove npm warning from documentation plugin readme 2022-07-07 11:41:56 +02:00
dependabot[bot]
80b486bdcd
Bump @babel/plugin-proposal-export-default-from from 7.16.7 to 7.18.6
Bumps [@babel/plugin-proposal-export-default-from](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-export-default-from) from 7.16.7 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-plugin-proposal-export-default-from)

---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-export-default-from"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 09:07:46 +00:00
dependabot[bot]
afe360f9bb
Bump sharp from 0.30.6 to 0.30.7
Bumps [sharp](https://github.com/lovell/sharp) from 0.30.6 to 0.30.7.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.30.6...v0.30.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 09:07:09 +00:00
dependabot[bot]
7b6041f063
Bump semver from 7.3.5 to 7.3.7
Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.3.7.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.5...v7.3.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 09:06:32 +00:00
Gustav Hansen
156318707c
Merge pull request #13707 from strapi/fix/cm-i18n-list-view-page
LocalePicker: Always set page to 1 after updating a locale
2022-07-07 09:17:16 +02:00
Convly
4b17487953 Fix typo: litteral -> literal 2022-07-07 01:22:13 +02:00
Convly
fa240cfee3 Add unit tests for typescript generators utils 2022-07-07 01:20:36 +02:00
Convly
3b48fd1fcb Fix toTypeLiteral util - handle undefined and null, throw on function types 2022-07-07 01:19:57 +02:00
Alexandre BODIN
a497483c75
Merge pull request #13672 from strapi/fix/up-default-permissions
Fix users-permissions default permissions
2022-07-06 18:19:09 +02:00
Julie Plantey
034e03fe0d
Merge pull request #13681 from strapi/ML-folder/track-events-front
[ML Folder] Track events front
2022-07-06 18:05:29 +02:00
Gustav Hansen
e2a285cfa1
Merge pull request #13705 from strapi/fix/cm-relations-permissions
CellContent: Fix relations, if a user does not have read permissions
2022-07-06 16:31:12 +02:00
ronronscelestes
6ff62ac705 feedback assetsCountByType 2022-07-06 16:03:55 +02:00
Convly
6eacbaf0b7 Remove useless generic type parameter from the parameter type definition 2022-07-06 16:02:07 +02:00
Convly
d587de6b19 Handle UID attributes when generating attributes types definition 2022-07-06 15:58:46 +02:00
Convly
dde36c88f1 Fix morph type detection 2022-07-06 15:31:57 +02:00
Convly
531977f9da Use lodash pipe instead of lodash flow 2022-07-06 15:26:56 +02:00
Convly
bac691d797 Move the attributes mappers outside of the generation function 2022-07-06 15:25:34 +02:00
Convly
93af3acbd1 Use _ instead of fp as variable name for the lodash import 2022-07-06 15:23:20 +02:00
Convly
1fe3db7126 Slightly improve performance when merging schemas definitions with new lines 2022-07-06 15:14:39 +02:00
Convly
da3cf961c5 Remove -v option for verbose mode 2022-07-06 15:02:31 +02:00
Convly
870318b05a Replace 'debug' mode by a 'verbose' one 2022-07-06 14:56:26 +02:00
Convly
6e0e9d3526 Remove dependency to @strapi/strapi 2022-07-06 14:54:51 +02:00
Gustav Hansen
da6a959444 LocalePicker: Always set page to 1 after updating a locale 2022-07-06 13:55:50 +02:00
Gustav Hansen
0e96974cf7
Merge pull request #13702 from strapi/dependabot/npm_and_yarn/fortawesome/react-fontawesome-0.2.0
Bump @fortawesome/react-fontawesome from 0.1.18 to 0.2.0
2022-07-06 13:26:15 +02:00
Gustav Hansen
4d3fe49e24
Merge pull request #13701 from strapi/dependabot/npm_and_yarn/date-fns-2.28.0
Bump date-fns from 2.22.1 to 2.28.0
2022-07-06 13:25:50 +02:00
Gustav Hansen
aebb80e4b0
Merge pull request #13700 from strapi/fix/dnd-ml-from-computer
FromComputerForm: Fix drag & drop events
2022-07-06 12:13:04 +02:00
Gustav Hansen
4a40e53026
Merge pull request #13703 from strapi/dependabot/npm_and_yarn/babel/parser-7.18.6
Bump @babel/parser from 7.16.7 to 7.18.6
2022-07-06 12:02:08 +02:00
Gustav Hansen
c864a71151
Merge pull request #13704 from strapi/dependabot/npm_and_yarn/babel/preset-react-7.18.6
Bump @babel/preset-react from 7.16.7 to 7.18.6
2022-07-06 12:01:36 +02:00
Gustav Hansen
4d8824f17d CellContent: Fix relations, if a user does not have read permissions 2022-07-06 11:55:43 +02:00
dependabot[bot]
4347f619f7
Bump @babel/preset-react from 7.16.7 to 7.18.6
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.16.7 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-preset-react)

---
updated-dependencies:
- dependency-name: "@babel/preset-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 09:07:54 +00:00
dependabot[bot]
29fed64259
Bump @babel/parser from 7.16.7 to 7.18.6
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.16.7 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 09:07:12 +00:00
dependabot[bot]
d1c0c36330
Bump @fortawesome/react-fontawesome from 0.1.18 to 0.2.0
Bumps [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) from 0.1.18 to 0.2.0.
- [Release notes](https://github.com/FortAwesome/react-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/0.2.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/react-fontawesome/compare/0.1.18...0.2.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/react-fontawesome"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 09:06:33 +00:00
dependabot[bot]
b686bfd4d2
Bump date-fns from 2.22.1 to 2.28.0
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.22.1 to 2.28.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.22.1...v2.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 09:05:55 +00:00
Julie Plantey
92558c8238
Merge pull request #13473 from anjalirathor622/sanskrit
Add Sanskrit Translation
2022-07-06 09:49:34 +02:00
Gustav Hansen
d3d6bb761a
Merge pull request #13696 from strapi/fix/dnd-ml-input
MediaLibraryInput: Fix drag & drop events
2022-07-06 09:42:57 +02:00
dependabot[bot]
64ca16453e Bump path-to-regexp from 6.2.0 to 6.2.1
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 09:25:40 +02:00
Gustav Hansen
d5b9f14b61
Merge pull request #13695 from strapi/ML-folder/SelectTree-box-shadow
[ML Folder] SelectTree box shadow
2022-07-06 09:23:24 +02:00
Gustav Hansen
493604d47d FromComputerForm: Fix drag & drop events 2022-07-06 09:19:59 +02:00
dependabot[bot]
e5aaf2d759
Bump parse-url from 6.0.0 to 6.0.2
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/IonicaBizau/parse-url/releases)
- [Commits](https://github.com/IonicaBizau/parse-url/commits)

---
updated-dependencies:
- dependency-name: parse-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 01:44:39 +00:00
Hung Viet Nguyen
ed833ec2d7
Upgrade to lerna 5 to speedup build 2022-07-05 23:17:07 +07:00