Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions __tests__/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function sortStdoutAndStripVersionNumber(stdout: string) {
test('Passes in the react-passing test project', async () => {
const { stdout, stderr } = await execa({
cwd: `${fixturesTempDir}/react-passing`,
env: { FORCE_COLOR: '1' },
})`preflight`;

expect(sortStdoutAndStripVersionNumber(stdout)).toMatchSnapshot();
Expand All @@ -85,6 +86,7 @@ test('Passes in the react-passing test project', async () => {
test('Passes in the next-js-passing test project', async () => {
const { stdout, stderr } = await execa({
cwd: `${fixturesTempDir}/next-js-passing`,
env: { FORCE_COLOR: '1' },
})`preflight`;

expect(sortStdoutAndStripVersionNumber(stdout)).toMatchSnapshot();
Expand Down
2 changes: 1 addition & 1 deletion docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"dependencies": {
"execa": "9.6.1"
},
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,33 @@
"test-local": "rm -rf ./__tests__/fixtures/__temp && pnpm test"
},
"dependencies": {
"algoliasearch": "5.48.1",
"algoliasearch": "5.50.2",
"chalk": "5.6.2",
"cheerio": "1.2.0",
"depcheck": "1.4.7",
"domhandler": "6.0.1",
"execa": "9.6.1",
"listr2": "10.1.0",
"listr2": "10.2.1",
"node-fetch": "3.3.2",
"p-reduce": "3.0.0",
"readdirp": "5.0.0",
"semver": "7.7.4",
"top-user-agents": "2.1.94"
"top-user-agents": "2.1.108"
},
"devDependencies": {
"@types/node": "25.2.3",
"@types/node": "25.6.0",
"@types/p-map": "2.0.0",
"@types/semver": "7.7.1",
"eslint": "10.2.1",
"eslint-config-upleveled": "10.0.0",
"p-map": "7.0.4",
"prettier": "3.8.1",
"stylelint": "17.2.0",
"prettier": "3.8.3",
"stylelint": "17.8.0",
"typescript": "6.0.3",
"typescript-eslint": "8.55.0",
"vitest": "4.0.18"
"typescript-eslint": "8.59.0",
"vitest": "4.1.5"
},
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc",
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"engines": {
"node": ">=22"
}
Expand Down
Loading
Loading