|
14 | 14 | "repository": "https://github.com/adfinis/ember-simple-auth-oidc",
|
15 | 15 | "scripts": {
|
16 | 16 | "build": "ember build --environment=production",
|
17 |
| - "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"", |
| 17 | + "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto", |
18 | 18 | "lint:css": "stylelint \"**/*.css\"",
|
19 | 19 | "lint:css:fix": "concurrently \"pnpm:lint:css -- --fix\"",
|
20 |
| - "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"", |
| 20 | + "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefixColors auto", |
21 | 21 | "lint:hbs": "ember-template-lint .",
|
22 | 22 | "lint:hbs:fix": "ember-template-lint . --fix",
|
23 | 23 | "lint:js": "eslint . --cache",
|
24 | 24 | "lint:js:fix": "eslint . --fix",
|
25 | 25 | "start": "ember serve",
|
26 |
| - "test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\"", |
| 26 | + "test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\" --prefixColors auto", |
27 | 27 | "test:ember": "ember test",
|
28 | 28 | "test:ember-compatibility": "ember try:each",
|
29 | 29 | "prepare": "husky"
|
|
36 | 36 | "ember-auto-import": "^2.10.0",
|
37 | 37 | "ember-cli-babel": "^8.2.0",
|
38 | 38 | "ember-concurrency": "^4.0.2",
|
39 |
| - "ember-fetch": "^8.1.2", |
40 | 39 | "ember-simple-auth": "^6.0.0",
|
| 40 | + "ember-template-imports": "^4.2.0", |
41 | 41 | "js-sha256": "^0.11.0",
|
42 | 42 | "tracked-built-ins": "^3.3.0",
|
43 | 43 | "uuid": "^11.0.3"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@adfinis/eslint-config": "2.1.1", |
| 46 | + "@adfinis/eslint-config": "3.0.1", |
47 | 47 | "@adfinis/semantic-release-config": "5.0.0",
|
48 | 48 | "@babel/eslint-parser": "7.25.9",
|
49 | 49 | "@babel/plugin-proposal-decorators": "7.25.9",
|
50 |
| - "@commitlint/cli": "19.6.0", |
| 50 | + "@commitlint/cli": "19.6.1", |
51 | 51 | "@commitlint/config-conventional": "19.6.0",
|
52 | 52 | "@ember/optional-features": "2.2.0",
|
53 | 53 | "@ember/string": "4.0.0",
|
54 | 54 | "@ember/test-helpers": "4.0.4",
|
55 | 55 | "@embroider/test-setup": "4.0.0",
|
| 56 | + "@eslint/js": "9.17.0", |
56 | 57 | "@glimmer/tracking": "1.1.2",
|
57 | 58 | "broccoli-asset-rev": "3.0.0",
|
58 |
| - "concurrently": "9.1.0", |
| 59 | + "concurrently": "9.1.2", |
59 | 60 | "ember-apollo-client": "4.1.1",
|
60 |
| - "ember-cli": "6.0.1", |
| 61 | + "ember-cli": "6.1.0", |
61 | 62 | "ember-cli-clean-css": "3.0.0",
|
62 | 63 | "ember-cli-dependency-checker": "3.3.3",
|
63 | 64 | "ember-cli-htmlbars": "6.3.0",
|
|
66 | 67 | "ember-cli-sri": "2.1.1",
|
67 | 68 | "ember-cli-terser": "4.0.2",
|
68 | 69 | "ember-data": "5.3.9",
|
| 70 | + "ember-fetch": "8.1.2", |
69 | 71 | "ember-load-initializers": "3.0.1",
|
70 |
| - "ember-qunit": "8.1.1", |
| 72 | + "ember-qunit": "9.0.1", |
71 | 73 | "ember-resolver": "13.1.0",
|
72 |
| - "ember-source": "6.0.1", |
| 74 | + "ember-source": "6.1.0", |
73 | 75 | "ember-source-channel-url": "3.0.0",
|
74 | 76 | "ember-template-lint": "6.0.0",
|
75 | 77 | "ember-try": "3.0.0",
|
76 |
| - "eslint": "9.15.0", |
| 78 | + "eslint": "9.17.0", |
77 | 79 | "eslint-config-prettier": "9.1.0",
|
78 | 80 | "eslint-plugin-ember": "12.3.3",
|
79 | 81 | "eslint-plugin-import": "2.31.0",
|
80 |
| - "eslint-plugin-n": "17.14.0", |
| 82 | + "eslint-plugin-n": "17.15.1", |
81 | 83 | "eslint-plugin-prettier": "5.2.1",
|
82 | 84 | "eslint-plugin-qunit": "8.1.2",
|
83 |
| - "graphql": "16.9.0", |
| 85 | + "globals": "15.14.0", |
| 86 | + "graphql": "16.10.0", |
84 | 87 | "graphql-tag": "2.12.6",
|
85 | 88 | "husky": "9.1.7",
|
86 |
| - "lint-staged": "15.2.10", |
| 89 | + "lint-staged": "15.3.0", |
87 | 90 | "loader.js": "4.7.0",
|
88 | 91 | "miragejs": "0.1.48",
|
89 |
| - "prettier": "3.3.3", |
90 |
| - "qunit": "2.22.0", |
91 |
| - "qunit-dom": "3.3.0", |
92 |
| - "semantic-release": "24.2.0", |
93 |
| - "stylelint": "16.10.0", |
| 92 | + "prettier": "3.4.2", |
| 93 | + "prettier-plugin-ember-template-tag": "2.0.4", |
| 94 | + "qunit": "2.23.1", |
| 95 | + "qunit-dom": "3.4.0", |
| 96 | + "semantic-release": "24.2.1", |
| 97 | + "stylelint": "16.12.0", |
94 | 98 | "stylelint-config-standard": "36.0.1",
|
95 | 99 | "stylelint-prettier": "5.0.2",
|
96 |
| - "webpack": "5.96.1" |
| 100 | + "webpack": "5.97.1" |
97 | 101 | },
|
98 | 102 | "peerDependencies": {
|
99 | 103 | "@ember-data/adapter": "~4.12.0 || >= 5.0.0",
|
100 | 104 | "ember-data": "~4.12.0 || >= 5.0.0",
|
101 | 105 | "ember-source": ">= 4.0.0"
|
102 | 106 | },
|
103 |
| - "packageManager": "pnpm@9.14.2", |
| 107 | + "packageManager": "pnpm@9.15.3", |
104 | 108 | "engines": {
|
105 | 109 | "node": ">= 18"
|
106 | 110 | },
|
|
0 commit comments