cyril lopez
8f804648e2
Merge pull request #10217 from strapi/chore/webpack5
...
Webpack 5 migration
2021-05-05 15:38:13 +02:00
cyril lopez
d2deb95ece
Merge pull request #10219 from strapi/chore/upgrade-webpack-latest
...
Bump webpack to v5
2021-05-05 10:58:05 +02:00
cyril lopez
8e18fbfbd7
Merge pull request #10226 from strapi/chore/styled-compo-babel-config
...
Add babel plugin styled components
2021-05-04 09:46:04 +02:00
soupette
c8ccf824e8
Add babel-plugin-styled-components
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-04 09:01:09 +02:00
soupette
7a4a4b591c
Add webpack plugin to check duplicate deps
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-03 16:33:46 +02:00
soupette
7b2015c3bd
Migrate to webpack v5.36
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-03 15:11:20 +02:00
soupette
2287d2fff1
Bump css loader to latest
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-03 15:11:19 +02:00
soupette
d98e991639
Upgrade webpack dependencies to latest version v4
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-03 15:11:19 +02:00
soupette
d9d400fca1
Bump url-loader & html-webpack-plugin
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-03 15:11:18 +02:00
soupette
29e2ab3856
Upgrade css-loader
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-03 15:11:18 +02:00
soupette
cdc437439e
Upgrade to latest babel version
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-03 15:11:17 +02:00
cyril lopez
3d4e59ca53
Merge pull request #10218 from strapi/chore/migrate-webpack-5
...
Upgrade to rollup v2
2021-05-03 15:09:49 +02:00
soupette
cb83cc1cce
Remove sourcemap
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-03 14:58:54 +02:00
soupette
0432fb4ce6
Update rollup to v2
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-03 09:01:39 +02:00
soupette
ca23676992
Init webpack 5 migration
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-03 08:42:27 +02:00
soupette
b9c5d19a49
Remove root babel.config.js file, it was not needed
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-04-30 15:13:38 +02:00
soupette
b127529282
Init migration, comment none needed code
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-04-30 14:21:22 +02:00
Alexandre BODIN
6d8fa40446
Merge pull request #10183 from strapi/chore/scoped-packages
...
Init scoped packages
2021-04-30 03:38:52 +11:00
Alexandre Bodin
934ea6cf5f
Fix generator
2021-04-29 15:40:35 +02:00
Alexandre Bodin
2125209806
cleanup coverage
2021-04-29 14:26:57 +02:00
Alexandre Bodin
a425d8805a
Fix plugin loading admin
2021-04-29 14:20:36 +02:00
Alexandre Bodin
4c6216c5c2
Fix plugin loading server side
2021-04-29 14:14:31 +02:00
Alexandre Bodin
ab3760bb66
Rename import & requires, fix tests
2021-04-29 13:51:12 +02:00
Alexandre Bodin
a14504e699
Init scoped packages
2021-04-29 12:03:54 +02:00
cyril lopez
73c7a19fa8
Merge pull request #10182 from strapi/chore/monorepo-org
...
Move plugins & cleanup configs
2021-04-29 11:46:45 +02:00
Alexandre Bodin
e45f6df0b9
Move plugins & cleanup configs
2021-04-29 11:11:46 +02:00
dependabot[bot]
9a84d5a4df
Bump snyk from 1.551.0 to 1.566.0 ( #10153 )
...
Bumps [snyk](https://github.com/snyk/snyk ) from 1.551.0 to 1.566.0.
- [Release notes](https://github.com/snyk/snyk/releases )
- [Changelog](https://github.com/snyk/snyk/blob/master/.releaserc )
- [Commits](https://github.com/snyk/snyk/compare/v1.551.0...v1.566.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-27 09:55:44 +02:00
dependabot[bot]
63b285b763
Bump apollo-server-koa from 2.22.1 to 2.23.0 ( #10155 )
...
Bumps [apollo-server-koa](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-koa ) from 2.22.1 to 2.23.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-koa@2.23.0/packages/apollo-server-koa )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-27 09:55:21 +02:00
Alexandre BODIN
e94173b38a
Remove cache key so the url is valid for cors policy ( #10148 )
2021-04-27 09:52:13 +02:00
TheSeally
90b9064c17
Fix issue with incorrect cli termination when using flags quickstart and no-run ( #10111 )
...
On Windows, an empty return from the createQuickStartProject function caused the process termination to hang.
Added explicit process termination for this platform
2021-04-27 08:54:11 +02:00
Jean-Sébastien Herbaux
b97fb68f5c
[RBAC] Ignore only non visible attributes instead of non configurable ones ( #10139 )
...
* Ignore only non visible attributes instead of non configurable ones
* Update snapshots
* Refacto buildDeepAttributesCollection
2021-04-26 17:35:52 +02:00
SorinGFS
9d0e26b354
Add DKIM config example ( #9923 )
2021-04-26 17:19:34 +02:00
Ilya Artamonov
859f2d93a7
Updated Russian translate ( #10133 )
2021-04-26 17:10:58 +02:00
Ilya Artamonov
6c9243dca1
Fixed typo ( #10132 )
2021-04-26 17:10:35 +02:00
Tom Dyson
5f08fa37e7
Fix typo in query error message ( #10116 )
...
The possessive `its` doesn't have an apostrophe.
https://www.dictionary.com/e/its-vs-its/
2021-04-26 17:08:09 +02:00
Alexandre BODIN
196b0895f3
Fix issue relation loosing extra options on ctb update Fixes #3409 ( #10102 )
2021-04-26 17:05:43 +02:00
Guilherme Pacheco
11a128ead2
Fix #10125 - Accept falsy values returned by controllers in GraphQL queries and mutations ( #10145 )
...
* Fix #10125 - accept falsy values returned by controllers
* Add test for falsy ctx.body on built graphql resolver
* Use test instead of it in unit tests
2021-04-26 16:46:37 +02:00
Pierre Noël
631969d4d7
[graphQL + mongo] Fix broken localizations query ( #10141 )
...
* fix localizations resolver
* Revert "fix localizations resolver"
This reverts commit 31c92e6380036d29b2008324586ed8e5f082e4f5.
* fix localizations resolver by adding _id to populate option
2021-04-26 16:39:54 +02:00
dependabot[bot]
34ba5e3d2c
Bump @babel/core from 7.13.15 to 7.13.16 ( #10097 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.13.15 to 7.13.16.
- [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.13.16/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-26 14:32:47 +02:00
dependabot[bot]
e53adc19e1
Bump @babel/runtime from 7.13.10 to 7.13.17 ( #10091 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.13.10 to 7.13.17.
- [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.13.17/packages/babel-runtime )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-26 14:31:47 +02:00
dependabot[bot]
176568bdc4
Bump chalk from 4.1.0 to 4.1.1 ( #10112 )
...
Bumps [chalk](https://github.com/chalk/chalk ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/chalk/releases )
- [Commits](https://github.com/chalk/chalk/compare/v4.1.0...v4.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-26 10:56:14 +02:00
dependabot[bot]
31179280a1
Bump pg from 8.5.1 to 8.6.0 ( #10113 )
...
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg ) from 8.5.1 to 8.6.0.
- [Release notes](https://github.com/brianc/node-postgres/releases )
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md )
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.6.0/packages/pg )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-26 10:55:54 +02:00
dependabot[bot]
c567e24bdc
Bump aws-sdk from 2.890.0 to 2.892.0 ( #10136 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.890.0 to 2.892.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.890.0...v2.892.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-26 10:37:05 +02:00
dependabot[bot]
24c4cc53be
Bump aws-sdk from 2.888.0 to 2.890.0 ( #10101 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.888.0 to 2.890.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.888.0...v2.890.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-22 10:14:22 +02:00
dependabot[bot]
72d5dc5d99
Bump @sentry/node from 6.2.5 to 6.3.0 ( #10100 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 6.2.5 to 6.3.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.2.5...6.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-22 09:40:27 +02:00
cyril lopez
7705b03380
Merge pull request #10099 from strapi/dependabot/npm_and_yarn/codemirror-5.61.0
...
Bump codemirror from 5.60.0 to 5.61.0
2021-04-22 08:59:42 +02:00
dependabot[bot]
cc1e192347
Bump codemirror from 5.60.0 to 5.61.0
...
Bumps [codemirror](https://github.com/codemirror/CodeMirror ) from 5.60.0 to 5.61.0.
- [Release notes](https://github.com/codemirror/CodeMirror/releases )
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.60.0...5.61.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-22 05:37:56 +00:00
Alexandre Bodin
4ab210eec6
v3.6.0
v3.6.0
2021-04-21 17:00:57 +02:00
Alexandre BODIN
b264ceb6d9
Merge pull request #10000 from strapi/features/i18n
...
Features/i18n
2021-04-21 16:59:57 +02:00
Alexandre Bodin
00637a801a
Merge branch 'master' into features/i18n
2021-04-21 16:31:59 +02:00