-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: update deps and drop old Node.js versions support (#14)
* pnpm up, pre-major semver changes * update deprecated jest config * pnpm up --latest, meow downgraded to pre-node16 ts requirement * updated find-workspace-packages, had been renamed * update ts module to node16, meow v13 requirement * bump major semver due to many package updates * style: fix * ci: drop older node.js versions support --------- Co-authored-by: Wm Salt Hale <[email protected]> Co-authored-by: Zoltan Kochan <[email protected]>
- Loading branch information
1 parent
dd00c43
commit 54ed85b
Showing
10 changed files
with
500 additions
and
694 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
export default { | ||
preset: 'ts-jest/presets/default-esm', | ||
globals: { | ||
'ts-jest': { | ||
useESM: true, | ||
}, | ||
}, | ||
moduleNameMapper: { | ||
'^(\\.{1,2}/.*)\\.js$': '$1', | ||
}, | ||
testEnvironment: 'node', | ||
transform: { | ||
'^.+\\.tsx?$': ['ts-jest', { | ||
useESM: true, | ||
}] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
}, | ||
"keywords": [], | ||
"engines": { | ||
"node": ">=10.12" | ||
"node": ">=18.19.0" | ||
}, | ||
"author": "Zoltan Kochan <[email protected]> (https://www.kochan.io/)", | ||
"license": "MIT", | ||
|
@@ -30,27 +30,27 @@ | |
}, | ||
"homepage": "https://github.com/pnpm/meta-updater#readme", | ||
"dependencies": { | ||
"@pnpm/find-workspace-dir": "^6.0.2", | ||
"@pnpm/find-workspace-packages": "^6.0.9", | ||
"@pnpm/find-workspace-dir": "^7.0.0", | ||
"@pnpm/logger": "^5.0.0", | ||
"@pnpm/types": "^9.2.0", | ||
"@pnpm/types": "^10.0.0", | ||
"@pnpm/workspace.find-packages": "^2.0.4", | ||
"load-json-file": "^7.0.1", | ||
"meow": "^10.1.3", | ||
"print-diff": "^1.0.0", | ||
"ramda": "^0.29.0", | ||
"meow": "^13.2.0", | ||
"print-diff": "^2.0.0", | ||
"ramda": "^0.30.0", | ||
"write-json-file": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/jest": "^29.5.3", | ||
"@types/node": "^20.4.5", | ||
"@types/ramda": "^0.29.3", | ||
"execa": "^6.1.0", | ||
"fs-extra": "^11.1.1", | ||
"jest": "^29.6.2", | ||
"rimraf": "^5.0.1", | ||
"tempy": "^1.0.1", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.1.6" | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.12.11", | ||
"@types/ramda": "^0.30.0", | ||
"execa": "^9.0.0", | ||
"fs-extra": "^11.2.0", | ||
"jest": "^29.7.0", | ||
"rimraf": "^5.0.5", | ||
"tempy": "^3.1.0", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.4.5" | ||
} | ||
} |
Oops, something went wrong.