summaryrefslogtreecommitdiff
path: root/babel.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-21/+3
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-0/+4
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-2/+0
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-18/+0
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-6/+18
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-2/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-221-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-1/+1
|
* Comply with `no-implicit-coercion` rule (CE)Nathan Friend2019-06-031-1/+1
| | | | | | | | 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
* Remove babel environment for JestWinnie Hellmann2019-04-251-2/+3
|
* Re-add babel plugins for dynamic importsLukas Eipert2019-03-051-0/+5
| | | | | | 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.
* Upgrade jest and related dependenciesLukas Eipert2019-02-281-2/+1
| | | | | | | | | | 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.
* Transpile @gitlab/ui for JestWinnie Hellmann2019-02-211-0/+47