Skip to content
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
13 changes: 13 additions & 0 deletions .changeset/all-singers-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@codemod-utils/ast-template-tag": patch
"@codemod-utils/ast-javascript": patch
"@codemod-utils/ast-template": patch
"@codemod-utils/package-json": patch
"@codemod-utils/blueprints": patch
"@codemod-utils/ember": patch
"@codemod-utils/files": patch
"@codemod-utils/tests": patch
"@codemod-utils/cli": patch
---

Updated copyright year
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025 Isaac J. Lee
Copyright (c) 2026 Isaac J. Lee

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
2 changes: 1 addition & 1 deletion packages/ast/javascript/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025 Isaac J. Lee
Copyright (c) 2026 Isaac J. Lee

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
2 changes: 1 addition & 1 deletion packages/ast/template-tag/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025 Isaac J. Lee
Copyright (c) 2026 Isaac J. Lee

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
2 changes: 1 addition & 1 deletion packages/ast/template/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025 Isaac J. Lee
Copyright (c) 2026 Isaac J. Lee

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
2 changes: 1 addition & 1 deletion packages/blueprints/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025 Isaac J. Lee
Copyright (c) 2026 Isaac J. Lee

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
2 changes: 1 addition & 1 deletion packages/cli/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025 Isaac J. Lee
Copyright (c) 2026 Isaac J. Lee

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
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) 2025
Copyright (c) 2026

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
14 changes: 7 additions & 7 deletions packages/cli/src/utils/blueprints/get-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import { decideVersion } from '@codemod-utils/blueprints';

const latestVersions = new Map([
['@changesets/cli', '2.29.8'],
['@codemod-utils/ast-javascript', '2.1.1'],
['@codemod-utils/ast-template', '2.1.1'],
['@codemod-utils/ast-javascript', '2.1.2'],
['@codemod-utils/ast-template', '2.1.2'],
['@codemod-utils/ast-template-tag', '1.2.0'],
['@codemod-utils/blueprints', '2.1.1'],
['@codemod-utils/ember', '3.0.5'],
['@codemod-utils/files', '3.2.2'],
['@codemod-utils/package-json', '3.3.2'],
['@codemod-utils/tests', '2.2.1'],
['@codemod-utils/blueprints', '2.1.2'],
['@codemod-utils/ember', '3.0.6'],
['@codemod-utils/files', '3.2.3'],
['@codemod-utils/package-json', '3.3.3'],
['@codemod-utils/tests', '2.2.2'],
['@ijlee2-frontend-configs/changesets', '1.0.2'],
['@ijlee2-frontend-configs/eslint-config-node', '2.3.3'],
['@ijlee2-frontend-configs/prettier', '2.3.3'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025
Copyright (c) 2026

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,18 +33,18 @@
"test": "mt tests --quiet"
},
"dependencies": {
"@codemod-utils/ast-javascript": "^2.1.1",
"@codemod-utils/ast-template": "^2.1.1",
"@codemod-utils/ast-javascript": "^2.1.2",
"@codemod-utils/ast-template": "^2.1.2",
"@codemod-utils/ast-template-tag": "^1.2.0",
"@codemod-utils/blueprints": "^2.1.1",
"@codemod-utils/ember": "^3.0.5",
"@codemod-utils/files": "^3.2.2",
"@codemod-utils/package-json": "^3.3.2",
"@codemod-utils/blueprints": "^2.1.2",
"@codemod-utils/ember": "^3.0.6",
"@codemod-utils/files": "^3.2.3",
"@codemod-utils/package-json": "^3.3.3",
"yargs": "^18.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@codemod-utils/tests": "^2.2.1",
"@codemod-utils/tests": "^2.2.2",
"@ijlee2-frontend-configs/changesets": "^1.0.2",
"@ijlee2-frontend-configs/eslint-config-node": "^2.3.3",
"@ijlee2-frontend-configs/prettier": "^2.3.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025
Copyright (c) 2026

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,12 +33,12 @@
"test": "mt tests --quiet"
},
"dependencies": {
"@codemod-utils/files": "^3.2.2",
"@codemod-utils/files": "^3.2.3",
"yargs": "^18.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@codemod-utils/tests": "^2.2.1",
"@codemod-utils/tests": "^2.2.2",
"@ijlee2-frontend-configs/changesets": "^1.0.2",
"@ijlee2-frontend-configs/eslint-config-node": "^2.3.3",
"@ijlee2-frontend-configs/prettier": "^2.3.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025
Copyright (c) 2026

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 @@ -35,18 +35,18 @@
"test": "sh build.sh --test && mt dist-for-testing --quiet"
},
"dependencies": {
"@codemod-utils/ast-javascript": "^2.1.1",
"@codemod-utils/ast-template": "^2.1.1",
"@codemod-utils/ast-javascript": "^2.1.2",
"@codemod-utils/ast-template": "^2.1.2",
"@codemod-utils/ast-template-tag": "^1.2.0",
"@codemod-utils/blueprints": "^2.1.1",
"@codemod-utils/ember": "^3.0.5",
"@codemod-utils/files": "^3.2.2",
"@codemod-utils/package-json": "^3.3.2",
"@codemod-utils/blueprints": "^2.1.2",
"@codemod-utils/ember": "^3.0.6",
"@codemod-utils/files": "^3.2.3",
"@codemod-utils/package-json": "^3.3.3",
"yargs": "^18.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@codemod-utils/tests": "^2.2.1",
"@codemod-utils/tests": "^2.2.2",
"@ijlee2-frontend-configs/changesets": "^1.0.2",
"@ijlee2-frontend-configs/eslint-config-node": "^2.3.3",
"@ijlee2-frontend-configs/prettier": "^2.3.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025
Copyright (c) 2026

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 @@ -35,12 +35,12 @@
"test": "sh build.sh --test && mt dist-for-testing --quiet"
},
"dependencies": {
"@codemod-utils/files": "^3.2.2",
"@codemod-utils/files": "^3.2.3",
"yargs": "^18.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@codemod-utils/tests": "^2.2.1",
"@codemod-utils/tests": "^2.2.2",
"@ijlee2-frontend-configs/changesets": "^1.0.2",
"@ijlee2-frontend-configs/eslint-config-node": "^2.3.3",
"@ijlee2-frontend-configs/prettier": "^2.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025 Isaac J. Lee
Copyright (c) 2026 Isaac J. Lee

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
2 changes: 1 addition & 1 deletion packages/files/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025 Isaac J. Lee
Copyright (c) 2026 Isaac J. Lee

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
2 changes: 1 addition & 1 deletion packages/package-json/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025 Isaac J. Lee
Copyright (c) 2026 Isaac J. Lee

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
2 changes: 1 addition & 1 deletion packages/tests/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025 Isaac J. Lee
Copyright (c) 2026 Isaac J. Lee

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