Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Dec 6, 2023
1 parent 67c24b6 commit 2b91a2f
Show file tree
Hide file tree
Showing 23 changed files with 3,601 additions and 4,638 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,40 +36,40 @@
"*.{graphql,json,md,yaml}": "prettier --write"
},
"devDependencies": {
"@adfinis/eslint-config": "2.0.0",
"@babel/core": "7.23.0",
"@babel/eslint-parser": "7.22.9",
"@babel/plugin-proposal-decorators": "7.23.2",
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.7.0",
"@adfinis/eslint-config": "2.1.0",
"@babel/core": "7.23.5",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-proposal-decorators": "7.23.5",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@graphql-eslint/eslint-plugin": "3.20.1",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.0.4",
"@semantic-release/release-notes-generator": "11.0.4",
"concurrently": "8.2.0",
"ember-template-lint": "5.12.0",
"@semantic-release/github": "9.2.4",
"@semantic-release/release-notes-generator": "12.1.0",
"concurrently": "8.2.2",
"ember-template-lint": "5.13.0",
"ember-template-lint-plugin-prettier": "5.0.0",
"eslint": "8.47.0",
"eslint-config-prettier": "8.10.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ember": "11.11.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "16.2.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.3.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-qunit": "8.0.1",
"get-graphql-schema": "2.1.2",
"glob": "10.3.10",
"graphql": "15.8.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"lint-staged": "15.2.0",
"node-fetch": "3.3.2",
"prettier": "3.0.2",
"semantic-release": "22.0.5",
"stylelint": "^15.10.2",
"stylelint-config-standard-scss": "10.0.0",
"stylelint-prettier": "^4.0.2",
"stylelint-scss": "5.3.0"
"prettier": "3.1.0",
"semantic-release": "22.0.10",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-prettier": "^4.1.0",
"stylelint-scss": "5.3.1"
},
"packageManager": "pnpm@8.6.0",
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/-ember-caluma/mirage/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import graphqlHandler from "@projectcaluma/ember-testing/mirage-graphql";
export default function makeServer(config) {
return createServer({
...config,
models: { ...discoverEmberDataModels(), ...config.models },
models: { ...discoverEmberDataModels(config.store), ...config.models },
routes() {
this.timing = 400; // delay for each request, automatically set to 0 during testing

Expand Down
31 changes: 16 additions & 15 deletions packages/-ember-caluma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"start-proxy": "ember serve --proxy http://localhost:8000"
},
"devDependencies": {
"@ember/legacy-built-in-components": "0.4.2",
"@ember/legacy-built-in-components": "0.5.0",
"@ember/optional-features": "2.0.0",
"@ember/string": "3.1.1",
"@ember/test-helpers": "3.2.1",
"@ember/test-waiters": "3.0.2",
"@ember/test-waiters": "3.1.0",
"@embroider/macros": "1.13.3",
"@faker-js/faker": "8.0.2",
"@faker-js/faker": "8.3.1",
"@glimmer/component": "1.1.2",
"@glimmer/tracking": "1.1.2",
"@projectcaluma/ember-analytics": "workspace:*",
Expand All @@ -30,7 +30,7 @@
"@projectcaluma/ember-workflow": "workspace:*",
"broccoli-asset-rev": "3.0.0",
"ember-apollo-client": "4.0.2",
"ember-auto-import": "2.6.3",
"ember-auto-import": "2.7.0",
"ember-changeset": "4.1.2",
"ember-changeset-validations": "4.1.1",
"ember-cli": "4.12.2",
Expand All @@ -43,7 +43,7 @@
"ember-cli-deploy-git-ci": "1.0.1",
"ember-cli-htmlbars": "6.3.0",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-mirage": "3.0.0-alpha.3",
"ember-cli-mirage": "3.0.2",
"ember-cli-sass": "11.0.1",
"ember-cli-showdown": "7.0.0",
"ember-cli-sri": "2.1.1",
Expand All @@ -52,25 +52,26 @@
"ember-data": "4.12.5",
"ember-disable-prototype-extensions": "1.1.3",
"ember-engines": "0.9.0",
"ember-engines-router-service": "0.5.0",
"ember-fetch": "8.1.2",
"ember-flatpickr": "4.0.0",
"ember-intl": "5.7.2",
"ember-intl": "6.3.2",
"ember-load-initializers": "2.1.2",
"ember-math-helpers": "3.0.0",
"ember-math-helpers": "4.0.0",
"ember-modifier": "4.1.0",
"ember-power-select": "7.1.0",
"ember-power-select": "7.2.0",
"ember-resolver": "11.0.1",
"ember-sortable": "5.0.0",
"ember-source": "4.12.3",
"ember-truth-helpers": "3.1.1",
"ember-uikit": "8.0.0",
"ember-validated-form": "6.2.0",
"ember-truth-helpers": "4.0.3",
"ember-uikit": "9.0.0",
"ember-validated-form": "7.0.0",
"graphql": "15.8.0",
"loader.js": "4.7.0",
"miragejs": "0.1.47",
"sass": "1.66.0",
"tracked-built-ins": "3.1.1",
"uikit": "3.16.26",
"miragejs": "0.1.48",
"sass": "1.69.5",
"tracked-built-ins": "3.3.0",
"uikit": "3.17.11",
"webpack": "5.89.0"
},
"ember": {
Expand Down
34 changes: 17 additions & 17 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@ember/legacy-built-in-components": "^0.4.2",
"@ember/legacy-built-in-components": "^0.5.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@projectcaluma/ember-core": "workspace:^",
"ember-apollo-client": "~4.0.2",
"ember-auto-import": "^2.6.3",
"ember-auto-import": "^2.7.0",
"ember-changeset": "^4.1.2",
"ember-changeset-validations": "^4.1.1",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-composable-helpers": "^5.0.0",
"ember-concurrency": "^3.1.1",
"ember-engines-router-service": "^0.3.0",
"ember-engines-router-service": "^0.5.0",
"ember-fetch": "^8.1.2",
"ember-intl": "^5.7.2",
"ember-power-select": "^7.1.0",
"ember-resources": "^6.4.0",
"ember-intl": "^6.3.2",
"ember-power-select": "^7.2.0",
"ember-resources": "^6.4.2",
"ember-sortable": "^5.0.0",
"ember-uikit": "^8.0.0",
"ember-validated-form": "^6.2.0",
"ember-uikit": "^9.0.0",
"ember-validated-form": "^7.0.0",
"graphql": "^15.8.0"
},
"//": [
Expand All @@ -46,16 +46,16 @@
"@ember/optional-features": "2.0.0",
"@ember/string": "3.1.1",
"@ember/test-helpers": "3.2.1",
"@ember/test-waiters": "3.0.2",
"@embroider/test-setup": "3.0.2",
"@faker-js/faker": "8.0.2",
"@ember/test-waiters": "3.1.0",
"@embroider/test-setup": "3.0.3",
"@faker-js/faker": "8.3.1",
"@projectcaluma/ember-testing": "workspace:*",
"broccoli-asset-rev": "3.0.0",
"ember-cli": "4.12.2",
"ember-cli-code-coverage": "2.0.0",
"ember-cli-code-coverage": "2.0.3",
"ember-cli-dependency-checker": "3.3.2",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-mirage": "3.0.0-alpha.3",
"ember-cli-mirage": "3.0.2",
"ember-cli-sass": "11.0.1",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
Expand All @@ -67,12 +67,12 @@
"ember-resolver": "11.0.1",
"ember-source": "4.12.3",
"ember-source-channel-url": "3.0.0",
"ember-try": "2.0.0",
"ember-try": "3.0.0",
"loader.js": "4.7.0",
"qunit": "2.19.4",
"qunit": "2.20.0",
"qunit-dom": "3.0.0",
"sass": "1.66.0",
"uikit": "3.16.26",
"sass": "1.69.5",
"uikit": "3.17.11",
"webpack": "5.89.0"
},
"peerDependency": {
Expand Down
1 change: 1 addition & 0 deletions packages/analytics/tests/dummy/mirage/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import graphqlHandler from "@projectcaluma/ember-testing/mirage-graphql";
export default function makeServer(config) {
return createServer({
...config,
trackRequests: true,
routes() {
this.post("/graphql/", graphqlHandler(this), 200);
},
Expand Down
4 changes: 4 additions & 0 deletions packages/analytics/tests/helpers/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { setupIntl } from "ember-intl/test-support";
import {
setupApplicationTest as upstreamSetupApplicationTest,
setupRenderingTest as upstreamSetupRenderingTest,
Expand All @@ -10,6 +11,7 @@ import {

function setupApplicationTest(hooks, options) {
upstreamSetupApplicationTest(hooks, options);
setupIntl(hooks);

// Additional setup for application tests can be done here.
//
Expand All @@ -29,12 +31,14 @@ function setupApplicationTest(hooks, options) {

function setupRenderingTest(hooks, options) {
upstreamSetupRenderingTest(hooks, options);
setupIntl(hooks);

// Additional setup for rendering tests can be done here.
}

function setupTest(hooks, options) {
upstreamSetupTest(hooks, options);
setupIntl(hooks);

// Additional setup for unit tests can be done here.
}
Expand Down
24 changes: 12 additions & 12 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@apollo/client": "^3.7.17",
"@apollo/client": "^3.8.8",
"@ember/string": "^3.1.1",
"@embroider/macros": "^1.13.3",
"@glimmer/tracking": "^1.1.2",
"ember-apollo-client": "~4.0.2",
"ember-auto-import": "^2.6.3",
"ember-auto-import": "^2.7.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-concurrency": "^3.1.1",
"ember-fetch": "^8.1.2",
"ember-inflector": "^4.0.2",
"ember-intl": "^5.7.2",
"ember-resources": "^6.4.0",
"ember-uikit": "^8.0.0",
"ember-intl": "^6.3.2",
"ember-resources": "^6.4.2",
"ember-uikit": "^9.0.0",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"jexl": "^2.3.0",
Expand All @@ -37,29 +37,29 @@
"@ember/optional-features": "2.0.0",
"@ember/render-modifiers": "2.1.0",
"@ember/test-helpers": "3.2.1",
"@embroider/test-setup": "3.0.2",
"@embroider/test-setup": "3.0.3",
"@embroider/util": "1.12.1",
"@faker-js/faker": "8.0.2",
"@faker-js/faker": "8.3.1",
"@glimmer/component": "1.1.2",
"@projectcaluma/ember-testing": "workspace:*",
"broccoli-asset-rev": "3.0.0",
"ember-cli": "4.12.2",
"ember-cli-code-coverage": "2.0.0",
"ember-cli-code-coverage": "2.0.3",
"ember-cli-dependency-checker": "3.3.2",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-mirage": "3.0.0-alpha.3",
"ember-cli-mirage": "3.0.2",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-load-initializers": "2.1.2",
"ember-qunit": "8.0.2",
"ember-resolver": "11.0.1",
"ember-source": "4.12.3",
"ember-source-channel-url": "3.0.0",
"ember-try": "2.0.0",
"ember-try": "3.0.0",
"loader.js": "4.7.0",
"qunit": "2.19.4",
"qunit": "2.20.0",
"qunit-dom": "3.0.0",
"uikit": "3.16.26",
"uikit": "3.17.11",
"webpack": "5.89.0"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/core/tests/helpers/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { setupIntl } from "ember-intl/test-support";
import {
setupApplicationTest as upstreamSetupApplicationTest,
setupRenderingTest as upstreamSetupRenderingTest,
Expand All @@ -10,6 +11,7 @@ import {

function setupApplicationTest(hooks, options) {
upstreamSetupApplicationTest(hooks, options);
setupIntl(hooks);

// Additional setup for application tests can be done here.
//
Expand All @@ -29,12 +31,14 @@ function setupApplicationTest(hooks, options) {

function setupRenderingTest(hooks, options) {
upstreamSetupRenderingTest(hooks, options);
setupIntl(hooks);

// Additional setup for rendering tests can be done here.
}

function setupTest(hooks, options) {
upstreamSetupTest(hooks, options);
setupIntl(hooks);

// Additional setup for unit tests can be done here.
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ export default class CdInquiryDialogInquiryPartComponent extends Component {
value: edge.node.selectedOption // single choice answer
? edge.node.selectedOption.label
: edge.node.selectedOptions // multiple choice answer
? edge.node.selectedOptions.edges.map((edge) => edge.node.label)
: edge.node.value, // regular answer
? edge.node.selectedOptions.edges.map((edge) => edge.node.label)
: edge.node.value, // regular answer
}))
: null;
}
Expand Down
8 changes: 4 additions & 4 deletions packages/distribution/addon/utils/inquiry-deadline.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ function decorator(
color: isDone
? "muted"
: isOverdue
? "danger"
: isWarning
? "warning"
: "emphasis",
? "danger"
: isWarning
? "warning"
: "emphasis",
};
},
};
Expand Down
12 changes: 6 additions & 6 deletions packages/distribution/addon/utils/inquiry-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ function decorator(
const statusConfig = isSkipped
? INQUIRY_STATUS.SKIPPED
: isInProgress
? INQUIRY_STATUS.IN_PROGRESS
: isDraft
? INQUIRY_STATUS.DRAFT
: isSent
? INQUIRY_STATUS.SENT
: this.config.inquiry.answer.statusMapping[answer.value];
? INQUIRY_STATUS.IN_PROGRESS
: isDraft
? INQUIRY_STATUS.DRAFT
: isSent
? INQUIRY_STATUS.SENT
: this.config.inquiry.answer.statusMapping[answer.value];

return {
slug: statusConfig.slug,
Expand Down
Loading

0 comments on commit 2b91a2f

Please sign in to comment.