@heroku/ember-hk-components 0.19.0 → 0.20.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 0.20.0 (2022-02-01)
2
+
3
+ #### :rocket: Enhancement
4
+ * [#188](https://github.com/heroku/ember-hk-components/pull/188) hk-slide-panel up the confirmable documentation runnable example ([@fivetanley](https://github.com/fivetanley))
5
+
6
+ #### :house: Internal
7
+ * [#205](https://github.com/heroku/ember-hk-components/pull/205) Update supported node versions to include 14 ([@eablack](https://github.com/eablack))
8
+ * [#199](https://github.com/heroku/ember-hk-components/pull/199) Update `app.json` to heroku-20 stack ([@cafreeman](https://github.com/cafreeman))
9
+
10
+ #### Committers: 3
11
+ - Chris Freeman ([@cafreeman](https://github.com/cafreeman))
12
+ - Eric ([@eablack](https://github.com/eablack))
13
+ - Stanley Stuart ([@fivetanley](https://github.com/fivetanley))
14
+
1
15
  ## 0.19.0 (2020-10-06)
2
16
 
3
17
  #### :rocket: Enhancement
package/app.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "ember-hk-components",
3
3
  "description": "Ember Hk Components",
4
+ "stack": "heroku-20",
4
5
  "buildpacks": [
5
6
  { "url": "heroku/nodejs" },
6
7
  { "url": "https://github.com/heroku/heroku-buildpack-ember-cli" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heroku/ember-hk-components",
3
- "version": "0.19.0",
3
+ "version": "0.20.0",
4
4
  "description": "Ember HK Components",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -13,60 +13,66 @@
13
13
  },
14
14
  "scripts": {
15
15
  "build": "ember build",
16
- "lint:js": "eslint .",
17
16
  "lint:hbs": "ember-template-lint .",
17
+ "lint:js": "eslint .",
18
+ "lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
18
19
  "lint:hbs:fix": "ember-template-lint . --fix",
19
20
  "start": "ember server",
20
- "test": "yarn lint:hbs && ember test",
21
- "changelog": "lerna-changelog",
22
- "test:all": "ember try:each"
21
+ "test": "npm-run-all lint:* test:ember",
22
+ "test:ember": "ember test",
23
+ "test:ember-compatibility": "ember try:each",
24
+ "changelog": "lerna-changelog"
23
25
  },
24
26
  "dependencies": {
25
27
  "@heroku/ember-malibu-icon": "^1.6.0",
28
+ "ember-auto-import": "^1.12.1",
26
29
  "body-scroll-lock": "^2.6.1",
27
- "ember-auto-import": "^1.5.2",
28
30
  "ember-changeset": "^1.4.0",
29
31
  "ember-changeset-validations": "^1.2.8",
30
- "ember-cli-babel": "^7.7.3",
31
- "ember-cli-htmlbars": "^4.2.3",
32
+ "ember-cli-babel": "^7.21.0",
33
+ "ember-cli-htmlbars": "^5.2.0",
32
34
  "ember-focus-trap": "^0.3.2",
33
35
  "ember-wormhole": "^0.5.5",
34
36
  "emberx-select": "^4.0.0-beta.2"
35
37
  },
36
38
  "devDependencies": {
37
- "@ember/optional-features": "^0.7.0",
39
+ "@ember/optional-features": "^1.3.0",
40
+ "@glimmer/component": "^1.0.1",
41
+ "@glimmer/tracking": "^1.0.0",
42
+ "babel-eslint": "^10.1.0",
38
43
  "broccoli-asset-rev": "^3.0.0",
39
44
  "chai": "^4.2.0",
40
45
  "ember-a11y-testing": "^2.0.0",
41
- "ember-cli": "~3.12.0",
46
+ "ember-cli": "~3.20.2",
42
47
  "ember-cli-chai": "^0.5.0",
43
- "ember-cli-dependency-checker": "^3.1.0",
44
- "ember-cli-eslint": "^5.1.0",
48
+ "ember-cli-dependency-checker": "^3.2.0",
45
49
  "ember-cli-eyeglass": "^6.4.2",
46
- "ember-cli-inject-live-reload": "^1.8.2",
50
+ "ember-cli-inject-live-reload": "^2.0.2",
47
51
  "ember-cli-sri": "^2.1.1",
48
- "ember-cli-uglify": "^2.1.0",
52
+ "ember-cli-uglify": "^3.0.0",
49
53
  "ember-disable-prototype-extensions": "^1.1.3",
50
- "ember-export-application-global": "^2.0.0",
54
+ "ember-export-application-global": "^2.0.1",
51
55
  "ember-freestyle": "^0.11.9",
52
- "ember-load-initializers": "^2.0.0",
56
+ "ember-load-initializers": "^2.1.1",
53
57
  "ember-maybe-import-regenerator": "^0.1.6",
54
58
  "ember-mocha": "^0.16.2",
55
- "ember-resolver": "^5.0.1",
59
+ "ember-resolver": "^8.0.0",
56
60
  "ember-sinon": "^2.1.0",
57
- "ember-source": "~3.12.0",
58
- "ember-source-channel-url": "^1.1.0",
61
+ "ember-source": "~3.20.7",
62
+ "ember-source-channel-url": "^2.0.1",
59
63
  "ember-template-lint": "^2.10.0",
60
64
  "ember-test-selectors": "^0.3.6",
61
- "ember-try": "^1.0.0",
62
- "eslint-plugin-ember": "^6.2.0",
63
- "eslint-plugin-node": "^9.0.1",
65
+ "ember-try": "^1.4.0",
66
+ "eslint": "^7.5.0",
67
+ "eslint-plugin-ember": "^8.9.1",
68
+ "eslint-plugin-node": "^11.1.0",
64
69
  "lerna-changelog": "^0.8.0",
65
70
  "loader.js": "^4.7.0",
71
+ "npm-run-all": "^4.1.5",
66
72
  "sinon-chai": "^3.2.0"
67
73
  },
68
74
  "engines": {
69
- "node": "8.* || 10.* || 12.*"
75
+ "node": "12.* || 14.*"
70
76
  },
71
77
  "changelog": {
72
78
  "repo": "heroku/ember-hk-components",
@@ -78,6 +84,9 @@
78
84
  "internal": ":house: Internal"
79
85
  }
80
86
  },
87
+ "ember": {
88
+ "edition": "octane"
89
+ },
81
90
  "ember-addon": {
82
91
  "configPath": "tests/dummy/config"
83
92
  }
package/jsconfig.json DELETED
@@ -1 +0,0 @@
1
- {"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","bower_components","tmp","vendor",".git","dist"]}