summaryrefslogtreecommitdiff
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated file tree iconPhil Hughes2018-10-231-1/+6
|
* Merge branch 'blackst0ne-bump-mermaid' into 'master'Mike Greiling2018-10-221-38/+115
|\ | | | | | | | | | | | | Bump mermaid to 8.0.0-rc.8 Closes #52601, #50105, and #40470 See merge request gitlab-org/gitlab-ce!22509
| * Bump mermaid to 8.0.0-rc.8blackst0ne-bump-mermaidblackst0ne2018-10-221-38/+115
| | | | | | | | | | | | | | | | | | | | This commit moves `mermaid` from blackst0ne-mermaid package to the upstream version. The reason why the fork was used was this bug[1]. The bug has been fixed, so there's no need to maintain my fork anymore. [1]: https://github.com/knsv/mermaid/issues/584
* | Fix/update prettier scriptMike Greiling2018-10-221-5/+0
|/
* Use @gitlab/eslint-config as base in eslintrcMike Greiling2018-10-161-4/+17
|
* Updates gitlab-svg dependencyFilipa Lacerda2018-10-121-4/+4
|
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-5/+17
|
* Upgrade gitlab-svgs to 1.31.0Winnie Hellmann2018-10-051-3/+3
|
* Dedupe yarn dependenciesLukas Eipert2018-10-041-62/+9
|
* Fix `babel-messages` dependencyLukas Eipert2018-10-041-7/+1
| | | | | | | | | | I don't know if the issue [0] was caused by a faulty merge, or why, but it seems like babel-messages had the wrong URL in there and resolved to babel-plugin-transform-object-rest-spread, which is wrong. So the integrity check did actually work and catch that! [0]: https://gitlab.com/gitlab-org/gitlab-ce/issues/52192
* Merge branch '43511-upgrade-to-babel-7' into 'master'Fatih Acet2018-10-031-850/+782
|\ | | | | | | | | | | | | Upgrade to Babel 7 Closes #43511 See merge request gitlab-org/gitlab-ce!22059
| * Add missing yarn integrity hashesMike Greiling2018-10-031-0/+1162
| |
| * Merge branch 'master' into 43511-upgrade-to-babel-7Mike Greiling2018-10-021-1/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (30 commits) Refactor quick actions docs into multiple tables CE Resolve "Refactor code quality similar to JUnit tests" Fix rename_login_root_namespaces post migration Merge branch 'master-i18n' into 'master' Hides Close MR button on merged MR Show the commit-sha for pre-release versions Resolve "Add "Link" shortcut/icon in markdown editor to make it easier to add references" Use tiller locally for Auto Devops Improve logging when username update fails due to registry tags [QA] Improve admin hashed-storage settings circumvent browser cache on browser back navigation Highlight current user in comments and system notes Resolve "Selecting an autofill suggestion for project name will not update the project slug" Update Workhorse to 7.0.0 for Gitaly's new auth scheme Update to Rouge 3.3.0 including frozen string literals for improved memory usage Don't check for the groups list before filtering Add missing changelog type [ci skip] Filter issues without an Assignee via the API Make single diff patch limit configurable Add yarn integrity hashes ...
| * | Remove babel-plugin-transform-define dependencyMike Greiling2018-10-021-15/+0
| | |
| * | Upgrade to babel 7Mike Greiling2018-10-021-737/+683
| | |
* | | Update GitLab-ui version in package.jsonjivl-glui-buttonJose Vargas2018-10-021-3/+4
| | |
* | | Add gl-button from gitlab-uiJose Vargas2018-10-021-3/+2
| |/ |/|
* | Add yarn integrity hashesLukas Eipert2018-10-011-0/+1162
|/ | | | | | yarn >= 1.10.0 adds sha512 integrity checks to the yarn.lock file. For more details see https://github.com/yarnpkg/yarn/pull/5042. The behaviour is backwards compatible.
* Merge branch 'update-vuejs-dependencies' into 'master'Phil Hughes2018-09-271-15/+19
|\ | | | | | | | | Update vue, vue-template-compiler, and vue-loader See merge request gitlab-org/gitlab-ce!21891
| * Dedupe vue versions in yarn.lockupdate-vuejs-dependenciesMike Greiling2018-09-261-13/+2
| |
| * Upgrade vue-loader from 15.2.4 to 15.4.2Mike Greiling2018-09-261-9/+13
| |
| * Upgrade vuejs from 2.5.16 to 2.5.17Mike Greiling2018-09-261-1/+12
| | | | | | | | | | | | | | https://github.com/vuejs/vue/releases most relevant release notes are in the 2.5.17 beta post: https://github.com/vuejs/vue/releases/tag/v2.5.17-beta.0
* | Bump GitLab UI version and change the file imports to a single point of ↵jivl-bump-gitlab-uiJose Vargas2018-09-261-3/+3
|/ | | | entry notation
* Merge branch 'leipert-dedupe-dependencies-2018-09-25' into 'master'Mike Greiling2018-09-251-346/+34
|\ | | | | | | | | Dedupe frontend dependencies See merge request gitlab-org/gitlab-ce!21908
| * Dedupe frontend dependenciesleipert-dedupe-dependencies-2018-09-25Lukas Eipert2018-09-251-346/+34
| |
* | Add gitlab-ui skeleton loadingClement Ho2018-09-251-3/+3
|/
* Upgrade webpack-bundle-analyzer to latestupdate-frontend-dependenciesMike Greiling2018-09-241-40/+143
|
* Upgrade webpack and webpack-cliMike Greiling2018-09-241-197/+149
|
* Bump monaco-editor-webpack-plugin to latestMike Greiling2018-09-241-3/+3
|
* Upgrade several webpack loadersMike Greiling2018-09-241-12/+12
|
* Update karma dependenciesMike Greiling2018-09-241-133/+124
|
* Bump nodemon and commander dependenciesMike Greiling2018-09-241-4/+8
|
* Update babel test dependenciesMike Greiling2018-09-241-52/+179
|
* Update webpack-dev-server to v3.1.8Mike Greiling2018-09-241-112/+186
|
* Update compression-webpack-plugin to 2.xMike Greiling2018-09-241-7/+114
|
* Merge branch 'upgrade-eslint' into 'master'Marin Jankovski2018-09-241-213/+286
|\ | | | | | | | | Upgrade eslint to v5.x See merge request gitlab-org/gitlab-ce!21825
| * Upgrade eslint-plugin-jasmine and resolve violationsMike Greiling2018-09-201-3/+3
| |
| * Upgrade other eslint pluginsMike Greiling2018-09-201-85/+69
| |
| * Upgrade eslint-plugin-vue to v5.xMike Greiling2018-09-201-30/+13
| |
| * Upgrade eslint to v5Mike Greiling2018-09-201-107/+213
| | | | | | | | | | | | We needed to disable a few eslint-config-airbnb-base rules in order to keep the number of line changes under control. These should be re-enabled asap.
* | Use gitlab-ui 1.5.1Clement Ho2018-09-211-3/+3
|/
* Use gitlab-ui loading iconClement Ho2018-09-111-3/+3
|
* Generate JUnit report for Karma testsWinnie Hellmann2018-09-111-0/+11
|
* Explicitly use bootstrap 4.1.1Clement Ho2018-09-111-3/+7
|
* Merge branch 'leipert-upgrade-karma' into 'master'Clement Ho2018-09-101-941/+72
|\ | | | | | | | | Update karma: 2.0.4 -> ^3.0.0 See merge request gitlab-org/gitlab-ce!21593
| * update karma: 2.0.4 -> ^3.0.0Lukas Eipert2018-09-071-941/+72
| |
* | add tooltip directive from gitlab-uiSimon Knox2018-09-101-3/+3
| |
* | Bump KaTeX version to 0.9.0Stan Hu2018-09-101-5/+5
| | | | | | | | Closes #51065
* | Use gitlab-ui modal wrapped componentClement Ho2018-09-071-3/+3
|/
* Merge branch 'leipert-dedupe-dependencies' into 'master'Phil Hughes2018-09-071-113/+17
|\ | | | | | | | | dedupe frontend dependencies See merge request gitlab-org/gitlab-ce!21590