Граф коммитов

2789 Коммитов

Автор SHA1 Сообщение Дата
Bob Silverberg 26e3876018
Update to React 17 (#11643) 2022-06-29 05:51:35 -04:00
Bob Silverberg e44ec349ec
Remove enzyme! (#11625) 2022-06-28 14:11:36 -04:00
Tim Pillard d7146b512c
Babel improvements: reloaded (#11593)
* Update browserslist's caniuse-lite

$ npx browserslist@latest --update-db
- should be ran regularly
or:
- caniuse-lite added to devDependencies for renovate to pick up.

* Optimize babel configuration for bundle size & runtime performance

* Remove probably unused/unnecessary raf polyfill

* Use babel.config.js file over .babelrc to allow comments

* Cleanup dependencies

- Remove unused/deprecated babel-core dependency

- Remove unnecessary babel-jest dependency, use version provided by jest

- Remove object.values unnecessary dependency

- Move url-loader to devDependencies where it belongs

- Remove typescript dependency

* Upgrade babel dependencies & migrate to assumptions

* Use caret ranges for devDependencies, including Babel related ones

* Fix tests

* Fix lint errors

- misc lint errors
- bin/regenerate_font.js must be wrapped in a function as newest babel
  eslint parser fails to parse a return; statement outside of a function...
- add latest eslint-plugin-react devDependency, as without it, with newest
  babel eslint parser, the plugin fails to see propTypes static class properties.
2022-06-16 19:04:53 +02:00
Bob Silverberg 770c9f65d9
Fix the "Can't perform a React state update on an unmounted component" warning (#11592) 2022-06-16 09:50:32 -04:00
Bob Silverberg 16410605c5
Migrate TestUserProfileEditPicture.js (#11585) 2022-06-15 13:44:01 -04:00
Mathieu Pillard 5b2cb68064
Revert "Babel improvements (#11587)" (#11589)
This reverts commit dd0cb0f4fa.
2022-06-15 15:09:02 +02:00
Tim Pillard dd0cb0f4fa
Babel improvements (#11587)
* Update browserslist's caniuse-lite

$ npx browserslist@latest --update-db
- should be ran regularly
or:
- caniuse-lite added to devDependencies for renovate to pick up.

* Optimize babel configuration for bundle size & runtime performance

* Remove probably unused/unnecessary raf polyfill

* Use babel.config.js file over .babelrc to allow comments

* Cleanup dependencies

- Remove unused/deprecated babel-core dependency

- Remove unnecessary babel-jest dependency, use version provided by jest

- Remove object.values unnecessary dependency

- Move url-loader to devDependencies where it belongs

- Remove typescript dependency

* Upgrade babel dependencies & migrate to assumptions
2022-06-15 12:04:31 +02:00
renovate[bot] b0858f339b
Update dependency dompurify to v2.3.8 (#11498)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-20 08:11:53 -04:00
renovate[bot] 0e05dc84e6
Update dependency core-js to v3.22.5 (#11487)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 15:54:51 -04:00
Mathieu Pillard 36c42ef660
Update node-sass to 7.0.1 and misc dependencies (#11451) 2022-05-03 11:05:34 +02:00
Mathieu Pillard d5cf04be48
Update css-minimizer-webpack-plugin from 3.0.0 to 3.4.1 (#11449) 2022-04-29 16:08:07 +02:00
Andrew Williamson c0f2340e79
Replace piping with nodemon for hot-reloading (#11432)
* Replace piping with nodemon for hot-reloading

* Fix nodemon version prefixing

Co-authored-by: Mathieu Pillard <mpillard@mozilla.com>
2022-04-28 17:38:13 +02:00
Mathieu Pillard 6ddd8613c4
Encode URIs with encodeURI() instead of utf8.encode() before calling fetch() (#11439)
* Encode URIs with encodeURI() instead of utf8.encode() before calling fetch()

* Prevent this test from triggering URI encoding
2022-04-28 16:55:41 +02:00
Mathieu Pillard 805f848564
Update webpack, html-webpack-plugin and webpack-subresource-integrity (#11420)
* Update html-webpack-plugin and webpack-subresource-integrity

* Update webpack IgnorePlugin config to proper webpack 5 format

* Stop requiring integrity for non js/css files

* Consistency
2022-04-25 20:56:37 +02:00
Mathieu Pillard 1c46cde02a
Use more recent po2json git version to remove/update some old/unsecure dependencies (#11415)
* Use more recent po2json git version to remove/update some old/unsecure dependencies

* Post-merge yarn.lock cleanup
2022-04-23 00:55:10 +02:00
Mathieu Pillard cd5fd5c5ca
Switch from bundlesize to the more maintained bundlewatch (#11417)
* Switch from bundlesize to the more maintained bundlewatch

* Might as well lower locales bundle max size while we're at it

We've got a healthy margin still (current max is 25.something kB)
2022-04-21 17:59:57 +02:00
Mathieu Pillard b80a1c0540
Update dependency pino-mozlog to 2.10.0, minimist to 1.2.6 (#11412) 2022-04-21 15:40:50 +02:00
renovate[bot] e8b917fa32
Update dependency glob to v8 (#11396)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-18 15:35:15 -04:00
renovate[bot] 330a57fe7c
Update dependency moment to v2.29.3 (#11393)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-18 13:16:54 -04:00
renovate[bot] 52f7d2b62e
Update dependency fs-extra to v10.1.0 (#11394)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-18 13:15:51 -04:00
renovate[bot] 7b318b159e
Update dependency core-js to v3.22.0 (#11314)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-18 12:18:53 -04:00
renovate[bot] 90ae1a8767
Update dependency pino to v7.10.0 (#11388)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-18 12:17:58 -04:00
renovate[bot] 232b55ba77
Update dependency cookie to ^0.5.0 (#11385)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-18 12:07:20 -04:00
renovate[bot] 9b1d657adc
Update dependency flow-bin to ^0.176.0 (#11386)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-18 11:45:43 -04:00
renovate[bot] d4ef0e09f9
Update dependency react-photoswipe-gallery to v1.3.10 (#11354)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 08:13:54 -04:00
renovate[bot] e7ad5d0bb0
Update dependency deep-eql to v4.0.1 (#11353)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 08:08:30 -04:00
renovate[bot] fcbcd78096
Update dependency typescript to v4.6.3 (#11362)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 08:07:56 -04:00
renovate[bot] 488580cb9e
Update dependency prettier to v2.6.2 (#11356)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 08:07:22 -04:00
renovate[bot] 06cdcdb2c9
Update dependency moment to v2.29.2 [SECURITY] (#11382)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 11:55:20 +02:00
renovate[bot] 7153c48fb3
Update dependency typescript to v4.6.2 (#11361)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-23 13:13:52 -04:00
renovate[bot] 91ad31d082
Update dependency pino to v7.9.2 (#11360)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-23 10:41:59 -04:00
renovate[bot] 5b5bc9ea64
Update dependency flow-bin to ^0.174.0 (#11355)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-22 10:46:54 -04:00
Bob Silverberg c6f2dd6ad0 ⬆️ release 0.33.0 2022-03-22 10:36:06 -04:00
renovate[bot] d4e37acb36
Update dependency express to v4.17.3 (#11325)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-22 09:14:06 -04:00
renovate[bot] 885696b79b
Update dependency pino to v7.9.1 (#11141)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-22 09:08:45 -04:00
renovate[bot] d26973f485
Update dependency dompurify to v2.3.6 (#11324)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-22 09:03:55 -04:00
renovate[bot] 91e8bfd423
Update dependency fs-extra to v10.0.1 (#11326)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-22 08:59:33 -04:00
Bob Silverberg d5cae48c20
Configure just the test-next task to run with Jest's -i option (#11334) 2022-03-03 15:59:59 -05:00
renovate[bot] 4df99850b6
Update dependency jest-watch-typeahead to v1 (#10933)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-25 07:56:24 -05:00
Bob Silverberg b459d03476
Implement eslint-plugin-testing-library (#11323) 2022-02-25 07:33:34 -05:00
Bob Silverberg b21c8faffb
Upgrade Jest and jsdom (#11056) 2022-02-25 00:37:44 -05:00
Bob Silverberg 64823c6d34
Migrate TestAddonMoreInfo from Enzyme (#11309) 2022-02-23 11:28:01 -05:00
Mathieu Pillard 463472d166 ⬆️ release 0.32.0 2022-02-21 11:45:24 +01:00
Mathieu Pillard 6772d6029d
Remove fastclick: it's obsolete and causing issues with <select> (#11136)
* Remove fastclick: it's obsolete and causing issues with <select>

* Also remove fastclick from test client
2022-02-10 21:50:19 +01:00
renovate[bot] 5600d35671
Update dependency sinon to v13 (#11133)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-04 12:17:03 -05:00
renovate[bot] 0718c0c427
Update dependency flow-bin to ^0.171.0 (#11132)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-04 12:15:50 -05:00
renovate[bot] 27b8c80e6b
Update dependency pino-mozlog to v2.9.0 (#11128)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-04 09:36:46 -05:00
renovate[bot] 0d31a43c1e
Update dependency @willdurand/isomorphic-formdata to v2 (#11129)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-04 09:31:42 -05:00
renovate[bot] b533031d86
Update dependency web-vitals to v2.1.4 (#11123)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-02 13:42:47 -05:00
renovate[bot] 702be5c3b5
Update dependency core-js to v3.21.0 (#11126)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-02 13:42:13 -05:00
renovate[bot] ec90cb5019
Update dependency flow-bin to ^0.170.0 (#11125)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-01 14:33:04 -05:00
renovate[bot] 5a58284633
Update dependency @willdurand/isomorphic-formdata to v1.3.0 (#11124)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-01 10:16:36 -05:00
renovate[bot] 0913a77a7f
Update dependency typescript to v4.5.5 (#11122)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 17:34:39 -05:00
renovate[bot] 948c242a3a
Update dependency qs to v6.10.3 (#11120)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 17:31:26 -05:00
renovate[bot] 98e9493276
Update dependency pino to v7.6.5 (#11119)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 17:01:56 -05:00
renovate[bot] 8eaeca4649
Update dependency helmet to v5.0.2 (#11118)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 12:08:00 -05:00
renovate[bot] 954e3726a4
Update dependency filesize to v8.0.7 (#11117)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 12:06:08 -05:00
renovate[bot] 82c5a2ba39
Update dependency dompurify to v2.3.5 (#11116)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 10:01:47 -05:00
dependabot[bot] 37b1796c12
Bump node-fetch from 3.0.0 to 3.1.1 (#11106)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 09:01:51 -05:00
renovate[bot] db4ad584d3
Update dependency core-js to v3.20.3 (#11100)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 08:56:14 -05:00
renovate[bot] e697a84133
Update dependency config to v3.3.7 (#11099)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-18 13:15:43 -05:00
renovate[bot] 9a12890c6a
Update dependency chokidar to v3.5.3 (#11098)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-18 10:50:41 -05:00
renovate[bot] ac2c91329b
Update dependency pino to v7.6.3 (#11089)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-18 08:09:09 -05:00
Bob Silverberg 7b3316a1eb
Fix problem with static files for local development (#11090) 2022-01-13 09:18:11 -05:00
Bob Silverberg 060828d9f1
Remove .nvmrc and update engines in package.json (#11088) 2022-01-11 09:40:19 -05:00
renovate[bot] 0300a234a8
Update dependency flow-bin to ^0.169.0 (#11078)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-07 10:56:41 -05:00
renovate[bot] 3d91453b1a
Update dependency web-vitals to v2.1.3 (#11079)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-07 08:34:10 -05:00
Bob Silverberg 143a908dee ⬆️ release 0.31.0 2022-01-05 10:10:53 -05:00
renovate[bot] b177ff1e09
Update dependency prop-types to v15.8.1 (#11075)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 06:39:23 -05:00
renovate[bot] 0163b54c11
Update dependency helmet to v5 (#11072)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bob Silverberg <bob.silverberg@gmail.com>
2022-01-03 17:04:32 -05:00
renovate[bot] d401ba2900
Update dependency concurrently to v7 (#11070)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bob Silverberg <bob.silverberg@gmail.com>
2022-01-03 15:16:50 -05:00
renovate[bot] 47057c5055
Update dependency core-js to v3.20.2 (#11068)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-03 14:17:00 -05:00
renovate[bot] 25e4902c4e
Update dependency pino to v7.6.2 (#11069)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-03 14:11:31 -05:00
renovate[bot] efaa5e29c1
Update dependency pretty-quick to v3.1.3 (#11066)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-03 11:16:55 -05:00
renovate[bot] 991915b134
Update dependency prop-types to v15.8.0 (#11067)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-03 11:13:41 -05:00
renovate[bot] 7ab1fdc910
Update dependency eslint-plugin-promise to v6 (#11065)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-21 13:25:58 -05:00
renovate[bot] f24d77b5fe
Update dependency pino to v7.6.0 (#11064)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-21 12:45:00 -05:00
renovate[bot] 01eabc89fb
Update dependency flow-bin to ^0.168.0 (#10680)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bob Silverberg <bob.silverberg@gmail.com>
2021-12-21 12:22:28 -05:00
renovate[bot] 681d124817
Update dependency express to v4.17.2 (#11063)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-21 10:40:19 -05:00
renovate[bot] 840820b4ec
Update dependency core-js to v3.20.0 (#11062)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-20 12:48:35 -05:00
renovate[bot] 103e0bf867
Update dependency typescript to v4.5.4 (#11060)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-14 09:24:50 -05:00
renovate[bot] 51c1120006
Update dependency typescript to v4.5.3 (#11058)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-10 06:55:50 -05:00
Bob Silverberg 6612335ab7 Revert "Update Jest and jsdom (#11037)"
This reverts commit 1e2fc74dbd.
2021-12-09 11:26:05 -05:00
Bob Silverberg 1e2fc74dbd
Update Jest and jsdom (#11037) 2021-12-09 11:01:35 -05:00
renovate[bot] eb04571ae4
Update dependency qs to v6.10.2 (#11048)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-08 11:07:43 +01:00
renovate[bot] c97d28f6f0
Update dependency dompurify to v2.3.4 (#11051)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-08 11:07:27 +01:00
renovate[bot] 2a38c6e757
Update dependency pino to v7.5.1 (#11041)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-07 11:23:37 +01:00
renovate[bot] ab6b097839
Update dependency core-js to v3.19.3 (#11047)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-06 11:06:54 -05:00
renovate[bot] 54b02142a3
Update dependency prettier to v2.5.1 (#11046)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-06 11:05:18 -05:00
renovate[bot] cdc72a8d50
Update dependency node-sass to v7 (#11049)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-06 11:04:20 -05:00
renovate[bot] 395ed82d7c
Update dependency core-js to v3.19.2 (#11040)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 16:54:59 -05:00
renovate[bot] 8c837059cb
Update dependency pino to v7.5.0 (#11039)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bob Silverberg <bob.silverberg@gmail.com>
2021-11-29 14:04:07 -05:00
renovate[bot] fda757ccc5
Update dependency pino-mozlog to v2.8.0 (#11038)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 11:48:49 -05:00
renovate[bot] c7b22b99cc
Update dependency react-onclickoutside to v6.12.1 (#11032)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-26 13:54:07 -05:00
renovate[bot] d2bc1462ec
Update dependency prettier to v2.5.0 (#11033)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-25 12:39:59 -05:00
renovate[bot] 817a07976f
Update dependency pino to v7.4.1 (#11031)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-24 13:01:07 -05:00
renovate[bot] 556c91bbe0
Update dependency pino to v7.4.0 (#11029)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-23 10:37:20 -05:00
renovate[bot] e830ddd8a1
Update stylelint (major) (#10980)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bob Silverberg <bob.silverberg@gmail.com>
2021-11-23 09:26:52 -05:00
renovate[bot] eb7f4b67a3
Update dependency sinon to v12 (#11011)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-19 09:50:02 -05:00
renovate[bot] 660706edf5
Update dependency schema-utils to v4 (#11025)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-19 09:40:52 -05:00
renovate[bot] adc5576065
Update dependency pino to v7.3.0 (#11010)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-19 09:33:55 -05:00
renovate[bot] 3ed3f464ba
Update dependency ua-parser-js to v1 (#10984)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-19 09:27:57 -05:00
renovate[bot] 8e43b0859f
Update dependency lint-staged to v12 (#11019)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-19 09:15:25 -05:00
renovate[bot] 9bde262063
Update dependency typescript to v4.5.2 (#11028)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-18 11:27:24 -05:00
renovate[bot] 604a30ccc5
Update dependency common-tags to v1.8.2 (#11026)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-17 10:52:51 +01:00
renovate[bot] 193656da70
Update dependency pretty-quick to v3.1.2 (#11022)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-16 11:08:26 +01:00
renovate[bot] 5d6f7d49d3
Update dependency ua-parser-js to v0.8.1 (#10983)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-16 11:07:16 +01:00
renovate[bot] 416c1c5554
Update dependency common-tags to v1.8.1 (#11018)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-16 11:06:27 +01:00
renovate[bot] c9100af75d
Update dependency core-js to v3.19.1 (#11009)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-03 06:12:28 -04:00
Bob Silverberg ab1e8fa54d ⬆️ release 0.30.0 2021-11-02 14:24:33 -04:00
renovate[bot] 5e59744415
Update dependency redux to v4.1.2 (#11000)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-01 12:01:09 -04:00
renovate[bot] d518b32d58
Update dependency hot-shots to v9 (#11002)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-01 10:42:38 -04:00
renovate[bot] 752fe9162d
Update dependency filesize to v8.0.6 (#10995)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-01 10:37:41 -04:00
Bob Silverberg a9f98aad29 ⬆️ release 0.29.0 2021-10-27 13:10:19 -04:00
William Durand 270bd5dde6
Use new Codecov Uploader via Circle ORB (#10994) 2021-10-27 17:20:25 +02:00
renovate[bot] 977fb66db3
Update dependency pino to v7.0.5 (#10969)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-26 09:49:48 -04:00
renovate[bot] 382e6c16ab
Update dependency css-loader to v6 (#10775)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-26 09:32:31 -04:00
William Durand f2718a1542
Update ESLint to v8 (#10989) 2021-10-25 22:14:35 +02:00
renovate[bot] 67d537e904
Update dependency core-js to v3.19.0 (#10987)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-25 10:33:59 +02:00
Bob Silverberg 7d91b4b0ff ⬆️ release 0.28.0 2021-10-19 15:04:12 -04:00
Bob Silverberg 4df0245d73 ⬆️ release 0.27.0 2021-10-19 15:02:45 -04:00
Mathieu Pillard a6bc10d801
Load user-uploaded images and favicon from the main domain (#10968)
* Load user-uploaded images and favicon from the main domain

This removes the need to have config variables for CDN domain, as
we won't be using a dedicated CDN domain to load assets anymore.

This also removes isAllowedOrigin function: the CSP configuration
should be all we need to validate image origins.

* getPreviewImage() should return null if there is no preview at that size
2021-10-18 15:52:47 +02:00
renovate[bot] 19569111c6
Update dependency pino to v7 (#10966)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-15 11:07:06 -04:00
renovate[bot] 03985f644a
Update dependency typescript to v4.4.4 (#10965)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-13 07:55:23 +02:00
renovate[bot] 315d2a7506
Update dependency core-js to v3.18.3 (#10964)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-13 07:54:50 +02:00
renovate[bot] f63bb641fc
Update dependency web-vitals to v2.1.2 (#10961)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-12 08:32:49 +02:00
William Durand 7de91382ca
⬆️ release 0.26.0 2021-10-08 10:10:37 +02:00
William Durand 9cb3c75c44
⬆️ release 0.25.0 2021-10-08 10:10:23 +02:00
Mathieu Pillard 896a3b1b21
Allow loading of images on the main domain (#10953)
That fixes dev (and local instances running against dev data) which  had been
broken following https://github.com/mozilla/addons-server/issues/18053
2021-10-07 20:13:55 +02:00
renovate[bot] 0b62d8a565
Update dependency web-vitals to v2.1.1 (#10950)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-07 09:40:41 +02:00
renovate[bot] ec8a852562
Update dependency core-js to v3.18.2 (#10948)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-06 08:14:34 +02:00
renovate[bot] 03579df6de
Update dependency full-icu to v1.4.0 (#10946)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-05 08:26:48 +02:00
renovate[bot] 053b48e7ae
Update dependency pino-pretty to v7 (#10882)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-28 09:22:43 +02:00
renovate[bot] 88e2006791
Update dependency hot-shots to v8.5.2 (#10923)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-28 08:18:22 +02:00
renovate[bot] 1d4c5263c9
Update dependency core-js to v3.18.1 (#10924)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-28 08:17:20 +02:00
renovate[bot] a75225317c
Update dependency pino to v6.13.3 (#10917)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-22 18:24:46 +02:00
renovate[bot] 6d3599145f
Update dependency pino-mozlog to v2.7.0 (#10908)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-21 19:35:47 +02:00
Bob Silverberg bb491797f6
Creating AddonQRCode component (#10904)
* Creating AddonQRCode component

* Use webpack to copy QR code images to static

* Fix dev dependency

* Add a test into bin/fenix-qr-codes.js
2021-09-21 11:30:26 -04:00
renovate[bot] ea285c6754
Update dependency dompurify to v2.3.3 (#10909)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-20 18:11:25 +02:00
renovate[bot] 40a0ca5a94
Update dependency core-js to v3.18.0 (#10907)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-20 10:15:41 +02:00
renovate[bot] ef9d33979a
Update dependency prettier to v2.4.1 (#10902)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-16 13:27:19 +02:00
renovate[bot] fce504033d
Update dependency dompurify to v2.3.2 (#10901)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-15 20:58:23 +02:00
renovate[bot] 22de3b36a6
Update dependency react-onclickoutside to v6.12.0 (#10899)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-15 08:39:47 +02:00
renovate[bot] 84cb560412
Update dependency filesize to v8.0.3 (#10895)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-14 11:30:57 +02:00
renovate[bot] ad827b3db2
Update dependency typescript to v4.4.3 (#10891)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-13 11:28:15 +02:00
renovate[bot] 725f4e2cb2
Update dependency filesize to v8.0.2 (#10892)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-13 11:27:59 +02:00
renovate[bot] e75b5bc15b
Update dependency core-js to v3.17.3 (#10884)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-09 14:38:35 -04:00
renovate[bot] 2d698ac9c3
Update dependency prettier to v2.4.0 (#10885)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-09 09:12:52 -04:00
renovate[bot] dd4ac8f982
Update dependency node-fetch to v3 (#10875)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bob Silverberg <bob.silverberg@gmail.com>
2021-09-07 16:11:19 -04:00
renovate[bot] ca25206d76
Update dependency core-js to v3.17.2 (#10874)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-06 21:00:21 +02:00