summaryrefslogtreecommitdiff
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency @gitlab/svgs to ^1.48.0Lukas 'Eipi' Eipert2019-01-291-4/+4
|
* Update dependency @gitlab/ui to ^1.22.1Lukas 'Eipi' Eipert2019-01-281-4/+4
|
* Update dependency @gitlab/ui to ^1.22.0Lukas 'Eipi' Eipert2019-01-281-4/+4
|
* Merge branch 'db-copy-as-gfm-prosemirror' into 'master'Phil Hughes2019-01-251-1/+231
|\ | | | | | | | | Reimplement Copy-as-GFM using the prosemirror document model See merge request gitlab-org/gitlab-ce!22797
| * Add tiptap/prosemirror nodes and marks for all Markdown and GFM featuresDouwe Maan2019-01-241-7/+232
| | | | | | | | | | | | | | The schema is built on top of the default schema and Node and Mark classes provided by tiptap-extensions. prosemirror-model is used to parse HTML/DOM into a prosemirror document, and prosemirror-markdown is used to serialize this document to (GitLab Flavored) Markdown.
* | Upgrade webpack and monaco-editor to latestMike Greiling2019-01-251-106/+77
|/
* Upgrade prettier to v1.16.1Mike Greiling2019-01-221-4/+4
|
* Upgrade babel to v7.3Mike Greiling2019-01-221-23/+81
| | | | https://babeljs.io/blog/2019/01/21/7.3.0
* Make favicon tests more fault resistentLukas Eipert2019-01-211-0/+12
| | | | | | | It seems like every new version of Chrome renders the favicon canvas differently. This reduces the problems with it by creating a more fault tolerant check, which compares the color values in the pixels and is okay if they are within a certain threshold.
* Update yarn.lockAndrew Harmon2019-01-181-11/+6
|
* Merge branch 'mg-upgrade-prettier-again' into 'master'Clement Ho2019-01-151-4/+4
|\ | | | | | | | | Upgrade prettier to v1.15.3 See merge request gitlab-org/gitlab-ce!24312
| * Upgrade prettier and reformat files as necessaryMike Greiling2019-01-141-4/+4
| | | | | | | | | | | | Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
* | Generate searchable JSDoc documentationWinnie Hellmann2019-01-141-73/+102
|/
* Fix ambiguous brackets in task listsJared Deckard2019-01-111-4/+4
|
* Dedupe yarn dependenciesMike Greiling2019-01-091-68/+9
|
* Upgrade webpack and all plugins/loadersMike Greiling2019-01-091-329/+440
|
* Merge branch 'upgrade-babel-deps' into 'master'Tim Zallmann2019-01-091-239/+313
|\ | | | | | | | | Upgrade babel to v7.2 See merge request gitlab-org/gitlab-ce!24259
| * Add support for addl stage-3 pluginsMike Greiling2019-01-091-0/+8
| |
| * Upgrade babel to v7.2Mike Greiling2019-01-091-240/+306
| |
* | Revert update to '@vue/component-compiler-utils'Lukas Eipert2019-01-091-39/+20
| | | | | | | | This reverts to 2.2.0, which has node@6 compatibility
* | Merge branch 'tz-upgrade-vue' into 'master'Filipa Lacerda2019-01-091-34/+53
|\ \ | |/ |/| | | | | Upgraded Vue and related libraries See merge request gitlab-org/gitlab-ce!24159
| * Upgraded various Vue packagesTim Zallmann2019-01-091-34/+53
| | | | | | | | | | | | | | | | | | | | This upgrades the following packages: - Vue - Vue Loader - Vue Resource - Vue Router - Vue template compiler - Vue Jest
* | Merge branch 'update-smooshpack' into 'master'Filipa Lacerda2019-01-081-4/+4
|\ \ | |/ |/| | | | | | | | | Update Codesandbox smooshpack library Closes #53779 See merge request gitlab-org/gitlab-ce!24191
| * Update Codesandbox smooshpack libraryPhil Hughes2019-01-071-4/+4
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53779
* | Add threshold lines in metrics graphAdriel Santiago2019-01-071-4/+4
| |
* | Dedupe vue dependencyLukas Eipert2019-01-071-9/+4
|/
* Update @gitlab/svgs to latest versionLukas Eipert2019-01-041-4/+4
|
* Updates gitlab ui to v1.18.0samdbeckham2018-12-211-4/+4
|
* Upgrade @gitlab/ui to 1.16.2Winnie Hellmann2018-12-191-6/+11
|
* Merge branch '51226-check-yarn-lock' into 'master'Rémy Coutable2018-12-181-130/+37
|\ | | | | | | | | | | | | Add danger check for duplicate yarn dependencies Closes #51226 See merge request gitlab-org/gitlab-ce!21591
| * Deduplicate yarn dependenciesLukas Eipert2018-12-171-129/+22
| |
| * Add danger check for duplicate yarn dependenciesLukas Eipert2018-12-171-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | This danger check utilises `yarn-deduplicate` in order to show duplicate dependencies in the yarn.lock dependency tree. Often when introducing new dependencies or updating existing ones, yarn does not seem to build the most optimal dependency tree. In order to prevent those unnecessary dependency updates we are nudging developers and maintainers to resolve these issues in MRs. Automating this with danger especially helps, as yarn.lock files are not that easy to review.
* | Updates gitlab-svg dependencyFilipa Lacerda2018-12-171-4/+4
|/
* Merge branch 'mg-update-eslint-config' into 'master'Clement Ho2018-12-131-56/+115
|\ | | | | | | | | Update eslint dependencies See merge request gitlab-org/gitlab-ce!23610
| * Update gitlab's eslint-config to latestMike Greiling2018-12-111-24/+38
| |
| * Upgrade eslint dependenciesMike Greiling2018-12-111-33/+78
| |
* | IE11: Fix sprite icon renderingLukas Eipert2018-12-121-4/+4
|/
* Setup Jest for VueWinnie Hellmann2018-12-111-8/+104
|
* Merge branch '53147-utilize-new-charting-library-for-metrics-dashboard' into ↵Clement Ho2018-12-081-4/+4
|\ | | | | | | | | | | | | 'master' Resolve "Utilize new charting library for metrics dashboard" See merge request gitlab-org/gitlab-ce!23459
| * Use GitLab UI area chartAdriel Santiago2018-12-071-4/+4
| | | | | | | | | | Replace the metrics dashboard graph with GitLab UI's area chart component
* | Integrate csslabClement Ho2018-12-081-0/+7
|/
* Upgrade gitlab-ui to latest and approve echarts dependencyMike Greiling2018-12-061-4/+17
|
* Merge branch 'winh-add-jest' into 'master'Mike Greiling2018-12-051-38/+1691
|\ | | | | | | | | Setup Jest test environment See merge request gitlab-org/gitlab-ce!23406
| * Setup Jest test environmentWinnie Hellmann2018-12-051-38/+1691
| |
* | Forward gitlab-svgLukas Eipert2018-12-041-3/+3
|/
* Upgraded Codesandbox packagesPhil Hughes2018-11-301-9/+9
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51210
* Merge branch 'leipert-upgrade-gitlab-svg' into 'master'Kushal Pandya2018-11-281-4/+4
|\ | | | | | | | | Forward @gitlab/svg to latest version See merge request gitlab-org/gitlab-ce!23404
| * Forward @gitlab/svg to latest versionLukas Eipert2018-11-281-4/+4
| |
* | Update to bootstrap 4.1.3Lukas Eipert2018-11-281-4/+4
|/
* Merge branch 'leipert-update-d3' into 'master'Mike Greiling2018-11-271-48/+2
|\ | | | | | | | | Update d3 to match the mermaid version See merge request gitlab-org/gitlab-ce!23383