summaryrefslogtreecommitdiffstats
path: root/package.json
AgeCommit message (Collapse)Author
2023-11-12Build(deps-dev): Bump eslint-plugin-vue from 9.16.1 to 9.18.1dependabot[bot]
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.16.1 to 9.18.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.16.1...v9.18.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-11Build(deps-dev): Bump eslint-plugin-standard from 4.1.0 to 5.0.0dependabot[bot]
Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-11Build(deps-dev): Bump @babel/preset-typescript from 7.22.5 to 7.23.3dependabot[bot]
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.22.5 to 7.23.3. - [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.23.3/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-11Build(deps-dev): Bump webpack-merge from 5.9.0 to 5.10.0dependabot[bot]
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.9.0 to 5.10.0. - [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md) - [Commits](https://github.com/survivejs/webpack-merge/compare/v5.9.0...v5.10.0) --- updated-dependencies: - dependency-name: webpack-merge dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10Build(deps-dev): Bump jest-serializer-vue from 2.0.2 to 3.1.0dependabot[bot]
Bumps [jest-serializer-vue](https://github.com/eddyerburgh/jest-serializer-vue) from 2.0.2 to 3.1.0. - [Release notes](https://github.com/eddyerburgh/jest-serializer-vue/releases) - [Changelog](https://github.com/eddyerburgh/jest-serializer-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/eddyerburgh/jest-serializer-vue/commits) --- updated-dependencies: - dependency-name: jest-serializer-vue dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10Build(deps-dev): Bump axios from 1.4.0 to 1.6.0dependabot[bot]
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10Build(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0dependabot[bot]
Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/nextcloud/browserslist-config/releases) - [Commits](https://github.com/nextcloud/browserslist-config/compare/v2.3.0...v3.0.0) --- updated-dependencies: - dependency-name: "@nextcloud/browserslist-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10Build(deps): Bump @nextcloud/dialogs from 3.2.0 to 4.2.2dependabot[bot]
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 3.2.0 to 4.2.2. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/v4.2.2/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v3.2.0...v4.2.2) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07use @vue/vue2-jest package instead of vue-jestPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2023-11-07remove duplicate npm ci, don't use npm installBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-11-07fix merge errorsanoy
- js build was run twice - engines were defined twice Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2023-10-24Adjust Makefile, Changelog and moreBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-10-22Merge remote-tracking branch 'nextcloud/master' into master-mergeDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2023-09-20add all iconsDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2023-08-26More cleanup and started on unit testsDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2023-08-11finished unit testsDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2023-08-09upmerged from masterDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2023-03-13add cron status badge to admin settingBenjamin Brahmer
Display a info card in the settings, indicating when the last news update job ran. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-12-06basic tests for storeDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-12-06start on state/store testsDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-12-06lint the .ts and spec.ts files alsoDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-12-06split store into multiple filesDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-12-01move to dev dependenciesDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-12-01add back translate to admin main js fileDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-12-01add unit tests for admin settingsDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-12-01fix admin page getRequestToken() callDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-11-17fix extraneous import errorDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-11-17ensure admin settings page is workingDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-11-17upmerging master into vue-rewriteDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-11-02fix tests with proper mockingDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-11-02more package cleanup and some basic tests for SidebarDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-11-02clean up dependenciesDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-11-02use newer libraries and clean up eslintDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-11-02test file for each componentDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-11-02running single testDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-08-30Port admin settings to vue (#1880)Carl Schwan
* Port admin settings to vue Co-authored-by: anoy. <anoymouserver@users.noreply.github.com> Co-authored-by: Benjamin Brahmer <info@b-brahmer.de> Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-04[Vue Rewrite] Enable Typescript Vue Components (#1831)devlinjunker
* compiling typescript with webpack Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * working typescript component Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * clean up indentation and linting Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * remove calendar-js Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * revert indentation and remove commented out lines Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * clean up warning Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * cleanup + add comments Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * fix warnings and add more comments Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * cleanup unecessary changes to webpack and add comments Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * fix package Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * update changelog and fix comment Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * cleanup Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * remove unecessary line Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * remove vue-class-component library + others Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * clean up babel-loader Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * remove fork-ts-checker plugin Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-06-09[Vue Rewrite] Fix CI Jobs (#1816)devlinjunker
* attempt to fix linting Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * working linting/stylelint Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * fix npm build Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * working with node 16 and npm build Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * fix linting Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * add @babel/eslint-parser Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * remove babel-eslint Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * use node 16 in lint Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * proper syntax Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * fix syntax Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * update version Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * attempt to undo indentation changes Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * revert indentation on css and update stylelint rule for now (for simpler PR) Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * revert indentation changes in vue/js files and update eslint to pass this (for now) Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * try to cleanup disabled rules Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * remove last disabled rules in js files Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * add basic changelog Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * update calendar-js to 3.0 Signed-off-by: Devlin Junker <devlin.junker@gmail.com> * remove npm test with TODO (this will fail CI) and remove calendar-js dependency Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-05-22Vue RewriteHK2FB
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>