Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into no-v1-profiles
Browse files Browse the repository at this point in the history
Signed-off-by: Gene Johnston <[email protected]>
  • Loading branch information
gejohnston committed Jan 5, 2024
2 parents d703e34 + 47bbf0b commit b1d1564
Show file tree
Hide file tree
Showing 224 changed files with 757 additions and 538 deletions.
4 changes: 2 additions & 2 deletions __tests__/__packages__/cli-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli-test-utils",
"version": "8.0.0-next.202311291643",
"version": "8.0.0-next.202401041721",
"description": "Test utilities package for Zowe CLI plug-ins",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/js-yaml": "^4.0.0",
"@types/uuid": "^8.3.0",
"@zowe/imperative": "8.0.0-next.202311291643"
"@zowe/imperative": "8.0.0-next.202401041721"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
Expand Down
24 changes: 10 additions & 14 deletions __tests__/test-tsconfig.json → __tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
{
// tsconfig for test files //
"compilerOptions": {
"types": [
"node",
"jest"
],
"types": ["node", "jest"],
"lib": ["esnext"],
"target": "es2015",
"module": "commonjs",
"declaration": true,
"moduleResolution": "node",
"noImplicitAny": true,
"outDir": "./lib",
"preserveConstEnums": true,
"experimentalDecorators": true,
"removeComments": false,
"pretty": true,
"sourceMap": true,
"newLine": "lf"
"newLine": "lf",
"esModuleInterop": true
},
"include": [
"./**/*.ts",
"../packages/**/__tests__/**/*.ts"
],
"files": [
"../__types__/wontache.d.ts"
"**/*.test.ts",
"**/*.subtest.ts",
"**/__tests__/**/*"
],
"exclude": [
"lib",
"__results__/",
"__snapshots__",
"node_modules"
]
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.0.0-next.202311291643",
"version": "8.0.0-next.202401041721",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
Loading

0 comments on commit b1d1564

Please sign in to comment.