Commit Graph

19 Commits

Author SHA1 Message Date
GitLab Bot 3e0c035fe3 Add latest changes from gitlab-org/gitlab@master 2022-06-15 12:09:10 +00:00
GitLab Bot cdda3d117c Add latest changes from gitlab-org/gitlab@master 2022-06-08 12:08:46 +00:00
GitLab Bot af7ba639ec Add latest changes from gitlab-org/gitlab@master 2021-09-03 15:10:48 +00:00
GitLab Bot 1581767ea1 Add latest changes from gitlab-org/gitlab@master 2021-07-15 15:09:41 +00:00
GitLab Bot d2091d1e92 Add latest changes from gitlab-org/gitlab@master 2021-03-10 15:09:11 +00:00
GitLab Bot 4dff02cf71 Add latest changes from gitlab-org/gitlab@master 2021-01-22 09:08:53 +00:00
GitLab Bot 7073275386 Add latest changes from gitlab-org/gitlab@master 2020-08-10 15:09:49 +00:00
GitLab Bot 3ce55b46df Add latest changes from gitlab-org/gitlab@master 2020-07-22 18:09:27 +00:00
GitLab Bot 90c9981395 Add latest changes from gitlab-org/gitlab@master 2020-05-27 12:08:19 +00:00
GitLab Bot f82d5dcab7 Add latest changes from gitlab-org/gitlab@master 2020-02-26 21:09:11 +00:00
GitLab Bot 76623c12c1 Add latest changes from gitlab-org/gitlab@master 2020-02-05 21:09:02 +00:00
GitLab Bot 66ce6a78f6 Add latest changes from gitlab-org/gitlab@master 2020-01-22 00:08:47 +00:00
GitLab Bot e723867717 Add latest changes from gitlab-org/gitlab@master 2019-12-17 18:07:48 +00:00
GitLab Bot 5707f305f4 Add latest changes from gitlab-org/gitlab@master 2019-09-26 12:06:00 +00:00
Nathan Friend bee3c7e847 Comply with `no-implicit-coercion` rule (CE)
This commit is the result of running `yarn eslint --fix` after enabling
the `no-implicit-coercion` ESLint rule.  This rule has been added to
our ESLint config here:

https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
2019-06-03 22:51:02 +00:00
Winnie Hellmann 9062b9a5d5 Remove babel environment for Jest 2019-04-25 15:38:15 +02:00
Lukas Eipert b08f2407c1
Re-add babel plugins for dynamic imports
With https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25597 we
also removed the babel-plugin-dynamic-import-node. It is now throwing
errors when we run jest with coverage.
2019-03-05 15:15:06 +01:00
Lukas Eipert c151cebaaa
Upgrade jest and related dependencies
This removes other outdated babel@6 dependencies as well.

Unfortunately the newer version of vue-jest has a dependency of an older
version of ts-jest. In order to satisfy the peerDependency from ts-jest,
we are forcing the version@24. The only "breaking" change from ts-jest
23->24 is that it requires a newer version of jest. This might be
obsolete soon, as vue-jest plans on switching to babel eventually.
2019-02-28 12:36:29 +01:00
Winnie Hellmann dc9a67652d Transpile @gitlab/ui for Jest 2019-02-21 11:02:32 +01:00