From 56bcf4ead35958d6a4fb6486f23a15f792e701ec Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Mon, 18 Mar 2024 07:06:05 +0100 Subject: [PATCH 1/4] chore: Updated latestVersions --- .../cli/src/utils/blueprints/get-version.ts | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/cli/src/utils/blueprints/get-version.ts b/packages/cli/src/utils/blueprints/get-version.ts index 270ad290..c8c8fba5 100644 --- a/packages/cli/src/utils/blueprints/get-version.ts +++ b/packages/cli/src/utils/blueprints/get-version.ts @@ -1,35 +1,35 @@ import { decideVersion } from '@codemod-utils/blueprints'; const latestVersions = new Map([ - ['@babel/core', '7.23.9'], + ['@babel/core', '7.24.0'], ['@babel/eslint-parser', '7.23.10'], ['@changesets/cli', '2.27.1'], ['@changesets/get-github-info', '0.6.0'], - ['@codemod-utils/ast-javascript', '1.2.3'], - ['@codemod-utils/ast-template', '1.1.1'], - ['@codemod-utils/blueprints', '1.1.1'], - ['@codemod-utils/ember-cli-string', '1.1.1'], - ['@codemod-utils/files', '1.1.1'], - ['@codemod-utils/json', '1.1.4'], - ['@codemod-utils/tests', '1.1.2'], + ['@codemod-utils/ast-javascript', '1.2.4'], + ['@codemod-utils/ast-template', '1.1.2'], + ['@codemod-utils/blueprints', '1.1.2'], + ['@codemod-utils/ember-cli-string', '1.1.2'], + ['@codemod-utils/files', '2.0.0'], + ['@codemod-utils/json', '1.1.5'], + ['@codemod-utils/tests', '1.1.3'], ['@sondr3/minitest', '0.1.2'], ['@tsconfig/node18', '18.2.2'], ['@tsconfig/strictest', '2.0.3'], - ['@types/node', '18.19.17'], + ['@types/node', '18.19.24'], ['@types/yargs', '17.0.32'], - ['@typescript-eslint/eslint-plugin', '7.0.1'], - ['@typescript-eslint/parser', '7.0.1'], + ['@typescript-eslint/eslint-plugin', '7.2.0'], + ['@typescript-eslint/parser', '7.2.0'], ['concurrently', '8.2.2'], - ['eslint', '8.56.0'], + ['eslint', '8.57.0'], ['eslint-config-prettier', '9.1.0'], ['eslint-import-resolver-typescript', '3.6.1'], ['eslint-plugin-import', '2.29.1'], ['eslint-plugin-n', '16.6.2'], ['eslint-plugin-prettier', '5.1.3'], ['eslint-plugin-simple-import-sort', '12.0.0'], - ['eslint-plugin-typescript-sort-keys', '3.1.0'], + ['eslint-plugin-typescript-sort-keys', '3.2.0'], ['prettier', '3.2.5'], - ['typescript', '5.3.3'], + ['typescript', '5.4.2'], ['yargs', '17.7.2'], ]); From ac7e094c5b32e2c2db32b826b29d0a9d80c625b8 Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Mon, 18 Mar 2024 07:11:16 +0100 Subject: [PATCH 2/4] chore: Updated copyright year --- packages/cli/src/blueprints/LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/blueprints/LICENSE.md b/packages/cli/src/blueprints/LICENSE.md index 94385605..ff84a5be 100644 --- a/packages/cli/src/blueprints/LICENSE.md +++ b/packages/cli/src/blueprints/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 +Copyright (c) 2024 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: From 9f0bbb1d4335098f481030ee736e65d6fa767a27 Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Mon, 18 Mar 2024 07:11:24 +0100 Subject: [PATCH 3/4] chore: Updated fixtures --- .../LICENSE.md | 2 +- .../package.json | 18 ++++++------ .../ember-codemod-pod-to-octane/LICENSE.md | 2 +- .../ember-codemod-pod-to-octane/package.json | 8 +++--- .../LICENSE.md | 2 +- .../ember-codemod-pod-to-octane/LICENSE.md | 2 +- .../LICENSE.md | 2 +- .../ember-codemod-pod-to-octane/LICENSE.md | 2 +- .../package.json | 18 ++++++------ .../ember-codemod-pod-to-octane/package.json | 8 +++--- .../package.json | 28 +++++++++---------- .../ember-codemod-pod-to-octane/package.json | 18 ++++++------ .../LICENSE.md | 2 +- .../package.json | 28 +++++++++---------- .../ember-codemod-pod-to-octane/LICENSE.md | 2 +- .../ember-codemod-pod-to-octane/package.json | 18 ++++++------ 16 files changed, 80 insertions(+), 80 deletions(-) diff --git a/packages/cli/tests/fixtures/javascript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md b/packages/cli/tests/fixtures/javascript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md index 94385605..ff84a5be 100644 --- a/packages/cli/tests/fixtures/javascript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md +++ b/packages/cli/tests/fixtures/javascript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 +Copyright (c) 2024 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/packages/cli/tests/fixtures/javascript-with-addons/output/ember-codemod-args-to-signature/package.json b/packages/cli/tests/fixtures/javascript-with-addons/output/ember-codemod-args-to-signature/package.json index 1c405054..340ed7ab 100644 --- a/packages/cli/tests/fixtures/javascript-with-addons/output/ember-codemod-args-to-signature/package.json +++ b/packages/cli/tests/fixtures/javascript-with-addons/output/ember-codemod-args-to-signature/package.json @@ -31,23 +31,23 @@ "test": "mt tests --quiet" }, "dependencies": { - "@codemod-utils/ast-javascript": "^1.2.3", - "@codemod-utils/ast-template": "^1.1.1", - "@codemod-utils/blueprints": "^1.1.1", - "@codemod-utils/ember-cli-string": "^1.1.1", - "@codemod-utils/files": "^1.1.1", - "@codemod-utils/json": "^1.1.4", + "@codemod-utils/ast-javascript": "^1.2.4", + "@codemod-utils/ast-template": "^1.1.2", + "@codemod-utils/blueprints": "^1.1.2", + "@codemod-utils/ember-cli-string": "^1.1.2", + "@codemod-utils/files": "^2.0.0", + "@codemod-utils/json": "^1.1.5", "yargs": "^17.7.2" }, "devDependencies": { - "@babel/core": "^7.23.9", + "@babel/core": "^7.24.0", "@babel/eslint-parser": "^7.23.10", "@changesets/cli": "^2.27.1", "@changesets/get-github-info": "^0.6.0", - "@codemod-utils/tests": "^1.1.2", + "@codemod-utils/tests": "^1.1.3", "@sondr3/minitest": "^0.1.2", "concurrently": "^8.2.2", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", diff --git a/packages/cli/tests/fixtures/javascript/output/ember-codemod-pod-to-octane/LICENSE.md b/packages/cli/tests/fixtures/javascript/output/ember-codemod-pod-to-octane/LICENSE.md index 94385605..ff84a5be 100644 --- a/packages/cli/tests/fixtures/javascript/output/ember-codemod-pod-to-octane/LICENSE.md +++ b/packages/cli/tests/fixtures/javascript/output/ember-codemod-pod-to-octane/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 +Copyright (c) 2024 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/packages/cli/tests/fixtures/javascript/output/ember-codemod-pod-to-octane/package.json b/packages/cli/tests/fixtures/javascript/output/ember-codemod-pod-to-octane/package.json index b6408b32..c8eb193b 100644 --- a/packages/cli/tests/fixtures/javascript/output/ember-codemod-pod-to-octane/package.json +++ b/packages/cli/tests/fixtures/javascript/output/ember-codemod-pod-to-octane/package.json @@ -31,18 +31,18 @@ "test": "mt tests --quiet" }, "dependencies": { - "@codemod-utils/files": "^1.1.1", + "@codemod-utils/files": "^2.0.0", "yargs": "^17.7.2" }, "devDependencies": { - "@babel/core": "^7.23.9", + "@babel/core": "^7.24.0", "@babel/eslint-parser": "^7.23.10", "@changesets/cli": "^2.27.1", "@changesets/get-github-info": "^0.6.0", - "@codemod-utils/tests": "^1.1.2", + "@codemod-utils/tests": "^1.1.3", "@sondr3/minitest": "^0.1.2", "concurrently": "^8.2.2", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", diff --git a/packages/cli/tests/fixtures/steps/create-files-from-blueprints/javascript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md b/packages/cli/tests/fixtures/steps/create-files-from-blueprints/javascript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md index 94385605..ff84a5be 100644 --- a/packages/cli/tests/fixtures/steps/create-files-from-blueprints/javascript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md +++ b/packages/cli/tests/fixtures/steps/create-files-from-blueprints/javascript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 +Copyright (c) 2024 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/packages/cli/tests/fixtures/steps/create-files-from-blueprints/javascript/output/ember-codemod-pod-to-octane/LICENSE.md b/packages/cli/tests/fixtures/steps/create-files-from-blueprints/javascript/output/ember-codemod-pod-to-octane/LICENSE.md index 94385605..ff84a5be 100644 --- a/packages/cli/tests/fixtures/steps/create-files-from-blueprints/javascript/output/ember-codemod-pod-to-octane/LICENSE.md +++ b/packages/cli/tests/fixtures/steps/create-files-from-blueprints/javascript/output/ember-codemod-pod-to-octane/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 +Copyright (c) 2024 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/packages/cli/tests/fixtures/steps/create-files-from-blueprints/typescript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md b/packages/cli/tests/fixtures/steps/create-files-from-blueprints/typescript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md index 94385605..ff84a5be 100644 --- a/packages/cli/tests/fixtures/steps/create-files-from-blueprints/typescript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md +++ b/packages/cli/tests/fixtures/steps/create-files-from-blueprints/typescript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 +Copyright (c) 2024 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/packages/cli/tests/fixtures/steps/create-files-from-blueprints/typescript/output/ember-codemod-pod-to-octane/LICENSE.md b/packages/cli/tests/fixtures/steps/create-files-from-blueprints/typescript/output/ember-codemod-pod-to-octane/LICENSE.md index 94385605..ff84a5be 100644 --- a/packages/cli/tests/fixtures/steps/create-files-from-blueprints/typescript/output/ember-codemod-pod-to-octane/LICENSE.md +++ b/packages/cli/tests/fixtures/steps/create-files-from-blueprints/typescript/output/ember-codemod-pod-to-octane/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 +Copyright (c) 2024 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/packages/cli/tests/fixtures/steps/update-package-json/javascript-with-addons/output/ember-codemod-args-to-signature/package.json b/packages/cli/tests/fixtures/steps/update-package-json/javascript-with-addons/output/ember-codemod-args-to-signature/package.json index 1c405054..340ed7ab 100644 --- a/packages/cli/tests/fixtures/steps/update-package-json/javascript-with-addons/output/ember-codemod-args-to-signature/package.json +++ b/packages/cli/tests/fixtures/steps/update-package-json/javascript-with-addons/output/ember-codemod-args-to-signature/package.json @@ -31,23 +31,23 @@ "test": "mt tests --quiet" }, "dependencies": { - "@codemod-utils/ast-javascript": "^1.2.3", - "@codemod-utils/ast-template": "^1.1.1", - "@codemod-utils/blueprints": "^1.1.1", - "@codemod-utils/ember-cli-string": "^1.1.1", - "@codemod-utils/files": "^1.1.1", - "@codemod-utils/json": "^1.1.4", + "@codemod-utils/ast-javascript": "^1.2.4", + "@codemod-utils/ast-template": "^1.1.2", + "@codemod-utils/blueprints": "^1.1.2", + "@codemod-utils/ember-cli-string": "^1.1.2", + "@codemod-utils/files": "^2.0.0", + "@codemod-utils/json": "^1.1.5", "yargs": "^17.7.2" }, "devDependencies": { - "@babel/core": "^7.23.9", + "@babel/core": "^7.24.0", "@babel/eslint-parser": "^7.23.10", "@changesets/cli": "^2.27.1", "@changesets/get-github-info": "^0.6.0", - "@codemod-utils/tests": "^1.1.2", + "@codemod-utils/tests": "^1.1.3", "@sondr3/minitest": "^0.1.2", "concurrently": "^8.2.2", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", diff --git a/packages/cli/tests/fixtures/steps/update-package-json/javascript/output/ember-codemod-pod-to-octane/package.json b/packages/cli/tests/fixtures/steps/update-package-json/javascript/output/ember-codemod-pod-to-octane/package.json index b6408b32..c8eb193b 100644 --- a/packages/cli/tests/fixtures/steps/update-package-json/javascript/output/ember-codemod-pod-to-octane/package.json +++ b/packages/cli/tests/fixtures/steps/update-package-json/javascript/output/ember-codemod-pod-to-octane/package.json @@ -31,18 +31,18 @@ "test": "mt tests --quiet" }, "dependencies": { - "@codemod-utils/files": "^1.1.1", + "@codemod-utils/files": "^2.0.0", "yargs": "^17.7.2" }, "devDependencies": { - "@babel/core": "^7.23.9", + "@babel/core": "^7.24.0", "@babel/eslint-parser": "^7.23.10", "@changesets/cli": "^2.27.1", "@changesets/get-github-info": "^0.6.0", - "@codemod-utils/tests": "^1.1.2", + "@codemod-utils/tests": "^1.1.3", "@sondr3/minitest": "^0.1.2", "concurrently": "^8.2.2", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", diff --git a/packages/cli/tests/fixtures/steps/update-package-json/typescript-with-addons/output/ember-codemod-args-to-signature/package.json b/packages/cli/tests/fixtures/steps/update-package-json/typescript-with-addons/output/ember-codemod-args-to-signature/package.json index 9df540b5..8afb2693 100644 --- a/packages/cli/tests/fixtures/steps/update-package-json/typescript-with-addons/output/ember-codemod-args-to-signature/package.json +++ b/packages/cli/tests/fixtures/steps/update-package-json/typescript-with-addons/output/ember-codemod-args-to-signature/package.json @@ -33,37 +33,37 @@ "test": "./build.sh --test && mt dist-for-testing --quiet" }, "dependencies": { - "@codemod-utils/ast-javascript": "^1.2.3", - "@codemod-utils/ast-template": "^1.1.1", - "@codemod-utils/blueprints": "^1.1.1", - "@codemod-utils/ember-cli-string": "^1.1.1", - "@codemod-utils/files": "^1.1.1", - "@codemod-utils/json": "^1.1.4", + "@codemod-utils/ast-javascript": "^1.2.4", + "@codemod-utils/ast-template": "^1.1.2", + "@codemod-utils/blueprints": "^1.1.2", + "@codemod-utils/ember-cli-string": "^1.1.2", + "@codemod-utils/files": "^2.0.0", + "@codemod-utils/json": "^1.1.5", "yargs": "^17.7.2" }, "devDependencies": { - "@babel/core": "^7.23.9", + "@babel/core": "^7.24.0", "@changesets/cli": "^2.27.1", "@changesets/get-github-info": "^0.6.0", - "@codemod-utils/tests": "^1.1.2", + "@codemod-utils/tests": "^1.1.3", "@sondr3/minitest": "^0.1.2", "@tsconfig/node18": "^18.2.2", "@tsconfig/strictest": "^2.0.3", - "@types/node": "^18.19.17", + "@types/node": "^18.19.24", "@types/yargs": "^17.0.32", - "@typescript-eslint/eslint-plugin": "^7.0.1", - "@typescript-eslint/parser": "^7.0.1", + "@typescript-eslint/eslint-plugin": "^7.2.0", + "@typescript-eslint/parser": "^7.2.0", "concurrently": "^8.2.2", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-simple-import-sort": "^12.0.0", - "eslint-plugin-typescript-sort-keys": "^3.1.0", + "eslint-plugin-typescript-sort-keys": "^3.2.0", "prettier": "^3.2.5", - "typescript": "^5.3.3" + "typescript": "^5.4.2" }, "engines": { "node": "18.* || >= 20" diff --git a/packages/cli/tests/fixtures/steps/update-package-json/typescript/output/ember-codemod-pod-to-octane/package.json b/packages/cli/tests/fixtures/steps/update-package-json/typescript/output/ember-codemod-pod-to-octane/package.json index b9307343..4b761110 100644 --- a/packages/cli/tests/fixtures/steps/update-package-json/typescript/output/ember-codemod-pod-to-octane/package.json +++ b/packages/cli/tests/fixtures/steps/update-package-json/typescript/output/ember-codemod-pod-to-octane/package.json @@ -33,32 +33,32 @@ "test": "./build.sh --test && mt dist-for-testing --quiet" }, "dependencies": { - "@codemod-utils/files": "^1.1.1", + "@codemod-utils/files": "^2.0.0", "yargs": "^17.7.2" }, "devDependencies": { - "@babel/core": "^7.23.9", + "@babel/core": "^7.24.0", "@changesets/cli": "^2.27.1", "@changesets/get-github-info": "^0.6.0", - "@codemod-utils/tests": "^1.1.2", + "@codemod-utils/tests": "^1.1.3", "@sondr3/minitest": "^0.1.2", "@tsconfig/node18": "^18.2.2", "@tsconfig/strictest": "^2.0.3", - "@types/node": "^18.19.17", + "@types/node": "^18.19.24", "@types/yargs": "^17.0.32", - "@typescript-eslint/eslint-plugin": "^7.0.1", - "@typescript-eslint/parser": "^7.0.1", + "@typescript-eslint/eslint-plugin": "^7.2.0", + "@typescript-eslint/parser": "^7.2.0", "concurrently": "^8.2.2", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-simple-import-sort": "^12.0.0", - "eslint-plugin-typescript-sort-keys": "^3.1.0", + "eslint-plugin-typescript-sort-keys": "^3.2.0", "prettier": "^3.2.5", - "typescript": "^5.3.3" + "typescript": "^5.4.2" }, "engines": { "node": "18.* || >= 20" diff --git a/packages/cli/tests/fixtures/typescript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md b/packages/cli/tests/fixtures/typescript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md index 94385605..ff84a5be 100644 --- a/packages/cli/tests/fixtures/typescript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md +++ b/packages/cli/tests/fixtures/typescript-with-addons/output/ember-codemod-args-to-signature/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 +Copyright (c) 2024 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/packages/cli/tests/fixtures/typescript-with-addons/output/ember-codemod-args-to-signature/package.json b/packages/cli/tests/fixtures/typescript-with-addons/output/ember-codemod-args-to-signature/package.json index 9df540b5..8afb2693 100644 --- a/packages/cli/tests/fixtures/typescript-with-addons/output/ember-codemod-args-to-signature/package.json +++ b/packages/cli/tests/fixtures/typescript-with-addons/output/ember-codemod-args-to-signature/package.json @@ -33,37 +33,37 @@ "test": "./build.sh --test && mt dist-for-testing --quiet" }, "dependencies": { - "@codemod-utils/ast-javascript": "^1.2.3", - "@codemod-utils/ast-template": "^1.1.1", - "@codemod-utils/blueprints": "^1.1.1", - "@codemod-utils/ember-cli-string": "^1.1.1", - "@codemod-utils/files": "^1.1.1", - "@codemod-utils/json": "^1.1.4", + "@codemod-utils/ast-javascript": "^1.2.4", + "@codemod-utils/ast-template": "^1.1.2", + "@codemod-utils/blueprints": "^1.1.2", + "@codemod-utils/ember-cli-string": "^1.1.2", + "@codemod-utils/files": "^2.0.0", + "@codemod-utils/json": "^1.1.5", "yargs": "^17.7.2" }, "devDependencies": { - "@babel/core": "^7.23.9", + "@babel/core": "^7.24.0", "@changesets/cli": "^2.27.1", "@changesets/get-github-info": "^0.6.0", - "@codemod-utils/tests": "^1.1.2", + "@codemod-utils/tests": "^1.1.3", "@sondr3/minitest": "^0.1.2", "@tsconfig/node18": "^18.2.2", "@tsconfig/strictest": "^2.0.3", - "@types/node": "^18.19.17", + "@types/node": "^18.19.24", "@types/yargs": "^17.0.32", - "@typescript-eslint/eslint-plugin": "^7.0.1", - "@typescript-eslint/parser": "^7.0.1", + "@typescript-eslint/eslint-plugin": "^7.2.0", + "@typescript-eslint/parser": "^7.2.0", "concurrently": "^8.2.2", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-simple-import-sort": "^12.0.0", - "eslint-plugin-typescript-sort-keys": "^3.1.0", + "eslint-plugin-typescript-sort-keys": "^3.2.0", "prettier": "^3.2.5", - "typescript": "^5.3.3" + "typescript": "^5.4.2" }, "engines": { "node": "18.* || >= 20" diff --git a/packages/cli/tests/fixtures/typescript/output/ember-codemod-pod-to-octane/LICENSE.md b/packages/cli/tests/fixtures/typescript/output/ember-codemod-pod-to-octane/LICENSE.md index 94385605..ff84a5be 100644 --- a/packages/cli/tests/fixtures/typescript/output/ember-codemod-pod-to-octane/LICENSE.md +++ b/packages/cli/tests/fixtures/typescript/output/ember-codemod-pod-to-octane/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 +Copyright (c) 2024 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/packages/cli/tests/fixtures/typescript/output/ember-codemod-pod-to-octane/package.json b/packages/cli/tests/fixtures/typescript/output/ember-codemod-pod-to-octane/package.json index b9307343..4b761110 100644 --- a/packages/cli/tests/fixtures/typescript/output/ember-codemod-pod-to-octane/package.json +++ b/packages/cli/tests/fixtures/typescript/output/ember-codemod-pod-to-octane/package.json @@ -33,32 +33,32 @@ "test": "./build.sh --test && mt dist-for-testing --quiet" }, "dependencies": { - "@codemod-utils/files": "^1.1.1", + "@codemod-utils/files": "^2.0.0", "yargs": "^17.7.2" }, "devDependencies": { - "@babel/core": "^7.23.9", + "@babel/core": "^7.24.0", "@changesets/cli": "^2.27.1", "@changesets/get-github-info": "^0.6.0", - "@codemod-utils/tests": "^1.1.2", + "@codemod-utils/tests": "^1.1.3", "@sondr3/minitest": "^0.1.2", "@tsconfig/node18": "^18.2.2", "@tsconfig/strictest": "^2.0.3", - "@types/node": "^18.19.17", + "@types/node": "^18.19.24", "@types/yargs": "^17.0.32", - "@typescript-eslint/eslint-plugin": "^7.0.1", - "@typescript-eslint/parser": "^7.0.1", + "@typescript-eslint/eslint-plugin": "^7.2.0", + "@typescript-eslint/parser": "^7.2.0", "concurrently": "^8.2.2", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-simple-import-sort": "^12.0.0", - "eslint-plugin-typescript-sort-keys": "^3.1.0", + "eslint-plugin-typescript-sort-keys": "^3.2.0", "prettier": "^3.2.5", - "typescript": "^5.3.3" + "typescript": "^5.4.2" }, "engines": { "node": "18.* || >= 20" From aeba27cf65129ab74ce73dde0a1d558dd235a6ca Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Mon, 18 Mar 2024 07:08:59 +0100 Subject: [PATCH 4/4] chore: Added changeset --- .changeset/ninety-mails-yell.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/ninety-mails-yell.md diff --git a/.changeset/ninety-mails-yell.md b/.changeset/ninety-mails-yell.md new file mode 100644 index 00000000..9ecaca54 --- /dev/null +++ b/.changeset/ninety-mails-yell.md @@ -0,0 +1,5 @@ +--- +"@codemod-utils/cli": patch +--- + +Updated latestVersions