-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
165 lines (165 loc) · 5.71 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "root",
"version": "5.4.0-alpha.115",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:emberjs/data.git"
},
"scripts": {
"takeoff": "FORCE_COLOR=2 pnpm install --prefer-offline --reporter=append-only",
"prepare": "turbo run build:infra; pnpm --filter './packages/*' run --parallel --if-present sync-hardlinks; turbo run build:pkg; pnpm run prepare:types; pnpm run _task:sync-hardlinks;",
"prepare:types": "tsc --build --force; turbo run build:glint;",
"release": "./release/index.ts",
"build": "turbo _build --log-order=stream --filter=./packages/* --concurrency=10;",
"_task:sync-hardlinks": "pnpm run -r --parallel --if-present sync-hardlinks;",
"build:docs": "mkdir -p packages/-ember-data/dist && cd ./docs-generator && node ./compile-docs.js",
"lint:tests": "turbo --log-order=stream lint --filter=./tests/* --continue --concurrency=10",
"lint:pkg": "turbo --log-order=stream lint --filter=./packages/* --continue --concurrency=10",
"lint": "pnpm run _task:sync-hardlinks; turbo --log-order=stream lint --continue --concurrency=10",
"lint:fix": "pnpm run _task:sync-hardlinks; turbo --log-order=stream lint --continue --concurrency=10 -- --fix",
"lint:prettier": "prettier --check --cache --cache-location=.prettier-cache --log-level=warn .",
"lint:prettier:fix": "prettier --write --cache --cache-location=.prettier-cache --log-level=warn .",
"preinstall": "npx only-allow pnpm",
"check:test-types": "turbo --log-order=stream check:types --filter=./{tests,config}/* --continue --concurrency=10",
"check:types": "pnpm run _task:sync-hardlinks; bun run check:test-types",
"test": "pnpm run _task:sync-hardlinks; pnpm turbo test --concurrency=1",
"test:production": "pnpm run _task:sync-hardlinks; pnpm turbo test:production --concurrency=1",
"test:try-one": "pnpm --filter main-test-app run test:try-one",
"test:docs": "FORCE_COLOR=2 pnpm build:docs && pnpm run -r --workspace-concurrency=-1 --if-present test:docs",
"test:blueprints": "pnpm run -r --workspace-concurrency=-1 --if-present test:blueprints",
"test:fastboot": "pnpm run -r --workspace-concurrency=-1 --if-present test:fastboot",
"test:embroider": "pnpm run -r ---workspace-concurrency=-1 --if-present test:embroider"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@ember/test-helpers": "3.3.0",
"@glimmer/component": "^1.1.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@types/semver": "^7.5.8",
"bun-types": "^1.1.30",
"chalk": "^4.1.2",
"co": "^4.6.0",
"command-line-args": "^5.2.1",
"comment-json": "^4.2.5",
"common-tags": "^1.8.2",
"debug": "^4.3.7",
"ember-source": "~5.12.0",
"execa": "^9.4.1",
"git-repo-version": "^1.0.2",
"globby": "^14.0.2",
"lerna-changelog": "^2.2.0",
"prettier": "^3.3.2",
"prettier-plugin-ember-template-tag": "^2.0.2",
"rimraf": "^5.0.6",
"semver": "^7.6.3",
"silent-error": "^1.1.1",
"typescript": "^5.4.5",
"url": "^0.11.4",
"yuidocjs": "^0.10.2",
"zlib": "1.0.5"
},
"dependencies": {
"turbo": "^1.13.4"
},
"engines": {
"node": ">= 18.20.4",
"yarn": "use pnpm",
"npm": "use pnpm",
"pnpm": "8.15.9"
},
"volta": {
"node": "22.3.0",
"pnpm": "8.15.9"
},
"packageManager": "[email protected]",
"changelog": {
"labels": {
":label: breaking": ":boom: Breaking Change",
":label: feat": ":rocket: Enhancement",
":label: bug": ":bug: Bug Fix",
":label: perf:": ":zap: Performance",
":label: cleanup": ":shower: Deprecation Removal",
":label: deprecation": ":evergreen_tree: New Deprecation",
":label: doc": ":memo: Documentation",
":label: test": ":goal_net: Test",
":label: chore": ":house: Internal"
}
},
"pnpm": {
"packageExtensions": {
"@glimmer/syntax": {
"dependencies": {
"@glimmer/env": "^0.1.7"
}
},
"ember-cli-blueprint-test-helpers": {
"peerDependencies": {
"ember-cli": "*"
}
},
"ember-cli-fastboot": {
"peerDependencies": {
"ember-cli": "*",
"ember-source": "*"
}
},
"ember-cli-fastboot-testing": {
"peerDependencies": {
"ember-cli": "*",
"ember-cli-fastboot": "*",
"ember-source": "*"
}
},
"ember-auto-import": {
"dependencies": {
"webpack": "*"
}
},
"ember-source": {
"dependencies": {
"webpack": "*"
}
},
"@ember/test-helpers": {
"dependencies": {
"webpack": "*"
}
}
},
"overrides": {
"ember-auto-import": "^2.8.1",
"@embroider/macros": "^1.16.6",
"broccoli-funnel": "^3.0.8",
"broccoli-merge-trees": "^4.2.0",
"@glimmer/validator": "^0.92.3",
"@glint/template": "^1.4.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-typescript": "^5.3.0",
"webpack": "5.94.0",
"qunit": "2.19.4",
"ember-compatibility-helpers": "^1.2.7",
"testem": "~3.11.0"
},
"peerDependencyRules": {
"ignoreMissing": [
"rsvp"
],
"allowAny": [
"ember-source",
"typescript"
]
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"@ember/[email protected]": "patches/@[email protected]",
"@ember/[email protected]": "patches/@[email protected]"
}
}
}