Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency upgrades - non-major #579

Merged
merged 5 commits into from
Sep 19, 2024
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: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
run: pnpm build

- name: Test
run: pnpm test -- --ci --maxWorkers=2
run: pnpm test
2 changes: 1 addition & 1 deletion __tests__/__snapshots__/e2e.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Passes in the next-js-passing test project 1`] = `
"🚀 UpLeveled Preflight
Expand Down
2 changes: 1 addition & 1 deletion __tests__/e2e.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { beforeAll, expect, test } from '@jest/globals';
import { execa } from 'execa';
import pMap from 'p-map';
import { beforeAll, expect, test } from 'vitest';

const fixturesTempDir = '__tests__/fixtures/__temp';

Expand Down
10 changes: 0 additions & 10 deletions babel.config.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
],
"type": "module",
"dependencies": {
"execa": "9.3.1"
"execa": "9.4.0"
}
}
27 changes: 17 additions & 10 deletions docker/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 10 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,17 @@
"prepare": "pnpm build",
"size": "size-limit",
"start": "tsdx watch --format esm --target node",
"test": "tsdx test",
"test": "vitest run",
"test-local": "rm -rf ./__tests__/fixtures/__temp && pnpm test"
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!execa)/"
]
},
"dependencies": {
"@types/eslint": "9.6.1",
"algoliasearch": "5.4.1",
"algoliasearch": "5.5.2",
"chalk": "5.3.0",
"cheerio": "1.0.0",
"depcheck": "1.4.7",
"domhandler": "5.0.3",
"execa": "9.3.1",
"execa": "9.4.0",
"listr2": "8.2.4",
"node-fetch": "3.3.2",
"p-reduce": "3.0.0",
Expand All @@ -55,15 +50,10 @@
"top-user-agents": "2.1.23"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@jest/globals": "29.7.0",
"@size-limit/file": "11.1.5",
"@types/babel__core": "7.20.5",
"@types/jest": "29.5.13",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/p-map": "2.0.0",
"@types/semver": "7.5.8",
"babel-jest": "29.7.0",
"eslint": "9.10.0",
"eslint-config-upleveled": "8.7.0",
"p-map": "7.0.2",
Expand All @@ -73,18 +63,19 @@
"stylelint": "16.9.0",
"tsdx": "0.14.1",
"tslib": "2.7.0",
"typescript": "5.6.2"
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=18"
},
"pnpm": {
"overrides": {
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@typescript-eslint/scope-manager": "8.5.0",
"@typescript-eslint/utils": "8.5.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/scope-manager": "8.6.0",
"@typescript-eslint/utils": "8.6.0",
"eslint": "9.10.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-react-hooks": "4.6.2",
Expand All @@ -94,9 +85,6 @@
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "29.2.5",
"typescript": "5.6.2"
},
"patchedDependencies": {
"tsdx@0.14.1": "patches/tsdx@0.14.1.patch"
}
}
}
19 changes: 0 additions & 19 deletions patches/tsdx@0.14.1.patch

This file was deleted.

Loading
Loading