From 3517f9bf5f16298b454a2c0a782feaeefbd5fc80 Mon Sep 17 00:00:00 2001 From: Sven Valenberghs Date: Mon, 25 Nov 2024 15:05:35 +0100 Subject: [PATCH 01/10] KAS-3963 pulled all related dependency branches --- package-lock.json | 2397 +++++++-------------------------------------- package.json | 1 + 2 files changed, 352 insertions(+), 2046 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d8325b05c..d125e04286 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,8 +25,8 @@ "@glimmer/tracking": "^1.1.2", "@kanselarij-vlaanderen/au-kaleidos-css": "3.22.0", "@lblod/ember-acmidm-login": "^2.0.0", - "@lblod/ember-mock-login": "^0.7.0", - "@lblod/ember-rdfa-editor": "git+https://github.com/ValenberghsSven/ember-rdfa-editor.git#23ff47de32382f55c39207b8e3625c8842fc2dae", + "@lblod/ember-mock-login": "^0.9.0", + "@lblod/ember-rdfa-editor": "10.7.0", "@ljharb/eslint-config": "^21.1.1", "@nullvoxpopuli/ember-composable-helpers": "^5.2.6", "@typescript-eslint/parser": "^5.48.2", @@ -38,6 +38,7 @@ "dayjs": "^1.11.13", "ember-async-data": "^1.0.3", "ember-auto-import": "^2.10.0", + "ember-changeset": "^4.1.2", "ember-cli": "~4.12.3", "ember-cli-app-version": "^6.0.1", "ember-cli-autoprefixer": "^2.0.0", @@ -82,6 +83,7 @@ "ember-resources": "^7.0.3", "ember-router-service-refresh-polyfill": "^1.1.0", "ember-set-helper": "^3.0.1", + "ember-simple-auth": "^6.0.0", "ember-sortable": "^5.2.2", "ember-source": "~4.12.0", "ember-svg-jar": "^2.6.0", @@ -1754,9 +1756,10 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.24.1", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz", + "integrity": "sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==", "dev": true, - "license": "MIT", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", @@ -4899,18 +4902,20 @@ } }, "node_modules/@floating-ui/dom": { - "version": "1.6.3", + "version": "1.6.12", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.12.tgz", + "integrity": "sha512-NP83c0HjokcGVEMeoStg317VD9W7eDlGK7457dMBANbKA6GJZdc7rjujdgqzTaz93jkGgc5P/jeWbaCHnMNc+w==", "dev": true, - "license": "MIT", "dependencies": { "@floating-ui/core": "^1.6.0", "@floating-ui/utils": "^0.2.8" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.1", - "dev": true, - "license": "MIT" + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz", + "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==", + "dev": true }, "node_modules/@formatjs/ecma402-abstract": { "version": "2.2.4", @@ -5413,252 +5418,11 @@ "ember-simple-auth": "4.x || 5.x || 6.x" } }, - "node_modules/@lblod/ember-acmidm-login/node_modules/async-disk-cache": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "^4.1.1", - "heimdalljs": "^0.2.3", - "istextorbinary": "^2.5.1", - "mkdirp": "^0.5.0", - "rimraf": "^3.0.0", - "rsvp": "^4.8.5", - "username-sync": "^1.0.2" - }, - "engines": { - "node": "8.* || >= 10.*" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/broccoli-persistent-filter": { - "version": "3.1.3", - "dev": true, - "license": "MIT", - "dependencies": { - "async-disk-cache": "^2.0.0", - "async-promise-queue": "^1.0.3", - "broccoli-plugin": "^4.0.3", - "fs-tree-diff": "^2.0.0", - "hash-for-dep": "^1.5.0", - "heimdalljs": "^0.2.1", - "heimdalljs-logger": "^0.1.7", - "promise-map-series": "^0.2.1", - "rimraf": "^3.0.0", - "symlink-or-copy": "^1.0.1", - "sync-disk-cache": "^2.0.0" - }, - "engines": { - "node": "10.* || >= 12.*" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/broccoli-plugin": { - "version": "4.0.7", - "dev": true, - "license": "MIT", - "dependencies": { - "broccoli-node-api": "^1.7.0", - "broccoli-output-wrapper": "^3.2.5", - "fs-merger": "^3.2.1", - "promise-map-series": "^0.3.0", - "quick-temp": "^0.1.8", - "rimraf": "^3.0.2", - "symlink-or-copy": "^1.3.1" - }, - "engines": { - "node": "10.* || >= 12.*" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/broccoli-plugin/node_modules/promise-map-series": { - "version": "0.3.0", - "dev": true, - "license": "MIT", - "engines": { - "node": "10.* || >= 12.*" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/editions": { - "version": "2.3.1", - "dev": true, - "license": "MIT", - "dependencies": { - "errlop": "^2.0.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=0.8" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/editions/node_modules/semver": { - "version": "6.3.1", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/ember-cli-htmlbars": { - "version": "5.7.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@ember/edition-utils": "^1.2.0", - "babel-plugin-htmlbars-inline-precompile": "^5.0.0", - "broccoli-debug": "^0.6.5", - "broccoli-persistent-filter": "^3.1.2", - "broccoli-plugin": "^4.0.3", - "common-tags": "^1.8.0", - "ember-cli-babel-plugin-helpers": "^1.1.1", - "ember-cli-version-checker": "^5.1.2", - "fs-tree-diff": "^2.0.1", - "hash-for-dep": "^1.5.1", - "heimdalljs-logger": "^0.1.10", - "json-stable-stringify": "^1.0.1", - "semver": "^7.3.4", - "silent-error": "^1.1.1", - "strip-bom": "^4.0.0", - "walk-sync": "^2.2.0" - }, - "engines": { - "node": "10.* || >= 12.*" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/fs-tree-diff": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/symlink-or-copy": "^1.2.0", - "heimdalljs-logger": "^0.1.7", - "object-assign": "^4.1.0", - "path-posix": "^1.0.0", - "symlink-or-copy": "^1.1.8" - }, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/istextorbinary": { - "version": "2.6.0", - "dev": true, - "license": "MIT", - "dependencies": { - "binaryextensions": "^2.1.2", - "editions": "^2.2.0", - "textextensions": "^2.5.0" - }, - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/lru-cache": { - "version": "6.0.0", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/mkdirp": { - "version": "0.5.6", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/rimraf": { - "version": "3.0.2", - "dev": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/rsvp": { - "version": "4.8.5", - "dev": true, - "license": "MIT", - "engines": { - "node": "6.* || >= 7.*" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/semver": { - "version": "7.6.0", - "dev": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/strip-bom": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/sync-disk-cache": { - "version": "2.1.0", - "dev": true, - "dependencies": { - "debug": "^4.1.1", - "heimdalljs": "^0.2.6", - "mkdirp": "^0.5.0", - "rimraf": "^3.0.0", - "username-sync": "^1.0.2" - }, - "engines": { - "node": "8.* || >= 10.*" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/walk-sync": { - "version": "2.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/minimatch": "^3.0.3", - "ensure-posix-path": "^1.1.0", - "matcher-collection": "^2.0.0", - "minimatch": "^3.0.4" - }, - "engines": { - "node": "8.* || >= 10.*" - } - }, - "node_modules/@lblod/ember-acmidm-login/node_modules/yallist": { - "version": "4.0.0", - "dev": true, - "license": "ISC" - }, "node_modules/@lblod/ember-mock-login": { - "version": "0.7.0", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@lblod/ember-mock-login/-/ember-mock-login-0.9.0.tgz", + "integrity": "sha512-4gvIXHh0YN5hdMeKAb0zBtL6AnLw3FKsJHDrew+8KaSV/zwuYT2ppNwnLcqFKehw4q+rOGZ2mkE0o18xIyX0uA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", "ember-auto-import": "^2.0.0", @@ -5704,8 +5468,9 @@ }, "node_modules/@lblod/ember-mock-login/node_modules/async-disk-cache": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/async-disk-cache/-/async-disk-cache-2.1.0.tgz", + "integrity": "sha512-iH+boep2xivfD9wMaZWkywYIURSmsL96d6MoqrC94BnGSvXE4Quf8hnJiHGFYhw/nLeIa1XyRaf4vvcvkwAefg==", "dev": true, - "license": "MIT", "dependencies": { "debug": "^4.1.1", "heimdalljs": "^0.2.3", @@ -5719,99 +5484,55 @@ "node": "8.* || >= 10.*" } }, - "node_modules/@lblod/ember-mock-login/node_modules/broccoli-funnel": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-2.0.2.tgz", - "integrity": "sha512-/vDTqtv7ipjEZQOVqO4vGDVAOZyuYzQ/EgGoyewfOgh1M7IQAToBKZI0oAQPgMBeFPPlIbfMuAngk+ohPBuaHQ==", - "dev": true, - "dependencies": { - "array-equal": "^1.0.0", - "blank-object": "^1.0.1", - "broccoli-plugin": "^1.3.0", - "debug": "^2.2.0", - "fast-ordered-set": "^1.0.0", - "fs-tree-diff": "^0.5.3", - "heimdalljs": "^0.2.0", - "minimatch": "^3.0.0", - "mkdirp": "^0.5.0", - "path-posix": "^1.0.0", - "rimraf": "^2.4.3", - "symlink-or-copy": "^1.0.0", - "walk-sync": "^0.3.1" - }, - "engines": { - "node": "^4.5 || 6.* || >= 7.*" - } - }, - "node_modules/@lblod/ember-mock-login/node_modules/broccoli-funnel/node_modules/broccoli-plugin": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.3.1.tgz", - "integrity": "sha512-DW8XASZkmorp+q7J4EeDEZz+LoyKLAd2XZULXyD9l4m9/hAKV3vjHmB1kiUshcWAYMgTP1m2i4NnqCE/23h6AQ==", - "dev": true, - "dependencies": { - "promise-map-series": "^0.2.1", - "quick-temp": "^0.1.3", - "rimraf": "^2.3.4", - "symlink-or-copy": "^1.1.8" - } - }, - "node_modules/@lblod/ember-mock-login/node_modules/broccoli-funnel/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/@lblod/ember-mock-login/node_modules/broccoli-funnel/node_modules/fs-tree-diff": { - "version": "0.5.9", - "resolved": "https://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.5.9.tgz", - "integrity": "sha512-872G8ax0kHh01m9n/2KDzgYwouKza0Ad9iFltBpNykvROvf2AGtoOzPJgGx125aolGPER3JuC7uZFrQ7bG1AZw==", + "node_modules/@lblod/ember-mock-login/node_modules/babel-plugin-module-resolver": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-5.0.2.tgz", + "integrity": "sha512-9KtaCazHee2xc0ibfqsDeamwDps6FZNo5S0Q81dUqEuFzVwPhcT4J5jOqIVvgCA3Q/wO9hKYxN/Ds3tIsp5ygg==", "dev": true, "dependencies": { - "heimdalljs-logger": "^0.1.7", - "object-assign": "^4.1.0", - "path-posix": "^1.0.0", - "symlink-or-copy": "^1.1.8" + "find-babel-config": "^2.1.1", + "glob": "^9.3.3", + "pkg-up": "^3.1.0", + "reselect": "^4.1.7", + "resolve": "^1.22.8" } }, - "node_modules/@lblod/ember-mock-login/node_modules/broccoli-funnel/node_modules/matcher-collection": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/matcher-collection/-/matcher-collection-1.1.2.tgz", - "integrity": "sha512-YQ/teqaOIIfUHedRam08PB3NK7Mjct6BvzRnJmpGDm8uFXpNr1sbY4yuflI5JcEs6COpYA0FpRQhSDBf1tT95g==", + "node_modules/@lblod/ember-mock-login/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "dependencies": { - "minimatch": "^3.0.2" + "balanced-match": "^1.0.0" } }, - "node_modules/@lblod/ember-mock-login/node_modules/broccoli-funnel/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", + "node_modules/@lblod/ember-mock-login/node_modules/broccoli-babel-transpiler": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-8.0.0.tgz", + "integrity": "sha512-3HEp3flvasUKJGWERcrPgM1SWvHJ0O/fmbEtY9L4kDyMSnqjY6hTYvNvgWCIgbwXAYAUlZP0vjAQsmyLNGLwFw==", "dev": true, "dependencies": { - "glob": "^7.1.3" + "broccoli-persistent-filter": "^3.0.0", + "clone": "^2.1.2", + "hash-for-dep": "^1.4.7", + "heimdalljs": "^0.2.1", + "heimdalljs-logger": "^0.1.9", + "json-stable-stringify": "^1.0.1", + "rsvp": "^4.8.4", + "workerpool": "^6.0.2" }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/@lblod/ember-mock-login/node_modules/broccoli-funnel/node_modules/walk-sync": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/walk-sync/-/walk-sync-0.3.4.tgz", - "integrity": "sha512-ttGcuHA/OBnN2pcM6johpYlEms7XpO5/fyKIr48541xXedan4roO8cS1Q2S/zbbjGH/BarYDAMeS2Mi9HE5Tig==", - "dev": true, - "dependencies": { - "ensure-posix-path": "^1.0.0", - "matcher-collection": "^1.0.0" + "engines": { + "node": "16.* || >= 18" + }, + "peerDependencies": { + "@babel/core": "^7.17.9" } }, "node_modules/@lblod/ember-mock-login/node_modules/broccoli-persistent-filter": { "version": "3.1.3", + "resolved": "https://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-3.1.3.tgz", + "integrity": "sha512-Q+8iezprZzL9voaBsDY3rQVl7c7H5h+bvv8SpzCZXPZgfBFCbx7KFQ2c3rZR6lW5k4Kwoqt7jG+rZMUg67Gwxw==", "dev": true, - "license": "MIT", "dependencies": { "async-disk-cache": "^2.0.0", "async-promise-queue": "^1.0.3", @@ -5831,8 +5552,9 @@ }, "node_modules/@lblod/ember-mock-login/node_modules/broccoli-plugin": { "version": "4.0.7", + "resolved": "https://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-4.0.7.tgz", + "integrity": "sha512-a4zUsWtA1uns1K7p9rExYVYG99rdKeGRymW0qOCNkvDPHQxVi3yVyJHhQbM3EZwdt2E0mnhr5e0c/bPpJ7p3Wg==", "dev": true, - "license": "MIT", "dependencies": { "broccoli-node-api": "^1.7.0", "broccoli-output-wrapper": "^3.2.5", @@ -5848,16 +5570,18 @@ }, "node_modules/@lblod/ember-mock-login/node_modules/broccoli-plugin/node_modules/promise-map-series": { "version": "0.3.0", + "resolved": "https://registry.npmjs.org/promise-map-series/-/promise-map-series-0.3.0.tgz", + "integrity": "sha512-3npG2NGhTc8BWBolLLf8l/92OxMGaRLbqvIh9wjCHhDXNvk4zsxaTaCpiCunW09qWPrN2zeNSNwRLVBrQQtutA==", "dev": true, - "license": "MIT", "engines": { "node": "10.* || >= 12.*" } }, "node_modules/@lblod/ember-mock-login/node_modules/editions": { "version": "2.3.1", + "resolved": "https://registry.npmjs.org/editions/-/editions-2.3.1.tgz", + "integrity": "sha512-ptGvkwTvGdGfC0hfhKg0MT+TRLRKGtUiWGBInxOm5pz7ssADezahjCUaYuZ8Dr+C05FW0AECIIPt4WBxVINEhA==", "dev": true, - "license": "MIT", "dependencies": { "errlop": "^2.0.0", "semver": "^6.3.0" @@ -5871,16 +5595,18 @@ }, "node_modules/@lblod/ember-mock-login/node_modules/editions/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" } }, - "node_modules/@lblod/ember-mock-login/node_modules/ember-cli-htmlbars": { - "version": "5.7.2", + "node_modules/@lblod/ember-mock-login/node_modules/ember-cli-babel": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-8.2.0.tgz", + "integrity": "sha512-8H4+jQElCDo6tA7CamksE66NqBXWs7VNpS3a738L9pZCjg2kXIX4zoyHzkORUqCtr0Au7YsCnrlAMi1v2ALo7A==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.20.7", "@babel/plugin-proposal-class-properties": "^7.16.5", @@ -5926,45 +5652,11 @@ "json5": "^2.2.3" } }, - "node_modules/@lblod/ember-mock-login/node_modules/ember-cookies": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/ember-cookies/-/ember-cookies-0.5.2.tgz", - "integrity": "sha512-nZ7oG97kBcO9UHjO95ryABpnVx62Bhxo7lIsBJNmWvFXleILm9DGueiAynzXxuYWWPuKIeeSbYakrS1869tNTw==", - "dev": true, - "dependencies": { - "ember-cli-babel": "^7.1.0", - "ember-getowner-polyfill": "^1.1.0 || ^2.0.0" - }, - "engines": { - "node": "8.* || 10.* || >= 12.*" - } - }, - "node_modules/@lblod/ember-mock-login/node_modules/ember-simple-auth": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/ember-simple-auth/-/ember-simple-auth-4.2.2.tgz", - "integrity": "sha512-D7W6OREUvf5OzeB0ePptSNBilccchRYukH4f7mkbL6WT+z6VEqRRAIaQuBZdFM6lrcSFGmzctINLZJwsIpI3wg==", - "dev": true, - "dependencies": { - "base-64": "^0.1.0", - "broccoli-file-creator": "^2.1.1", - "broccoli-funnel": "^1.2.0 || ^2.0.0", - "broccoli-merge-trees": "^4.0.0", - "ember-cli-babel": "^7.20.5", - "ember-cli-is-package-missing": "^1.0.0", - "ember-cookies": "^0.5.0", - "silent-error": "^1.0.0" - }, - "engines": { - "node": ">= 12" - }, - "peerDependencies": { - "ember-fetch": "^8.0.1" - } - }, "node_modules/@lblod/ember-mock-login/node_modules/fs-tree-diff": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-2.0.1.tgz", + "integrity": "sha512-x+CfAZ/lJHQqwlD64pYM5QxWjzWhSjroaVsr8PW831zOApL55qPibed0c+xebaLWVr2BnHFoHdrwOv8pzt8R5A==", "dev": true, - "license": "MIT", "dependencies": { "@types/symlink-or-copy": "^1.2.0", "heimdalljs-logger": "^0.1.7", @@ -5996,8 +5688,9 @@ }, "node_modules/@lblod/ember-mock-login/node_modules/istextorbinary": { "version": "2.6.0", + "resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-2.6.0.tgz", + "integrity": "sha512-+XRlFseT8B3L9KyjxxLjfXSLMuErKDsd8DBNrsaxoViABMEZlOSCstwmw0qpoFX3+U6yWU1yhLudAe6/lETGGA==", "dev": true, - "license": "MIT", "dependencies": { "binaryextensions": "^2.1.2", "editions": "^2.2.0", @@ -6010,10 +5703,11 @@ "url": "https://bevry.me/fund" } }, - "node_modules/@lblod/ember-mock-login/node_modules/lru-cache": { - "version": "6.0.0", + "node_modules/@lblod/ember-mock-login/node_modules/minimatch": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz", + "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==", "dev": true, - "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -6035,8 +5729,9 @@ }, "node_modules/@lblod/ember-mock-login/node_modules/mkdirp": { "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dev": true, - "license": "MIT", "dependencies": { "minimist": "^1.2.6" }, @@ -6044,16 +5739,18 @@ "mkdirp": "bin/cmd.js" } }, - "node_modules/@lblod/ember-mock-login/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "node_modules/@lblod/ember-mock-login/node_modules/regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", "dev": true }, "node_modules/@lblod/ember-mock-login/node_modules/rimraf": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, - "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -6109,19 +5806,18 @@ }, "node_modules/@lblod/ember-mock-login/node_modules/rsvp": { "version": "4.8.5", + "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", + "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==", "dev": true, - "license": "MIT", "engines": { "node": "6.* || >= 7.*" } }, "node_modules/@lblod/ember-mock-login/node_modules/semver": { - "version": "7.6.0", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -6129,16 +5825,10 @@ "node": ">=10" } }, - "node_modules/@lblod/ember-mock-login/node_modules/strip-bom": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/@lblod/ember-mock-login/node_modules/sync-disk-cache": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/sync-disk-cache/-/sync-disk-cache-2.1.0.tgz", + "integrity": "sha512-vngT2JmkSapgq0z7uIoYtB9kWOOzMihAAYq/D3Pjm/ODOGMgS4r++B+OZ09U4hWR6EaOdy9eqQ7/8ygbH3wehA==", "dev": true, "dependencies": { "debug": "^4.1.1", @@ -6151,25 +5841,6 @@ "node": "8.* || >= 10.*" } }, - "node_modules/@lblod/ember-mock-login/node_modules/walk-sync": { - "version": "2.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/minimatch": "^3.0.3", - "ensure-posix-path": "^1.1.0", - "matcher-collection": "^2.0.0", - "minimatch": "^3.0.4" - }, - "engines": { - "node": "8.* || >= 10.*" - } - }, - "node_modules/@lblod/ember-mock-login/node_modules/yallist": { - "version": "4.0.0", - "dev": true, - "license": "ISC" - }, "node_modules/@lblod/ember-rdfa-editor": { "version": "10.7.0", "resolved": "https://registry.npmjs.org/@lblod/ember-rdfa-editor/-/ember-rdfa-editor-10.7.0.tgz", @@ -6399,77 +6070,16 @@ "license": "MIT" }, "node_modules/@lblod/ember-rdfa-editor/node_modules/@codemirror/view": { - "version": "6.26.3", + "version": "6.35.0", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.35.0.tgz", + "integrity": "sha512-I0tYy63q5XkaWsJ8QRv5h6ves7kvtrBWjBcnf/bzohFJQc5c14a1AQRdE8QpPF9eMp5Mq2FMm59TCj1gDfE7kw==", "dev": true, - "license": "MIT", "dependencies": { "@codemirror/state": "^6.4.0", "style-mod": "^4.1.0", "w3c-keyname": "^2.2.4" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@embroider/shared-internals": { - "version": "1.8.3", - "dev": true, - "license": "MIT", - "dependencies": { - "babel-import-util": "^1.1.0", - "ember-rfc176-data": "^0.3.17", - "fs-extra": "^9.1.0", - "js-string-escape": "^1.0.1", - "lodash": "^4.17.21", - "resolve-package-path": "^4.0.1", - "semver": "^7.3.5", - "typescript-memoize": "^1.0.1" - }, - "engines": { - "node": "12.* || 14.* || >= 16" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@formatjs/ecma402-abstract": { - "version": "1.11.4", - "dev": true, - "license": "MIT", - "dependencies": { - "@formatjs/intl-localematcher": "0.2.25", - "tslib": "^2.1.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@formatjs/fast-memoize": { - "version": "1.2.1", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@formatjs/icu-messageformat-parser": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@formatjs/ecma402-abstract": "1.11.4", - "@formatjs/icu-skeleton-parser": "1.3.6", - "tslib": "^2.1.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@formatjs/icu-skeleton-parser": { - "version": "1.3.6", - "dev": true, - "license": "MIT", - "dependencies": { - "@formatjs/ecma402-abstract": "1.11.4", - "tslib": "^2.1.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@formatjs/intl-localematcher": { - "version": "0.2.25", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.1.0" - } - }, "node_modules/@lblod/ember-rdfa-editor/node_modules/@lezer/common": { "version": "1.2.1", "dev": true, @@ -6531,180 +6141,124 @@ "@lezer/lr": "^1.0.0" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/ast": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/ieee754": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/leb128": { - "version": "1.9.0", + "node_modules/@lblod/ember-rdfa-editor/node_modules/async-disk-cache": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/async-disk-cache/-/async-disk-cache-2.1.0.tgz", + "integrity": "sha512-iH+boep2xivfD9wMaZWkywYIURSmsL96d6MoqrC94BnGSvXE4Quf8hnJiHGFYhw/nLeIa1XyRaf4vvcvkwAefg==", "dev": true, - "license": "MIT", "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/utf8": { - "version": "1.9.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" + "debug": "^4.1.1", + "heimdalljs": "^0.2.3", + "istextorbinary": "^2.5.1", + "mkdirp": "^0.5.0", + "rimraf": "^3.0.0", + "rsvp": "^4.8.5", + "username-sync": "^1.0.2" + }, + "engines": { + "node": "8.* || >= 10.*" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/wasm-gen": { - "version": "1.9.0", + "node_modules/@lblod/ember-rdfa-editor/node_modules/babel-plugin-module-resolver": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-5.0.2.tgz", + "integrity": "sha512-9KtaCazHee2xc0ibfqsDeamwDps6FZNo5S0Q81dUqEuFzVwPhcT4J5jOqIVvgCA3Q/wO9hKYxN/Ds3tIsp5ygg==", "dev": true, - "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" + "find-babel-config": "^2.1.1", + "glob": "^9.3.3", + "pkg-up": "^3.1.0", + "reselect": "^4.1.7", + "resolve": "^1.22.8" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/wasm-opt": { - "version": "1.9.0", + "node_modules/@lblod/ember-rdfa-editor/node_modules/babel-plugin-module-resolver/node_modules/glob": { + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz", + "integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==", "dev": true, - "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0" + "fs.realpath": "^1.0.0", + "minimatch": "^8.0.2", + "minipass": "^4.2.4", + "path-scurry": "^1.6.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/wasm-parser": { - "version": "1.9.0", + "node_modules/@lblod/ember-rdfa-editor/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, - "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" + "balanced-match": "^1.0.0" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/@webassemblyjs/wast-printer": { - "version": "1.9.0", + "node_modules/@lblod/ember-rdfa-editor/node_modules/broccoli-babel-transpiler": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-8.0.0.tgz", + "integrity": "sha512-3HEp3flvasUKJGWERcrPgM1SWvHJ0O/fmbEtY9L4kDyMSnqjY6hTYvNvgWCIgbwXAYAUlZP0vjAQsmyLNGLwFw==", "dev": true, - "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/acorn": { - "version": "6.4.2", - "dev": true, - "license": "MIT", - "bin": { - "acorn": "bin/acorn" + "broccoli-persistent-filter": "^3.0.0", + "clone": "^2.1.2", + "hash-for-dep": "^1.4.7", + "heimdalljs": "^0.2.1", + "heimdalljs-logger": "^0.1.9", + "json-stable-stringify": "^1.0.1", + "rsvp": "^4.8.4", + "workerpool": "^6.0.2" }, "engines": { - "node": ">=0.4.0" + "node": "16.* || >= 18" + }, + "peerDependencies": { + "@babel/core": "^7.17.9" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/argparse": { - "version": "1.0.10", + "node_modules/@lblod/ember-rdfa-editor/node_modules/broccoli-persistent-filter": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-3.1.3.tgz", + "integrity": "sha512-Q+8iezprZzL9voaBsDY3rQVl7c7H5h+bvv8SpzCZXPZgfBFCbx7KFQ2c3rZR6lW5k4Kwoqt7jG+rZMUg67Gwxw==", "dev": true, - "license": "MIT", "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/babel-import-util": { - "version": "1.4.1", - "dev": true, - "license": "MIT", + "async-disk-cache": "^2.0.0", + "async-promise-queue": "^1.0.3", + "broccoli-plugin": "^4.0.3", + "fs-tree-diff": "^2.0.0", + "hash-for-dep": "^1.5.0", + "heimdalljs": "^0.2.1", + "heimdalljs-logger": "^0.1.7", + "promise-map-series": "^0.2.1", + "rimraf": "^3.0.0", + "symlink-or-copy": "^1.0.1", + "sync-disk-cache": "^2.0.0" + }, "engines": { - "node": ">= 12.*" + "node": "10.* || >= 12.*" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/braces": { - "version": "2.3.2", + "node_modules/@lblod/ember-rdfa-editor/node_modules/broccoli-persistent-filter/node_modules/promise-map-series": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/promise-map-series/-/promise-map-series-0.2.3.tgz", + "integrity": "sha512-wx9Chrutvqu1N/NHzTayZjE1BgIwt6SJykQoCOic4IZ9yUDjKyVYrpLa/4YCNsV61eRENfs29hrEquVuB13Zlw==", "dev": true, - "license": "MIT", "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "rsvp": "^3.0.14" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", + "node_modules/@lblod/ember-rdfa-editor/node_modules/broccoli-persistent-filter/node_modules/rsvp": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-3.6.2.tgz", + "integrity": "sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw==", "dev": true, - "license": "MIT", - "dependencies": { - "is-extendable": "^0.1.0" - }, "engines": { - "node": ">=0.10.0" + "node": "0.12.* || 4.* || 6.* || >= 7.*" } }, "node_modules/@lblod/ember-rdfa-editor/node_modules/broccoli-plugin": { @@ -6738,327 +6292,108 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/cacache": { - "version": "12.0.4", - "dev": true, - "license": "ISC", - "dependencies": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "infer-owner": "^1.0.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/cacache/node_modules/lru-cache": { - "version": "5.1.1", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/cacache/node_modules/mkdirp": { - "version": "0.5.6", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/cacache/node_modules/yallist": { - "version": "3.1.1", - "dev": true, - "license": "ISC" - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/chownr": { - "version": "1.1.4", - "dev": true, - "license": "ISC" - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/cldr-core": { - "version": "36.0.0", - "dev": true - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/commander": { - "version": "2.20.3", - "dev": true, - "license": "MIT" - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-cli-typescript": { - "version": "5.3.0", + "node_modules/@lblod/ember-rdfa-editor/node_modules/editions": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/editions/-/editions-2.3.1.tgz", + "integrity": "sha512-ptGvkwTvGdGfC0hfhKg0MT+TRLRKGtUiWGBInxOm5pz7ssADezahjCUaYuZ8Dr+C05FW0AECIIPt4WBxVINEhA==", "dev": true, - "license": "MIT", "dependencies": { - "broccoli-stew": "^3.0.0", - "content-tag": "^2.0.1", - "ember-cli-version-checker": "^5.1.2" + "errlop": "^2.0.0", + "semver": "^6.3.0" }, "engines": { - "node": "16.* || >= 18" + "node": ">=0.8" + }, + "funding": { + "url": "https://bevry.me/fund" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-focus-trap": { - "version": "1.0.2", + "node_modules/@lblod/ember-rdfa-editor/node_modules/editions/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "MIT", - "dependencies": { - "json5": "^2.2.3", - "path-exists": "^4.0.0" + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-intl": { - "version": "5.7.2", + "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-cli-babel": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-8.2.0.tgz", + "integrity": "sha512-8H4+jQElCDo6tA7CamksE66NqBXWs7VNpS3a738L9pZCjg2kXIX4zoyHzkORUqCtr0Au7YsCnrlAMi1v2ALo7A==", "dev": true, - "license": "MIT", "dependencies": { - "broccoli-caching-writer": "^3.0.3", - "broccoli-funnel": "^3.0.3", - "broccoli-merge-files": "^0.8.0", - "broccoli-merge-trees": "^4.2.0", - "broccoli-source": "^3.0.0", - "broccoli-stew": "^3.0.0", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/plugin-proposal-class-properties": "^7.16.5", + "@babel/plugin-proposal-decorators": "^7.20.13", + "@babel/plugin-proposal-private-methods": "^7.16.5", + "@babel/plugin-proposal-private-property-in-object": "^7.20.5", + "@babel/plugin-transform-class-static-block": "^7.22.11", + "@babel/plugin-transform-modules-amd": "^7.20.11", + "@babel/plugin-transform-runtime": "^7.13.9", + "@babel/plugin-transform-typescript": "^7.20.13", + "@babel/preset-env": "^7.20.2", + "@babel/runtime": "7.12.18", + "amd-name-resolver": "^1.3.1", + "babel-plugin-debug-macros": "^0.3.4", + "babel-plugin-ember-data-packages-polyfill": "^0.1.2", + "babel-plugin-ember-modules-api-polyfill": "^3.5.0", + "babel-plugin-module-resolver": "^5.0.0", + "broccoli-babel-transpiler": "^8.0.0", + "broccoli-debug": "^0.6.4", + "broccoli-funnel": "^3.0.8", + "broccoli-source": "^3.0.1", "calculate-cache-key-for-tree": "^2.0.0", - "cldr-core": "^36.0.0", - "ember-auto-import": "^1.5.3", - "ember-cli-babel": "^7.23.0", - "ember-cli-typescript": "^4.0.0", - "extend": "^3.0.2", - "fast-memoize": "^2.5.2", - "has-unicode": "^2.0.1", - "intl-messageformat": "^9.3.6", - "intl-messageformat-parser": "^6.0.5", - "js-yaml": "^3.13.1", - "json-stable-stringify": "^1.0.1", - "locale-emoji": "^0.3.0", - "lodash.castarray": "^4.4.0", - "lodash.last": "^3.0.0", - "lodash.omit": "^4.5.0", - "mkdirp": "^1.0.4", - "silent-error": "^1.1.1" + "clone": "^2.1.2", + "ember-cli-babel-plugin-helpers": "^1.1.1", + "ember-cli-version-checker": "^5.1.2", + "ensure-posix-path": "^1.0.2", + "resolve-package-path": "^4.0.3", + "semver": "^7.3.8" }, "engines": { - "node": ">= 10.*" + "node": "16.* || 18.* || >= 20" }, "peerDependencies": { - "typescript": "^4.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-intl/node_modules/ember-auto-import": { - "version": "1.12.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/core": "^7.1.6", - "@babel/preset-env": "^7.10.2", - "@babel/traverse": "^7.1.6", - "@babel/types": "^7.1.6", - "@embroider/shared-internals": "^1.0.0", - "babel-core": "^6.26.3", - "babel-loader": "^8.0.6", - "babel-plugin-syntax-dynamic-import": "^6.18.0", - "babylon": "^6.18.0", - "broccoli-debug": "^0.6.4", - "broccoli-node-api": "^1.7.0", - "broccoli-plugin": "^4.0.0", - "broccoli-source": "^3.0.0", - "debug": "^3.1.0", - "ember-cli-babel": "^7.0.0", - "enhanced-resolve": "^4.0.0", - "fs-extra": "^6.0.1", - "fs-tree-diff": "^2.0.0", - "handlebars": "^4.3.1", - "js-string-escape": "^1.0.1", - "lodash": "^4.17.19", - "mkdirp": "^0.5.1", - "resolve-package-path": "^3.1.0", - "rimraf": "^2.6.2", - "semver": "^7.3.4", - "symlink-or-copy": "^1.2.0", - "typescript-memoize": "^1.0.0-alpha.3", - "walk-sync": "^0.3.3", - "webpack": "^4.43.0" - }, - "engines": { - "node": ">= 10.*" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-intl/node_modules/ember-auto-import/node_modules/debug": { - "version": "3.2.7", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-intl/node_modules/ember-auto-import/node_modules/fs-extra": { - "version": "6.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-intl/node_modules/ember-auto-import/node_modules/mkdirp": { - "version": "0.5.6", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-intl/node_modules/ember-auto-import/node_modules/walk-sync": { - "version": "0.3.4", - "dev": true, - "license": "MIT", - "dependencies": { - "ensure-posix-path": "^1.0.0", - "matcher-collection": "^1.0.0" + "@babel/core": "^7.12.0" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-intl/node_modules/ember-cli-typescript": { - "version": "4.2.1", + "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-template-imports": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/ember-template-imports/-/ember-template-imports-4.2.0.tgz", + "integrity": "sha512-qwf/38E1ut8M2/1tsFJl6kL99799MvxQrx0lN3LAc0HJRQhM/lYHqnHhzS30rkH76g+76TfxcMB5JJZQabWk2A==", "dev": true, - "license": "MIT", "dependencies": { - "ansi-to-html": "^0.6.15", "broccoli-stew": "^3.0.0", - "debug": "^4.0.0", - "execa": "^4.0.0", - "fs-extra": "^9.0.1", - "resolve": "^1.5.0", - "rsvp": "^4.8.1", - "semver": "^7.3.2", - "stagehand": "^1.0.0", - "walk-sync": "^2.2.0" - }, - "engines": { - "node": "10.* || >= 12.*" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-intl/node_modules/matcher-collection": { - "version": "1.1.2", - "dev": true, - "license": "ISC", - "dependencies": { - "minimatch": "^3.0.2" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-intl/node_modules/resolve-package-path": { - "version": "3.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "path-root": "^0.1.1", - "resolve": "^1.17.0" - }, - "engines": { - "node": "10.* || >= 12" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-truth-helpers": { - "version": "3.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/symlink-or-copy": "^1.2.0", - "heimdalljs-logger": "^0.1.7", - "object-assign": "^4.1.0", - "path-posix": "^1.0.0", - "symlink-or-copy": "^1.1.8" - }, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/enhanced-resolve": { - "version": "4.5.0", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/eslint-scope": { - "version": "4.0.3", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" + "content-tag": "^3.0.0", + "ember-cli-version-checker": "^5.1.2" }, "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/estraverse": { - "version": "4.3.0", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" + "node": "16.* || >= 18" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/fill-range": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } + "node_modules/@lblod/ember-rdfa-editor/node_modules/ember-template-imports/node_modules/content-tag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/content-tag/-/content-tag-3.0.0.tgz", + "integrity": "sha512-HxWPmF9hzehv5PV7TSK7QSzlVBhmwQA8NgBrXmL+fqXfM3L1r3ResAPzeiGbxra3Zw6U3gdhw3cIDJADQnuCVQ==", + "dev": true }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", + "node_modules/@lblod/ember-rdfa-editor/node_modules/find-babel-config": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/find-babel-config/-/find-babel-config-2.1.2.tgz", + "integrity": "sha512-ZfZp1rQyp4gyuxqt1ZqjFGVeVBvmpURMqdIWXbPRfB97Bf6BzdK/xSIbylEINzQ0kB5tlDQfn9HkNXXWsqTqLg==", "dev": true, - "license": "MIT", "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" + "json5": "^2.2.3" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/find-cache-dir": { - "version": "2.1.0", + "node_modules/@lblod/ember-rdfa-editor/node_modules/find-babel-config/node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, - "license": "MIT", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" + "bin": { + "json5": "lib/cli.js" }, "engines": { "node": ">=6" @@ -7079,118 +6414,21 @@ "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/intl-messageformat": { - "version": "9.13.0", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "@formatjs/ecma402-abstract": "1.11.4", - "@formatjs/fast-memoize": "1.2.1", - "@formatjs/icu-messageformat-parser": "2.1.0", - "tslib": "^2.1.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/is-extendable": { - "version": "0.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/is-number": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "dev": true, - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/is-wsl": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/isarray": { - "version": "1.0.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/isobject": { - "version": "3.0.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/js-yaml": { - "version": "3.14.1", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/json5": { - "version": "1.0.2", + "node_modules/@lblod/ember-rdfa-editor/node_modules/istextorbinary": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-2.6.0.tgz", + "integrity": "sha512-+XRlFseT8B3L9KyjxxLjfXSLMuErKDsd8DBNrsaxoViABMEZlOSCstwmw0qpoFX3+U6yWU1yhLudAe6/lETGGA==", "dev": true, - "license": "MIT", "dependencies": { - "minimist": "^1.2.0" + "binaryextensions": "^2.1.2", + "editions": "^2.2.0", + "textextensions": "^2.5.0" }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/jsonfile": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/loader-runner": { - "version": "2.4.0", - "dev": true, - "license": "MIT", "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/loader-utils": { - "version": "1.4.2", - "dev": true, - "license": "MIT", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" + "node": ">=0.12" }, - "engines": { - "node": ">=4.0.0" + "funding": { + "url": "https://bevry.me/fund" } }, "node_modules/@lblod/ember-rdfa-editor/node_modules/lru-cache": { @@ -7210,23 +6448,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/istextorbinary": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-2.6.0.tgz", - "integrity": "sha512-+XRlFseT8B3L9KyjxxLjfXSLMuErKDsd8DBNrsaxoViABMEZlOSCstwmw0qpoFX3+U6yWU1yhLudAe6/lETGGA==", - "dev": true, - "dependencies": { - "binaryextensions": "^2.1.2", - "editions": "^2.2.0", - "textextensions": "^2.5.0" - }, - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, "node_modules/@lblod/ember-rdfa-editor/node_modules/minimatch": { "version": "8.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz", @@ -7263,13 +6484,12 @@ "mkdirp": "bin/cmd.js" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "node_modules/@lblod/ember-rdfa-editor/node_modules/promise-map-series": { + "version": "0.3.0", "dev": true, + "license": "MIT", "engines": { - "node": ">=8" + "node": "10.* || >= 12.*" } }, "node_modules/@lblod/ember-rdfa-editor/node_modules/regenerator-runtime": { @@ -7335,79 +6555,6 @@ "node": "*" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/make-dir": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/make-dir/node_modules/semver": { - "version": "5.7.2", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/micromatch": { - "version": "3.1.10", - "dev": true, - "license": "MIT", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/pify": { - "version": "4.0.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/promise-map-series": { - "version": "0.3.0", - "dev": true, - "license": "MIT", - "engines": { - "node": "10.* || >= 12.*" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/readable-stream": { - "version": "2.3.8", - "dev": true, - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, "node_modules/@lblod/ember-rdfa-editor/node_modules/rsvp": { "version": "4.8.5", "dev": true, @@ -7416,24 +6563,6 @@ "node": "6.* || >= 7.*" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/safe-buffer": { - "version": "5.1.2", - "dev": true, - "license": "MIT" - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/schema-utils": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, "node_modules/@lblod/ember-rdfa-editor/node_modules/semver": { "version": "7.6.0", "dev": true, @@ -7448,129 +6577,11 @@ "node": ">=10" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/serialize-javascript": { - "version": "4.0.0", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/source-map": { - "version": "0.6.1", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/sprintf-js": { - "version": "1.0.3", - "dev": true, - "license": "BSD-3-Clause" - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/ssri": { - "version": "6.0.2", - "dev": true, - "license": "ISC", - "dependencies": { - "figgy-pudding": "^3.5.1" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/string_decoder": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/tapable": { - "version": "1.1.3", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/terser": { - "version": "4.8.1", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/terser-webpack-plugin": { - "version": "1.4.6", - "dev": true, - "license": "MIT", - "dependencies": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "engines": { - "node": ">= 6.9.0" - }, - "peerDependencies": { - "webpack": "^4.0.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/to-regex-range": { - "version": "2.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/unique-filename": { - "version": "1.1.1", - "dev": true, - "license": "ISC", - "dependencies": { - "unique-slug": "^2.0.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/unique-slug": { - "version": "2.0.2", - "dev": true, - "license": "ISC", - "dependencies": { - "imurmurhash": "^0.1.4" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/universalify": { - "version": "0.1.2", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/walk-sync": { - "version": "2.2.0", + "node_modules/@lblod/ember-rdfa-editor/node_modules/sync-disk-cache": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/sync-disk-cache/-/sync-disk-cache-2.1.0.tgz", + "integrity": "sha512-vngT2JmkSapgq0z7uIoYtB9kWOOzMihAAYq/D3Pjm/ODOGMgS4r++B+OZ09U4hWR6EaOdy9eqQ7/8ygbH3wehA==", "dev": true, - "license": "MIT", "dependencies": { "debug": "^4.1.1", "heimdalljs": "^0.2.6", @@ -7582,106 +6593,6 @@ "node": "8.* || >= 10.*" } }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/watchpack": { - "version": "1.7.5", - "dev": true, - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" - }, - "optionalDependencies": { - "chokidar": "^3.4.1", - "watchpack-chokidar2": "^2.0.1" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/webpack": { - "version": "4.47.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=6.11.5" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - }, - "webpack-command": { - "optional": true - } - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/webpack-sources": { - "version": "1.4.3", - "dev": true, - "license": "MIT", - "dependencies": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/webpack/node_modules/memory-fs": { - "version": "0.4.1", - "dev": true, - "license": "MIT", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/webpack/node_modules/mkdirp": { - "version": "0.5.6", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/y18n": { - "version": "4.0.3", - "dev": true, - "license": "ISC" - }, - "node_modules/@lblod/ember-rdfa-editor/node_modules/yallist": { - "version": "4.0.0", - "dev": true, - "license": "ISC" - }, "node_modules/@lblod/marawa": { "version": "0.8.0-beta.6", "dev": true, @@ -7782,18 +6693,6 @@ "eslint": "=8.8.0" } }, - "node_modules/@mrmlnc/readdir-enhanced": { - "version": "2.2.1", - "dev": true, - "license": "MIT", - "dependencies": { - "call-me-maybe": "^1.0.1", - "glob-to-regexp": "^0.3.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { "version": "5.1.1-v1", "dev": true, @@ -8295,6 +7194,30 @@ "@types/node": "*" } }, + "node_modules/@say-editor/prosemirror-invisibles": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@say-editor/prosemirror-invisibles/-/prosemirror-invisibles-0.1.1.tgz", + "integrity": "sha512-KiaOgqx1srvExjgZfaPF902zV+6+rvmEYllC2BE7kAtggBPNgPQF1vM+Zk8eJxHgnGw5KIqpn2AlFGjAY6QreA==", + "dev": true, + "peerDependencies": { + "prosemirror-model": "^1.18.2", + "prosemirror-state": "^1.4.2", + "prosemirror-view": "^1.29.1" + } + }, + "node_modules/@say-editor/prosemirror-tables": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@say-editor/prosemirror-tables/-/prosemirror-tables-0.3.0.tgz", + "integrity": "sha512-V8Y4I46exOpq9MRAwPOB6iYvBrKr/xTGUmkSDqo3MenFt3C8RbE4QMmsEOFhEHD28ezI14l4urMIVgckCw/hGA==", + "dev": true, + "dependencies": { + "prosemirror-keymap": "^1.1.2", + "prosemirror-model": "^1.8.1", + "prosemirror-state": "^1.3.1", + "prosemirror-transform": "^1.2.1", + "prosemirror-view": "^1.13.3" + } + }, "node_modules/@simple-dom/document": { "version": "1.4.0", "dev": true, @@ -8580,6 +7503,13 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/trusted-types": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", + "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", + "dev": true, + "optional": true + }, "node_modules/@types/ungap__structured-clone": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/@types/ungap__structured-clone/-/ungap__structured-clone-0.3.3.tgz", @@ -10795,10 +9725,6 @@ "node": ">=0.10.0" } }, - "node_modules/base-64": { - "version": "0.1.0", - "dev": true - }, "node_modules/base/node_modules/define-property": { "version": "1.0.0", "dev": true, @@ -10882,17 +9808,6 @@ "dev": true, "license": "Apache-2.0" }, - "node_modules/better-path-resolve": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "is-windows": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/better-path-resolve": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/better-path-resolve/-/better-path-resolve-1.0.0.tgz", @@ -12360,20 +11275,6 @@ "mkdirp": "bin/cmd.js" } }, - "node_modules/broccoli-merge-files": { - "version": "0.8.0", - "dev": true, - "license": "MIT", - "dependencies": { - "broccoli-plugin": "^1.3.0", - "fast-glob": "^2.2.6", - "lodash.defaults": "^4.2.0", - "p-event": "^2.3.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, "node_modules/broccoli-merge-trees": { "version": "4.2.0", "dev": true, @@ -14125,11 +13026,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/call-me-maybe": { - "version": "1.0.2", - "dev": true, - "license": "MIT" - }, "node_modules/callsites": { "version": "3.1.0", "dev": true, @@ -15931,9 +14827,10 @@ "license": "MIT" }, "node_modules/debug": { - "version": "4.3.4", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dev": true, - "license": "MIT", "dependencies": { "ms": "^2.1.3" }, @@ -16465,9 +15362,13 @@ } }, "node_modules/dompurify": { - "version": "3.1.0", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.1.tgz", + "integrity": "sha512-NBHEsc0/kzRYQd+AY6HR6B/IgsqzBABrqJbpCDQII/OK6h7B7LXzweZTDsqSW2LkTRpoxf18YUP+YjGySk6B3w==", "dev": true, - "license": "(MPL-2.0 OR Apache-2.0)" + "optionalDependencies": { + "@types/trusted-types": "^2.0.7" + } }, "node_modules/domutils": { "version": "3.1.0", @@ -20704,9 +19605,10 @@ "license": "ISC" }, "node_modules/ember-cookies": { - "version": "0.5.2", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/ember-cookies/-/ember-cookies-1.2.0.tgz", + "integrity": "sha512-ZbJbXq7dhjqJfOG/BBVlqO1o4Y6SWENrhiEgI7vokwVeuqHrvfaaFWV1emZUrsvoCAbSq/TiEdncO1EdZcI7Fg==", "dev": true, - "license": "MIT", "dependencies": { "@embroider/addon-shim": "^1.7.1" }, @@ -21960,37 +20862,6 @@ "ember-source": "^3.8 || ^4.0.0 || >= 5.0.0" } }, - "node_modules/ember-factory-for-polyfill": { - "version": "1.3.1", - "dev": true, - "license": "MIT", - "dependencies": { - "ember-cli-version-checker": "^2.1.0" - }, - "engines": { - "node": "^4.5 || 6.* || >= 7.*" - } - }, - "node_modules/ember-factory-for-polyfill/node_modules/ember-cli-version-checker": { - "version": "2.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "resolve": "^1.3.3", - "semver": "^5.3.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/ember-factory-for-polyfill/node_modules/semver": { - "version": "5.7.2", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver" - } - }, "node_modules/ember-fetch": { "version": "8.1.2", "dev": true, @@ -22261,9 +21132,10 @@ } }, "node_modules/ember-focus-trap": { - "version": "1.1.0", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ember-focus-trap/-/ember-focus-trap-1.1.1.tgz", + "integrity": "sha512-5tOWu6eV1UoNZE+P9Gl9lJXNrENZVCoOXi52ePb7JOrOZ3ckOk1OkPsFwR4Jym9VJ7vZ6S3Z3D8BrkFa2aCpYw==", "dev": true, - "license": "MIT", "dependencies": { "@embroider/addon-shim": "^1.0.0", "focus-trap": "^6.7.1" @@ -22272,7 +21144,7 @@ "node": "12.* || >= 14" }, "peerDependencies": { - "ember-source": "^4.0.0 || ^5.0.0" + "ember-source": ">= 4.0.0" } }, "node_modules/ember-functions-as-helper-polyfill": { @@ -22375,38 +21247,6 @@ "node": "12.* || 14.* || >= 16" } }, - "node_modules/ember-getowner-polyfill": { - "version": "2.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "ember-cli-version-checker": "^2.1.0", - "ember-factory-for-polyfill": "^1.3.1" - }, - "engines": { - "node": "^4.5 || 6.* || >= 7.*" - } - }, - "node_modules/ember-getowner-polyfill/node_modules/ember-cli-version-checker": { - "version": "2.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "resolve": "^1.3.3", - "semver": "^5.3.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/ember-getowner-polyfill/node_modules/semver": { - "version": "5.7.2", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver" - } - }, "node_modules/ember-in-element-polyfill": { "version": "1.0.1", "dev": true, @@ -26026,9 +24866,10 @@ } }, "node_modules/ember-simple-auth": { - "version": "4.2.2", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ember-simple-auth/-/ember-simple-auth-6.1.0.tgz", + "integrity": "sha512-LhOl7TrOKlqb+0a/5STOoTSncDNuPELuFZ9+1SLduVX7DtdQr8VOEAmB8UaOnG0clJ9Bj6E3SczhXGjqd718Lw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/eslint-parser": "^7.24.7", "@ember/test-waiters": "^3", @@ -26039,27 +24880,7 @@ "silent-error": "^1.0.0" }, "peerDependencies": { - "ember-fetch": "^8.0.1" - } - }, - "node_modules/ember-simple-auth/node_modules/broccoli-funnel": { - "version": "2.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "array-equal": "^1.0.0", - "blank-object": "^1.0.1", - "broccoli-plugin": "^1.3.0", - "debug": "^2.2.0", - "fast-ordered-set": "^1.0.0", - "fs-tree-diff": "^0.5.3", - "heimdalljs": "^0.2.0", - "minimatch": "^3.0.0", - "mkdirp": "^0.5.0", - "path-posix": "^1.0.0", - "rimraf": "^2.4.3", - "symlink-or-copy": "^1.0.0", - "walk-sync": "^0.3.1" + "@ember/test-helpers": ">= 3 || > 2.7" }, "peerDependenciesMeta": { "@ember/test-helpers": { @@ -26067,30 +24888,6 @@ } } }, - "node_modules/ember-simple-auth/node_modules/debug": { - "version": "2.6.9", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/ember-simple-auth/node_modules/mkdirp": { - "version": "0.5.6", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/ember-simple-auth/node_modules/ms": { - "version": "2.0.0", - "dev": true, - "license": "MIT" - }, "node_modules/ember-sortable": { "version": "5.2.2", "dev": true, @@ -28482,19 +27279,6 @@ "ember-source": ">=3.28.0" } }, - "node_modules/ember-unique-id-helper-polyfill": { - "version": "1.2.2", - "dev": true, - "license": "MIT", - "dependencies": { - "broccoli-funnel": "^3.0.8", - "ember-cli-babel": "^7.26.10", - "ember-cli-version-checker": "^5.1.2" - }, - "engines": { - "node": "12.* || 14.* || >= 16" - } - }, "node_modules/ember-unused-components": { "version": "1.2.0", "resolved": "git+ssh://git@github.com/MikiDi/ember-unused-components.git#9163900f1975a7ac03994b8af9ef2f7a2f534d4f", @@ -31130,179 +29914,6 @@ "dev": true, "license": "Apache-2.0" }, - "node_modules/fast-glob": { - "version": "2.2.7", - "dev": true, - "license": "MIT", - "dependencies": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/fast-glob/node_modules/@nodelib/fs.stat": { - "version": "1.1.3", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/fast-glob/node_modules/braces": { - "version": "2.3.2", - "dev": true, - "license": "MIT", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-glob/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-glob/node_modules/fill-range": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-glob/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "3.1.0", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "is-extglob": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-glob/node_modules/is-extendable": { - "version": "0.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-glob/node_modules/is-number": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-glob/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "dev": true, - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-glob/node_modules/isobject": { - "version": "3.0.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-glob/node_modules/micromatch": { - "version": "3.1.10", - "dev": true, - "license": "MIT", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-glob/node_modules/to-regex-range": { - "version": "2.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "dev": true, @@ -31313,11 +29924,6 @@ "dev": true, "license": "MIT" }, - "node_modules/fast-memoize": { - "version": "2.5.2", - "dev": true, - "license": "MIT" - }, "node_modules/fast-ordered-set": { "version": "1.0.3", "dev": true, @@ -32578,11 +31184,6 @@ "node": ">=10.13.0" } }, - "node_modules/glob-to-regexp": { - "version": "0.3.0", - "dev": true, - "license": "BSD" - }, "node_modules/global-dirs": { "version": "3.0.1", "dev": true, @@ -33721,23 +32322,6 @@ "tslib": "2" } }, - "node_modules/intl-messageformat-parser": { - "version": "6.4.4", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "@formatjs/ecma402-abstract": "1.6.4", - "tslib": "^2.1.0" - } - }, - "node_modules/intl-messageformat-parser/node_modules/@formatjs/ecma402-abstract": { - "version": "1.6.4", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.1.0" - } - }, "node_modules/invariant": { "version": "2.2.4", "dev": true, @@ -35018,11 +33602,6 @@ "dev": true, "license": "MIT" }, - "node_modules/locale-emoji": { - "version": "0.3.0", - "dev": true, - "license": "CC0-1.0" - }, "node_modules/locate-character": { "version": "2.0.5", "dev": true, @@ -35140,11 +33719,6 @@ "dev": true, "license": "MIT" }, - "node_modules/lodash.defaults": { - "version": "4.2.0", - "dev": true, - "license": "MIT" - }, "node_modules/lodash.defaultsdeep": { "version": "4.6.1", "dev": true, @@ -35209,11 +33783,6 @@ "lodash.isarray": "^3.0.0" } }, - "node_modules/lodash.last": { - "version": "3.0.0", - "dev": true, - "license": "MIT" - }, "node_modules/lodash.memoize": { "version": "4.1.2", "dev": true, @@ -45299,17 +43868,6 @@ "node": ">=8" } }, - "node_modules/p-event": { - "version": "2.3.1", - "dev": true, - "license": "MIT", - "dependencies": { - "p-timeout": "^2.0.1" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/p-finally": { "version": "1.0.0", "dev": true, @@ -45379,17 +43937,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/p-timeout": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "p-finally": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/p-try": { "version": "1.0.0", "dev": true, @@ -45989,7 +44536,8 @@ "node_modules/path-dirname": { "version": "1.0.2", "dev": true, - "license": "MIT" + "license": "MIT", + "optional": true }, "node_modules/path-exists": { "version": "3.0.0", @@ -46045,9 +44593,10 @@ } }, "node_modules/path-scurry": { - "version": "1.10.2", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "dev": true, - "license": "BlueOak-1.0.0", "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" @@ -46718,9 +45267,10 @@ } }, "node_modules/prosemirror-model": { - "version": "1.19.4", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.23.0.tgz", + "integrity": "sha512-Q/fgsgl/dlOAW9ILu4OOhYWQbc7TQd4BwKH/RwmUjyVf8682Be4zj3rOYdLnYEcGzyg8LL9Q5IWYKD8tdToreQ==", "dev": true, - "license": "MIT", "dependencies": { "orderedmap": "^2.0.0" } @@ -46734,9 +45284,10 @@ } }, "node_modules/prosemirror-schema-list": { - "version": "1.3.0", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/prosemirror-schema-list/-/prosemirror-schema-list-1.4.1.tgz", + "integrity": "sha512-jbDyaP/6AFfDfu70VzySsD75Om2t3sXTOdl5+31Wlxlg62td1haUpty/ybajSfJ1pkGadlOfwQq9kgW5IMo1Rg==", "dev": true, - "license": "MIT", "dependencies": { "prosemirror-model": "^1.0.0", "prosemirror-state": "^1.0.0", @@ -46753,30 +45304,20 @@ "prosemirror-view": "^1.27.0" } }, - "node_modules/prosemirror-tables": { - "version": "1.3.7", - "dev": true, - "license": "MIT", - "dependencies": { - "prosemirror-keymap": "^1.1.2", - "prosemirror-model": "^1.8.1", - "prosemirror-state": "^1.3.1", - "prosemirror-transform": "^1.2.1", - "prosemirror-view": "^1.13.3" - } - }, "node_modules/prosemirror-transform": { - "version": "1.8.0", + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/prosemirror-transform/-/prosemirror-transform-1.10.2.tgz", + "integrity": "sha512-2iUq0wv2iRoJO/zj5mv8uDUriOHWzXRnOTVgCzSXnktS/2iQRa3UUQwVlkBlYZFtygw6Nh1+X4mGqoYBINn5KQ==", "dev": true, - "license": "MIT", "dependencies": { "prosemirror-model": "^1.21.0" } }, "node_modules/prosemirror-view": { - "version": "1.32.4", + "version": "1.37.0", + "resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.37.0.tgz", + "integrity": "sha512-z2nkKI1sJzyi7T47Ji/ewBPuIma1RNvQCCYVdV+MqWBV7o4Sa1n94UJCJJ1aQRF/xRkFfyqLGlGFWitIcCOtbg==", "dev": true, - "license": "MIT", "dependencies": { "prosemirror-model": "^1.20.0", "prosemirror-state": "^1.0.0", @@ -51326,260 +49867,6 @@ "integrity": "sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==", "dev": true }, - "node_modules/torii": { - "version": "1.0.0-beta.1", - "dev": true, - "license": "MIT", - "dependencies": { - "ember-cli-babel": "^7.26.10", - "ember-cli-htmlbars": "^5.7.2" - }, - "engines": { - "node": "12.* || 14.* || >= 16" - } - }, - "node_modules/torii/node_modules/async-disk-cache": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "^4.1.1", - "heimdalljs": "^0.2.3", - "istextorbinary": "^2.5.1", - "mkdirp": "^0.5.0", - "rimraf": "^3.0.0", - "rsvp": "^4.8.5", - "username-sync": "^1.0.2" - }, - "engines": { - "node": "8.* || >= 10.*" - } - }, - "node_modules/torii/node_modules/broccoli-persistent-filter": { - "version": "3.1.3", - "dev": true, - "license": "MIT", - "dependencies": { - "async-disk-cache": "^2.0.0", - "async-promise-queue": "^1.0.3", - "broccoli-plugin": "^4.0.3", - "fs-tree-diff": "^2.0.0", - "hash-for-dep": "^1.5.0", - "heimdalljs": "^0.2.1", - "heimdalljs-logger": "^0.1.7", - "promise-map-series": "^0.2.1", - "rimraf": "^3.0.0", - "symlink-or-copy": "^1.0.1", - "sync-disk-cache": "^2.0.0" - }, - "engines": { - "node": "10.* || >= 12.*" - } - }, - "node_modules/torii/node_modules/broccoli-plugin": { - "version": "4.0.7", - "dev": true, - "license": "MIT", - "dependencies": { - "broccoli-node-api": "^1.7.0", - "broccoli-output-wrapper": "^3.2.5", - "fs-merger": "^3.2.1", - "promise-map-series": "^0.3.0", - "quick-temp": "^0.1.8", - "rimraf": "^3.0.2", - "symlink-or-copy": "^1.3.1" - }, - "engines": { - "node": "10.* || >= 12.*" - } - }, - "node_modules/torii/node_modules/broccoli-plugin/node_modules/promise-map-series": { - "version": "0.3.0", - "dev": true, - "license": "MIT", - "engines": { - "node": "10.* || >= 12.*" - } - }, - "node_modules/torii/node_modules/editions": { - "version": "2.3.1", - "dev": true, - "license": "MIT", - "dependencies": { - "errlop": "^2.0.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=0.8" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/torii/node_modules/editions/node_modules/semver": { - "version": "6.3.1", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/torii/node_modules/ember-cli-htmlbars": { - "version": "5.7.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@ember/edition-utils": "^1.2.0", - "babel-plugin-htmlbars-inline-precompile": "^5.0.0", - "broccoli-debug": "^0.6.5", - "broccoli-persistent-filter": "^3.1.2", - "broccoli-plugin": "^4.0.3", - "common-tags": "^1.8.0", - "ember-cli-babel-plugin-helpers": "^1.1.1", - "ember-cli-version-checker": "^5.1.2", - "fs-tree-diff": "^2.0.1", - "hash-for-dep": "^1.5.1", - "heimdalljs-logger": "^0.1.10", - "json-stable-stringify": "^1.0.1", - "semver": "^7.3.4", - "silent-error": "^1.1.1", - "strip-bom": "^4.0.0", - "walk-sync": "^2.2.0" - }, - "engines": { - "node": "10.* || >= 12.*" - } - }, - "node_modules/torii/node_modules/fs-tree-diff": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/symlink-or-copy": "^1.2.0", - "heimdalljs-logger": "^0.1.7", - "object-assign": "^4.1.0", - "path-posix": "^1.0.0", - "symlink-or-copy": "^1.1.8" - }, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/torii/node_modules/istextorbinary": { - "version": "2.6.0", - "dev": true, - "license": "MIT", - "dependencies": { - "binaryextensions": "^2.1.2", - "editions": "^2.2.0", - "textextensions": "^2.5.0" - }, - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/torii/node_modules/lru-cache": { - "version": "6.0.0", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/torii/node_modules/mkdirp": { - "version": "0.5.6", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/torii/node_modules/rimraf": { - "version": "3.0.2", - "dev": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/torii/node_modules/rsvp": { - "version": "4.8.5", - "dev": true, - "license": "MIT", - "engines": { - "node": "6.* || >= 7.*" - } - }, - "node_modules/torii/node_modules/semver": { - "version": "7.6.0", - "dev": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/torii/node_modules/strip-bom": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/torii/node_modules/sync-disk-cache": { - "version": "2.1.0", - "dev": true, - "dependencies": { - "debug": "^4.1.1", - "heimdalljs": "^0.2.6", - "mkdirp": "^0.5.0", - "rimraf": "^3.0.0", - "username-sync": "^1.0.2" - }, - "engines": { - "node": "8.* || >= 10.*" - } - }, - "node_modules/torii/node_modules/walk-sync": { - "version": "2.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/minimatch": "^3.0.3", - "ensure-posix-path": "^1.1.0", - "matcher-collection": "^2.0.0", - "minimatch": "^3.0.4" - }, - "engines": { - "node": "8.* || >= 10.*" - } - }, - "node_modules/torii/node_modules/yallist": { - "version": "4.0.0", - "dev": true, - "license": "ISC" - }, "node_modules/tough-cookie": { "version": "4.1.3", "dev": true, @@ -52614,6 +50901,24 @@ "node": ">=10" } }, + "node_modules/validated-changeset": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/validated-changeset/-/validated-changeset-1.3.4.tgz", + "integrity": "sha512-kodJCCnd3oA7sCtUkkl7olhB1MQUz2uTAYUnE38R4Dn8hIU4bZVWass8KPGt0fvu2WdkjFJOGpXDrT0isqNKqw==", + "dev": true, + "dependencies": { + "@types/ungap__structured-clone": "^0.3.0", + "@ungap/structured-clone": "^0.3.4", + "i": "^0.3.7", + "npm": "^8.7.0" + } + }, + "node_modules/validated-changeset/node_modules/@ungap/structured-clone": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-0.3.4.tgz", + "integrity": "sha512-TSVh8CpnwNAsPC5wXcIyh92Bv1gq6E9cNDeeLu7Z4h8V4/qWtXJp7y42qljRkqcpmsve1iozwv1wr+3BNdILCg==", + "dev": true + }, "node_modules/vary": { "version": "1.1.2", "dev": true, diff --git a/package.json b/package.json index bfd5663b09..4a7a0b0dd3 100644 --- a/package.json +++ b/package.json @@ -117,6 +117,7 @@ "ember-resources": "^7.0.3", "ember-router-service-refresh-polyfill": "^1.1.0", "ember-set-helper": "^3.0.1", + "ember-simple-auth": "^6.0.0", "ember-sortable": "^5.2.2", "ember-source": "~4.12.0", "ember-svg-jar": "^2.6.0", From 14abff4dca854921a912993afdce71c6c791df09 Mon Sep 17 00:00:00 2001 From: Sven Valenberghs Date: Mon, 25 Nov 2024 15:22:14 +0100 Subject: [PATCH 02/10] run codemods --- app/components/m-header.js | 3 +- app/routes/cases/submissions/submission.js | 3 +- app/services/agenda-service.js | 2 +- app/services/responsive.js | 3 +- codemods.log | 505 ++++++++++++--------- 5 files changed, 295 insertions(+), 221 deletions(-) diff --git a/app/components/m-header.js b/app/components/m-header.js index 09486b2454..780eb7141a 100644 --- a/app/components/m-header.js +++ b/app/components/m-header.js @@ -4,8 +4,7 @@ import { tracked } from '@glimmer/tracking'; import Component from '@glimmer/component'; import { task } from 'ember-concurrency'; import CONSTANTS from 'frontend-kaleidos/config/constants'; -import { isEnabledImpersonation } from 'frontend-kaleidos/utils/feature-flag'; -import { isEnabledCabinetSubmissions } from 'frontend-kaleidos/utils/feature-flag'; +import { isEnabledImpersonation, isEnabledCabinetSubmissions } from 'frontend-kaleidos/utils/feature-flag'; const environmentNames = { localhost: 'LOCAL', diff --git a/app/routes/cases/submissions/submission.js b/app/routes/cases/submissions/submission.js index c774002534..25923ea253 100644 --- a/app/routes/cases/submissions/submission.js +++ b/app/routes/cases/submissions/submission.js @@ -1,9 +1,8 @@ import Route from '@ember/routing/route'; import { inject as service } from '@ember/service'; import CONSTANTS from 'frontend-kaleidos/config/constants'; -import { sortPieces } from 'frontend-kaleidos/utils/documents'; +import { sortPieces, containsConfidentialPieces } from 'frontend-kaleidos/utils/documents'; import { TrackedArray } from 'tracked-built-ins'; -import { containsConfidentialPieces } from 'frontend-kaleidos/utils/documents'; export default class CasesSubmissionsSubmissionRoute extends Route { @service currentSession; diff --git a/app/services/agenda-service.js b/app/services/agenda-service.js index 0f0f7ae329..b55a0e5caa 100644 --- a/app/services/agenda-service.js +++ b/app/services/agenda-service.js @@ -108,7 +108,7 @@ export default class AgendaService extends Service { } createInternalReview = async(subcase, submissions, privateComment) => { - const submissionsToSet = submissions || await subcase?.submissions; + const submissionsToSet = submissions || (await subcase?.submissions); const internalReview = await this.store.createRecord('submission-internal-review', { created: new Date(), privateComment: privateComment, // default to the CONSTANTS? diff between nota and mededeling somewhere? diff --git a/app/services/responsive.js b/app/services/responsive.js index 2b178b2b81..7cf0c2bff1 100644 --- a/app/services/responsive.js +++ b/app/services/responsive.js @@ -1,9 +1,8 @@ import Service from '@ember/service'; import { run } from '@ember/runloop'; -import { classify, dasherize } from '@ember/string'; +import { classify, dasherize, camelize } from '@ember/string'; import Evented from '@ember/object/evented'; import { tracked, TrackedObject } from 'tracked-built-ins'; -import { camelize } from '@ember/string'; import { BREAKPOINTS } from 'frontend-kaleidos/config/config'; export default class ResponsiveService extends Service.extend(Evented) { diff --git a/codemods.log b/codemods.log index 15a6753a28..b4850423c3 100644 --- a/codemods.log +++ b/codemods.log @@ -1,214 +1,291 @@ -2024-02-21T15:52:12.459Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings.hbs -2024-02-21T15:52:12.554Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication.hbs -2024-02-21T15:52:12.576Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem.hbs -2024-02-21T15:52:12.582Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem.hbs -2024-02-21T15:52:12.582Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem.hbs -2024-02-21T15:52:12.583Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem.hbs -2024-02-21T15:52:12.608Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.654Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/shortlist.hbs -2024-02-21T15:52:12.480Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems.hbs -2024-02-21T15:52:12.508Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search.hbs -2024-02-21T15:52:12.508Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search.hbs -2024-02-21T15:52:12.509Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search.hbs -2024-02-21T15:52:12.509Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search.hbs -2024-02-21T15:52:12.535Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures.hbs -2024-02-21T15:52:12.554Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/print.hbs -2024-02-21T15:52:12.554Z [warn] WARNING: {{datetime-at}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/print.hbs -2024-02-21T15:52:12.554Z [warn] WARNING: {{kind-print-label}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/print.hbs -2024-02-21T15:52:12.643Z [warn] WARNING: {{eq}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/documents.hbs -2024-02-21T15:52:12.649Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletter/index.hbs -2024-02-21T15:52:12.649Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletter/index.hbs -2024-02-21T15:52:12.649Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletter/index.hbs -2024-02-21T15:52:12.678Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs -2024-02-21T15:52:12.678Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs -2024-02-21T15:52:12.678Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs -2024-02-21T15:52:12.678Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs -2024-02-21T15:52:12.678Z [warn] WARNING: {{datetime}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs -2024-02-21T15:52:12.682Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletter/print.hbs -2024-02-21T15:52:12.691Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agendaitem.hbs -2024-02-21T15:52:12.707Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletter/nota-updates.hbs -2024-02-21T15:52:12.725Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/index.hbs -2024-02-21T15:52:12.725Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/index.hbs -2024-02-21T15:52:12.725Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/index.hbs -2024-02-21T15:52:12.726Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/index.hbs -2024-02-21T15:52:12.726Z [warn] WARNING: {{datetime-at}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/index.hbs -2024-02-21T15:52:12.726Z [warn] WARNING: {{datetime}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/index.hbs -2024-02-21T15:52:12.555Z [warn] WARNING: {{uppercase}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication.hbs -2024-02-21T15:52:12.555Z [warn] WARNING: {{uppercase}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication.hbs -2024-02-21T15:52:12.555Z [warn] WARNING: {{uppercase}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication.hbs -2024-02-21T15:52:12.555Z [warn] WARNING: {{uppercase}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication.hbs -2024-02-21T15:52:12.555Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication.hbs -2024-02-21T15:52:12.588Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs -2024-02-21T15:52:12.588Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs -2024-02-21T15:52:12.588Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs -2024-02-21T15:52:12.588Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs -2024-02-21T15:52:12.588Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs -2024-02-21T15:52:12.589Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs -2024-02-21T15:52:12.589Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs -2024-02-21T15:52:12.646Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs -2024-02-21T15:52:12.646Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs -2024-02-21T15:52:12.646Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs -2024-02-21T15:52:12.646Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs -2024-02-21T15:52:12.646Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs -2024-02-21T15:52:12.646Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs -2024-02-21T15:52:12.648Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs -2024-02-21T15:52:12.648Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs -2024-02-21T15:52:12.649Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs -2024-02-21T15:52:12.649Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs -2024-02-21T15:52:12.675Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/cases.hbs -2024-02-21T15:52:12.675Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/cases.hbs -2024-02-21T15:52:12.675Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/cases.hbs -2024-02-21T15:52:12.703Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/all-types.hbs -2024-02-21T15:52:12.704Z [warn] WARNING: {{this.getStringProp}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/all-types.hbs -2024-02-21T15:52:12.704Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/all-types.hbs -2024-02-21T15:52:12.712Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/documents.hbs -2024-02-21T15:52:12.712Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/documents.hbs -2024-02-21T15:52:12.712Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/documents.hbs -2024-02-21T15:52:12.712Z [warn] WARNING: {{this.getStringProp}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/documents.hbs -2024-02-21T15:52:12.718Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/decisions.hbs -2024-02-21T15:52:12.718Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/decisions.hbs -2024-02-21T15:52:12.736Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/news-items.hbs -2024-02-21T15:52:12.736Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/news-items.hbs -2024-02-21T15:52:12.736Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/news-items.hbs -2024-02-21T15:52:12.736Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/news-items.hbs -2024-02-21T15:52:12.756Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/emails.hbs -2024-02-21T15:52:12.774Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/publication-flows.hbs -2024-02-21T15:52:12.775Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/publication-flows.hbs -2024-02-21T15:52:12.781Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/ministers.hbs -2024-02-21T15:52:12.791Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/index.hbs -2024-02-21T15:52:12.698Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda.hbs -2024-02-21T15:52:12.754Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agendas.hbs -2024-02-21T15:52:12.755Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agendas.hbs -2024-02-21T15:52:12.755Z [warn] WARNING: {{datetime-at}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agendas.hbs -2024-02-21T15:52:12.765Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/application.hbs -2024-02-21T15:52:12.765Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/application.hbs -2024-02-21T15:52:12.772Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/meeting.hbs -2024-02-21T15:52:12.775Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters.hbs -2024-02-21T15:52:12.793Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications.hbs -2024-02-21T15:52:12.609Z [warn] WARNING: {{and}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.609Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.609Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.609Z [warn] WARNING: {{and}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.609Z [warn] WARNING: {{includes}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.609Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.610Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.610Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.610Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.610Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.610Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.610Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.610Z [warn] WARNING: {{not}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.610Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs -2024-02-21T15:52:12.659Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs -2024-02-21T15:52:12.659Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs -2024-02-21T15:52:12.659Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs -2024-02-21T15:52:12.659Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs -2024-02-21T15:52:12.659Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs -2024-02-21T15:52:12.660Z [warn] WARNING: {{join}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs -2024-02-21T15:52:12.660Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs -2024-02-21T15:52:12.660Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs -2024-02-21T15:52:12.743Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.744Z [warn] WARNING: {{and}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.744Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.744Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.744Z [warn] WARNING: {{and}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.745Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.745Z [warn] WARNING: {{includes}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.745Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.745Z [warn] WARNING: {{join}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.745Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.745Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.745Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.745Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.745Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.745Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.745Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.746Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.751Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.751Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.751Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.751Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.751Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs -2024-02-21T15:52:12.769Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs -2024-02-21T15:52:12.769Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs -2024-02-21T15:52:12.770Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs -2024-02-21T15:52:12.770Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs -2024-02-21T15:52:12.770Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs -2024-02-21T15:52:12.770Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs -2024-02-21T15:52:12.770Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs -2024-02-21T15:52:12.792Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/index.hbs -2024-02-21T15:52:12.792Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/index.hbs -2024-02-21T15:52:12.792Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/index.hbs -2024-02-21T15:52:12.792Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/index.hbs -2024-02-21T15:52:12.792Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/index.hbs -2024-02-21T15:52:12.816Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase.hbs -2024-02-21T15:52:12.816Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase.hbs -2024-02-21T15:52:12.816Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase.hbs -2024-02-21T15:52:12.821Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/index.hbs -2024-02-21T15:52:12.872Z [warn] WARNING: {{eq}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase/documents.hbs -2024-02-21T15:52:12.879Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase/index.hbs -2024-02-21T15:52:12.879Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase/index.hbs -2024-02-21T15:52:12.879Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase/index.hbs -2024-02-21T15:52:12.879Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase/index.hbs -2024-02-21T15:52:12.717Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.717Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.717Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.717Z [warn] WARNING: {{eq}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.717Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.717Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.718Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.718Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.718Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.718Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.718Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.718Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.718Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.718Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.718Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.718Z [warn] WARNING: {{join}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.719Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs -2024-02-21T15:52:12.739Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/reports.hbs -2024-02-21T15:52:12.743Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/case.hbs -2024-02-21T15:52:12.744Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/decisions.hbs -2024-02-21T15:52:12.746Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/publication-activities.hbs -2024-02-21T15:52:12.747Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/proofs.hbs -2024-02-21T15:52:12.750Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/translations.hbs -2024-02-21T15:52:12.790Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/organization.hbs -2024-02-21T15:52:12.791Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/organization.hbs -2024-02-21T15:52:12.791Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/organization.hbs -2024-02-21T15:52:12.792Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/organization.hbs -2024-02-21T15:52:12.825Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs -2024-02-21T15:52:12.825Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs -2024-02-21T15:52:12.825Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs -2024-02-21T15:52:12.825Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs -2024-02-21T15:52:12.825Z [warn] WARNING: {{queue}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs -2024-02-21T15:52:12.825Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs -2024-02-21T15:52:12.825Z [warn] WARNING: {{queue}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs -2024-02-21T15:52:12.825Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs -2024-02-21T15:52:12.875Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.875Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.875Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.875Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.875Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.875Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.875Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.875Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.875Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.875Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.875Z [warn] WARNING: {{datetime-at}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.875Z [warn] WARNING: {{queue}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.876Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.876Z [warn] WARNING: {{queue}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.876Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.876Z [warn] WARNING: {{queue}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.876Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.876Z [warn] WARNING: {{queue}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.876Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs -2024-02-21T15:52:12.926Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs -2024-02-21T15:52:12.926Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs -2024-02-21T15:52:12.926Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs -2024-02-21T15:52:12.926Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs -2024-02-21T15:52:12.926Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs -2024-02-21T15:52:12.927Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs -2024-02-21T15:52:12.927Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs -2024-02-21T15:52:12.948Z [warn] WARNING: {{eq}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/documents.hbs +2024-11-25T14:17:50.642Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase.hbs +2024-11-25T14:17:50.661Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/new-submission.hbs +2024-11-25T14:17:50.644Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase.hbs +2024-11-25T14:17:50.644Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase.hbs +2024-11-25T14:17:50.692Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/new-submission.hbs +2024-11-25T14:17:50.748Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.733Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs +2024-11-25T14:17:50.734Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs +2024-11-25T14:17:50.734Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs +2024-11-25T14:17:50.734Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs +2024-11-25T14:17:50.734Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs +2024-11-25T14:17:50.735Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs +2024-11-25T14:17:50.735Z [warn] WARNING: {{datetime}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs +2024-11-25T14:17:50.735Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/index.hbs +2024-11-25T14:17:50.753Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletter/print.hbs +2024-11-25T14:17:50.758Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/index.hbs +2024-11-25T14:17:50.762Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda.hbs +2024-11-25T14:17:50.780Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/index.hbs +2024-11-25T14:17:50.788Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletter/nota-updates.hbs +2024-11-25T14:17:50.801Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletter/index.hbs +2024-11-25T14:17:50.801Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletter/index.hbs +2024-11-25T14:17:50.801Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletter/index.hbs +2024-11-25T14:17:50.827Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/meeting.hbs +2024-11-25T14:17:50.833Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications.hbs +2024-11-25T14:17:50.783Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/index.hbs +2024-11-25T14:17:50.784Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/index.hbs +2024-11-25T14:17:50.784Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/index.hbs +2024-11-25T14:17:50.784Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/index.hbs +2024-11-25T14:17:50.785Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/index.hbs +2024-11-25T14:17:50.840Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/parliament-flow/index.hbs +2024-11-25T14:17:50.870Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters.hbs +2024-11-25T14:17:50.880Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem.hbs +2024-11-25T14:17:50.881Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/documents.hbs +2024-11-25T14:17:50.764Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda.hbs +2024-11-25T14:17:50.778Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agendaitem.hbs +2024-11-25T14:17:50.868Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agendas.hbs +2024-11-25T14:17:50.869Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agendas.hbs +2024-11-25T14:17:50.870Z [warn] WARNING: {{datetime-at}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agendas.hbs +2024-11-25T14:17:50.878Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/application.hbs +2024-11-25T14:17:50.878Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/application.hbs +2024-11-25T14:17:50.881Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem.hbs +2024-11-25T14:17:50.881Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem.hbs +2024-11-25T14:17:50.882Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem.hbs +2024-11-25T14:17:50.882Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem.hbs +2024-11-25T14:17:50.894Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/ministers.hbs +2024-11-25T14:17:50.913Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs +2024-11-25T14:17:50.883Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/documents.hbs +2024-11-25T14:17:50.883Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/documents.hbs +2024-11-25T14:17:50.884Z [warn] WARNING: {{this.getStringProp}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/documents.hbs +2024-11-25T14:17:50.922Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/publication-flows.hbs +2024-11-25T14:17:50.923Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/publication-flows.hbs +2024-11-25T14:17:50.930Z [warn] WARNING: {{await}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/publication-flow.hbs +2024-11-25T14:17:50.750Z [warn] WARNING: {{and}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.750Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.751Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.751Z [warn] WARNING: {{and}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.751Z [warn] WARNING: {{includes}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.752Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.752Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.752Z [warn] WARNING: {{join}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.753Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.753Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.753Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.753Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.754Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.754Z [warn] WARNING: {{not}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.754Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ratifications.hbs +2024-11-25T14:17:50.868Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs +2024-11-25T14:17:50.868Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs +2024-11-25T14:17:50.868Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs +2024-11-25T14:17:50.868Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs +2024-11-25T14:17:50.869Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs +2024-11-25T14:17:50.869Z [warn] WARNING: {{join}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs +2024-11-25T14:17:50.869Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs +2024-11-25T14:17:50.869Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing.hbs +2024-11-25T14:17:50.957Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase/new-submission.hbs +2024-11-25T14:17:50.959Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase/new-submission.hbs +2024-11-25T14:17:50.960Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase/new-submission.hbs +2024-11-25T14:17:50.960Z [warn] WARNING: {{eq}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase/new-submission.hbs +2024-11-25T14:17:50.960Z [warn] WARNING: {{eq}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase/new-submission.hbs +2024-11-25T14:17:50.961Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/subcases/subcase/new-submission.hbs +2024-11-25T14:17:50.760Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/index.hbs +2024-11-25T14:17:50.760Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/index.hbs +2024-11-25T14:17:50.760Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/index.hbs +2024-11-25T14:17:50.760Z [warn] WARNING: {{datetime-at}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/index.hbs +2024-11-25T14:17:50.761Z [warn] WARNING: {{datetime}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/index.hbs +2024-11-25T14:17:50.835Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs +2024-11-25T14:17:50.835Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs +2024-11-25T14:17:50.835Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs +2024-11-25T14:17:50.835Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs +2024-11-25T14:17:50.836Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs +2024-11-25T14:17:50.836Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs +2024-11-25T14:17:50.836Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs +2024-11-25T14:17:50.836Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs +2024-11-25T14:17:50.836Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs +2024-11-25T14:17:50.837Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/newsletters/search.hbs +2024-11-25T14:17:50.849Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication.hbs +2024-11-25T14:17:50.850Z [warn] WARNING: {{uppercase}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication.hbs +2024-11-25T14:17:50.850Z [warn] WARNING: {{uppercase}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication.hbs +2024-11-25T14:17:50.850Z [warn] WARNING: {{uppercase}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication.hbs +2024-11-25T14:17:50.850Z [warn] WARNING: {{uppercase}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication.hbs +2024-11-25T14:17:50.850Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication.hbs +2024-11-25T14:17:50.898Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/all-types.hbs +2024-11-25T14:17:50.899Z [warn] WARNING: {{this.getStringProp}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/all-types.hbs +2024-11-25T14:17:50.900Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/all-types.hbs +2024-11-25T14:17:50.934Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/cases.hbs +2024-11-25T14:17:50.935Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/cases.hbs +2024-11-25T14:17:50.935Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/cases.hbs +2024-11-25T14:17:50.948Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/decisions.hbs +2024-11-25T14:17:50.949Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/decisions.hbs +2024-11-25T14:17:50.983Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs +2024-11-25T14:17:50.983Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs +2024-11-25T14:17:50.983Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs +2024-11-25T14:17:50.983Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs +2024-11-25T14:17:50.983Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs +2024-11-25T14:17:50.983Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs +2024-11-25T14:17:50.983Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/agendaitems.hbs +2024-11-25T14:17:50.931Z [warn] WARNING: {{await}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/publication-flow.hbs +2024-11-25T14:17:50.931Z [warn] WARNING: {{await}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/case/publication-flow.hbs +2024-11-25T14:17:50.948Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/reports.hbs +2024-11-25T14:17:50.994Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/submissions/submission.hbs +2024-11-25T14:17:50.994Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/submissions/submission.hbs +2024-11-25T14:17:50.994Z [warn] WARNING: {{await}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/submissions/submission.hbs +2024-11-25T14:17:50.994Z [warn] WARNING: {{and}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/submissions/submission.hbs +2024-11-25T14:17:50.995Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/submissions/submission.hbs +2024-11-25T14:17:50.995Z [warn] WARNING: {{eq}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/submissions/submission.hbs +2024-11-25T14:17:50.995Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/submissions/submission.hbs +2024-11-25T14:17:50.995Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/cases/submissions/submission.hbs +2024-11-25T14:17:50.992Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/emails.hbs +2024-11-25T14:17:50.998Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/news-items.hbs +2024-11-25T14:17:50.999Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/news-items.hbs +2024-11-25T14:17:50.999Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/news-items.hbs +2024-11-25T14:17:50.999Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search/news-items.hbs +2024-11-25T14:17:50.873Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search.hbs +2024-11-25T14:17:50.873Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search.hbs +2024-11-25T14:17:50.874Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search.hbs +2024-11-25T14:17:50.874Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/search.hbs +2024-11-25T14:17:50.886Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings.hbs +2024-11-25T14:17:50.902Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures.hbs +2024-11-25T14:17:50.997Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/submissions.hbs +2024-11-25T14:17:50.997Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/submissions.hbs +2024-11-25T14:17:50.997Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/submissions.hbs +2024-11-25T14:17:50.998Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/submissions.hbs +2024-11-25T14:17:50.998Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/submissions.hbs +2024-11-25T14:17:50.998Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/submissions.hbs +2024-11-25T14:17:50.998Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/submissions.hbs +2024-11-25T14:17:50.998Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/submissions.hbs +2024-11-25T14:17:50.998Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/submissions.hbs +2024-11-25T14:17:50.998Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/submissions.hbs +2024-11-25T14:17:50.998Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/submissions.hbs +2024-11-25T14:17:50.998Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/submissions.hbs +2024-11-25T14:17:51.022Z [warn] WARNING: {{not}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems.hbs +2024-11-25T14:17:51.022Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems.hbs +2024-11-25T14:17:51.022Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems.hbs +2024-11-25T14:17:51.022Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems.hbs +2024-11-25T14:17:50.994Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.995Z [warn] WARNING: {{and}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.995Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.995Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.995Z [warn] WARNING: {{and}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.996Z [warn] WARNING: {{includes}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.996Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.996Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.996Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.997Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.997Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.997Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.997Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.997Z [warn] WARNING: {{not}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:50.998Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/decisions.hbs +2024-11-25T14:17:51.055Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.055Z [warn] WARNING: {{and}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{and}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{includes}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{join}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.056Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.057Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.057Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.057Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.057Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.057Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:51.057Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/index.hbs +2024-11-25T14:17:50.915Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs +2024-11-25T14:17:50.915Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs +2024-11-25T14:17:50.915Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs +2024-11-25T14:17:50.916Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs +2024-11-25T14:17:50.916Z [warn] WARNING: {{queue}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs +2024-11-25T14:17:50.917Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs +2024-11-25T14:17:50.917Z [warn] WARNING: {{queue}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs +2024-11-25T14:17:50.917Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/index.hbs +2024-11-25T14:17:50.984Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/organization.hbs +2024-11-25T14:17:50.985Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/organization.hbs +2024-11-25T14:17:50.985Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/organization.hbs +2024-11-25T14:17:50.985Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/organizations/organization.hbs +2024-11-25T14:17:51.070Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.070Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.070Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.070Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.070Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.070Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.070Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.070Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.070Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.070Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.070Z [warn] WARNING: {{datetime-at}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.071Z [warn] WARNING: {{queue}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.071Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.071Z [warn] WARNING: {{queue}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.071Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.071Z [warn] WARNING: {{queue}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.071Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.071Z [warn] WARNING: {{queue}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.071Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/index.hbs +2024-11-25T14:17:51.074Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-ratifications.hbs +2024-11-25T14:17:51.074Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-ratifications.hbs +2024-11-25T14:17:51.074Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-ratifications.hbs +2024-11-25T14:17:51.074Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-ratifications.hbs +2024-11-25T14:17:51.074Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-ratifications.hbs +2024-11-25T14:17:51.074Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-ratifications.hbs +2024-11-25T14:17:51.074Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-ratifications.hbs +2024-11-25T14:17:51.091Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs +2024-11-25T14:17:51.091Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs +2024-11-25T14:17:51.091Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs +2024-11-25T14:17:51.091Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs +2024-11-25T14:17:51.091Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs +2024-11-25T14:17:51.091Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs +2024-11-25T14:17:51.091Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/signatures/ongoing-decisions.hbs +2024-11-25T14:17:51.110Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/decisions.hbs +2024-11-25T14:17:51.111Z [warn] WARNING: {{eq}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/documents.hbs +2024-11-25T14:17:51.119Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs +2024-11-25T14:17:51.119Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs +2024-11-25T14:17:51.119Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs +2024-11-25T14:17:51.119Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs +2024-11-25T14:17:51.120Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs +2024-11-25T14:17:51.120Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs +2024-11-25T14:17:51.120Z [warn] WARNING: {{toggle}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/settings/users/user.hbs +2024-11-25T14:17:51.145Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/documents.hbs +2024-11-25T14:17:51.146Z [warn] WARNING: {{eq}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/agendaitems/agendaitem/documents.hbs +2024-11-25T14:17:51.148Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.149Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.149Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.149Z [warn] WARNING: {{eq}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.149Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.149Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.149Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.149Z [warn] WARNING: {{set}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.149Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.150Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.150Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.150Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.150Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.150Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.150Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.150Z [warn] WARNING: {{join}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.150Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/overview/search.hbs +2024-11-25T14:17:51.153Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/case.hbs +2024-11-25T14:17:51.154Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/case.hbs +2024-11-25T14:17:51.154Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/case.hbs +2024-11-25T14:17:51.154Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/case.hbs +2024-11-25T14:17:51.154Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/case.hbs +2024-11-25T14:17:51.155Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/proofs.hbs +2024-11-25T14:17:51.156Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/publication-activities.hbs +2024-11-25T14:17:51.157Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/publications/publication/translations.hbs +2024-11-25T14:17:51.112Z [warn] WARNING: {{user-may}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/documents.hbs +2024-11-25T14:17:51.117Z [warn] WARNING: {{page-title}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/press.hbs +2024-11-25T14:17:51.117Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/press.hbs +2024-11-25T14:17:51.117Z [warn] WARNING: {{datetime-at}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/press.hbs +2024-11-25T14:17:51.117Z [warn] WARNING: {{kind-print-label}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/press.hbs +2024-11-25T14:17:51.133Z [warn] WARNING: {{date}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/print.hbs +2024-11-25T14:17:51.133Z [warn] WARNING: {{datetime-at}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/print.hbs +2024-11-25T14:17:51.133Z [warn] WARNING: {{kind-print-label}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/print.hbs +2024-11-25T14:17:51.164Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/submissions.hbs +2024-11-25T14:17:51.164Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/submissions.hbs +2024-11-25T14:17:51.164Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/submissions.hbs +2024-11-25T14:17:51.164Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/submissions.hbs +2024-11-25T14:17:51.164Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/submissions.hbs +2024-11-25T14:17:51.164Z [warn] WARNING: {{or}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/submissions.hbs +2024-11-25T14:17:51.164Z [warn] WARNING: {{join}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/submissions.hbs +2024-11-25T14:17:51.164Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/submissions.hbs +2024-11-25T14:17:51.164Z [warn] WARNING: {{capitalize}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/submissions.hbs +2024-11-25T14:17:51.165Z [warn] WARNING: {{fn}} was not converted as it has positional parameters which can't be automatically converted. Source: app/templates/agenda/submissions.hbs From 91103af6a95779061f486a83fe81e6f27a61b271 Mon Sep 17 00:00:00 2001 From: Sven Valenberghs Date: Mon, 25 Nov 2024 15:35:13 +0100 Subject: [PATCH 03/10] ember-cli-upgrade to v5.0.0 --- .eslintignore | 9 +------ .github/workflows/ci.yml | 47 ++++++++++++++++++++++++++++++++++++ .gitignore | 8 ------ .prettierignore | 11 ++------- .watchmanconfig | 2 +- config/ember-cli-update.json | 2 +- package.json | 25 ++++++++++--------- 7 files changed, 65 insertions(+), 39 deletions(-) create mode 100644 .github/workflows/ci.yml diff --git a/.eslintignore b/.eslintignore index 440f45e34c..d2de0095ab 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,20 +1,13 @@ # unconventional js /blueprints/*/files/ -/vendor/ # compiled output /dist/ -/tmp/ - -# dependencies -/bower_components/ -/node_modules/ # misc /coverage/ !.* .*/ -.eslintcache # ember-try /.node_modules.ember-try/ @@ -23,4 +16,4 @@ /package.json.ember-try # Jenkins-setup -.cache \ No newline at end of file +.cache diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000000..abe311381d --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,47 @@ +name: CI + +on: + push: + branches: + - main + - master + pull_request: {} + +concurrency: + group: ci-${{ github.head_ref || github.ref }} + cancel-in-progress: true + +jobs: + lint: + name: "Lint" + runs-on: ubuntu-latest + timeout-minutes: 10 + + steps: + - uses: actions/checkout@v3 + - name: Install Node + uses: actions/setup-node@v3 + with: + node-version: 16 + cache: npm + - name: Install Dependencies + run: npm ci + - name: Lint + run: npm run lint + + test: + name: "Test" + runs-on: ubuntu-latest + timeout-minutes: 10 + + steps: + - uses: actions/checkout@v3 + - name: Install Node + uses: actions/setup-node@v3 + with: + node-version: 16 + cache: npm + - name: Install Dependencies + run: npm ci + - name: Run Tests + run: npm test diff --git a/.gitignore b/.gitignore index fcd8cd8b7b..3f8cc168d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,20 @@ -# See https://help.github.com/ignore-files/ for more about ignoring files. - # compiled output /dist/ -/tmp/ # dependencies -/bower_components/ /node_modules/ # misc /.env* /.pnp* -/.sass-cache /.eslintcache -/connect.lock /coverage/ -/libpeerconnection.log /npm-debug.log* /testem.log /yarn-error.log # ember-try /.node_modules.ember-try/ -/bower.json.ember-try /npm-shrinkwrap.json.ember-try /package.json.ember-try diff --git a/.prettierignore b/.prettierignore index c9f8154eaf..0ecbd2e39f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,20 +1,13 @@ # unconventional js /blueprints/*/files/ -/vendor/ # compiled output /dist/ -/tmp/ - -# dependencies -/bower_components/ -/node_modules/ # misc /coverage/ !.* -.eslintcache -.lint-todo/ +.*/ # ember-try /.node_modules.ember-try/ @@ -22,4 +15,4 @@ /npm-shrinkwrap.json.ember-try /package.json.ember-try -/app/utils/cabinet-submission-email.js \ No newline at end of file +/app/utils/cabinet-submission-email.js diff --git a/.watchmanconfig b/.watchmanconfig index e7834e3e4f..f9c3d8f84f 100644 --- a/.watchmanconfig +++ b/.watchmanconfig @@ -1,3 +1,3 @@ { - "ignore_dirs": ["tmp", "dist"] + "ignore_dirs": ["dist"] } diff --git a/config/ember-cli-update.json b/config/ember-cli-update.json index 357ef993cd..a218fcf5e1 100644 --- a/config/ember-cli-update.json +++ b/config/ember-cli-update.json @@ -3,7 +3,7 @@ "packages": [ { "name": "ember-cli", - "version": "4.12.2", + "version": "5.0.0", "blueprints": [ { "name": "app", diff --git a/package.json b/package.json index 4a7a0b0dd3..cf756125a0 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "devDependencies": { "@appuniversum/appuniversum": "^1.2.0", "@appuniversum/ember-appuniversum": "3.4.2", - "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-proposal-decorators": "^7.21.0", + "@babel/eslint-parser": "^7.22.5", + "@babel/plugin-proposal-decorators": "^7.22.5", "@codemirror/basic-setup": "^0.20.0", "@codemirror/lang-html": "^0.20.0", "@codemirror/lang-xml": "^0.20.0", @@ -73,11 +73,12 @@ "ember-async-data": "^1.0.3", "ember-auto-import": "^2.10.0", "ember-changeset": "^4.1.2", - "ember-cli": "~4.12.3", + "ember-cli": "~5.0.0", "ember-cli-app-version": "^6.0.1", "ember-cli-autoprefixer": "^2.0.0", "ember-cli-babel": "^7.26.11", "ember-cli-cjs-transform": "^2.0.0", + "ember-cli-clean-css": "^2.0.0", "ember-cli-dependency-checker": "^3.3.2", "ember-cli-dependency-lint": "^2.0.1", "ember-cli-deprecation-workflow": "^3.0.2", @@ -92,7 +93,7 @@ "ember-code-snippet": "^3.0.0", "ember-concurrency": "^2.3.7", "ember-copy": "^2.0.1", - "ember-data": "~4.11.3", + "ember-data": "~5.0.0", "ember-element-helper": "^0.8.6", "ember-fetch": "^8.1.2", "ember-file-upload": "^8.4.1", @@ -113,13 +114,13 @@ "ember-prism": "^0.13.0", "ember-promise-helpers": "2.0.0", "ember-qunit": "^7.0.0", - "ember-resolver": "^10.0.0", + "ember-resolver": "^10.1.0", "ember-resources": "^7.0.3", "ember-router-service-refresh-polyfill": "^1.1.0", "ember-set-helper": "^3.0.1", "ember-simple-auth": "^6.0.0", "ember-sortable": "^5.2.2", - "ember-source": "~4.12.0", + "ember-source": "~5.0.0", "ember-svg-jar": "^2.6.0", "ember-tag-input": "3.1.0", "ember-template-lint": "^5.13.0", @@ -128,11 +129,11 @@ "ember-tooltips": "^3.6.0", "ember-unused-components": "git+https://github.com/MikiDi/ember-unused-components.git#9163900f1975a7ac03994b8af9ef2f7a2f534d4f", "ember-useragent": "^0.12.0", - "eslint": "^8.37.0", + "eslint": "^8.42.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-cypress": "^2.11.1", - "eslint-plugin-ember": "11.5.0", - "eslint-plugin-n": "^15.7.0", + "eslint-plugin-ember": "11.8.0", + "eslint-plugin-n": "^16.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-qunit": "^7.3.4", "flatpickr": "^4.6.13", @@ -142,7 +143,7 @@ "lodash.merge": "^4.6.2", "marked": "^4.2.12", "npm-run-all": "^4.1.5", - "prettier": "^2.8.7", + "prettier": "^2.8.8", "qunit": "^2.19.4", "qunit-dom": "^2.0.0", "reactiveweb": "^1.3.0", @@ -151,13 +152,13 @@ "sanitize-html": "^2.13.1", "sass": "^1.57.7", "tracked-built-ins": "^3.3.0", - "webpack": "^5.78.0", + "webpack": "^5.86.0", "xml-formatter": "^3.6.3" }, "overrides": { "babel-plugin-ember-template-compilation": "2.2.1" }, "engines": { - "node": "14.* || 16.* || >= 18" + "node": "16.* || >= 18" } } From bda08a0231828f315957db0d2a298e10947015fb Mon Sep 17 00:00:00 2001 From: Sven Valenberghs Date: Mon, 25 Nov 2024 16:33:52 +0100 Subject: [PATCH 04/10] KAS-3963 install ember v5.0.0 packages, bump power-select --- config/anglebrackets-codemod-config.json | 184 +++ package-lock.json | 1745 +++++++++++++--------- package.json | 2 +- 3 files changed, 1186 insertions(+), 745 deletions(-) create mode 100644 config/anglebrackets-codemod-config.json diff --git a/config/anglebrackets-codemod-config.json b/config/anglebrackets-codemod-config.json new file mode 100644 index 0000000000..0876a7395a --- /dev/null +++ b/config/anglebrackets-codemod-config.json @@ -0,0 +1,184 @@ +{ + "helpers": [ + "and_then", + "current_path", + "current_route_name", + "current_url", + "pause_test", + "visit", + "wait", + "class-names", + "link-to-models", + "assign", + "camelize", + "capitalize", + "classify", + "dasherize", + "html-safe", + "humanize", + "lowercase", + "titleize", + "trim", + "truncate", + "underscore", + "uppercase", + "w", + "get-code-snippet", + "append", + "call", + "chunk", + "compact", + "compute", + "dec", + "drop", + "entries", + "filter-by", + "filter", + "find-by", + "flatten", + "from-entries", + "group-by", + "has-next", + "has-previous", + "inc", + "includes", + "intersect", + "invoke", + "join", + "keys", + "map-by", + "map", + "next", + "noop", + "object-at", + "optional", + "pick", + "pipe-action", + "pipe", + "previous", + "queue", + "range", + "reduce", + "reject-by", + "repeat", + "reverse", + "shuffle", + "slice", + "sort-by", + "take", + "toggle-action", + "toggle", + "union", + "values", + "without", + "cancel-all", + "perform", + "task", + "element", + "pluralize", + "singularize", + "format-date", + "format-message", + "format-number", + "format-relative", + "format-time", + "t", + "link", + "abs", + "acos", + "acosh", + "add", + "asin", + "asinh", + "atan", + "atan2", + "atanh", + "cbrt", + "ceil", + "clz32", + "cos", + "cosh", + "div", + "exp", + "expm1", + "floor", + "fround", + "gcd", + "hypot", + "imul", + "lcm", + "log-e", + "log10", + "log1p", + "log2", + "max", + "min", + "mod", + "mult", + "pow", + "random", + "round", + "sign", + "sin", + "sqrt", + "sub", + "sum", + "tan", + "tanh", + "trunc", + "page-title", + "ember-power-select-is-group", + "ember-power-select-is-selected", + "await", + "is-fulfilled", + "is-pending", + "is-rejected", + "promise-all", + "promise-hash", + "promise-rejected-reason", + "media", + "svg-jar", + "and", + "eq", + "equal", + "gt", + "gte", + "is-array", + "is-empty", + "is-equal", + "lt", + "lte", + "not-eq", + "not-equal", + "not", + "or", + "xor", + "user-agent", + "load", + "file-queue", + "set", + "add-leading-zeros", + "app-version", + "current-datetime", + "date-format", + "date-phrase", + "date-weekday", + "date", + "datetime-at-phrase-weekday", + "datetime-at-phrase", + "datetime-at", + "datetime", + "document-icon", + "ensure-safe-component", + "file-size", + "format-bytesize", + "format-markdown", + "is-after-days", + "is-announcement", + "is-nota", + "kind-print-label", + "sort", + "time", + "user-may" + ] +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d125e04286..aae812312a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "devDependencies": { "@appuniversum/appuniversum": "^1.2.0", "@appuniversum/ember-appuniversum": "3.4.2", - "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-proposal-decorators": "^7.21.0", + "@babel/eslint-parser": "^7.22.5", + "@babel/plugin-proposal-decorators": "^7.22.5", "@codemirror/basic-setup": "^0.20.0", "@codemirror/lang-html": "^0.20.0", "@codemirror/lang-xml": "^0.20.0", @@ -39,11 +39,12 @@ "ember-async-data": "^1.0.3", "ember-auto-import": "^2.10.0", "ember-changeset": "^4.1.2", - "ember-cli": "~4.12.3", + "ember-cli": "~5.0.0", "ember-cli-app-version": "^6.0.1", "ember-cli-autoprefixer": "^2.0.0", "ember-cli-babel": "^7.26.11", "ember-cli-cjs-transform": "^2.0.0", + "ember-cli-clean-css": "^2.0.0", "ember-cli-dependency-checker": "^3.3.2", "ember-cli-dependency-lint": "^2.0.1", "ember-cli-deprecation-workflow": "^3.0.2", @@ -58,7 +59,7 @@ "ember-code-snippet": "^3.0.0", "ember-concurrency": "^2.3.7", "ember-copy": "^2.0.1", - "ember-data": "~4.11.3", + "ember-data": "~5.0.0", "ember-element-helper": "^0.8.6", "ember-fetch": "^8.1.2", "ember-file-upload": "^8.4.1", @@ -75,17 +76,17 @@ "ember-page-title": "^8.2.3", "ember-pdfjs-wrapper": "git+https://github.com/MikiDi/ember-pdfjs-wrapper.git#8300c671d3293dad0c5ccf87defdec6d08f839b3", "ember-plausible": "^0.1.1", - "ember-power-select": "^6.0.2", + "ember-power-select": "^7.2.0", "ember-prism": "^0.13.0", "ember-promise-helpers": "2.0.0", "ember-qunit": "^7.0.0", - "ember-resolver": "^10.0.0", + "ember-resolver": "^10.1.0", "ember-resources": "^7.0.3", "ember-router-service-refresh-polyfill": "^1.1.0", "ember-set-helper": "^3.0.1", "ember-simple-auth": "^6.0.0", "ember-sortable": "^5.2.2", - "ember-source": "~4.12.0", + "ember-source": "~5.0.0", "ember-svg-jar": "^2.6.0", "ember-tag-input": "3.1.0", "ember-template-lint": "^5.13.0", @@ -94,11 +95,11 @@ "ember-tooltips": "^3.6.0", "ember-unused-components": "git+https://github.com/MikiDi/ember-unused-components.git#9163900f1975a7ac03994b8af9ef2f7a2f534d4f", "ember-useragent": "^0.12.0", - "eslint": "^8.37.0", + "eslint": "^8.42.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-cypress": "^2.11.1", - "eslint-plugin-ember": "11.5.0", - "eslint-plugin-n": "^15.7.0", + "eslint-plugin-ember": "11.8.0", + "eslint-plugin-n": "^16.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-qunit": "^7.3.4", "flatpickr": "^4.6.13", @@ -108,7 +109,7 @@ "lodash.merge": "^4.6.2", "marked": "^4.2.12", "npm-run-all": "^4.1.5", - "prettier": "^2.8.7", + "prettier": "^2.8.8", "qunit": "^2.19.4", "qunit-dom": "^2.0.0", "reactiveweb": "^1.3.0", @@ -117,11 +118,11 @@ "sanitize-html": "^2.13.1", "sass": "^1.57.7", "tracked-built-ins": "^3.3.0", - "webpack": "^5.78.0", + "webpack": "^5.86.0", "xml-formatter": "^3.6.3" }, "engines": { - "node": "14.* || 16.* || >= 18" + "node": "16.* || >= 18" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3629,100 +3630,300 @@ } }, "node_modules/@ember-data/adapter": { - "version": "4.11.3", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@ember-data/adapter/-/adapter-5.0.1.tgz", + "integrity": "sha512-xIPZndo2xuzpRhN4dIDkMONxtMRJMF9w750WOGQLUNbSR2DZktu2eBeHiiVvsiNoo2iDIHAwZTVW8fT0ApaUYg==", "dev": true, - "license": "MIT", "dependencies": { - "@ember-data/private-build-infra": "4.11.3", - "@ember/edition-utils": "^1.2.0", - "@embroider/macros": "^1.10.0", - "ember-auto-import": "^2.4.3", + "@ember-data/private-build-infra": "5.0.1", + "@embroider/macros": "^1.11.0", "ember-cli-babel": "^7.26.11", "ember-cli-test-info": "^1.0.0" }, "engines": { - "node": "^14.8.0 || 16.* || >= 18.*" + "node": "16.* || >= 18.*" }, "peerDependencies": { - "@ember-data/store": "4.11.3", - "@ember/string": "^3.0.1", + "@ember-data/store": "5.0.1", + "@ember/string": "^3.1.1", "ember-inflector": "^4.0.2" } }, - "node_modules/@ember-data/canary-features": { - "version": "4.11.3", + "node_modules/@ember-data/debug": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@ember-data/debug/-/debug-5.0.1.tgz", + "integrity": "sha512-j9U9UPlTXLWK0iQVT8+VgVYinBD+V90Hu0dw/bicLbq1a+UeA4cguubvswDnq+7SEiOcF41UT7SeSTd/173NBA==", + "dev": true, + "dependencies": { + "@ember-data/private-build-infra": "5.0.1", + "@ember/edition-utils": "^1.2.0", + "@embroider/macros": "^1.11.0", + "ember-auto-import": "2.6.1", + "ember-cli-babel": "^7.26.11", + "webpack": "^5.82.1" + }, + "engines": { + "node": "16.* || >= 18.*" + }, + "peerDependencies": { + "@ember/string": "^3.1.1" + } + }, + "node_modules/@ember-data/debug/node_modules/broccoli-plugin": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-4.0.7.tgz", + "integrity": "sha512-a4zUsWtA1uns1K7p9rExYVYG99rdKeGRymW0qOCNkvDPHQxVi3yVyJHhQbM3EZwdt2E0mnhr5e0c/bPpJ7p3Wg==", + "dev": true, + "dependencies": { + "broccoli-node-api": "^1.7.0", + "broccoli-output-wrapper": "^3.2.5", + "fs-merger": "^3.2.1", + "promise-map-series": "^0.3.0", + "quick-temp": "^0.1.8", + "rimraf": "^3.0.2", + "symlink-or-copy": "^1.3.1" + }, + "engines": { + "node": "10.* || >= 12.*" + } + }, + "node_modules/@ember-data/debug/node_modules/ember-auto-import": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/ember-auto-import/-/ember-auto-import-2.6.1.tgz", + "integrity": "sha512-3bCRi/pXp4QslmuCXGlSz9xwR7DF5oDx3zZO5OXKzNZihtkqAM1xvGuRIdQSl46pvbAXOkp8Odl5fOen1i0dRw==", + "dev": true, + "dependencies": { + "@babel/core": "^7.16.7", + "@babel/plugin-proposal-class-properties": "^7.16.7", + "@babel/plugin-proposal-decorators": "^7.16.7", + "@babel/preset-env": "^7.16.7", + "@embroider/macros": "^1.0.0", + "@embroider/shared-internals": "^2.0.0", + "babel-loader": "^8.0.6", + "babel-plugin-ember-modules-api-polyfill": "^3.5.0", + "babel-plugin-htmlbars-inline-precompile": "^5.2.1", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "broccoli-debug": "^0.6.4", + "broccoli-funnel": "^3.0.8", + "broccoli-merge-trees": "^4.2.0", + "broccoli-plugin": "^4.0.0", + "broccoli-source": "^3.0.0", + "css-loader": "^5.2.0", + "debug": "^4.3.1", + "fs-extra": "^10.0.0", + "fs-tree-diff": "^2.0.0", + "handlebars": "^4.3.1", + "js-string-escape": "^1.0.1", + "lodash": "^4.17.19", + "mini-css-extract-plugin": "^2.5.2", + "parse5": "^6.0.1", + "resolve": "^1.20.0", + "resolve-package-path": "^4.0.3", + "semver": "^7.3.4", + "style-loader": "^2.0.0", + "typescript-memoize": "^1.0.0-alpha.3", + "walk-sync": "^3.0.0" + }, + "engines": { + "node": "12.* || 14.* || >= 16" + } + }, + "node_modules/@ember-data/debug/node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@ember-data/debug/node_modules/fs-tree-diff": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-2.0.1.tgz", + "integrity": "sha512-x+CfAZ/lJHQqwlD64pYM5QxWjzWhSjroaVsr8PW831zOApL55qPibed0c+xebaLWVr2BnHFoHdrwOv8pzt8R5A==", + "dev": true, + "dependencies": { + "@types/symlink-or-copy": "^1.2.0", + "heimdalljs-logger": "^0.1.7", + "object-assign": "^4.1.0", + "path-posix": "^1.0.0", + "symlink-or-copy": "^1.1.8" + }, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/@ember-data/debug/node_modules/promise-map-series": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/promise-map-series/-/promise-map-series-0.3.0.tgz", + "integrity": "sha512-3npG2NGhTc8BWBolLLf8l/92OxMGaRLbqvIh9wjCHhDXNvk4zsxaTaCpiCunW09qWPrN2zeNSNwRLVBrQQtutA==", + "dev": true, + "engines": { + "node": "10.* || >= 12.*" + } + }, + "node_modules/@ember-data/debug/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, - "license": "MIT", "dependencies": { - "@embroider/macros": "^1.10.0", + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@ember-data/debug/node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@ember-data/debug/node_modules/walk-sync": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/walk-sync/-/walk-sync-3.0.0.tgz", + "integrity": "sha512-41TvKmDGVpm2iuH7o+DAOt06yyu/cSHpX3uzAwetzASvlNtVddgIjXIb2DfB/Wa20B1Jo86+1Dv1CraSU7hWdw==", + "dev": true, + "dependencies": { + "@types/minimatch": "^3.0.4", + "ensure-posix-path": "^1.1.0", + "matcher-collection": "^2.0.1", + "minimatch": "^3.0.4" + }, + "engines": { + "node": "10.* || >= 12.*" + } + }, + "node_modules/@ember-data/graph": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@ember-data/graph/-/graph-5.0.1.tgz", + "integrity": "sha512-2KfSeWjTtnGnoNT/+gXpgTynlc+4Uhym1fGwG4MyXInOIrDnLyL355yTdoi2iDz2h7ZS9MS51bIjHJz90gglOA==", + "dev": true, + "dependencies": { + "@ember-data/private-build-infra": "5.0.1", + "@ember/edition-utils": "^1.2.0", + "@embroider/macros": "^1.11.0", "ember-cli-babel": "^7.26.11" }, "engines": { - "node": "^14.8.0 || 16.* || >= 18.*" + "node": "16.* || >= 18.*" + }, + "peerDependencies": { + "@ember-data/store": "5.0.1" } }, - "node_modules/@ember-data/debug": { - "version": "4.11.3", + "node_modules/@ember-data/json-api": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@ember-data/json-api/-/json-api-5.0.1.tgz", + "integrity": "sha512-nzPxRfwNQkdhp79YNIV3wjIsGhuilRwIE892uY/ehhDdGAHawPhHTqpzVIBNFf5cVFpoa+Reqe5+5mxBdPWceg==", "dev": true, - "license": "MIT", "dependencies": { - "@ember-data/private-build-infra": "4.11.3", + "@ember-data/private-build-infra": "5.0.1", "@ember/edition-utils": "^1.2.0", - "@embroider/macros": "^1.10.0", - "ember-auto-import": "^2.4.3", + "@embroider/macros": "^1.11.0", "ember-cli-babel": "^7.26.11" }, "engines": { - "node": "^14.8.0 || 16.* || >= 18.*" + "node": "16.* || >= 18.*" }, "peerDependencies": { - "@ember/string": "^3.0.1" + "@ember-data/graph": "5.0.1", + "@ember-data/store": "5.0.1" + } + }, + "node_modules/@ember-data/legacy-compat": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@ember-data/legacy-compat/-/legacy-compat-5.0.1.tgz", + "integrity": "sha512-FXr1unmMb6AtG5IEJC2WC1SOwwThvGvweZ3hZywXjaEAlwSzDr7kzX1NzP8m0DQvuQUWzguKxmpx+EHHwqt3IA==", + "dev": true, + "dependencies": { + "@ember-data/private-build-infra": "5.0.1", + "@embroider/macros": "^1.11.0", + "ember-cli-babel": "^7.26.11" + }, + "engines": { + "node": "16.* || >= 18" + }, + "peerDependencies": { + "@ember-data/graph": "5.0.1", + "@ember-data/json-api": "5.0.1" + }, + "peerDependenciesMeta": { + "@ember-data/graph": { + "optional": true + }, + "@ember-data/json-api": { + "optional": true + } } }, "node_modules/@ember-data/model": { - "version": "4.11.3", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@ember-data/model/-/model-5.0.1.tgz", + "integrity": "sha512-XOT1za/ltShn+EGRGw4lv20SDGC9S9Z2lpTd4EIw3tuYo6ydxIix8nZ+xO7NVJ5Y49sq9krodWSg30y2wzOk/g==", "dev": true, - "license": "MIT", "dependencies": { - "@ember-data/canary-features": "4.11.3", - "@ember-data/private-build-infra": "4.11.3", + "@ember-data/private-build-infra": "5.0.1", "@ember/edition-utils": "^1.2.0", - "@embroider/macros": "^1.10.0", - "ember-auto-import": "^2.4.3", + "@embroider/macros": "^1.11.0", "ember-cached-decorator-polyfill": "^1.0.1", "ember-cli-babel": "^7.26.11", "ember-cli-string-utils": "^1.1.0", "ember-cli-test-info": "^1.0.0", - "ember-compatibility-helpers": "^1.2.6", - "inflection": "~2.0.0" + "inflection": "~2.0.1" }, "engines": { - "node": "^14.8.0 || 16.* || >= 18.*" + "node": "16.* || >= 18.*" }, "peerDependencies": { - "@ember-data/record-data": "4.11.3", - "@ember-data/store": "4.11.3", - "@ember-data/tracking": "4.11.3", - "@ember/string": "^3.0.1", + "@ember-data/debug": "5.0.1", + "@ember-data/graph": "5.0.1", + "@ember-data/json-api": "5.0.1", + "@ember-data/legacy-compat": "5.0.1", + "@ember-data/store": "5.0.1", + "@ember-data/tracking": "5.0.1", + "@ember/string": "^3.1.1", "ember-inflector": "^4.0.2" }, "peerDependenciesMeta": { - "@ember-data/record-data": { + "@ember-data/debug": { + "optional": true + }, + "@ember-data/graph": { + "optional": true + }, + "@ember-data/json-api": { "optional": true } } }, "node_modules/@ember-data/private-build-infra": { - "version": "4.11.3", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@ember-data/private-build-infra/-/private-build-infra-5.0.1.tgz", + "integrity": "sha512-06jde21/wiRRmFjPnloleMpT+vk06aQlbNT4ITClTssRZOQDdMNLDK5pChRIiI3BcqPwkEMxVXXjr2Mz4HMqTQ==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/core": "^7.20.2", - "@babel/plugin-transform-block-scoping": "^7.20.2", - "@babel/runtime": "^7.20.1", - "@ember-data/canary-features": "4.11.3", + "@babel/core": "^7.22.1", + "@babel/plugin-transform-block-scoping": "^7.21.0", + "@babel/runtime": "^7.22.3", "@ember/edition-utils": "^1.2.0", - "@embroider/macros": "^1.10.0", + "@embroider/macros": "^1.11.0", "babel-import-util": "^1.3.0", "babel-plugin-debug-macros": "^0.3.4", "babel-plugin-filter-imports": "^4.0.0", @@ -3739,21 +3940,19 @@ "ember-cli-string-utils": "^1.1.0", "ember-cli-version-checker": "^5.1.2", "git-repo-info": "^2.1.1", - "glob": "^8.0.3", "npm-git-info": "^1.0.3", - "rimraf": "^3.0.2", - "rsvp": "^4.8.5", - "semver": "^7.3.8", + "semver": "^7.5.1", "silent-error": "^1.1.1" }, "engines": { - "node": "^14.8.0 || 16.* || >= 18.*" + "node": "16.* || >= 18.*" } }, "node_modules/@ember-data/private-build-infra/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -3766,24 +3965,18 @@ }, "node_modules/@ember-data/private-build-infra/node_modules/babel-import-util": { "version": "1.4.1", + "resolved": "https://registry.npmjs.org/babel-import-util/-/babel-import-util-1.4.1.tgz", + "integrity": "sha512-TNdiTQdPhXlx02pzG//UyVPSKE7SNWjY0n4So/ZnjQpWwaM5LvWBLkWa1JKll5u06HNscHD91XZPuwrMg1kadQ==", "dev": true, - "license": "MIT", "engines": { "node": ">= 12.*" } }, - "node_modules/@ember-data/private-build-infra/node_modules/brace-expansion": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, "node_modules/@ember-data/private-build-infra/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -3797,8 +3990,9 @@ }, "node_modules/@ember-data/private-build-infra/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -3808,125 +4002,24 @@ }, "node_modules/@ember-data/private-build-infra/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/@ember-data/private-build-infra/node_modules/glob": { - "version": "8.1.0", - "dev": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/@ember-data/private-build-infra/node_modules/has-flag": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/@ember-data/private-build-infra/node_modules/lru-cache": { - "version": "6.0.0", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@ember-data/private-build-infra/node_modules/minimatch": { - "version": "5.1.6", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@ember-data/private-build-infra/node_modules/rimraf": { - "version": "3.0.2", - "dev": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@ember-data/private-build-infra/node_modules/rimraf/node_modules/brace-expansion": { - "version": "1.1.11", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/@ember-data/private-build-infra/node_modules/rimraf/node_modules/glob": { - "version": "7.2.3", - "dev": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@ember-data/private-build-infra/node_modules/rimraf/node_modules/minimatch": { - "version": "3.1.2", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@ember-data/private-build-infra/node_modules/rsvp": { - "version": "4.8.5", - "dev": true, - "license": "MIT", - "engines": { - "node": "6.* || >= 7.*" - } - }, "node_modules/@ember-data/private-build-infra/node_modules/semver": { - "version": "7.6.0", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -3936,8 +4029,9 @@ }, "node_modules/@ember-data/private-build-infra/node_modules/supports-color": { "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -3945,28 +4039,19 @@ "node": ">=8" } }, - "node_modules/@ember-data/private-build-infra/node_modules/yallist": { - "version": "4.0.0", - "dev": true, - "license": "ISC" - }, - "node_modules/@ember-data/record-data": { - "version": "4.11.3", + "node_modules/@ember-data/request": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@ember-data/request/-/request-5.0.1.tgz", + "integrity": "sha512-5eAaE4AATr8W6OqUrBmZqnGFGbSIrsuqXdndbcrLtuazfH4I0m+tj2l5/wQ819dcvKaogCU71igxQM915tJ6jQ==", "dev": true, - "license": "MIT", "dependencies": { - "@ember-data/canary-features": "4.11.3", - "@ember-data/private-build-infra": "4.11.3", - "@ember/edition-utils": "^1.2.0", - "@embroider/macros": "^1.10.0", - "ember-auto-import": "^2.4.3", + "@ember-data/private-build-infra": "5.0.1", + "@ember/test-waiters": "^3.0.2", + "@embroider/macros": "^1.11.0", "ember-cli-babel": "^7.26.11" }, "engines": { - "node": "^14.8.0 || 16.* || >= 18.*" - }, - "peerDependencies": { - "@ember-data/store": "4.11.3" + "node": "16.* || >= 18" } }, "node_modules/@ember-data/rfc395-data": { @@ -3975,65 +4060,73 @@ "license": "MIT" }, "node_modules/@ember-data/serializer": { - "version": "4.11.3", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@ember-data/serializer/-/serializer-5.0.1.tgz", + "integrity": "sha512-m3v7FLSLJRUNdx3XcN0Gea743QP22VzC0YkzkAqJZqx4xU7AwiEFvTbX8Dx6Dl3JgdY1gNkOhZZ+l2OogyfWVA==", "dev": true, - "license": "MIT", "dependencies": { - "@ember-data/private-build-infra": "4.11.3", - "@embroider/macros": "^1.10.0", - "ember-auto-import": "^2.4.3", + "@ember-data/private-build-infra": "5.0.1", + "@embroider/macros": "^1.11.0", "ember-cli-babel": "^7.26.11", "ember-cli-test-info": "^1.0.0" }, "engines": { - "node": "^14.8.0 || 16.* || >= 18.*" + "node": "16.* || >= 18.*" }, "peerDependencies": { - "@ember-data/store": "4.11.3", - "@ember/string": "^3.0.1", + "@ember-data/store": "5.0.1", + "@ember/string": "^3.1.1", "ember-inflector": "^4.0.2" } }, "node_modules/@ember-data/store": { - "version": "4.11.3", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@ember-data/store/-/store-5.0.1.tgz", + "integrity": "sha512-2tHDLRfIV9VlDwVNZUFEyFoa9YmsVRlThT9UIOsJ5Xoq44s5Uswyk3o1qAfDMCiRJiaGEq5fpBRkZg2M66ZstA==", "dev": true, - "license": "MIT", "dependencies": { - "@ember-data/canary-features": "4.11.3", - "@ember-data/private-build-infra": "4.11.3", - "@embroider/macros": "^1.10.0", - "ember-auto-import": "^2.4.3", + "@ember-data/private-build-infra": "5.0.1", + "@embroider/macros": "^1.11.0", "ember-cached-decorator-polyfill": "^1.0.1", "ember-cli-babel": "^7.26.11" }, "engines": { - "node": "^14.8.0 || 16.* || >= 18.*" + "node": "16.* || >= 18.*" }, "peerDependencies": { - "@ember-data/model": "4.11.3", - "@ember-data/record-data": "4.11.3", - "@ember-data/tracking": "4.11.3", - "@ember/string": "^3.0.1", + "@ember-data/graph": "5.0.1", + "@ember-data/json-api": "5.0.1", + "@ember-data/legacy-compat": "5.0.1", + "@ember-data/model": "5.0.1", + "@ember-data/tracking": "5.0.1", + "@ember/string": "^3.1.1", "@glimmer/tracking": "^1.1.2" }, "peerDependenciesMeta": { - "@ember-data/model": { + "@ember-data/graph": { + "optional": true + }, + "@ember-data/json-api": { "optional": true }, - "@ember-data/record-data": { + "@ember-data/legacy-compat": { + "optional": true + }, + "@ember-data/model": { "optional": true } } }, "node_modules/@ember-data/tracking": { - "version": "4.11.3", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@ember-data/tracking/-/tracking-5.0.1.tgz", + "integrity": "sha512-CnzyDGlgApf6IM0UwNKI8zhJSoW6fmHl05K2FW4MKSQGIEgbJVFxvbRH6uFgbPcSDMFFGX74/JQGXScMrowplw==", "dev": true, - "license": "MIT", "dependencies": { "ember-cli-babel": "^7.26.11" }, "engines": { - "node": "14.* || 16.* || >= 18" + "node": "16.* || >= 18" } }, "node_modules/@ember/edition-utils": { @@ -4831,9 +4924,10 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.10.0", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", + "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", "dev": true, - "license": "MIT", "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } @@ -5253,6 +5347,15 @@ "dev": true, "license": "ISC" }, + "node_modules/@inquirer/figures": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.8.tgz", + "integrity": "sha512-tKd+jsmhq21AP1LhexC0pPwsCxEhGgAkg28byjJAd+xhmIs8LUX8JbUc3vBf3PhLxWiB5EvyBE5X7JSPAqMAqg==", + "dev": true, + "engines": { + "node": ">=18" + } + }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -7296,9 +7399,11 @@ } }, "node_modules/@types/broccoli-plugin": { - "version": "3.0.0", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/broccoli-plugin/-/broccoli-plugin-3.0.4.tgz", + "integrity": "sha512-VfG0WydDHFr6MGj75U16bKxOnrl8uP9bXvq7VD+NuvnAq5/22cQDrf8o7BnzBJQt+Xm9jkPt1hh2EHVWluGYIA==", + "deprecated": "This is a stub types definition. broccoli-plugin provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT", "dependencies": { "broccoli-plugin": "*" } @@ -8338,19 +8443,6 @@ "dev": true, "license": "MIT" }, - "node_modules/array-to-error": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "array-to-sentence": "^1.1.0" - } - }, - "node_modules/array-to-sentence": { - "version": "1.1.0", - "dev": true, - "license": "MIT" - }, "node_modules/array-union": { "version": "2.1.0", "dev": true, @@ -9129,21 +9221,6 @@ "node": "10.* || >= 12.*" } }, - "node_modules/babel-plugin-module-resolver": { - "version": "4.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "find-babel-config": "^1.2.0", - "glob": "^7.1.6", - "pkg-up": "^3.1.0", - "reselect": "^4.0.0", - "resolve": "^1.13.1" - }, - "engines": { - "node": ">= 8.0.0" - } - }, "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.4.10", "dev": true, @@ -9684,8 +9761,9 @@ }, "node_modules/babel6-plugin-strip-class-callcheck": { "version": "6.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/babel6-plugin-strip-class-callcheck/-/babel6-plugin-strip-class-callcheck-6.0.0.tgz", + "integrity": "sha512-biNFJ7JAK4+9BwswDGL0dmYpvXHvswOFR/iKg3Q/f+pNxPEa5bWZkLHI1fW4spPytkHGMe7f/XtYyhzml9hiWg==", + "dev": true }, "node_modules/babylon": { "version": "6.18.0", @@ -9858,6 +9936,16 @@ "url": "https://bevry.me/fund" } }, + "node_modules/bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "optional": true, + "dependencies": { + "file-uri-to-path": "1.0.0" + } + }, "node_modules/bl": { "version": "4.1.0", "dev": true, @@ -10273,48 +10361,6 @@ "dev": true, "license": "ISC" }, - "node_modules/bower-config": { - "version": "1.4.3", - "dev": true, - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.1.3", - "minimist": "^0.2.1", - "mout": "^1.0.0", - "osenv": "^0.1.3", - "untildify": "^2.1.0", - "wordwrap": "^0.0.3" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/bower-config/node_modules/minimist": { - "version": "0.2.4", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/bower-config/node_modules/untildify": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "os-homedir": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/bower-endpoint-parser": { - "version": "0.2.2", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, "node_modules/boxen": { "version": "5.1.2", "dev": true, @@ -10476,18 +10522,6 @@ "node": "8.* || >= 10.*" } }, - "node_modules/broccoli-amd-funnel": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "broccoli-plugin": "^1.3.0", - "symlink-or-copy": "^1.2.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/broccoli-asset-rev": { "version": "3.0.0", "dev": true, @@ -10888,17 +10922,6 @@ "dev": true, "license": "MIT" }, - "node_modules/broccoli-clean-css": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "broccoli-persistent-filter": "^1.1.6", - "clean-css-promise": "^0.1.0", - "inline-source-map-comment": "^1.0.5", - "json-stable-stringify": "^1.0.0" - } - }, "node_modules/broccoli-concat": { "version": "4.2.5", "dev": true, @@ -11439,8 +11462,9 @@ }, "node_modules/broccoli-rollup": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/broccoli-rollup/-/broccoli-rollup-5.0.0.tgz", + "integrity": "sha512-QdMuXHwsdz/LOS8zu4HP91Sfi4ofimrOXoYP/lrPdRh7lJYD87Lfq4WzzUhGHsxMfzANIEvl/7qVHKD3cFJ4tA==", "dev": true, - "license": "MIT", "dependencies": { "@types/broccoli-plugin": "^3.0.0", "broccoli-plugin": "^4.0.7", @@ -11458,8 +11482,9 @@ }, "node_modules/broccoli-rollup/node_modules/broccoli-plugin": { "version": "4.0.7", + "resolved": "https://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-4.0.7.tgz", + "integrity": "sha512-a4zUsWtA1uns1K7p9rExYVYG99rdKeGRymW0qOCNkvDPHQxVi3yVyJHhQbM3EZwdt2E0mnhr5e0c/bPpJ7p3Wg==", "dev": true, - "license": "MIT", "dependencies": { "broccoli-node-api": "^1.7.0", "broccoli-output-wrapper": "^3.2.5", @@ -11475,8 +11500,9 @@ }, "node_modules/broccoli-rollup/node_modules/fs-tree-diff": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-2.0.1.tgz", + "integrity": "sha512-x+CfAZ/lJHQqwlD64pYM5QxWjzWhSjroaVsr8PW831zOApL55qPibed0c+xebaLWVr2BnHFoHdrwOv8pzt8R5A==", "dev": true, - "license": "MIT", "dependencies": { "@types/symlink-or-copy": "^1.2.0", "heimdalljs-logger": "^0.1.7", @@ -11490,16 +11516,19 @@ }, "node_modules/broccoli-rollup/node_modules/promise-map-series": { "version": "0.3.0", + "resolved": "https://registry.npmjs.org/promise-map-series/-/promise-map-series-0.3.0.tgz", + "integrity": "sha512-3npG2NGhTc8BWBolLLf8l/92OxMGaRLbqvIh9wjCHhDXNvk4zsxaTaCpiCunW09qWPrN2zeNSNwRLVBrQQtutA==", "dev": true, - "license": "MIT", "engines": { "node": "10.* || >= 12.*" } }, "node_modules/broccoli-rollup/node_modules/rimraf": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, - "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -11511,9 +11540,10 @@ } }, "node_modules/broccoli-rollup/node_modules/rollup": { - "version": "2.79.1", + "version": "2.79.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", + "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", "dev": true, - "license": "MIT", "bin": { "rollup": "dist/bin/rollup" }, @@ -11526,8 +11556,9 @@ }, "node_modules/broccoli-rollup/node_modules/walk-sync": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/walk-sync/-/walk-sync-2.2.0.tgz", + "integrity": "sha512-IC8sL7aB4/ZgFcGI2T1LczZeFWZ06b3zoHH7jBPyHxOtIIz1jppWHjjEXkOFvFojBVAK9pV7g47xOZ4LW3QLfg==", "dev": true, - "license": "MIT", "dependencies": { "@types/minimatch": "^3.0.3", "ensure-posix-path": "^1.1.0", @@ -13377,8 +13408,9 @@ }, "node_modules/clean-css": { "version": "3.4.28", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.28.tgz", + "integrity": "sha512-aTWyttSdI2mYi07kWqHi24NUU9YlELFKGOAgFzZjDN1064DMAOy2FBuoyGmkKRlXkbpXd0EVHmiVkbKhKoirTw==", "dev": true, - "license": "MIT", "dependencies": { "commander": "2.8.x", "source-map": "0.4.x" @@ -13390,20 +13422,11 @@ "node": ">=0.10.0" } }, - "node_modules/clean-css-promise": { - "version": "0.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "array-to-error": "^1.0.0", - "clean-css": "^3.4.5", - "pinkie-promise": "^2.0.0" - } - }, "node_modules/clean-css/node_modules/commander": { "version": "2.8.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz", + "integrity": "sha512-+pJLBFVk+9ZZdlAOB5WuIElVPPth47hILFkmGym57aq8kwxsowvByvB0DHs1vQAhyMZzdcpTtF0VDKGkSDR4ZQ==", "dev": true, - "license": "MIT", "dependencies": { "graceful-readlink": ">= 1.0.0" }, @@ -15928,20 +15951,13 @@ } }, "node_modules/ember-cli": { - "version": "4.12.3", - "resolved": "https://registry.npmjs.org/ember-cli/-/ember-cli-4.12.3.tgz", - "integrity": "sha512-Ilap7fVGx0+sF6y5O1id+xVPYlc2cJ8OAG6faEQPyvbaCCUsCZnAEr7EMA+5qg0kNqjawIIHJTgnQesdbaDwtg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ember-cli/-/ember-cli-5.0.0.tgz", + "integrity": "sha512-poklpwf+GrDhkFRTYvYmpkSA5R0pNy4Vahxjvji5jUl82tot+J95ZY1QH1yx//QzQ7zb1XlcOnceieyd2j1Rbw==", "dev": true, "dependencies": { - "@babel/core": "^7.21.0", - "@babel/plugin-transform-modules-amd": "^7.20.11", - "amd-name-resolver": "^1.3.1", - "babel-plugin-module-resolver": "^4.1.0", - "bower-config": "^1.4.3", - "bower-endpoint-parser": "0.2.2", + "@babel/core": "^7.21.4", "broccoli": "^3.5.2", - "broccoli-amd-funnel": "^2.0.1", - "broccoli-babel-transpiler": "^7.8.1", "broccoli-builder": "^0.18.14", "broccoli-concat": "^4.2.5", "broccoli-config-loader": "^1.0.1", @@ -15968,7 +15984,7 @@ "ember-cli-is-package-missing": "^1.0.0", "ember-cli-lodash-subset": "^2.0.1", "ember-cli-normalize-entity-name": "^1.0.0", - "ember-cli-preprocess-registry": "^3.3.0", + "ember-cli-preprocess-registry": "^5.0.1", "ember-cli-string-utils": "^1.1.0", "ensure-posix-path": "^1.1.1", "execa": "^5.1.1", @@ -15978,7 +15994,7 @@ "find-up": "^5.0.0", "find-yarn-workspace-root": "^2.0.0", "fixturify-project": "^2.1.1", - "fs-extra": "^11.1.0", + "fs-extra": "^11.1.1", "fs-tree-diff": "^2.0.1", "get-caller-file": "^2.0.5", "git-repo-info": "^2.1.1", @@ -15989,16 +16005,16 @@ "heimdalljs-logger": "^0.1.10", "http-proxy": "^1.18.1", "inflection": "^2.0.1", - "inquirer": "^8.2.1", + "inquirer": "^9.1.5", "is-git-url": "^1.0.0", "is-language-code": "^3.1.0", "isbinaryfile": "^5.0.0", "js-yaml": "^4.1.0", "leek": "0.0.24", - "lodash": "^4.17.21", + "lodash.template": "^4.5.0", "markdown-it": "^13.0.1", "markdown-it-terminal": "^0.4.0", - "minimatch": "^7.4.1", + "minimatch": "^7.4.3", "morgan": "^1.10.0", "nopt": "^3.0.6", "npm-package-arg": "^10.1.0", @@ -16031,7 +16047,7 @@ "ember": "bin/ember" }, "engines": { - "node": ">= 14" + "node": ">= 16" } }, "node_modules/ember-cli-app-version": { @@ -16713,6 +16729,189 @@ "node": ">= 4.0.0" } }, + "node_modules/ember-cli-clean-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ember-cli-clean-css/-/ember-cli-clean-css-2.0.1.tgz", + "integrity": "sha512-djUYfFZvMGa+/h74E83lWS255AUFS2A+Kp3pupQaqUSa7i9g9PXhbOqOgC03T6D/rASxgSpl+Mh3knDvhAJ7MQ==", + "dev": true, + "dependencies": { + "broccoli-persistent-filter": "^3.1.3", + "clean-css": "^3.4.28", + "json-stable-stringify": "^1.0.1" + }, + "engines": { + "node": "16.* || >= 18" + } + }, + "node_modules/ember-cli-clean-css/node_modules/async-disk-cache": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/async-disk-cache/-/async-disk-cache-2.1.0.tgz", + "integrity": "sha512-iH+boep2xivfD9wMaZWkywYIURSmsL96d6MoqrC94BnGSvXE4Quf8hnJiHGFYhw/nLeIa1XyRaf4vvcvkwAefg==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "heimdalljs": "^0.2.3", + "istextorbinary": "^2.5.1", + "mkdirp": "^0.5.0", + "rimraf": "^3.0.0", + "rsvp": "^4.8.5", + "username-sync": "^1.0.2" + }, + "engines": { + "node": "8.* || >= 10.*" + } + }, + "node_modules/ember-cli-clean-css/node_modules/broccoli-persistent-filter": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-3.1.3.tgz", + "integrity": "sha512-Q+8iezprZzL9voaBsDY3rQVl7c7H5h+bvv8SpzCZXPZgfBFCbx7KFQ2c3rZR6lW5k4Kwoqt7jG+rZMUg67Gwxw==", + "dev": true, + "dependencies": { + "async-disk-cache": "^2.0.0", + "async-promise-queue": "^1.0.3", + "broccoli-plugin": "^4.0.3", + "fs-tree-diff": "^2.0.0", + "hash-for-dep": "^1.5.0", + "heimdalljs": "^0.2.1", + "heimdalljs-logger": "^0.1.7", + "promise-map-series": "^0.2.1", + "rimraf": "^3.0.0", + "symlink-or-copy": "^1.0.1", + "sync-disk-cache": "^2.0.0" + }, + "engines": { + "node": "10.* || >= 12.*" + } + }, + "node_modules/ember-cli-clean-css/node_modules/broccoli-plugin": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-4.0.7.tgz", + "integrity": "sha512-a4zUsWtA1uns1K7p9rExYVYG99rdKeGRymW0qOCNkvDPHQxVi3yVyJHhQbM3EZwdt2E0mnhr5e0c/bPpJ7p3Wg==", + "dev": true, + "dependencies": { + "broccoli-node-api": "^1.7.0", + "broccoli-output-wrapper": "^3.2.5", + "fs-merger": "^3.2.1", + "promise-map-series": "^0.3.0", + "quick-temp": "^0.1.8", + "rimraf": "^3.0.2", + "symlink-or-copy": "^1.3.1" + }, + "engines": { + "node": "10.* || >= 12.*" + } + }, + "node_modules/ember-cli-clean-css/node_modules/broccoli-plugin/node_modules/promise-map-series": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/promise-map-series/-/promise-map-series-0.3.0.tgz", + "integrity": "sha512-3npG2NGhTc8BWBolLLf8l/92OxMGaRLbqvIh9wjCHhDXNvk4zsxaTaCpiCunW09qWPrN2zeNSNwRLVBrQQtutA==", + "dev": true, + "engines": { + "node": "10.* || >= 12.*" + } + }, + "node_modules/ember-cli-clean-css/node_modules/editions": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/editions/-/editions-2.3.1.tgz", + "integrity": "sha512-ptGvkwTvGdGfC0hfhKg0MT+TRLRKGtUiWGBInxOm5pz7ssADezahjCUaYuZ8Dr+C05FW0AECIIPt4WBxVINEhA==", + "dev": true, + "dependencies": { + "errlop": "^2.0.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=0.8" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/ember-cli-clean-css/node_modules/fs-tree-diff": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-2.0.1.tgz", + "integrity": "sha512-x+CfAZ/lJHQqwlD64pYM5QxWjzWhSjroaVsr8PW831zOApL55qPibed0c+xebaLWVr2BnHFoHdrwOv8pzt8R5A==", + "dev": true, + "dependencies": { + "@types/symlink-or-copy": "^1.2.0", + "heimdalljs-logger": "^0.1.7", + "object-assign": "^4.1.0", + "path-posix": "^1.0.0", + "symlink-or-copy": "^1.1.8" + }, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/ember-cli-clean-css/node_modules/istextorbinary": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-2.6.0.tgz", + "integrity": "sha512-+XRlFseT8B3L9KyjxxLjfXSLMuErKDsd8DBNrsaxoViABMEZlOSCstwmw0qpoFX3+U6yWU1yhLudAe6/lETGGA==", + "dev": true, + "dependencies": { + "binaryextensions": "^2.1.2", + "editions": "^2.2.0", + "textextensions": "^2.5.0" + }, + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/ember-cli-clean-css/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/ember-cli-clean-css/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/ember-cli-clean-css/node_modules/rsvp": { + "version": "4.8.5", + "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", + "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==", + "dev": true, + "engines": { + "node": "6.* || >= 7.*" + } + }, + "node_modules/ember-cli-clean-css/node_modules/sync-disk-cache": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/sync-disk-cache/-/sync-disk-cache-2.1.0.tgz", + "integrity": "sha512-vngT2JmkSapgq0z7uIoYtB9kWOOzMihAAYq/D3Pjm/ODOGMgS4r++B+OZ09U4hWR6EaOdy9eqQ7/8ygbH3wehA==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "heimdalljs": "^0.2.6", + "mkdirp": "^0.5.0", + "rimraf": "^3.0.0", + "username-sync": "^1.0.2" + }, + "engines": { + "node": "8.* || >= 10.*" + } + }, "node_modules/ember-cli-dependency-checker": { "version": "3.3.2", "dev": true, @@ -17965,69 +18164,16 @@ "license": "ISC" }, "node_modules/ember-cli-preprocess-registry": { - "version": "3.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "broccoli-clean-css": "^1.1.0", - "broccoli-funnel": "^2.0.1", - "debug": "^3.0.1", - "process-relative-require": "^1.0.0" - } - }, - "node_modules/ember-cli-preprocess-registry/node_modules/broccoli-funnel": { - "version": "2.0.2", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ember-cli-preprocess-registry/-/ember-cli-preprocess-registry-5.0.1.tgz", + "integrity": "sha512-Jb2zbE5Kfe56Nf4IpdaQ10zZ72p/RyLdgE5j5/lKG3I94QHlq+7AkAd18nPpb5OUeRUT13yQTAYpU+MbjpKTtg==", "dev": true, - "license": "MIT", "dependencies": { - "array-equal": "^1.0.0", - "blank-object": "^1.0.1", - "broccoli-plugin": "^1.3.0", - "debug": "^2.2.0", - "fast-ordered-set": "^1.0.0", - "fs-tree-diff": "^0.5.3", - "heimdalljs": "^0.2.0", - "minimatch": "^3.0.0", - "mkdirp": "^0.5.0", - "path-posix": "^1.0.0", - "rimraf": "^2.4.3", - "symlink-or-copy": "^1.0.0", - "walk-sync": "^0.3.1" + "broccoli-funnel": "^3.0.8", + "debug": "^4.3.2" }, "engines": { - "node": "^4.5 || 6.* || >= 7.*" - } - }, - "node_modules/ember-cli-preprocess-registry/node_modules/broccoli-funnel/node_modules/debug": { - "version": "2.6.9", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/ember-cli-preprocess-registry/node_modules/broccoli-funnel/node_modules/ms": { - "version": "2.0.0", - "dev": true, - "license": "MIT" - }, - "node_modules/ember-cli-preprocess-registry/node_modules/debug": { - "version": "3.2.7", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/ember-cli-preprocess-registry/node_modules/mkdirp": { - "version": "0.5.6", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" + "node": "16.* || >= 18" } }, "node_modules/ember-cli-sass": { @@ -18166,8 +18312,9 @@ }, "node_modules/ember-cli-test-info": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/ember-cli-test-info/-/ember-cli-test-info-1.0.0.tgz", + "integrity": "sha512-dEVTIpmUfCzweC97NGf6p7L6XKBwV2GmSM4elmzKvkttEp5P7AvGA9uGyN4GqFq+RwhW+2b0I2qlX00w+skm+A==", "dev": true, - "license": "ISC", "dependencies": { "ember-cli-string-utils": "^1.0.0" } @@ -18739,8 +18886,9 @@ }, "node_modules/ember-cli/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -18761,8 +18909,9 @@ }, "node_modules/ember-cli/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -18774,10 +18923,20 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/ember-cli/node_modules/cli-width": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz", + "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, "node_modules/ember-cli/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -18787,8 +18946,9 @@ }, "node_modules/ember-cli/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/ember-cli/node_modules/execa": { "version": "5.1.1", @@ -18882,8 +19042,9 @@ }, "node_modules/ember-cli/node_modules/has-flag": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } @@ -18897,28 +19058,26 @@ } }, "node_modules/ember-cli/node_modules/inquirer": { - "version": "8.2.6", + "version": "9.3.7", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.3.7.tgz", + "integrity": "sha512-LJKFHCSeIRq9hanN14IlOtPSTe3lNES7TYDTE2xxdAy1LS5rYphajK1qtwvj3YmQXvvk0U2Vbmcni8P9EIQW9w==", "dev": true, - "license": "MIT", "dependencies": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.1", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.21", - "mute-stream": "0.0.8", + "@inquirer/figures": "^1.0.3", + "ansi-escapes": "^4.3.2", + "cli-width": "^4.1.0", + "external-editor": "^3.1.0", + "mute-stream": "1.0.0", "ora": "^5.4.1", - "run-async": "^2.4.0", - "rxjs": "^7.5.5", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6", - "wrap-ansi": "^6.0.1" + "run-async": "^3.0.0", + "rxjs": "^7.8.1", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^6.2.0", + "yoctocolors-cjs": "^2.1.2" }, "engines": { - "node": ">=12.0.0" + "node": ">=18" } }, "node_modules/ember-cli/node_modules/lru-cache": { @@ -18957,10 +19116,20 @@ "mkdirp": "bin/cmd.js" } }, + "node_modules/ember-cli/node_modules/mute-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", + "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/ember-cli/node_modules/ora": { "version": "5.4.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", "dev": true, - "license": "MIT", "dependencies": { "bl": "^4.1.0", "chalk": "^4.1.0", @@ -18987,10 +19156,20 @@ "node": "10.* || >= 12.*" } }, + "node_modules/ember-cli/node_modules/run-async": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz", + "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, "node_modules/ember-cli/node_modules/rxjs": { "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, - "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" } @@ -19011,8 +19190,9 @@ }, "node_modules/ember-cli/node_modules/supports-color": { "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -19108,8 +19288,9 @@ }, "node_modules/ember-cli/node_modules/wrap-ansi": { "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -19628,31 +19809,36 @@ } }, "node_modules/ember-data": { - "version": "4.11.3", - "dev": true, - "license": "MIT", - "dependencies": { - "@ember-data/adapter": "4.11.3", - "@ember-data/debug": "4.11.3", - "@ember-data/model": "4.11.3", - "@ember-data/private-build-infra": "4.11.3", - "@ember-data/record-data": "4.11.3", - "@ember-data/serializer": "4.11.3", - "@ember-data/store": "4.11.3", - "@ember-data/tracking": "4.11.3", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ember-data/-/ember-data-5.0.1.tgz", + "integrity": "sha512-HBQESiEQuvD1fMJkiI653Q5bn5RfV8BCaRVXRRfVlV9Da0nGkozDLjY0U1WWZ3L0lghkbhdf3enwoEQQak9inQ==", + "dev": true, + "dependencies": { + "@ember-data/adapter": "5.0.1", + "@ember-data/debug": "5.0.1", + "@ember-data/graph": "5.0.1", + "@ember-data/json-api": "5.0.1", + "@ember-data/legacy-compat": "5.0.1", + "@ember-data/model": "5.0.1", + "@ember-data/private-build-infra": "5.0.1", + "@ember-data/request": "5.0.1", + "@ember-data/serializer": "5.0.1", + "@ember-data/store": "5.0.1", + "@ember-data/tracking": "5.0.1", "@ember/edition-utils": "^1.2.0", - "@embroider/macros": "^1.10.0", + "@embroider/macros": "^1.11.0", "@glimmer/env": "^0.1.7", "broccoli-merge-trees": "^4.2.0", - "ember-auto-import": "^2.4.3", + "ember-auto-import": "2.6.1", "ember-cli-babel": "^7.26.11", - "ember-inflector": "^4.0.2" + "ember-inflector": "^4.0.2", + "webpack": "^5.82.1" }, "engines": { - "node": "^14.8.0 || 16.* || >= 18.*" + "node": "16.* || >= 18.*" }, "peerDependencies": { - "@ember/string": "^3.0.1" + "@ember/string": "^3.1.1" } }, "node_modules/ember-data-table": { @@ -20820,6 +21006,65 @@ "dev": true, "license": "ISC" }, + "node_modules/ember-data/node_modules/broccoli-plugin": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-4.0.7.tgz", + "integrity": "sha512-a4zUsWtA1uns1K7p9rExYVYG99rdKeGRymW0qOCNkvDPHQxVi3yVyJHhQbM3EZwdt2E0mnhr5e0c/bPpJ7p3Wg==", + "dev": true, + "dependencies": { + "broccoli-node-api": "^1.7.0", + "broccoli-output-wrapper": "^3.2.5", + "fs-merger": "^3.2.1", + "promise-map-series": "^0.3.0", + "quick-temp": "^0.1.8", + "rimraf": "^3.0.2", + "symlink-or-copy": "^1.3.1" + }, + "engines": { + "node": "10.* || >= 12.*" + } + }, + "node_modules/ember-data/node_modules/ember-auto-import": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/ember-auto-import/-/ember-auto-import-2.6.1.tgz", + "integrity": "sha512-3bCRi/pXp4QslmuCXGlSz9xwR7DF5oDx3zZO5OXKzNZihtkqAM1xvGuRIdQSl46pvbAXOkp8Odl5fOen1i0dRw==", + "dev": true, + "dependencies": { + "@babel/core": "^7.16.7", + "@babel/plugin-proposal-class-properties": "^7.16.7", + "@babel/plugin-proposal-decorators": "^7.16.7", + "@babel/preset-env": "^7.16.7", + "@embroider/macros": "^1.0.0", + "@embroider/shared-internals": "^2.0.0", + "babel-loader": "^8.0.6", + "babel-plugin-ember-modules-api-polyfill": "^3.5.0", + "babel-plugin-htmlbars-inline-precompile": "^5.2.1", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "broccoli-debug": "^0.6.4", + "broccoli-funnel": "^3.0.8", + "broccoli-merge-trees": "^4.2.0", + "broccoli-plugin": "^4.0.0", + "broccoli-source": "^3.0.0", + "css-loader": "^5.2.0", + "debug": "^4.3.1", + "fs-extra": "^10.0.0", + "fs-tree-diff": "^2.0.0", + "handlebars": "^4.3.1", + "js-string-escape": "^1.0.1", + "lodash": "^4.17.19", + "mini-css-extract-plugin": "^2.5.2", + "parse5": "^6.0.1", + "resolve": "^1.20.0", + "resolve-package-path": "^4.0.3", + "semver": "^7.3.4", + "style-loader": "^2.0.0", + "typescript-memoize": "^1.0.0-alpha.3", + "walk-sync": "^3.0.0" + }, + "engines": { + "node": "12.* || 14.* || >= 16" + } + }, "node_modules/ember-data/node_modules/ember-inflector": { "version": "4.0.3", "dev": true, @@ -20834,6 +21079,88 @@ "ember-source": "^3.16.0 || ^4.0.0 || ^5.0.0" } }, + "node_modules/ember-data/node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/ember-data/node_modules/fs-tree-diff": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-2.0.1.tgz", + "integrity": "sha512-x+CfAZ/lJHQqwlD64pYM5QxWjzWhSjroaVsr8PW831zOApL55qPibed0c+xebaLWVr2BnHFoHdrwOv8pzt8R5A==", + "dev": true, + "dependencies": { + "@types/symlink-or-copy": "^1.2.0", + "heimdalljs-logger": "^0.1.7", + "object-assign": "^4.1.0", + "path-posix": "^1.0.0", + "symlink-or-copy": "^1.1.8" + }, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/ember-data/node_modules/promise-map-series": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/promise-map-series/-/promise-map-series-0.3.0.tgz", + "integrity": "sha512-3npG2NGhTc8BWBolLLf8l/92OxMGaRLbqvIh9wjCHhDXNvk4zsxaTaCpiCunW09qWPrN2zeNSNwRLVBrQQtutA==", + "dev": true, + "engines": { + "node": "10.* || >= 12.*" + } + }, + "node_modules/ember-data/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/ember-data/node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/ember-data/node_modules/walk-sync": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/walk-sync/-/walk-sync-3.0.0.tgz", + "integrity": "sha512-41TvKmDGVpm2iuH7o+DAOt06yyu/cSHpX3uzAwetzASvlNtVddgIjXIb2DfB/Wa20B1Jo86+1Dv1CraSU7hWdw==", + "dev": true, + "dependencies": { + "@types/minimatch": "^3.0.4", + "ensure-posix-path": "^1.1.0", + "matcher-collection": "^2.0.1", + "minimatch": "^3.0.4" + }, + "engines": { + "node": "10.* || >= 12.*" + } + }, "node_modules/ember-destroyable-polyfill": { "version": "2.0.3", "dev": true, @@ -24373,24 +24700,40 @@ "license": "ISC" }, "node_modules/ember-power-select": { - "version": "6.0.2", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/ember-power-select/-/ember-power-select-7.2.0.tgz", + "integrity": "sha512-h02M6y4yV5EAYdFXixWQw7qDjb3tuVwB0L/8ZYDezQjqZPdtem86fV7AddsXaejZ3bZsHEhIqzhXD5+TsPxEjg==", "dev": true, - "license": "MIT", "dependencies": { - "@embroider/util": "^1.0.0", + "@ember/render-modifiers": "^2.1.0", + "@ember/string": "^3.1.1", + "@embroider/util": "^1.11.0", "@glimmer/component": "^1.1.2", "@glimmer/tracking": "^1.1.2", "ember-assign-helper": "^0.4.0", - "ember-basic-dropdown": "^7.0.1", + "ember-auto-import": "^2.6.3", + "ember-basic-dropdown": "^7.3.0", "ember-cli-babel": "^7.26.11", - "ember-cli-htmlbars": "^6.1.0", + "ember-cli-htmlbars": "^6.2.0", "ember-cli-typescript": "^5.0.0", - "ember-concurrency": "^2.0.0", + "ember-concurrency": "^2.0.0 || ^3.0.0", "ember-text-measurer": "^0.6.0", - "ember-truth-helpers": "^3.1.0" + "ember-truth-helpers": "^3.1.0 || ^4.0.0" }, "engines": { - "node": "14.* || >= 16" + "node": "16.* || >= 18" + } + }, + "node_modules/ember-power-select/node_modules/@ember/string": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@ember/string/-/string-3.1.1.tgz", + "integrity": "sha512-UbXJ+k3QOrYN4SRPHgXCqYIJ+yWWUg1+vr0H4DhdQPTy8LJfyqwZ2tc5uqpSSnEXE+/1KopHBE5J8GDagAg5cg==", + "dev": true, + "dependencies": { + "ember-cli-babel": "^7.26.6" + }, + "engines": { + "node": "12.* || 14.* || >= 16" } }, "node_modules/ember-power-select/node_modules/ember-cli-typescript": { @@ -24413,17 +24756,6 @@ "node": ">= 12.*" } }, - "node_modules/ember-power-select/node_modules/ember-truth-helpers": { - "version": "3.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "ember-cli-babel": "^7.22.1" - }, - "engines": { - "node": "10.* || >= 12" - } - }, "node_modules/ember-power-select/node_modules/lru-cache": { "version": "6.0.0", "dev": true, @@ -24917,15 +25249,15 @@ } }, "node_modules/ember-source": { - "version": "4.12.4", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ember-source/-/ember-source-5.0.0.tgz", + "integrity": "sha512-zy0iU3Mf9HZXVQacqWLAfHCbQge8Ysi2EpU6XTgrdf2PX5ILdWTbSPklxuTlkGV7NrG5PkIfGW8hfimwY6I/tw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.16.7", "@babel/plugin-transform-block-scoping": "^7.20.5", "@ember/edition-utils": "^1.2.0", "@glimmer/vm-babel-plugins": "0.84.2", - "@simple-dom/interface": "^1.4.0", "babel-plugin-debug-macros": "^0.3.4", "babel-plugin-filter-imports": "^4.0.0", "broccoli-concat": "^4.2.5", @@ -24950,7 +25282,7 @@ "silent-error": "^1.1.1" }, "engines": { - "node": ">= 14.*" + "node": ">= 16.*" }, "peerDependencies": { "@glimmer/component": "^1.1.2" @@ -29048,6 +29380,33 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint-compat-utils": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz", + "integrity": "sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==", + "dev": true, + "dependencies": { + "semver": "^7.5.4" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "eslint": ">=6.0.0" + } + }, + "node_modules/eslint-compat-utils/node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/eslint-config-prettier": { "version": "8.10.0", "dev": true, @@ -29101,9 +29460,10 @@ } }, "node_modules/eslint-plugin-ember": { - "version": "11.5.0", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-ember/-/eslint-plugin-ember-11.8.0.tgz", + "integrity": "sha512-oZ6My7LlbyhNCguHuyBnajGbpU5+raQ5zkaF9Vqe8EkWf3Ji2uJZH7BxzMMcR4gAuyx5qTUZRXVs42km1nTzVg==", "dev": true, - "license": "MIT", "dependencies": { "@ember-data/rfc395-data": "^0.0.4", "@glimmer/syntax": "^0.84.2", @@ -29133,68 +29493,68 @@ "@jridgewell/sourcemap-codec": "^1.4.15" } }, - "node_modules/eslint-plugin-es": { - "version": "4.1.0", + "node_modules/eslint-plugin-es-x": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz", + "integrity": "sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==", "dev": true, - "license": "MIT", + "funding": [ + "https://github.com/sponsors/ota-meshi", + "https://opencollective.com/eslint" + ], "dependencies": { - "eslint-utils": "^2.0.0", - "regexpp": "^3.0.0" + "@eslint-community/eslint-utils": "^4.1.2", + "@eslint-community/regexpp": "^4.11.0", + "eslint-compat-utils": "^0.5.1" }, "engines": { - "node": ">=8.10.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" + "node": "^14.18.0 || >=16.0.0" }, "peerDependencies": { - "eslint": ">=4.19.1" + "eslint": ">=8" } }, - "node_modules/eslint-plugin-es/node_modules/eslint-utils": { - "version": "2.1.0", + "node_modules/eslint-plugin-n": { + "version": "16.6.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.6.2.tgz", + "integrity": "sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==", "dev": true, - "license": "MIT", "dependencies": { - "eslint-visitor-keys": "^1.1.0" + "@eslint-community/eslint-utils": "^4.4.0", + "builtins": "^5.0.1", + "eslint-plugin-es-x": "^7.5.0", + "get-tsconfig": "^4.7.0", + "globals": "^13.24.0", + "ignore": "^5.2.4", + "is-builtin-module": "^3.2.1", + "is-core-module": "^2.12.1", + "minimatch": "^3.1.2", + "resolve": "^1.22.2", + "semver": "^7.5.3" }, "engines": { - "node": ">=6" + "node": ">=16.0.0" }, "funding": { "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=7.0.0" } }, - "node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-plugin-n": { - "version": "15.7.0", + "node_modules/eslint-plugin-n/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, - "license": "MIT", "dependencies": { - "builtins": "^5.0.1", - "eslint-plugin-es": "^4.1.0", - "eslint-utils": "^3.0.0", - "ignore": "^5.1.1", - "is-core-module": "^2.11.0", - "minimatch": "^3.1.2", - "resolve": "^1.22.1", - "semver": "^7.3.8" + "type-fest": "^0.20.2" }, "engines": { - "node": ">=12.22.0" + "node": ">=8" }, "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=7.0.0" + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint-plugin-n/node_modules/lru-cache": { @@ -29222,6 +29582,18 @@ "node": ">=10" } }, + "node_modules/eslint-plugin-n/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint-plugin-n/node_modules/yallist": { "version": "4.0.0", "dev": true, @@ -30078,6 +30450,13 @@ "node": "^10.12.0 || >=12.0.0" } }, + "node_modules/file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "optional": true + }, "node_modules/filesize": { "version": "10.1.1", "dev": true, @@ -30844,6 +31223,20 @@ "dev": true, "license": "ISC" }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.2", "dev": true, @@ -30978,6 +31371,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/get-tsconfig": { + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.1.tgz", + "integrity": "sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==", + "dev": true, + "dependencies": { + "resolve-pkg-maps": "^1.0.0" + }, + "funding": { + "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" + } + }, "node_modules/get-uri": { "version": "6.0.3", "dev": true, @@ -31372,8 +31777,9 @@ }, "node_modules/graceful-readlink": { "version": "1.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", + "integrity": "sha512-8tLu60LgxF6XpdbK8OW3FA+IfTNBn1ZHGHKF4KQbEeSkajYw5PlYJcKluntgegDPTg8UkHjpet1T82vk6TQ68w==", + "dev": true }, "node_modules/graphemer": { "version": "1.4.0", @@ -32110,89 +32516,6 @@ "node": ">=10" } }, - "node_modules/inline-source-map-comment": { - "version": "1.0.5", - "dev": true, - "dependencies": { - "chalk": "^1.0.0", - "get-stdin": "^4.0.1", - "minimist": "^1.1.1", - "sum-up": "^1.0.1", - "xtend": "^4.0.0" - }, - "bin": { - "inline-source-map-comment": "cli.js" - } - }, - "node_modules/inline-source-map-comment/node_modules/ansi-regex": { - "version": "2.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/inline-source-map-comment/node_modules/ansi-styles": { - "version": "2.2.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/inline-source-map-comment/node_modules/chalk": { - "version": "1.1.3", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/inline-source-map-comment/node_modules/get-stdin": { - "version": "4.0.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/inline-source-map-comment/node_modules/has-ansi": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/inline-source-map-comment/node_modules/strip-ansi": { - "version": "3.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/inline-source-map-comment/node_modules/supports-color": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8.0" - } - }, "node_modules/inputmask": { "version": "5.0.9-beta.62", "dev": true, @@ -32454,6 +32777,21 @@ "dev": true, "license": "MIT" }, + "node_modules/is-builtin-module": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz", + "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==", + "dev": true, + "dependencies": { + "builtin-modules": "^3.3.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-callable": { "version": "1.2.7", "dev": true, @@ -34804,11 +35142,6 @@ "node": ">= 0.8" } }, - "node_modules/mout": { - "version": "1.2.4", - "dev": true, - "license": "MIT" - }, "node_modules/move-concurrently": { "version": "1.0.1", "dev": true, @@ -34856,6 +35189,13 @@ "dev": true, "license": "ISC" }, + "node_modules/nan": { + "version": "2.22.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.22.0.tgz", + "integrity": "sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==", + "dev": true, + "optional": true + }, "node_modules/nanoid": { "version": "3.3.7", "dev": true, @@ -35517,8 +35857,9 @@ }, "node_modules/npm-git-info": { "version": "1.0.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/npm-git-info/-/npm-git-info-1.0.3.tgz", + "integrity": "sha512-i5WBdj4F/ULl16z9ZhsJDMl1EQCMQhHZzBwNnKL2LOA+T8IHNeRkLCVz9uVV9SzUdGTbDq+1oXhIYMe+8148vw==", + "dev": true }, "node_modules/npm-install-checks": { "version": "5.0.0", @@ -43838,15 +44179,6 @@ "node": ">=0.10.0" } }, - "node_modules/osenv": { - "version": "0.1.5", - "dev": true, - "license": "ISC", - "dependencies": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - } - }, "node_modules/ospath": { "version": "1.2.2", "dev": true, @@ -44697,25 +45029,6 @@ "node": ">=0.10.0" } }, - "node_modules/pinkie": { - "version": "2.0.4", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie-promise": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "pinkie": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/pkg-dir": { "version": "3.0.0", "dev": true, @@ -45141,14 +45454,6 @@ "dev": true, "license": "MIT" }, - "node_modules/process-relative-require": { - "version": "1.0.0", - "dev": true, - "license": "ISC", - "dependencies": { - "node-modules-path": "^1.0.0" - } - }, "node_modules/promise-inflight": { "version": "1.0.1", "dev": true, @@ -45988,17 +46293,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/regexpp": { - "version": "3.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, "node_modules/regexpu-core": { "version": "5.3.2", "dev": true, @@ -47296,6 +47590,15 @@ "node": ">= 0.6" } }, + "node_modules/resolve-pkg-maps": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", + "dev": true, + "funding": { + "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" + } + }, "node_modules/resolve-url": { "version": "0.2.1", "dev": true, @@ -48975,75 +49278,6 @@ "dev": true, "license": "MIT" }, - "node_modules/sum-up": { - "version": "1.0.3", - "dev": true, - "license": "MIT", - "dependencies": { - "chalk": "^1.0.0" - } - }, - "node_modules/sum-up/node_modules/ansi-regex": { - "version": "2.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sum-up/node_modules/ansi-styles": { - "version": "2.2.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sum-up/node_modules/chalk": { - "version": "1.1.3", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sum-up/node_modules/has-ansi": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sum-up/node_modules/strip-ansi": { - "version": "3.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sum-up/node_modules/supports-color": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8.0" - } - }, "node_modules/supports-color": { "version": "5.5.0", "dev": true, @@ -51153,6 +51387,25 @@ "node": ">=0.10.0" } }, + "node_modules/watchpack-chokidar2/node_modules/fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "deprecated": "Upgrade to fsevents v2 to mitigate potential security issues", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "dependencies": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + }, + "engines": { + "node": ">= 4.0" + } + }, "node_modules/watchpack-chokidar2/node_modules/glob-parent": { "version": "3.1.0", "dev": true, @@ -51652,14 +51905,6 @@ "node": ">=0.10.0" } }, - "node_modules/wordwrap": { - "version": "0.0.3", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.4.0" - } - }, "node_modules/worker-farm": { "version": "1.7.0", "dev": true, @@ -51937,6 +52182,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/yoctocolors-cjs": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz", + "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/yup": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/yup/-/yup-1.4.0.tgz", diff --git a/package.json b/package.json index cf756125a0..43223294f1 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "ember-page-title": "^8.2.3", "ember-pdfjs-wrapper": "git+https://github.com/MikiDi/ember-pdfjs-wrapper.git#8300c671d3293dad0c5ccf87defdec6d08f839b3", "ember-plausible": "^0.1.1", - "ember-power-select": "^6.0.2", + "ember-power-select": "^7.2.0", "ember-prism": "^0.13.0", "ember-promise-helpers": "2.0.0", "ember-qunit": "^7.0.0", From 3256a9eb274dfbf26f0d031fcb0e24d243cec9e4 Mon Sep 17 00:00:00 2001 From: Sven Valenberghs Date: Mon, 25 Nov 2024 16:34:32 +0100 Subject: [PATCH 05/10] KAS-3963 change adapters, relations.key instead of .meta.key --- app/adapters/agendaitem.js | 4 ++-- app/adapters/news-item.js | 2 +- app/adapters/subcase.js | 4 ++-- app/adapters/submission.js | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/adapters/agendaitem.js b/app/adapters/agendaitem.js index c3c60ea531..d97b1cd76f 100644 --- a/app/adapters/agendaitem.js +++ b/app/adapters/agendaitem.js @@ -4,10 +4,10 @@ export default ApplicationAdapter.extend({ findHasMany(store, snapshot, url, relationship) { let newUrl = url; // Workaround for Ember Data not taking paging into account when fetching a hasMany - if (relationship.meta.key === 'pieces') { + if (relationship.key === 'pieces') { newUrl += '?page[size]=999'; } - if (relationship.meta.key === 'linkedPieces') { + if (relationship.key === 'linkedPieces') { newUrl += '?page[size]=999'; } return this._super(store, snapshot, newUrl, relationship); diff --git a/app/adapters/news-item.js b/app/adapters/news-item.js index 7c18d884bc..4348e83d5c 100644 --- a/app/adapters/news-item.js +++ b/app/adapters/news-item.js @@ -4,7 +4,7 @@ export default ApplicationAdapter.extend({ findHasMany(store, snapshot, url, relationship) { let newUrl = url; // Workaround for Ember Data not taking paging into account when fetching a hasMany - if (relationship.meta.key === 'pieces') { + if (relationship.key === 'pieces') { newUrl += '?page[size]=9999'; } return this._super(store, snapshot, newUrl, relationship); diff --git a/app/adapters/subcase.js b/app/adapters/subcase.js index e9dc1bb5ac..3ef92098c1 100644 --- a/app/adapters/subcase.js +++ b/app/adapters/subcase.js @@ -5,10 +5,10 @@ export default ApplicationAdapter.extend({ let newUrl = url; // Workaround for Ember Data not taking paging into account when fetching a hasMany // subcase no longer have pieces, this comes from submission-activities - if (relationship.meta.key === 'pieces') { + if (relationship.key === 'pieces') { newUrl += '?page[size]=9999'; } - if (relationship.meta.key === 'linkedPieces') { + if (relationship.key === 'linkedPieces') { newUrl += '?page[size]=9999'; } return this._super(store, snapshot, newUrl, relationship); diff --git a/app/adapters/submission.js b/app/adapters/submission.js index a03cf383ef..2ede7d9ed4 100644 --- a/app/adapters/submission.js +++ b/app/adapters/submission.js @@ -4,10 +4,10 @@ export default ApplicationAdapter.extend({ findHasMany(store, snapshot, url, relationship) { let newUrl = url; // Workaround for Ember Data not taking paging into account when fetching a hasMany - if (relationship.meta.key === 'pieces') { + if (relationship.key === 'pieces') { newUrl += '?page[size]=999'; } - if (relationship.meta.key === 'statusChangeActivities') { + if (relationship.key === 'statusChangeActivities') { newUrl += '?page[size]=999'; } return this._super(store, snapshot, newUrl, relationship); From 4f14f8e6b759533681d08511cb379d9abda6044e Mon Sep 17 00:00:00 2001 From: Sven Valenberghs Date: Mon, 25 Nov 2024 16:34:53 +0100 Subject: [PATCH 06/10] KAS-3963 remove import of ember/error --- app/errors/modified-old-data-error.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/errors/modified-old-data-error.js b/app/errors/modified-old-data-error.js index 22b2982509..2aea50cad7 100644 --- a/app/errors/modified-old-data-error.js +++ b/app/errors/modified-old-data-error.js @@ -1,9 +1,5 @@ -import EmberError from '@ember/error'; - class ModifiedOldDataError { constructor(errors, message = 'This error is result of my custom logic.') { - EmberError.call(this, message); - this.errors = errors || [ { title: 'You tried to save old data.', From 14b0774035b5ca564a9086723e0d03358187ce09 Mon Sep 17 00:00:00 2001 From: Sven Valenberghs Date: Mon, 25 Nov 2024 16:35:41 +0100 Subject: [PATCH 07/10] KAS-3963 fix polymorphism in document-type concept and concept scheme --- app/models/concept-scheme.js | 4 ++-- app/models/concept.js | 8 ++++---- app/models/document-container.js | 2 +- app/models/document-type.js | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/models/concept-scheme.js b/app/models/concept-scheme.js index 141f21c6c2..cb188de034 100644 --- a/app/models/concept-scheme.js +++ b/app/models/concept-scheme.js @@ -4,7 +4,7 @@ export default class ConceptSchemeModel extends Model { @attr uri; @attr label; - @hasMany('concept', { inverse: 'conceptSchemes', async: true }) concepts; - @hasMany('concept', { inverse: 'topConceptSchemes', async: true }) + @hasMany('concept', { inverse: 'conceptSchemes', async: true, polymorphic: true, as: 'concept-scheme' }) concepts; + @hasMany('concept', { inverse: 'topConceptSchemes', async: true, polymorphic: true, as: 'concept-scheme' }) topConcepts; } diff --git a/app/models/concept.js b/app/models/concept.js index 7a2da235e2..6189246753 100644 --- a/app/models/concept.js +++ b/app/models/concept.js @@ -11,11 +11,11 @@ export default class Concept extends Model { // The idea behind also using broader is because ember was automatically connecting the broader parent under the narrower relation // Resulting in all concepts with 1 inverse narrower to break length == 0 checks on narrower - @belongsTo('concept', { inverse: 'narrower', async: true }) broader; + @belongsTo('concept', { inverse: 'narrower', async: true, as: 'concept', polymorphic: true }) broader; - @hasMany('concept', { inverse: 'broader', async: true }) narrower; - @hasMany('concept-scheme', { inverse: 'concepts', async: true }) + @hasMany('concept', { inverse: 'broader', async: true, as: 'concept', polymorphic: true }) narrower; + @hasMany('concept-scheme', { inverse: 'concepts', async: true, as: 'concept', polymorphic: false }) conceptSchemes; - @hasMany('concept-scheme', { inverse: 'topConcepts', async: true }) + @hasMany('concept-scheme', { inverse: 'topConcepts', async: true, as: 'concept', polymorphic: false }) topConceptSchemes; } diff --git a/app/models/document-container.js b/app/models/document-container.js index 3965fa2ec9..8f067f96eb 100644 --- a/app/models/document-container.js +++ b/app/models/document-container.js @@ -4,7 +4,7 @@ export default class DocumentContainerModel extends Model { @attr('number') position; @attr('datetime') created; - @belongsTo('concept', { inverse: null, async: true, polymorphic: true }) type; + @belongsTo('document-type', { inverse: null , async: true, polymorphic: true }) type; @hasMany('piece', { inverse: 'documentContainer', diff --git a/app/models/document-type.js b/app/models/document-type.js index ae84678c89..5067ef47ec 100644 --- a/app/models/document-type.js +++ b/app/models/document-type.js @@ -1,5 +1,5 @@ import { hasMany } from '@ember-data/model'; import Concept from './concept'; export default class DocumentType extends Concept { - @hasMany('document', { inverse: null, async: true }) documents; + @hasMany('document-container', {inverse: 'type', async: true}) documents; } From 278823d00381f9722d545e9749d80117052eefbc Mon Sep 17 00:00:00 2001 From: Sven Valenberghs Date: Mon, 25 Nov 2024 16:49:09 +0100 Subject: [PATCH 08/10] KAS-3963 fix store import, this might get deprecated in or changed in v5.3.0 --- app/services/store.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/services/store.js b/app/services/store.js index 1f56d7c121..84c68268b9 100644 --- a/app/services/store.js +++ b/app/services/store.js @@ -1,4 +1,5 @@ -import Store from '@ember-data/store'; +/* eslint-disable ember/use-ember-data-rfc-395-imports */ +import Store from 'ember-data/store'; import ArrayProxy from '@ember/array/proxy'; export default class ExtendedStoreService extends Store { From 3765605e94add215b876c3fb0520e6fb2b1d91d7 Mon Sep 17 00:00:00 2001 From: Sven Valenberghs Date: Mon, 25 Nov 2024 17:17:56 +0100 Subject: [PATCH 09/10] fix separate const variable instead of await of relationship in braces --- app/services/agenda-service.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/services/agenda-service.js b/app/services/agenda-service.js index b55a0e5caa..236877f8a7 100644 --- a/app/services/agenda-service.js +++ b/app/services/agenda-service.js @@ -108,7 +108,8 @@ export default class AgendaService extends Service { } createInternalReview = async(subcase, submissions, privateComment) => { - const submissionsToSet = submissions || (await subcase?.submissions); + const subcaseSubmissions = await subcase?.submissions; + const submissionsToSet = submissions || subcaseSubmissions; const internalReview = await this.store.createRecord('submission-internal-review', { created: new Date(), privateComment: privateComment, // default to the CONSTANTS? diff between nota and mededeling somewhere? From 260ce24f35671eb52d64a4d9f64c153f1be6451f Mon Sep 17 00:00:00 2001 From: Sven Valenberghs Date: Tue, 26 Nov 2024 09:52:47 +0100 Subject: [PATCH 10/10] KAS-4919 include embroiders/macros to dependencies --- ember-cli-build.js | 1 + package-lock.json | 4 +++- package.json | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ember-cli-build.js b/ember-cli-build.js index be9ed1492e..72d70a0007 100644 --- a/ember-cli-build.js +++ b/ember-cli-build.js @@ -42,6 +42,7 @@ module.exports = function (defaults) { 'ember-test-selectors': { strip: false }, + //polyfill for insecure context (like cypress on jenkins) https://github.com/emberjs/data/tree/v5.0.0?tab=readme-ov-file#randomuuid-polyfill '@embroider/macros': { setConfig: { '@ember-data/store': { diff --git a/package-lock.json b/package-lock.json index aae812312a..99f50d52d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,6 +21,7 @@ "@ember/render-modifiers": "^2.1.0", "@ember/string": "^4.0.0", "@ember/test-helpers": "^4.0.4", + "@embroider/macros": "^1.16.9", "@glimmer/component": "^1.1.2", "@glimmer/tracking": "^1.1.2", "@kanselarij-vlaanderen/au-kaleidos-css": "3.22.0", @@ -4379,8 +4380,9 @@ }, "node_modules/@embroider/macros": { "version": "1.16.9", + "resolved": "https://registry.npmjs.org/@embroider/macros/-/macros-1.16.9.tgz", + "integrity": "sha512-AUrmHQdixczIU3ouv/+HzWxwYVsw/NwssZxAQnXfBDJ3d3/CRtAvGRu3JhY6OT3AAPFwfa2WT66tB5jeAa7r5g==", "dev": true, - "license": "MIT", "dependencies": { "@embroider/shared-internals": "2.8.1", "assert-never": "^1.2.1", diff --git a/package.json b/package.json index 43223294f1..2f81f54287 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,7 @@ "@nullvoxpopuli/ember-composable-helpers": "^5.2.6", "@typescript-eslint/parser": "^5.48.2", "alphabet": "^1.0.0", + "@embroider/macros": "^1.16.9", "broccoli-asset-rev": "^3.0.0", "broccoli-funnel": "^3.0.8", "cypress": "^12.17.4",