Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint from 7.3.1 to 7.5.0 in /app/experimenter/static/core #3081

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2020

Bumps eslint from 7.3.1 to 7.5.0.

Release notes

Sourced from eslint's releases.

v7.5.0

  • 6ea3178 Update: optional chaining support (fixes #12642) (#13416) (Toru Nagashima)
  • 540b1af Chore: enable consistent-meta-messages internal rule (#13487) (Milos Djermanovic)
  • 885a145 Docs: clarify behavior if meta.fixable is omitted (refs #13349) (#13493) (Milos Djermanovic)
  • 1a01b42 Docs: Update technology sponsors in README (#13478) (Nicholas C. Zakas)
  • 6ed9e8e Upgrade: lodash@4.17.19 (#13499) (Yohan Siguret)
  • 45cdf00 Sponsors: Sync README with website (ESLint Jenkins)
  • f1cc725 Docs: fix linebreaks between versions in changelog (#13488) (Milos Djermanovic)
  • f4d7b9e Update: deprecate id-blacklist rule (#13465) (Dimitri Mitropoulos)
  • e14a645 Chore: use espree.latestEcmaVersion in fuzzer (#13484) (Milos Djermanovic)
  • 61097fe Docs: Update int rule level to string (#13483) (Brandon Mills)
  • c8f9c82 Update: Improve report location no-irregular-whitespace (refs #12334) (#13462) (Milos Djermanovic)
  • f2e68ec Build: update webpack resolve.mainFields to match website config (#13457) (Milos Djermanovic)
  • a96bc5e Fix: arrow-body-style fixer for in wrap (fixes #11849) (#13228) (Anix)
  • 748734f Upgrade: Updated puppeteer version to v4.0.0 (#13444) (odidev)
  • e951457 Docs: fix wording in configuring.md (#13469) (Piper)
  • 0af1d28 Update: add allowSeparatedGroups option to sort-imports (fixes #12951) (#13455) (Milos Djermanovic)
  • 1050ee7 Update: Improve report location for no-unneeded-ternary (refs #12334) (#13456) (Milos Djermanovic)
  • b77b420 Update: Improve report location for max-len (refs #12334) (#13458) (Milos Djermanovic)
  • 095194c Fix: add end location to reports in object-curly-newline (refs #12334) (#13460) (Milos Djermanovic)
  • 10251bb Fix: add end location to reports in keyword-spacing (refs #12334) (#13461) (Milos Djermanovic)
  • 2ea7ee5 Sponsors: Sync README with website (ESLint Jenkins)
  • b55fd3b Sponsors: Sync README with website (ESLint Jenkins)

v7.4.0

  • f21bad2 Docs: fix description for never in multiline-ternary (fixes #13368) (#13452) (Milos Djermanovic)
  • ada2c89 Fix: support typescript generics in arrow-parens (fixes #12570) (#13451) (Milos Djermanovic)
  • 89ee01e Fix: Revert config cloning (fixes #13447) (#13449) (薛定谔的猫)
  • 0a463db Docs: fix no-multiple-empty-lines examples (fixes #13432) (#13433) (Milos Djermanovic)
  • ff5317e Update: Improve array-callback-return report message (#13395) (Philip (flip) Kromer)
  • 3f51930 Fix: false positive new with member in no-extra-parens (fixes #12740) (#13375) (YeonJuan)
  • 825a5b9 Fix: Clarify documentation on implicit ignore behavior (fixes #12348) (#12600) (Scott Hardin)
  • c139156 Sponsors: Sync README with website (ESLint Jenkins)
  • 0c17e9d Sponsors: Sync README with website (ESLint Jenkins)
  • c680387 Sponsors: Sync README with website (ESLint Jenkins)
  • bf3939b Sponsors: Sync README with website (ESLint Jenkins)
  • 7baf02e Sponsors: Sync README with website (ESLint Jenkins)
  • 5c4c3fd Sponsors: Sync README with website (ESLint Jenkins)
  • 53912aa Sponsors: Sync README with website (ESLint Jenkins)
  • 51e42ec Update: Add option "ignoreGlobals" to camelcase rule (fixes #11716) (#12782) (David Gasperoni)
  • 0655f66 Update: improve report location in arrow-body-style (refs #12334) (#13424) (YeonJuan)
  • d53d69a Update: prefer-regex-literal detect regex literals (fixes #12840) (#12842) (Mathias Schreck)
  • 004adae Update: rename id-blacklist to id-denylist (fixes #13407) (#13408) (Kai Cataldo)
Changelog

Sourced from eslint's changelog.

v7.5.0 - July 18, 2020

  • 6ea3178 Update: optional chaining support (fixes #12642) (#13416) (Toru Nagashima)
  • 540b1af Chore: enable consistent-meta-messages internal rule (#13487) (Milos Djermanovic)
  • 885a145 Docs: clarify behavior if meta.fixable is omitted (refs #13349) (#13493) (Milos Djermanovic)
  • 1a01b42 Docs: Update technology sponsors in README (#13478) (Nicholas C. Zakas)
  • 6ed9e8e Upgrade: lodash@4.17.19 (#13499) (Yohan Siguret)
  • 45cdf00 Sponsors: Sync README with website (ESLint Jenkins)
  • f1cc725 Docs: fix linebreaks between versions in changelog (#13488) (Milos Djermanovic)
  • f4d7b9e Update: deprecate id-blacklist rule (#13465) (Dimitri Mitropoulos)
  • e14a645 Chore: use espree.latestEcmaVersion in fuzzer (#13484) (Milos Djermanovic)
  • 61097fe Docs: Update int rule level to string (#13483) (Brandon Mills)
  • c8f9c82 Update: Improve report location no-irregular-whitespace (refs #12334) (#13462) (Milos Djermanovic)
  • f2e68ec Build: update webpack resolve.mainFields to match website config (#13457) (Milos Djermanovic)
  • a96bc5e Fix: arrow-body-style fixer for in wrap (fixes #11849) (#13228) (Anix)
  • 748734f Upgrade: Updated puppeteer version to v4.0.0 (#13444) (odidev)
  • e951457 Docs: fix wording in configuring.md (#13469) (Piper)
  • 0af1d28 Update: add allowSeparatedGroups option to sort-imports (fixes #12951) (#13455) (Milos Djermanovic)
  • 1050ee7 Update: Improve report location for no-unneeded-ternary (refs #12334) (#13456) (Milos Djermanovic)
  • b77b420 Update: Improve report location for max-len (refs #12334) (#13458) (Milos Djermanovic)
  • 095194c Fix: add end location to reports in object-curly-newline (refs #12334) (#13460) (Milos Djermanovic)
  • 10251bb Fix: add end location to reports in keyword-spacing (refs #12334) (#13461) (Milos Djermanovic)
  • 2ea7ee5 Sponsors: Sync README with website (ESLint Jenkins)
  • b55fd3b Sponsors: Sync README with website (ESLint Jenkins)

v7.4.0 - July 3, 2020

  • f21bad2 Docs: fix description for never in multiline-ternary (fixes #13368) (#13452) (Milos Djermanovic)
  • ada2c89 Fix: support typescript generics in arrow-parens (fixes #12570) (#13451) (Milos Djermanovic)
  • 89ee01e Fix: Revert config cloning (fixes #13447) (#13449) (薛定谔的猫)
  • 0a463db Docs: fix no-multiple-empty-lines examples (fixes #13432) (#13433) (Milos Djermanovic)
  • ff5317e Update: Improve array-callback-return report message (#13395) (Philip (flip) Kromer)
  • 3f51930 Fix: false positive new with member in no-extra-parens (fixes #12740) (#13375) (YeonJuan)
  • 825a5b9 Fix: Clarify documentation on implicit ignore behavior (fixes #12348) (#12600) (Scott Hardin)
  • c139156 Sponsors: Sync README with website (ESLint Jenkins)
  • 0c17e9d Sponsors: Sync README with website (ESLint Jenkins)
  • c680387 Sponsors: Sync README with website (ESLint Jenkins)
  • bf3939b Sponsors: Sync README with website (ESLint Jenkins)
  • 7baf02e Sponsors: Sync README with website (ESLint Jenkins)
  • 5c4c3fd Sponsors: Sync README with website (ESLint Jenkins)
  • 53912aa Sponsors: Sync README with website (ESLint Jenkins)
  • 51e42ec Update: Add option "ignoreGlobals" to camelcase rule (fixes #11716) (#12782) (David Gasperoni)
  • 0655f66 Update: improve report location in arrow-body-style (refs #12334) (#13424) (YeonJuan)
  • d53d69a Update: prefer-regex-literal detect regex literals (fixes #12840) (#12842) (Mathias Schreck)
  • 004adae Update: rename id-blacklist to id-denylist (fixes #13407) (#13408) (Kai Cataldo)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @jaredlockhart.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added Dependencies Pull requests that update a dependency file Javascript Pull requests that update Javascript code labels Jul 20, 2020
@jaredlockhart
Copy link
Collaborator

@dependabot rebase

@jaredlockhart
Copy link
Collaborator

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/app/experimenter/static/core/dependencies/eslint-7.5.0 branch from 900fffa to a58703a Compare July 21, 2020 00:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/app/experimenter/static/core/dependencies/eslint-7.5.0 branch from a58703a to 23b7693 Compare July 21, 2020 00:12
@dependabot dependabot bot merged commit 18a8d6b into dependencies Jul 21, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/experimenter/static/core/dependencies/eslint-7.5.0 branch July 21, 2020 00:13
jaredlockhart added a commit that referenced this pull request Jul 23, 2020
* Bump jedi from 0.17.1 to 0.17.2 in /app/requirements (#3070)

* Bump regex from 2020.6.8 to 2020.7.14 in /app/requirements (#3071)

* Bump cryptography from 2.9.2 to 3.0 in /app/requirements (#3072)

* Bump @babel/plugin-proposal-decorators in /app/experimenter/static/core (#3073)

* Bump @testing-library/jest-dom in /app/experimenter/static/core (#3083)

* Bump @types/jest from 26.0.0 to 26.0.5 in /app/experimenter/static/rapid (#3074)

* Bump @typescript-eslint/parser in /app/experimenter/static/rapid (#3077)

* Bump ts-jest from 26.1.2 to 26.1.3 in /app/experimenter/static/rapid (#3080)

* Bump @babel/core from 7.10.3 to 7.10.5 in /app/experimenter/static/core (#3076)

* Bump @testing-library/react in /app/experimenter/static/core (#3078)

* Bump eslint from 7.3.1 to 7.5.0 in /app/experimenter/static/rapid (#3082)

* Bump eslint from 7.3.1 to 7.5.0 in /app/experimenter/static/core (#3081)

* Bump @babel/plugin-transform-runtime from 7.10.3 to 7.10.5 in /app/experimenter/static/rapid (#3084)

* Bump coverage from 5.1 to 5.2 in /app/requirements (#3019)

* Bump pytest-xdist from 1.32.0 to 1.33.0 in /app/requirements (#3020)

* Bump @testing-library/react in /app/experimenter/static/rapid (#3023)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.3.0 to 10.4.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v10.3.0...v10.4.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @testing-library/react in /app/experimenter/static/core (#3025)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.3.0 to 10.4.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v10.3.0...v10.4.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/react in /app/experimenter/static/rapid (#3026)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.35 to 16.9.42.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-bootstrap in /app/experimenter/static/core (#3027)

Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.0.1 to 1.2.1.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v1.0.1...v1.2.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/parser in /app/experimenter/static/rapid (#3028)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.3.0 to 3.6.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/v3.6.0/packages/parser)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rapid (#3029)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.3.0 to 3.6.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/v3.6.0/packages/eslint-plugin)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/jest from 26.0.0 to 26.0.4 in /app/experimenter/static/rapid (#3024)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.0 to 26.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump @types/react in /app/experimenter/static/rapid (#3026)"

This reverts commit da8f2ae.

* Bump @typescript-eslint/parser in /app/experimenter/static/rapid (#3031)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.6.0 to 3.6.1.
- [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/v3.6.1/packages/parser)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-bootstrap in /app/experimenter/static/core (#3032)

Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v1.2.1...v1.2.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ts-jest from 26.1.1 to 26.1.2 in /app/experimenter/static/rapid (#3033)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.1 to 26.1.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v26.1.1...v26.1.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/react in /app/experimenter/static/rapid (#3034)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.35 to 16.9.43.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rapid (#3035)

* Fix shared @types/react dependency

* Bump lodash from 4.17.15 to 4.17.19 in /app (#3060)

* Dependencies (#3036)

* Bump coverage from 5.1 to 5.2 in /app/requirements (#3019)

* Bump pytest-xdist from 1.32.0 to 1.33.0 in /app/requirements (#3020)

* Bump @testing-library/react in /app/experimenter/static/rapid (#3023)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.3.0 to 10.4.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v10.3.0...v10.4.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @testing-library/react in /app/experimenter/static/core (#3025)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.3.0 to 10.4.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v10.3.0...v10.4.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/react in /app/experimenter/static/rapid (#3026)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.35 to 16.9.42.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-bootstrap in /app/experimenter/static/core (#3027)

Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.0.1 to 1.2.1.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v1.0.1...v1.2.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/parser in /app/experimenter/static/rapid (#3028)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.3.0 to 3.6.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/v3.6.0/packages/parser)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rapid (#3029)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.3.0 to 3.6.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/v3.6.0/packages/eslint-plugin)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/jest from 26.0.0 to 26.0.4 in /app/experimenter/static/rapid (#3024)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.0 to 26.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump @types/react in /app/experimenter/static/rapid (#3026)"

This reverts commit da8f2ae.

* Bump @typescript-eslint/parser in /app/experimenter/static/rapid (#3031)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.6.0 to 3.6.1.
- [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/v3.6.1/packages/parser)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-bootstrap in /app/experimenter/static/core (#3032)

Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v1.2.1...v1.2.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ts-jest from 26.1.1 to 26.1.2 in /app/experimenter/static/rapid (#3033)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.1 to 26.1.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v26.1.1...v26.1.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/react in /app/experimenter/static/rapid (#3034)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.35 to 16.9.43.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rapid (#3035)

* Fix shared @types/react dependency

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update readMe fixes #3039 (#3040)

* update readMe fixes #3039

* tweak

* added bugzilla url to serializer fixes #3016 (#3037)

* added bugzilla url to serializer fixes #3016

* docs

* hide bugzilla text, if no bugzilla url

* formatting

* tweak

* tests

* feedback changes

* formatting

* move api calls into actions fixes #2957 (#3041)

* move api calls into actions fixes #2957

* remove commented out code

* types

* typing

Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>

* Connect request review button to kinto publish task fixes #2878 (#3013)

* Connect request review button to kinto publish task fixes #2878

* Whoops that was just for testing

* Generate changelog when publishing

* Exclude rapid experiments from normandy updates

* Move CSV API endpoint into V2 fixes #3045 (#3046)

* Connect firefox version to V3 API fixes #3042 (#3043)

* Remove hard coded dummy firefox version fixes #3051 (#3052)

* Use real experiment status in rapid UI fixes #3053 (#3054)

* Rename and refactor web_urls.py to urls.py fixes #2795 (#3057)

* v4 public api fixes #3010 (#3048)

* v4 public api fixes #3010

* docs

* change to expose recipe only

* docs

* formatting

* v4 tests

* renaming

* unused imports

Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>

* Bump lodash from 4.17.15 to 4.17.19 in /app

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

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

* Use typescript-eslint parser for rapid .eslintrcjs (#3062)

* clone to include pref for multi pref experiments fixes #3059 (#3061)

Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>

Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tif Tran <ttran@mozilla.com>
Co-authored-by: Bhushan Borole <37565807+bhushan-borole@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime in /app/experimenter/static/rapid

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.10.3 to 7.10.5.
- [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.10.5/packages/babel-plugin-transform-runtime)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>
Co-authored-by: Tif Tran <ttran@mozilla.com>
Co-authored-by: Bhushan Borole <37565807+bhushan-borole@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tif Tran <ttran@mozilla.com>
Co-authored-by: Bhushan Borole <37565807+bhushan-borole@users.noreply.github.com>
tiftran added a commit that referenced this pull request Jul 28, 2020
* Bump jedi from 0.17.1 to 0.17.2 in /app/requirements (#3070)

* Bump regex from 2020.6.8 to 2020.7.14 in /app/requirements (#3071)

* Bump cryptography from 2.9.2 to 3.0 in /app/requirements (#3072)

* Bump @babel/plugin-proposal-decorators in /app/experimenter/static/core (#3073)

* Bump @testing-library/jest-dom in /app/experimenter/static/core (#3083)

* Bump @types/jest from 26.0.0 to 26.0.5 in /app/experimenter/static/rapid (#3074)

* Bump @typescript-eslint/parser in /app/experimenter/static/rapid (#3077)

* Bump ts-jest from 26.1.2 to 26.1.3 in /app/experimenter/static/rapid (#3080)

* Bump @babel/core from 7.10.3 to 7.10.5 in /app/experimenter/static/core (#3076)

* Bump @testing-library/react in /app/experimenter/static/core (#3078)

* Bump eslint from 7.3.1 to 7.5.0 in /app/experimenter/static/rapid (#3082)

* Bump eslint from 7.3.1 to 7.5.0 in /app/experimenter/static/core (#3081)

* Bump @babel/plugin-transform-runtime from 7.10.3 to 7.10.5 in /app/experimenter/static/rapid (#3084)

* Bump coverage from 5.1 to 5.2 in /app/requirements (#3019)

* Bump pytest-xdist from 1.32.0 to 1.33.0 in /app/requirements (#3020)

* Bump @testing-library/react in /app/experimenter/static/rapid (#3023)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.3.0 to 10.4.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v10.3.0...v10.4.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @testing-library/react in /app/experimenter/static/core (#3025)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.3.0 to 10.4.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v10.3.0...v10.4.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/react in /app/experimenter/static/rapid (#3026)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.35 to 16.9.42.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-bootstrap in /app/experimenter/static/core (#3027)

Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.0.1 to 1.2.1.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v1.0.1...v1.2.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/parser in /app/experimenter/static/rapid (#3028)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.3.0 to 3.6.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/v3.6.0/packages/parser)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rapid (#3029)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.3.0 to 3.6.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/v3.6.0/packages/eslint-plugin)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/jest from 26.0.0 to 26.0.4 in /app/experimenter/static/rapid (#3024)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.0 to 26.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump @types/react in /app/experimenter/static/rapid (#3026)"

This reverts commit da8f2ae.

* Bump @typescript-eslint/parser in /app/experimenter/static/rapid (#3031)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.6.0 to 3.6.1.
- [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/v3.6.1/packages/parser)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-bootstrap in /app/experimenter/static/core (#3032)

Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v1.2.1...v1.2.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ts-jest from 26.1.1 to 26.1.2 in /app/experimenter/static/rapid (#3033)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.1 to 26.1.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v26.1.1...v26.1.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/react in /app/experimenter/static/rapid (#3034)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.35 to 16.9.43.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rapid (#3035)

* Fix shared @types/react dependency

* Bump lodash from 4.17.15 to 4.17.19 in /app (#3060)

* Dependencies (#3036)

* Bump coverage from 5.1 to 5.2 in /app/requirements (#3019)

* Bump pytest-xdist from 1.32.0 to 1.33.0 in /app/requirements (#3020)

* Bump @testing-library/react in /app/experimenter/static/rapid (#3023)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.3.0 to 10.4.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v10.3.0...v10.4.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @testing-library/react in /app/experimenter/static/core (#3025)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.3.0 to 10.4.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v10.3.0...v10.4.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/react in /app/experimenter/static/rapid (#3026)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.35 to 16.9.42.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-bootstrap in /app/experimenter/static/core (#3027)

Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.0.1 to 1.2.1.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v1.0.1...v1.2.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/parser in /app/experimenter/static/rapid (#3028)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.3.0 to 3.6.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/v3.6.0/packages/parser)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rapid (#3029)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.3.0 to 3.6.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/v3.6.0/packages/eslint-plugin)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/jest from 26.0.0 to 26.0.4 in /app/experimenter/static/rapid (#3024)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.0 to 26.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump @types/react in /app/experimenter/static/rapid (#3026)"

This reverts commit da8f2ae.

* Bump @typescript-eslint/parser in /app/experimenter/static/rapid (#3031)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.6.0 to 3.6.1.
- [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/v3.6.1/packages/parser)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-bootstrap in /app/experimenter/static/core (#3032)

Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v1.2.1...v1.2.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ts-jest from 26.1.1 to 26.1.2 in /app/experimenter/static/rapid (#3033)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.1 to 26.1.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v26.1.1...v26.1.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/react in /app/experimenter/static/rapid (#3034)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.35 to 16.9.43.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rapid (#3035)

* Fix shared @types/react dependency

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update readMe fixes #3039 (#3040)

* update readMe fixes #3039

* tweak

* added bugzilla url to serializer fixes #3016 (#3037)

* added bugzilla url to serializer fixes #3016

* docs

* hide bugzilla text, if no bugzilla url

* formatting

* tweak

* tests

* feedback changes

* formatting

* move api calls into actions fixes #2957 (#3041)

* move api calls into actions fixes #2957

* remove commented out code

* types

* typing

Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>

* Connect request review button to kinto publish task fixes #2878 (#3013)

* Connect request review button to kinto publish task fixes #2878

* Whoops that was just for testing

* Generate changelog when publishing

* Exclude rapid experiments from normandy updates

* Move CSV API endpoint into V2 fixes #3045 (#3046)

* Connect firefox version to V3 API fixes #3042 (#3043)

* Remove hard coded dummy firefox version fixes #3051 (#3052)

* Use real experiment status in rapid UI fixes #3053 (#3054)

* Rename and refactor web_urls.py to urls.py fixes #2795 (#3057)

* v4 public api fixes #3010 (#3048)

* v4 public api fixes #3010

* docs

* change to expose recipe only

* docs

* formatting

* v4 tests

* renaming

* unused imports

Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>

* Bump lodash from 4.17.15 to 4.17.19 in /app

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

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

* Use typescript-eslint parser for rapid .eslintrcjs (#3062)

* clone to include pref for multi pref experiments fixes #3059 (#3061)

Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>

Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tif Tran <ttran@mozilla.com>
Co-authored-by: Bhushan Borole <37565807+bhushan-borole@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime in /app/experimenter/static/rapid

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.10.3 to 7.10.5.
- [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.10.5/packages/babel-plugin-transform-runtime)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>
Co-authored-by: Tif Tran <ttran@mozilla.com>
Co-authored-by: Bhushan Borole <37565807+bhushan-borole@users.noreply.github.com>

* Bump @fortawesome/fontawesome-free in /app/experimenter/static/core (#3123)

* Bump fontsource-fira-sans in /app/experimenter/static/core (#3121)

* Bump cffi from 1.14.0 to 1.14.1 in /app/requirements (#3109)

* Bump urllib3 from 1.25.9 to 1.25.10 in /app/requirements (#3110)

* Bump tblib from 1.6.0 to 1.7.0 in /app/requirements (#3111)

* Bump parso from 0.7.0 to 0.7.1 in /app/requirements (#3112)

* Bump coverage from 5.2 to 5.2.1 in /app/requirements (#3113)

* Bump @testing-library/react in /app/experimenter/static/rapid (#3114)

* Bump eslint-plugin-react in /app/experimenter/static/rapid (#3116)

* Bump react-select-event in /app/experimenter/static/rapid (#3117)

* Bump react-bootstrap in /app/experimenter/static/core (#3119)

* Bump eslint-plugin-jest in /app/experimenter/static/core (#3120)

* Bump eslint-plugin-react in /app/experimenter/static/core (#3122)

* Bump @testing-library/jest-dom in /app/experimenter/static/rapid (#3118)

* Bump typescript from 3.9.5 to 3.9.7 in /app/experimenter/static/rapid (#3115)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>
Co-authored-by: Bhushan Borole <37565807+bhushan-borole@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file Javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant