17027 Commits

Author SHA1 Message Date
soupette
ceb6926e92 Created store configuration
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-05 15:21:53 +02:00
soupette
f47aa2c326 Remove @babel/polyfill dependency
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-05 12:48:08 +02:00
soupette
7bcdecd2cf Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-05 12:02:47 +02:00
soupette
7f2dbd771e Fix test env
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-05 11:46:44 +02:00
soupette
87b7aece4c Remove config file
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-05 11:44:34 +02:00
soupette
dfad76bdd1 Remove SETTINGS_BASE_URL config
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-05 11:28:17 +02:00
soupette
8262e48554 Support .env
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-05 11:08:52 +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
Alexandre Bodin
458ade114e Disable dependabot PR for now 2021-05-05 09:41:44 +02:00
dependabot[bot]
32e045377f
Bump @babel/core from 7.13.16 to 7.14.0 (#10231)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.16 to 7.14.0.
- [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.14.0/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-05 18:30:24 +11:00
soupette
3a90e30271 Clean helper dependencies
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-04 17:38:03 +02:00
soupette
9c7da206b5 Remove useless deps
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-04 17:27:41 +02:00
soupette
1f536d440e Remove redux-saga and immutable in doc-plugin. Migrate to react-query
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-04 17:21:32 +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
dependabot[bot]
a7de8156b1
Bump ora from 5.3.0 to 5.4.0 (#10223)
Bumps [ora](https://github.com/sindresorhus/ora) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](https://github.com/sindresorhus/ora/compare/v5.3.0...v5.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 17:59:48 +11: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
dependabot[bot]
89bcbb1247
Bump stylelint from 13.12.0 to 13.13.1 (#10213)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.12.0 to 13.13.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.12.0...13.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 00:44:04 +11: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
Alexandre BODIN
ace6572e80
Update SECURITY.md 2021-05-03 23:24:17 +11:00
dependabot[bot]
cfb1eb549f
Bump apollo-server-koa from 2.23.0 to 2.24.0 (#10214)
Bumps [apollo-server-koa](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-koa) from 2.23.0 to 2.24.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.24.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-05-03 18:12:36 +11:00
dependabot[bot]
e5d10b4120
Bump @fingerprintjs/fingerprintjs from 3.0.7 to 3.1.1 (#10212)
Bumps [@fingerprintjs/fingerprintjs](https://github.com/fingerprintjs/fingerprintjs) from 3.0.7 to 3.1.1.
- [Release notes](https://github.com/fingerprintjs/fingerprintjs/releases)
- [Commits](https://github.com/fingerprintjs/fingerprintjs/compare/v3.0.7...v3.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 18:11:52 +11: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
dependabot[bot]
a683540105
Bump react-tooltip from 4.2.17 to 4.2.18 (#10192)
Bumps [react-tooltip](https://github.com/wwayne/react-tooltip) from 4.2.17 to 4.2.18.
- [Release notes](https://github.com/wwayne/react-tooltip/releases)
- [Changelog](https://github.com/wwayne/react-tooltip/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wwayne/react-tooltip/compare/v4.2.17...v4.2.18)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30 18:56:29 +11:00
dependabot[bot]
3bbebdf8af
Bump eslint from 7.24.0 to 7.25.0 (#10188)
Bumps [eslint](https://github.com/eslint/eslint) from 7.24.0 to 7.25.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.24.0...v7.25.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30 18:56:20 +11:00
dependabot[bot]
c6fec7393d
Bump nodemailer from 6.5.0 to 6.6.0 (#10191)
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.5.0...v6.6.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30 18:38:24 +11: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
2fd29041f8 v3.6.1 v3.6.1 2021-04-29 14:34:38 +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
Guillaume Douceron
94d8dd0dbd
Update french translation to i18n plugin (#10152)
Fixed a typo and harmonized according to the other plugins.
2021-04-29 22:12:37 +11:00
dependabot[bot]
6970cabce6
Bump react-query from 3.8.3 to 3.13.12 (#10154)
Bumps [react-query](https://github.com/tannerlinsley/react-query) from 3.8.3 to 3.13.12.
- [Release notes](https://github.com/tannerlinsley/react-query/releases)
- [Commits](https://github.com/tannerlinsley/react-query/compare/v3.8.3...v3.13.12)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 22:12:23 +11: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
Guilherme Pacheco
3b499e34d2
Fix #10172 (#10173) 2021-04-29 18:52:48 +11:00
markkaylor
c930b2459a
Merge pull request #10171 from strapi/fix/i18n-superAdminRole
fix/i18n-superAdminRole
2021-04-28 14:19:14 +02:00