ember-tribe 2.6.9 → 3.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ember-tribe",
3
- "version": "2.6.9",
4
- "description": "The default blueprint for using Tribe API and Junction within EmberJS.",
3
+ "version": "3.0.0",
4
+ "description": "The default blueprint for ember-cli addons.",
5
5
  "keywords": [
6
6
  "ember-addon"
7
7
  ],
@@ -14,68 +14,75 @@
14
14
  },
15
15
  "scripts": {
16
16
  "build": "ember build --environment=production",
17
- "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
18
- "lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
17
+ "format": "prettier . --cache --write",
18
+ "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
19
+ "lint:css": "stylelint \"**/*.css\"",
20
+ "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
21
+ "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\" --prefixColors auto && npm run format",
22
+ "lint:format": "prettier . --cache --check",
19
23
  "lint:hbs": "ember-template-lint .",
20
24
  "lint:hbs:fix": "ember-template-lint . --fix",
21
25
  "lint:js": "eslint . --cache",
22
26
  "lint:js:fix": "eslint . --fix",
23
27
  "start": "ember serve",
24
- "test": "npm-run-all lint test:*",
28
+ "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\" --prefixColors auto",
25
29
  "test:ember": "ember test",
26
30
  "test:ember-compatibility": "ember try:each"
27
31
  },
28
- "bin": {
29
- "storylang": "bin/storylang"
30
- },
31
32
  "dependencies": {
32
- "ember-cli-babel": "^7.26.11",
33
- "ember-cli-htmlbars": "^6.0.1",
34
- "yargs": "^17.7.2",
35
- "update-notifier": "^5.1.0"
33
+ "@babel/core": "^7.29.0",
34
+ "ember-cli-babel": "^8.3.1",
35
+ "ember-cli-htmlbars": "^7.0.1",
36
+ "ember-template-imports": "^4.4.0"
36
37
  },
37
38
  "devDependencies": {
38
- "@ember/optional-features": "^2.0.0",
39
- "@ember/test-helpers": "^2.6.0",
40
- "@embroider/test-setup": "^0.49.0",
41
- "@glimmer/component": "^1.0.4",
42
- "@glimmer/tracking": "^1.0.4",
43
- "babel-eslint": "^10.1.0",
39
+ "@babel/eslint-parser": "^7.28.6",
40
+ "@babel/plugin-proposal-decorators": "^7.29.0",
41
+ "@ember/optional-features": "^2.3.0",
42
+ "@ember/test-helpers": "^5.4.1",
43
+ "@embroider/macros": "^1.20.2",
44
+ "@embroider/test-setup": "^4.0.0",
45
+ "@eslint/js": "^9.39.4",
46
+ "@glimmer/component": "^2.1.1",
47
+ "@glimmer/tracking": "^1.1.2",
44
48
  "broccoli-asset-rev": "^3.0.0",
45
- "ember-auto-import": "^2.2.4",
46
- "ember-cli": "^6.4.0",
47
- "ember-cli-dependency-checker": "^3.2.0",
49
+ "concurrently": "^9.2.1",
50
+ "ember-auto-import": "^2.13.1",
51
+ "ember-cli": "~6.12.0",
52
+ "ember-cli-clean-css": "^3.0.0",
53
+ "ember-cli-dependency-checker": "^3.4.0",
54
+ "ember-cli-deprecation-workflow": "^3.4.0",
48
55
  "ember-cli-inject-live-reload": "^2.1.0",
49
56
  "ember-cli-sri": "^2.1.1",
50
57
  "ember-cli-terser": "^4.0.2",
51
- "ember-disable-prototype-extensions": "^1.1.3",
52
- "ember-export-application-global": "^2.0.1",
53
- "ember-load-initializers": "^2.1.2",
54
- "ember-page-title": "^7.0.0",
55
- "ember-qunit": "^5.1.5",
56
- "ember-resolver": "^8.0.3",
57
- "ember-source": "^5.4.0",
58
+ "ember-load-initializers": "^3.0.1",
59
+ "ember-page-title": "^9.0.3",
60
+ "ember-qunit": "^9.0.4",
61
+ "ember-resolver": "^13.2.0",
62
+ "ember-source": "~6.12.0",
58
63
  "ember-source-channel-url": "^3.0.0",
59
- "ember-template-lint": "^3.15.0",
60
- "ember-try": "^2.0.0",
61
- "eslint": "^7.32.0",
62
- "eslint-config-prettier": "^8.3.0",
63
- "eslint-plugin-ember": "^10.5.8",
64
- "eslint-plugin-node": "^11.1.0",
65
- "eslint-plugin-prettier": "^4.0.0",
66
- "eslint-plugin-qunit": "^7.2.0",
64
+ "ember-template-lint": "^6.1.0",
65
+ "ember-try": "^4.0.0",
66
+ "eslint": "^9.39.4",
67
+ "eslint-config-prettier": "^9.1.2",
68
+ "eslint-plugin-ember": "^12.7.5",
69
+ "eslint-plugin-n": "^17.24.0",
70
+ "eslint-plugin-qunit": "^8.2.6",
71
+ "globals": "^15.15.0",
67
72
  "loader.js": "^4.7.0",
68
- "npm-run-all": "^4.1.5",
69
- "prettier": "^2.5.1",
70
- "qunit": "^2.17.2",
71
- "qunit-dom": "^2.0.0",
72
- "webpack": "^5.65.0"
73
+ "prettier": "^3.8.1",
74
+ "prettier-plugin-ember-template-tag": "^2.1.4",
75
+ "qunit": "^2.25.0",
76
+ "qunit-dom": "^3.5.0",
77
+ "stylelint": "^16.26.1",
78
+ "stylelint-config-standard": "^36.0.1",
79
+ "webpack": "^5.106.0"
73
80
  },
74
81
  "peerDependencies": {
75
- "ember-cli": "<=6.4.0"
82
+ "ember-source": ">= 4.0.0"
76
83
  },
77
84
  "engines": {
78
- "node": "12.* || 14.* || >= 16"
85
+ "node": ">= 20.19"
79
86
  },
80
87
  "ember": {
81
88
  "edition": "octane"
@@ -83,4 +90,4 @@
83
90
  "ember-addon": {
84
91
  "configPath": "tests/dummy/config"
85
92
  }
86
- }
93
+ }
@@ -1,6 +0,0 @@
1
- import { modifier } from 'ember-modifier';
2
- import ripplet from 'ripplet.js';
3
-
4
- export default modifier(function ripple(element) {
5
- element.addEventListener('pointerdown', ripplet);
6
- });
@@ -1,14 +0,0 @@
1
- /* eslint-env node */
2
-
3
- 'use strict';
4
-
5
- const path = require('path');
6
-
7
- module.exports = function (/* env */) {
8
- return {
9
- clientAllowedKeys: ['PUSHER_API_KEY', 'PUSHER_CLUSTER'],
10
- fastbootAllowedKeys: [],
11
- failOnMissingKey: false,
12
- path: path.join(path.dirname(__dirname), '.env'),
13
- };
14
- };
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- module.exports = function(/* environment, appConfig */) {
4
- // See https://zonkyio.github.io/ember-web-app for a list of
5
- // supported properties
6
-
7
- return {
8
- name: "<%= classifiedPackageName %>",
9
- short_name: "<%= classifiedPackageName %>",
10
- description: "Built using ember-tribe.",
11
- start_url: "/",
12
- scope: "/",
13
- display: "standalone",
14
- background_color: "#e9ecef",
15
- theme_color: "#0A1119",
16
- prefer_related_applications: true,
17
- apple: {
18
- statusBarStyle: 'black-translucent',
19
- precomposed: 'true',
20
- },
21
- icons: [
22
- {
23
- src: '/favicon.png',
24
- sizes: '512x512',
25
- },
26
- ],
27
- ms: {
28
- tileColor: '#0A1119'
29
- }
30
- };
31
- }
@@ -1,13 +0,0 @@
1
- 'use strict';
2
-
3
- module.exports = function (/* environment, appConfig */) {
4
- let ENV = {
5
- //Wildfire Tribe config for EmberJS
6
- TribeENV: {
7
- API_URL: process.env.TRIBE_API_URL,
8
- API_KEY: process.env.TRIBE_API_KEY,
9
- },
10
- };
11
-
12
- return ENV;
13
- };