summaryrefslogtreecommitdiff
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency @gitlab/svgs to ^1.68.0Lukas Eipert2019-08-131-4/+4
|
* Update dependency @gitlab/ui to v5.15.0Lukas Eipert2019-08-081-4/+4
|
* Disable vue-i18n for non-autofix filesEzekiel Kigbo2019-08-081-0/+28
| | | | | | | Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
* Update karma to 4.2.0Takuya Noguchi2019-08-061-185/+219
| | | | | | | Also update karma-chrome-launcher, karma-coverage-istanbul-reporter, and karma-webpack. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Update dependency @gitlab/ui to v5.14.0Lukas Eipert2019-08-051-4/+4
|
* Update dependency @gitlab/ui to v5.12.1Lukas Eipert2019-08-051-6/+6
|
* Upgrade gitlab-ui to 5.12Enrique Alcántara2019-08-021-11/+9
| | | | - Also, include pikaday styles through gitlab-ui
* Remove local echarts dependencyMartin Wortschack2019-08-011-8/+8
| | | | - Update package.json and yarn.lock
* Revert "Merge branch 'mh/editor-indents' into 'master'"revert-editor-indentsPaul Slaughter2019-08-011-1/+1
| | | | | This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
* Update dependency @gitlab/ui to ^5.11.1Lukas Eipert2019-07-301-19/+13
|
* Make pdf.js render CJK characterssh-add-cmaps-for-pdfjsStan Hu2019-07-281-46/+88
| | | | | | | | As mentioned in https://github.com/wojtekmaj/react-pdf/blob/master/README.md, pdf.js needs the bundled cMaps files to work. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62152
* Karma: Fix css selector for loading iconLukas 'Eipi' Eipert2019-07-261-4/+4
| | | | | The GitLab UI update changed the spinner selector from `spinner` to `gl-spinner`, so we need to update it, so that our tests won't fail.
* Add UndoStack class - a custom undo/redo engineMartin Hanzel2019-07-261-1/+1
| | | | It will be hooked up to the markdown editor later
* Merge branch 'renovate/gitlab-ui-5.x' into 'master'Kushal Pandya2019-07-241-4/+4
|\ | | | | | | | | Update dependency @gitlab/ui to ^5.7.1 See merge request gitlab-org/gitlab-ce!31026
| * Update dependency @gitlab/ui to ^5.7.1Lukas Eipert2019-07-221-4/+4
| |
* | Update Mermaid to v8.2.3sh-update-mermaidStan Hu2019-07-231-297/+1496
| | | | | | | | | | | | | | | | | | | | This fixes fill colors not working with Mermaid and pulls in a number of other fixes. * https://github.com/knsv/mermaid/blob/master/CHANGELOG.md * https://github.com/knsv/mermaid/#special-note-regarding-version-82 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
* | Updates all our stylelint dependenciesTim Zallmann2019-07-231-209/+305
| | | | | | | | | | Removed stylelint-error-string-formatter as this was having a circular reference fail
* | Update webpack-bundle-analyzer to 3.3.2sh-update-webpack-bundle-analyzerStan Hu2019-07-221-14/+15
|/ | | | | | | | | This is needed to fix an issue where updating to the latest Webpack causes an acorn dependency error: https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/245 Seen while trying to update dependencies for Mermaid in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30985
* Resolve "Tooltips on note timestamps not showing for issues"Natalia Tepluhina2019-07-181-13/+12
|
* Mockify jquery and axios packagesMartin Hanzel2019-07-171-0/+13
| | | | | | Moved the block that fails tests on unmocked axios requests from test_setup to its own mock, and added a jQuery mock that fails tests if they use unmocked $.ajax().
* Merge branch '64416-lodash-4.6.2-for-prototype-pollution' into 'master'Mike Greiling2019-07-121-6/+6
|\ | | | | | | | | | | | | Update lodash to 4.7.14 and lodash.mergewith to 4.6.2 Closes #64416 See merge request gitlab-org/gitlab-ce!30602
| * Update lodash to 4.7.14 and lodash.mergewith to 4.6.2Takuya Noguchi2019-07-111-6/+6
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Update dependency @gitlab/ui to ^5.6.0Lukas Eipert2019-07-111-4/+4
|/
* Merge branch '63945-update-mixin-deep-to-1.3.2' into 'master'Mike Greiling2019-07-091-3/+3
|\ | | | | | | | | | | | | Update mixin-deep to 1.3.2 Closes #63945 See merge request gitlab-org/gitlab-ce!30223
| * Update mixin-deep to 1.3.2Takuya Noguchi2019-07-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | To address a Prototype Pollution vulnerability, which exists in `mixin-deep` package, versions `>=2.0.0 <2.0.1 || <1.3.2` (CVE-2019-10746). - Diff: https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 - Synk ID: https://app.snyk.io/vuln/SNYK-JS-MIXINDEEP-450212 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Update dependency @gitlab/ui to ^5.5.0Lukas Eipert2019-07-091-4/+4
| |
* | Update dependency @gitlab/svgs to ^1.67.0Lukas Eipert2019-07-051-4/+4
| |
* | Update dependency @gitlab/ui to ^5.3.2Lukas Eipert2019-07-051-4/+4
| |
* | Merge branch '63971-remove-istanbul' into 'master'Kushal Pandya2019-07-031-86/+14
|\ \ | | | | | | | | | | | | | | | | | | Remove istanbul JavaScript package Closes #63971 See merge request gitlab-org/gitlab-ce!30232
| * | Remove istanbul JavaScript packageTakuya Noguchi2019-07-021-86/+14
| |/ | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Update dependency @gitlab/svgs to ^1.66.0Lukas Eipert2019-06-281-4/+4
|/
* Use absolute paths for SCSS importsLukas Eipert2019-06-281-147/+57
| | | | | | | | | | | A recent update in [GitLab UI] and setting the [config.assets.paths] to include `node_modules` for the resolution of SCSS imports, allows us to have much nicer imports which don't rely on brittle relative paths. This change also forwards @gitlab/ui to the newest version [GitLab UI]: https://gitlab.com/gitlab-org/gitlab-ui/merge_requests/602 [config.assets.paths]: https://gitlab.com/gitlab-org/gitlab-ce/blob/d9026d0ffa0/config/application.rb#L169
* Update Mermaid to 8.1.0Stan Hu2019-06-251-12/+112
| | | | | | | | | This fixes dotted lines not rendering when the htmlLabels setting is false (https://github.com/knsv/mermaid/pull/828). Full list of changes: https://github.com/knsv/mermaid/releases Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60869
* Merge branch 'leipert-upgrade-axios' into 'master'Phil Hughes2019-06-251-19/+19
|\ | | | | | | | | Upgrade axios to 0.19.0 See merge request gitlab-org/gitlab-ce!29981
| * Upgrade axios to 0.19.0leipert-upgrade-axiosLukas Eipert2019-06-241-19/+19
| |
* | Upgrade jquery to 3.4.1leipert-upgrade-jqueryLukas Eipert2019-06-241-4/+4
|/
* Update tar to 2.2.2Takuya Noguchi2019-06-221-8/+8
| | | | | | | | | References: - https://www.npmjs.com/advisories/803 - https://hackerone.com/reports/344595 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Upgrade prettier to latest (v1.18.2)Mike Greiling2019-06-211-4/+4
| | | | | | | | | | | | | Upgrades prettier to the latest version, and auto-corrects files with yarn prettier-all-save The diffs all seem to stem from formatting changes in brackets within template literals. Nothing major. Relevant changelogs here: https://prettier.io/blog/2019/04/12/1.17.0.html https://prettier.io/blog/2019/06/06/1.18.0.html
* Update dependency @gitlab/ui to ^4.3.0null2019-06-181-4/+4
|
* Upgrade gitlab-ui 4.2.0Enrique Alcantara2019-06-171-4/+5
|
* Update dependency @gitlab/ui to ^4.1.0null2019-06-141-4/+4
|
* Update dependency @gitlab/svgs to ^1.65.0Lukas 'Eipi' Eipert2019-06-141-4/+4
|
* Merge branch 'renovate/gitlab-eslint-plugin-i18n-1.x' into 'master'Mike Greiling2019-06-141-1/+1
|\ | | | | | | | | Update dependency @gitlab/eslint-plugin-i18n to ^1.1.0 See merge request gitlab-org/gitlab-ce!29630
| * Update dependency @gitlab/eslint-plugin-i18n to ^1.1.0renovate/gitlab-eslint-plugin-i18n-1.xLukas 'Eipi' Eipert2019-06-131-1/+1
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2019-06-151-4/+4
|\ \ | | | | | | | | | 62966-embed-zoom-call-in-issue-mvc
| * | Upgrade gitlab-ui and migrate gl-paginationPaul Gascou-Vaillancourt2019-06-141-4/+4
| |/ | | | | | | | | | | - Upgraded gitlab-ui to v4.0.0 - Migrated pagination_links to reflect breaking changes introduced in gitlab-ui v4.0.0
* | Add Join meeting button to Issues with Zoom links62966-embed-zoom-call-in-issue-mvcSimon Knox2019-06-141-4/+4
|/ | | | | Detect links containing zoom.us followed by j, s, or my Add link below Issue title that links to Zoom meeting
* Disable unnecessary ESLint i18n offencesBrandon Labuschagne2019-06-131-0/+12
| | | | | | | | Unnecessary offences include false positives as well as flagged errors which have follow up issues in order to be addressed. Not all issues have been addressed before this being submitted in the spirit of results and iteration.
* Update dependency @gitlab/ui to ^3.11.0Lukas 'Eipi' Eipert2019-06-051-4/+4
|
* Resolve "Charts with many overlapping series display incorrectly"Adriel Santiago2019-06-041-4/+4
|