aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #35718 from ↵Vincent Petry2022-12-161-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.5 Bump @testing-library/jest-dom from 5.16.4 to 5.16.5
| * Bump @testing-library/jest-dom from 5.16.4 to 5.16.5dependabot[bot]2022-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.4 to 5.16.5. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.4...v5.16.5) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump @nextcloud/vue to 7.2.0Christopher Ng2022-12-151-1/+1
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #35700 from ↵John Molakvoæ2022-12-091-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-loader-1.7.3 Bump handlebars-loader from 1.7.2 to 1.7.3
| * Bump handlebars-loader from 1.7.2 to 1.7.3dependabot[bot]2022-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars-loader](https://github.com/pcardune/handlebars-loader) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/pcardune/handlebars-loader/releases) - [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/pcardune/handlebars-loader/compare/v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: handlebars-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #35695 from ↵dependabot[bot]2022-12-091-1/+1
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/karma-spec-reporter-0.0.35
| * | Bump karma-spec-reporter from 0.0.34 to 0.0.35dependabot[bot]2022-12-091-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [karma-spec-reporter](https://github.com/tmcgee123/karma-spec-reporter) from 0.0.34 to 0.0.35. - [Release notes](https://github.com/tmcgee123/karma-spec-reporter/releases) - [Commits](https://github.com/tmcgee123/karma-spec-reporter/compare/v0.0.34...v0.0.35) --- updated-dependencies: - dependency-name: karma-spec-reporter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* / Bump jsdoc from 3.6.10 to 4.0.0dependabot[bot]2022-12-091-1/+1
|/ | | | | | | | | | | | | | | Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.10 to 4.0.0. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/main/CHANGES.md) - [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.10...4.0.0) --- updated-dependencies: - dependency-name: jsdoc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump @vue/test-utils from 1.3.0 to 1.3.3dependabot[bot]2022-12-091-1/+1
| | | | | | | | | | | | | | Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 1.3.0 to 1.3.3. - [Release notes](https://github.com/vuejs/test-utils/releases) - [Commits](https://github.com/vuejs/test-utils/commits) --- updated-dependencies: - dependency-name: "@vue/test-utils" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #34879 from ↵MichaIng2022-12-071-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.0.2 Bump @nextcloud/event-bus from 2.1.1 to 3.0.2
| * Bump @nextcloud/event-bus from 2.1.1 to 3.0.2dependabot[bot]2022-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 2.1.1 to 3.0.2. - [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases) - [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v2.1.1...v3.0.2) --- updated-dependencies: - dependency-name: "@nextcloud/event-bus" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #35622 from nextcloud/feat/auto-build-icons-sass-on-buildJohn Molakvoæ2022-12-071-0/+1
|\ \ | |/ |/| Automatically build sass and sass:icons after build
| * Automatically build sass and sass:icons after buildJohn Molakvoæ2022-12-061-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Bump clipboard from 2.0.10 to 2.0.11dependabot[bot]2022-12-061-1/+1
|/ | | | | | | | | | | | | | | | Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.10 to 2.0.11. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.10...v2.0.11) --- updated-dependencies: - dependency-name: clipboard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump sass from 1.52.1 to 1.56.1dependabot[bot]2022-12-051-1/+1
| | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.52.1 to 1.56.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.56.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #35119 from ↵MichaIng2022-12-041-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/sass-loader-13.2.0 bump sass-loader from 12.6.0 to 13.2.0
| * bump sass-loader from 12.6.0 to 13.2.0dependabot[bot]2022-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump @nextcloud/vue to 7.1.0Christopher Ng2022-12-021-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Faster theming tests, better colours comparison and properly follow admin ↵John Molakvoæ2022-11-301-0/+1
| | | | | | | | | | | | theming changes Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Extract colour from custom backgroundJohn Molakvoæ2022-11-291-1/+19
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Use svg iconsLouis Chemineau2022-11-281-0/+2
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #35407 from Jerome-Herbinet/patch-12Simon L2022-11-241-1/+1
|\ \ | | | | | | More appropriate wording for background selection
| * | npm run buildJérôme Herbinet2022-11-241-1/+1
| | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | update vue to v7.1.0-beta.2root2022-11-241-1/+1
|/ / | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Drop deprecated node-sassChristoph Wurst2022-11-171-1/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump @nextcloud/vue to 7.1.0-beta0John Molakvoæ2022-11-151-2/+2
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump @nextcloud/l10n from 1.4.1 to 1.6.0dependabot[bot]2022-11-071-1/+1
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.1 to 1.6.0. - [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.1...v1.6.0) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #34986 from ↵Pytal2022-11-071-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-loader-1.7.2 Bump handlebars-loader from 1.7.1 to 1.7.2
| * Bump handlebars-loader from 1.7.1 to 1.7.2dependabot[bot]2022-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars-loader](https://github.com/pcardune/handlebars-loader) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/pcardune/handlebars-loader/releases) - [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/pcardune/handlebars-loader/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: handlebars-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump nextcloud-vue-collections from 0.9.0 to 0.10.0dependabot[bot]2022-11-041-1/+1
|/ | | | | | | | | | | | | | | | Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases) - [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: nextcloud-vue-collections dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ2022-11-021-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump @babel/node from 7.17.10 to 7.20.0dependabot[bot]2022-10-311-1/+1
| | | | | | | | | | | | | | | | | Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.17.10 to 7.20.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.20.0/packages/babel-node) --- updated-dependencies: - dependency-name: "@babel/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump @nextcloud/calendar-availability-vuedependabot[bot]2022-10-291-1/+1
| | | | | | | | | | | | | | | Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 0.5.0-beta.2 to 0.5.0-beta.3. - [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases) - [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v0.5.0-beta.2...v0.5.0-beta.3) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-availability-vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #33488 from ↵Julius Härtl2022-10-261-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/user-event-14.4.3 Bump @testing-library/user-event from 14.1.1 to 14.4.3
| * Bump @testing-library/user-event from 14.1.1 to 14.4.3dependabot[bot]2022-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.1.1 to 14.4.3. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v14.1.1...v14.4.3) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #34668 from ↵John Molakvoæ2022-10-191-1/+1
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/jest-environment-jsdom-29.2.1 Bump jest-environment-jsdom from 29.0.3 to 29.2.1
| * | Bump jest-environment-jsdom from 29.0.3 to 29.2.1dependabot[bot]2022-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.0.3 to 29.2.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.2.1/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Cleanup ie and old edge propertiesJohn Molakvoæ (skjnldsv)2022-10-191-1/+3
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump moment-timezone from 0.5.37 to 0.5.38dependabot[bot]2022-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.37 to 0.5.38. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.37...0.5.38) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Bump exports-loader from 3.1.0 to 4.0.0dependabot[bot]2022-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [exports-loader](https://github.com/webpack-contrib/exports-loader) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/webpack-contrib/exports-loader/releases) - [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/exports-loader/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: exports-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump webdav from 4.8.0 to 4.11.0dependabot[bot]2022-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 4.8.0 to 4.11.0. - [Release notes](https://github.com/perry-mitchell/webdav-client/releases) - [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.8.0...v4.11.0) --- updated-dependencies: - dependency-name: webdav dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Bump jquery-ui-dist from 1.13.1 to 1.13.2dependabot[bot]2022-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2) --- updated-dependencies: - dependency-name: jquery-ui-dist dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Bump vue and vue-template-compilerdependabot[bot]2022-10-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.7.10 to 2.7.13 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits) Updates `vue-template-compiler` from 2.7.10 to 2.7.13 - [Release notes](https://github.com/vuejs/vue/releases) - [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue/compare/v2.7.10...v2.7.13) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: vue-template-compiler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Bump @nextcloud/password-confirmation from 4.0.1 to 4.0.2Christopher Ng2022-10-131-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Bump @nextcloud/moment from 1.2.0 to 1.2.1dependabot[bot]2022-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/nextcloud/nextcloud-moment/releases) - [Changelog](https://github.com/nextcloud/nextcloud-moment/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-moment/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/moment" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #33162 from nextcloud/dependabot/npm_and_yarn/moment-2.29.4Vincent Petry2022-09-261-1/+1
|\ \ | | | | | | Bump moment from 2.29.2 to 2.29.4
| * | Bump moment from 2.29.2 to 2.29.4dependabot[bot]2022-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Remove unneeded and problematic vue-cli-plugin-unit-testVincent Petry2022-09-261-16/+4
|/ / | | | | | | | | | | | | It was causing issues during dependency upgrades and wasn't really used except for its preset definition. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Bump moment-timezone from 0.5.34 to 0.5.37Joas Schilling2022-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.37. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.34...0.5.37) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Bump @nextcloud/password-confirmation from 4.0.0 to 4.0.1Vincent Petry2022-09-211-1/+1
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>