Compare commits

..

1 commit

Author SHA1 Message Date
90280afdcb update dependencies 2022-01-13 00:42:26 +01:00
4 changed files with 20 additions and 18 deletions

View file

@ -20,9 +20,6 @@ steps:
include:
- develop
- feature/*
event:
- push
- pull_request
- name: release
image: deblan/devenv
@ -45,8 +42,6 @@ steps:
- feature/*
include:
- master
event:
- push
volumes:
- name: artifacts

7
.metroline.yml Normal file
View file

@ -0,0 +1,7 @@
version: '1'
image: deblan/devenv
jobs:
build:
script:
- npm install
- make npm-build

View file

@ -26,7 +26,7 @@ class LangRepository
$qb = $this->db->getQueryBuilder();
$qb->select($qb->createFunction('DISTINCT configvalue'))
->where('configkey=\'lang\' and appid=\'core\' and configvalue<>\'en\'')
->where('configkey="lang" and appid="core" and configvalue<>"en"')
->from('preferences')
;

View file

@ -24,34 +24,34 @@
"node": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/core": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-env": "^7.16.8",
"@nextcloud/browserslist-config": "^1.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-loader": "^8.2.3",
"css-loader": "^3.4.2",
"eslint": "^5.16.0",
"eslint-config-nextcloud": "0.1.1",
"eslint-config-standard": "^12.0.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-loader": "^3.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-nextcloud": "^0.3.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^5.2.3",
"file-loader": "^6.0.0",
"file-loader": "^6.2.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.16.0",
"stylelint-scss": "^3.21.0",
"stylelint-webpack-plugin": "^0.10.5",
"url-loader": "^4.0.0",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2",