Skip to content

Commit a9f0322

Browse files
Merge pull request #21431 from emberjs/nvp/update-testem
Upgrade testem and remove patch
2 parents 978b72a + c47e146 commit a9f0322

4 files changed

Lines changed: 27 additions & 64 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"router_js": "workspace:*",
137137
"rsvp": "^4.8.5",
138138
"terser": "^5.42.0",
139-
"testem": "^3.20.0",
139+
"testem": "^3.20.1",
140140
"testem-failure-only-reporter": "^1.0.0",
141141
"tracerbench": "^8.0.1",
142142
"typescript": "^5.7.3",
@@ -151,7 +151,8 @@
151151
"rollup": "^4.2.0",
152152
"ember-cli-htmlbars": "^7.0.0",
153153
"babel-plugin-ember-template-compilation": "^4.0.0",
154-
"ember-cli-babel": "^8.3.1"
154+
"ember-cli-babel": "^8.3.1",
155+
"testem": "^3.20.1"
155156
},
156157
"onlyBuiltDependencies": [
157158
"@swc/core",
@@ -160,8 +161,7 @@
160161
],
161162
"patchedDependencies": {
162163
"@tracerbench/core@8.0.1": "patches/@tracerbench__core@8.0.1.patch",
163-
"agadoo": "patches/agadoo.patch",
164-
"testem@3.20.0": "patches/testem@3.20.0.patch"
164+
"agadoo": "patches/agadoo.patch"
165165
}
166166
},
167167
"peerDependencies": {

patches/testem@3.20.0.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 22 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

smoke-tests/v2-app-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"qunit-dom": "^3.5.0",
7474
"stylelint": "^16.26.1",
7575
"stylelint-config-standard": "^38.0.0",
76-
"testem": "^3.20.0",
76+
"testem": "^3.20.1",
7777
"tracked-built-ins": "^4.1.0",
7878
"vite": "^7.3.1"
7979
},

0 commit comments

Comments
 (0)