aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js (unfollow)
Commit message (Collapse)AuthorLines
2022-06-29Expand Code Field To Fill SpaceGravatar Hassan Abouelela-0/+4
Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-29Fix Dropdown Overlap IssueGravatar Hassan Abouelela-9/+20
Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-29Fix Map Conflicts In Dev ServerGravatar Hassan Abouelela-1/+3
Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-28Update CODEOWNERSGravatar Joe Banks-2/+2
2022-06-23Bump @types/react-transition-group from 4.4.4 to 4.4.5Gravatar dependabot[bot]-5/+5
Bumps [@types/react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-transition-group) from 4.4.4 to 4.4.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-transition-group) --- updated-dependencies: - dependency-name: "@types/react-transition-group" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-23Bump @typescript-eslint/eslint-plugin from 5.28.0 to 5.29.0Gravatar dependabot[bot]-55/+21
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.28.0 to 5.29.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.29.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-23Bump @typescript-eslint/parser from 5.28.0 to 5.29.0Gravatar dependabot[bot]-9/+43
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.28.0 to 5.29.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.29.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-23Bump @swc/core from 1.2.203 to 1.2.204Gravatar dependabot[bot]-83/+83
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.203 to 1.2.204. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.2.203...v1.2.204) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-19Bump Webpack Dev Server To 4.9.2Gravatar Hassan Abouelela-1425/+311
Migration guide: https://github.com/webpack/webpack-dev-server/blob/74c928135c7182e08238efb52c044e2d49ce6e9a/migration-v4.md Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-19Bump Webpack Related DependenciesGravatar Hassan Abouelela-102/+107
Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-19Bump Emotion To 11.9.3Gravatar Hassan Abouelela-17/+4
Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Bump React To 18.2.0Gravatar Hassan Abouelela-2030/+1236
Bump react to v18, and handle all the breaking changes. This includes bumping a lot of other dependencies to versions which support react 18, and handling the breaking changes for those. Refer to the following documents for migration guides: React: https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html Router: https://reactrouter.com/docs/en/v6/upgrading/v5 Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Bump CodeMirror to 6.0.0Gravatar Hassan Abouelela-234/+115
Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Bump Jest To 28.1.1Gravatar Hassan Abouelela-1237/+957
Bump jest and related dependencies, and account for breaking changes. Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Remove jest-environment-jsdom-fourteenGravatar Hassan Abouelela-521/+32
jsdom-fourteen was deprecated in favor of the one shipped by jest. Switched to using that instead. Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Remove Jest SVG TransformerGravatar Hassan Abouelela-7/+7
The current SVG transformer has not had an update in 4 years, and breaks with the latest jest version. The behavior can be very easily replicated by hand, as is documented by SVGR, the library we are already using in webpack. Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Bump fortawesomeGravatar Hassan Abouelela-29/+29
Bump fortawesome dependencies to the latest versions. Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Bump Husky To 8.0.1Gravatar Hassan Abouelela-9/+8
Bump husky, and regenerate config after breaking changes. Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Bump ESLint To 8.18.0Gravatar Hassan Abouelela-259/+531
Bump ESLint and related dependencies. Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Bump Webpack CLI To 4.10.0Gravatar Hassan Abouelela-56/+30
Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Bump Typescript To 4.7.4Gravatar Hassan Abouelela-5/+5
Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Bump React Transition GroupGravatar Hassan Abouelela-1/+1
Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Bump Typing DependenciesGravatar Hassan Abouelela-26/+120
Signed-off-by: Hassan Abouelela <[email protected]>
2022-06-18Fix rendering error message for failed unit tests.Gravatar DavinderJolly-16/+22
fix rendering of error message by updating public_state prop before updating state, and only catch 422 status code in FormPage
2022-06-17Bump webpack from 5.66.0 to 5.73.0Gravatar dependabot[bot]-25/+25
Bumps [webpack](https://github.com/webpack/webpack) from 5.66.0 to 5.73.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.66.0...v5.73.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Bump @sentry/react from 6.3.5 to 7.2.0Gravatar dependabot[bot]-48/+37
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 6.3.5 to 7.2.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.3.5...7.2.0) --- updated-dependencies: - dependency-name: "@sentry/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Bump browserslist from 4.16.0 to 4.20.4Gravatar dependabot[bot]-27/+1
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.0 to 4.20.4. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.16.0...4.20.4) --- updated-dependencies: - dependency-name: browserslist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Bump @svgr/webpack from 5.5.0 to 6.2.1Gravatar dependabot[bot]-894/+1153
Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 5.5.0 to 6.2.1. - [Release notes](https://github.com/gregberge/svgr/releases) - [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md) - [Commits](https://github.com/gregberge/svgr/compare/v5.5.0...v6.2.1) --- updated-dependencies: - dependency-name: "@svgr/webpack" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Bump swc-loader from 0.1.14 to 0.2.3Gravatar dependabot[bot]-9/+6
Bumps [swc-loader](https://github.com/swc-project/swc-loader) from 0.1.14 to 0.2.3. - [Release notes](https://github.com/swc-project/swc-loader/releases) - [Commits](https://github.com/swc-project/swc-loader/compare/v0.1.14...v0.2.3) --- updated-dependencies: - dependency-name: swc-loader dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Bump @fortawesome/fontawesome-svg-core from 1.2.35 to 1.2.36Gravatar dependabot[bot]-10/+10
Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) from 1.2.35 to 1.2.36. - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/commits) --- updated-dependencies: - dependency-name: "@fortawesome/fontawesome-svg-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Bump axios from 0.21.1 to 0.27.2Gravatar dependabot[bot]-8/+18
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.27.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.27.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Bump follow-redirects from 1.13.1 to 1.15.1Gravatar dependabot[bot]-9/+4
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.1 to 1.15.1. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.1...v1.15.1) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Bump @swc/core from 1.2.55 to 1.2.203Gravatar dependabot[bot]-79/+83
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.55 to 1.2.203. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.2.55...v1.2.203) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Prompt for OAuth2 consent on every auth flowGravatar ChrisJL-1/+1
Closes #439
2022-06-17Bump dotenv from 9.0.0 to 16.0.1Gravatar dependabot[bot]-5/+5
Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.0 to 16.0.1. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v9.0.0...v16.0.1) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Bump minimist from 1.2.5 to 1.2.6Gravatar dependabot[bot]-3/+3
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Bump url-parse from 1.5.1 to 1.5.10Gravatar dependabot[bot]-4/+4
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Bump async from 2.6.3 to 2.6.4Gravatar dependabot[bot]-3/+3
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2022-06-17Bump eventsource from 1.0.7 to 1.1.2Gravatar dependabot[bot]-13/+4
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.2. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.2) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2022-05-06Set Compose Backend Start CommandGravatar Hassan Abouelela-0/+1
Updates the command used for the backend in the compose to the development one. Signed-off-by: Hassan Abouelela <[email protected]>
2022-03-14Add processing for POST request responseGravatar Janine vN-4/+22
We now process the POST request response, catching the error. It re-runs the code validationField() function. It currently processes it assuming there's only one failed codeblock. This will be updated later.
2022-03-14Add new unittestsFailed public_state fieldGravatar Janine vN-1/+12
New field to determine if a unittest failed and provide feedback to the user.
2022-02-05Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.33.0Gravatar dependabot[bot]-85/+39
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.22.1 to 4.33.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-02-05Bump @typescript-eslint/parser from 4.22.1 to 4.33.0Gravatar dependabot[bot]-13/+61
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.22.1 to 4.33.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-02-05Bump tmpl from 1.0.4 to 1.0.5Gravatar dependabot[bot]-3/+3
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2022-02-05Bump path-parse from 1.0.6 to 1.0.7Gravatar dependabot[bot]-3/+3
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>