@projectcaluma/ember-workflow 14.1.1 → 14.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,7 +56,6 @@ export default class TaskButtonComponent extends Component {
56
56
 
57
57
  return response[0]?.node;
58
58
  } catch (e) {
59
- // eslint-disable-next-line no-console
60
59
  console.error(e);
61
60
  this.notification.danger(this.intl.t("caluma.task-button.error"));
62
61
  }
@@ -93,7 +93,6 @@ export default class WorkItemButtonComponent extends Component {
93
93
  if (typeof this.args.onError === "function") {
94
94
  yield this.args.onError(e);
95
95
  } else {
96
- // eslint-disable-next-line no-console
97
96
  console.error(e);
98
97
  this.notification.danger(
99
98
  this.intl.t(`caluma.mutate-work-item.error.${this.args.mutation}`),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-workflow",
3
- "version": "14.1.1",
3
+ "version": "14.2.0",
4
4
  "description": "Ember addon for Caluma workflow tools.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -24,13 +24,13 @@
24
24
  "ember-uikit": "^9.1.3",
25
25
  "graphql": "^15.10.1",
26
26
  "reactiveweb": "^1.3.0",
27
- "@projectcaluma/ember-core": "^14.1.1"
27
+ "@projectcaluma/ember-core": "^14.2.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@ember/optional-features": "2.2.0",
31
31
  "@ember/test-helpers": "4.0.4",
32
32
  "@embroider/test-setup": "4.0.0",
33
- "@faker-js/faker": "9.4.0",
33
+ "@faker-js/faker": "9.7.0",
34
34
  "@glimmer/tracking": "1.1.2",
35
35
  "broccoli-asset-rev": "3.0.0",
36
36
  "ember-cli": "6.1.0",
@@ -42,17 +42,17 @@
42
42
  "ember-cli-sri": "2.1.1",
43
43
  "ember-cli-terser": "4.0.2",
44
44
  "ember-load-initializers": "3.0.1",
45
- "ember-qunit": "9.0.1",
45
+ "ember-qunit": "9.0.2",
46
46
  "ember-resolver": "13.1.0",
47
47
  "ember-source": "6.1.0",
48
48
  "ember-source-channel-url": "3.0.0",
49
- "ember-try": "3.0.0",
49
+ "ember-try": "4.0.0",
50
50
  "loader.js": "4.7.0",
51
- "qunit": "2.23.1",
51
+ "qunit": "2.24.1",
52
52
  "qunit-dom": "3.4.0",
53
- "uikit": "3.22.0",
54
- "webpack": "5.97.1",
55
- "@projectcaluma/ember-testing": "14.1.1"
53
+ "uikit": "3.23.7",
54
+ "webpack": "5.99.8",
55
+ "@projectcaluma/ember-testing": "14.2.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "ember-source": ">= 4.0.0"