Skip to content

Commit

Permalink
Update latestVersions (#112)
Browse files Browse the repository at this point in the history
* chore: Updated latestVersions

* chore: Updated copyright year

* chore: Updated fixtures

* chore: Added changeset

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Mar 18, 2024
1 parent 38c8b08 commit 2fbded7
Show file tree
Hide file tree
Showing 19 changed files with 100 additions and 95 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-mails-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codemod-utils/cli": patch
---

Updated latestVersions
2 changes: 1 addition & 1 deletion packages/cli/src/blueprints/LICENSE.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
28 changes: 14 additions & 14 deletions packages/cli/src/utils/blueprints/get-version.ts
Original file line number Diff line number Diff line change
@@ -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'],
]);

Expand Down
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
Loading

0 comments on commit 2fbded7

Please sign in to comment.