Skip to content

Commit

Permalink
update dependencies including prettier, required reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
leider committed Aug 13, 2023
1 parent 25e524f commit 5703d2f
Show file tree
Hide file tree
Showing 69 changed files with 1,561 additions and 1,039 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = function (grunt) {
"node_modules/node-syntaxhighlighter/lib/styles/shCoreDefault.css",
"node_modules/datatables.net-bs5/css/dataTables.bootstrap5.css",
"node_modules/select2/dist/css/select2.css",
"node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css",
"softwerkskammer/build/stylesheets/sass/out/agora.css",
],
};
Expand Down
63 changes: 31 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,106 +13,105 @@
"node": ">=16.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.3.0",
"@fullcalendar/luxon2": "6.1.5",
"@popperjs/core": "2.11.7",
"@fortawesome/fontawesome-free": "6.4.2",
"@fullcalendar/luxon2": "6.1.8",
"@popperjs/core": "2.11.8",
"CoolBeans": "0.0.9",
"awesome-bootstrap-checkbox": "1.0.1",
"body-parser": "1.20.2",
"bootstrap": "5.2.3",
"bootstrap-datepicker": "1.9.0",
"bootstrap": "5.3.1",
"bootstrap-datepicker": "1.10.0",
"bootstrap-markdown": "2.10.0",
"compression": "1.7.4",
"connect-ensure-login": "0.1.1",
"connect-mongo": "5.0.0",
"cookie-parser": "1.4.6",
"csurf": "1.11.0",
"datatables.net": "1.13.4",
"datatables.net-bs5": "1.13.4",
"datatables.net": "1.13.6",
"datatables.net-bs5": "1.13.6",
"exifr": "7.1.3",
"express": "4.18.2",
"express-async-errors": "3.1.1",
"express-session": "1.17.3",
"feed": "4.2.2",
"full-icu": "1.5.0",
"fullcalendar": "6.1.5",
"glob": "9.3.2",
"fullcalendar": "6.1.8",
"glob": "10.3.3",
"guillotine": "1.3.1",
"i18next": "22.4.13",
"i18next-http-middleware": "3.3.0",
"i18next": "23.4.4",
"i18next-http-middleware": "3.3.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-node-fs-backend": "2.1.3",
"icalendar": "0.7.1",
"iconv-lite": "0.6.3",
"jqcloud2": "2.0.3",
"jquery": "3.6.4",
"jquery": "3.7.0",
"jquery-validation": "1.19.5",
"jsonwebtoken": "9.0.0",
"leaflet": "1.9.3",
"luxon": "3.3.0",
"jsonwebtoken": "9.0.1",
"leaflet": "1.9.4",
"luxon": "3.4.0",
"marked": "4.3.0",
"mime-types": "2.1.35",
"mongodb": "5.1.0",
"mongodb": "5.7.0",
"morgan": "1.10.0",
"multiparty": "4.2.3",
"node-syntaxhighlighter": "0.8.1",
"nodemailer": "6.9.1",
"nodemailer": "6.9.4",
"openidconnect-for-passport": "0.0.3",
"passport": "0.6.0",
"passport-github": "1.1.0",
"passport-local": "1.0.0",
"passport-openid": "0.4.0",
"passport-strategy": "1.0.0",
"popper.js": "1.16.1",
"pug": "3.0.2",
"qr-image": "3.2.0",
"ramda": "0.28.0",
"ramda": "0.29.0",
"select2": "4.1.0-rc.0",
"select2-bootstrap-5-theme": "1.3.0",
"serve-favicon": "2.5.0",
"sharp": "0.32.0",
"sharp": "0.32.4",
"simple-configure": "0.1.6",
"simple-timepicker": "1.1.1",
"superagent": "8.0.9",
"tinycolor2": "1.6.0",
"tinygradient": "1.1.5",
"useragent": "2.3.0",
"uuid": "9.0.0",
"winston": "3.8.2"
"winston": "3.10.0"
},
"devDependencies": {
"ajv": "8.12.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "4.0.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-pug": "3.0.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-eslint": "24.0.1",
"grunt-eslint": "24.3.0",
"grunt-karma": "4.0.2",
"grunt-mocha-cli": "7.0.0",
"grunt-patcher": "1.0.0",
"grunt-puglint": "1.0.0",
"grunt-sass": "3.1.0",
"grunt-simple-nyc": "3.0.1",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-html2js-preprocessor": "1.1.0",
"karma-intl-shim": "1.0.3",
"karma-mocha": "2.0.1",
"karma-must": "0.1.1",
"karma-sinon": "1.0.5",
"mocha": "10.2.0",
"must-dist": "0.12.0",
"prettier": "2.8.7",
"prettier": "3.0.1",
"proxyquire": "2.1.3",
"puppeteer": "19.8.0",
"sass": "1.60.0",
"sinon": "15.0.2",
"puppeteer": "21.0.3",
"sass": "1.65.1",
"sinon": "15.2.0",
"supertest": "6.3.3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$("#startDate").val(),
$("#startTime").val(),
$("#endDate").val(),
$("#endTime").val()
$("#endTime").val(),
);

$("#endDate").data().datepicker.update(endStrings.endDate);
Expand Down
16 changes: 8 additions & 8 deletions softwerkskammer/frontend/javascript/agora.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ function interestify() {
"use strict";

Array.from(document.querySelectorAll(".interestify")).forEach(
(node) => (node.innerHTML = surroundInterestsWithLinks(node.innerHTML, ""))
(node) => (node.innerHTML = surroundInterestsWithLinks(node.innerHTML, "")),
);

Array.from(document.querySelectorAll(".interestify-case-sensitive")).forEach(
(node) => (node.innerHTML = surroundInterestsWithLinks(node.innerHTML, "&casesensitive=true"))
(node) => (node.innerHTML = surroundInterestsWithLinks(node.innerHTML, "&casesensitive=true")),
);
}

Expand Down Expand Up @@ -163,7 +163,7 @@ function interestify() {
},
function (data) {
e.$element.parent().find(".md-preview").html(data);
}
},
);
return ""; // to clearly indicate the loading...
},
Expand Down Expand Up @@ -240,11 +240,11 @@ function interestify() {

function createLinks() {
Array.from(document.querySelectorAll(".urlify")).forEach(
(node) => (node.innerHTML = surroundWithLink(node.innerHTML))
(node) => (node.innerHTML = surroundWithLink(node.innerHTML)),
);

Array.from(document.querySelectorAll(".twitterify")).forEach(
(node) => (node.innerHTML = surroundTwitterName(node.innerHTML))
(node) => (node.innerHTML = surroundTwitterName(node.innerHTML)),
);
}

Expand All @@ -256,7 +256,7 @@ function interestify() {
trigger: "hover",
delay: { hide: 50 },
placement: "auto",
})
}),
);

Array.from(document.querySelectorAll("[rel=tooltip-in-body]")).map(
Expand All @@ -267,11 +267,11 @@ function interestify() {
trigger: "hover",
delay: { hide: 50 },
placement: "auto",
})
}),
);

Array.from(document.querySelectorAll(".tooltipify, .tooltiplabel")).map(
(tooltipTriggerEl) => new bootstrap.Tooltip(tooltipTriggerEl)
(tooltipTriggerEl) => new bootstrap.Tooltip(tooltipTriggerEl),
);

Array.from(document.querySelectorAll(".tooltipify")).forEach((node) => node.classList.add("popover-highlight"));
Expand Down
4 changes: 2 additions & 2 deletions softwerkskammer/frontend/javascript/check-groupform.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ var groups_validator;
function (value, element) {
return this.optional(element) || /^[a-z0-9 -]+$/i.test(value);
},
contentsOfPrefixForEMail
contentsOfPrefixForEMail,
);

$.validator.addMethod(
"alnumdashunderscore",
function (value, element) {
return this.optional(element) || /^[a-z0-9_-]+$/i.test(value);
},
contentsOfAlphanumeric
contentsOfAlphanumeric,
);

groups_validator = $("#groupform").validate({
Expand Down
2 changes: 1 addition & 1 deletion softwerkskammer/frontend/sass/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Running `npm test` or `grunt default` will compile the stylesheets
from the .less files in this folder.
from the .sass files in this folder.
Loading

0 comments on commit 5703d2f

Please sign in to comment.