From 4c3411c4327f47e2f426f0323b80976f3f5dd862 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 4 Jun 2023 23:41:06 +0000 Subject: [PATCH] Version Packages --- .changeset/chilly-peaches-sip.md | 26 ------------------- .changeset/early-scissors-sparkle.md | 5 ---- .changeset/kind-eagles-teach.md | 8 ------ community/@atlaskit__avatar/CHANGELOG.md | 9 ++++++- community/@atlaskit__avatar/package.json | 4 +-- community/@atlaskit__breadcrumbs/CHANGELOG.md | 9 ++++++- community/@atlaskit__breadcrumbs/package.json | 4 +-- community/@atlaskit__button/CHANGELOG.md | 9 ++++++- community/@atlaskit__button/package.json | 4 +-- community/@atlaskit__calendar/CHANGELOG.md | 9 ++++++- community/@atlaskit__calendar/package.json | 4 +-- community/@atlaskit__checkbox/CHANGELOG.md | 9 ++++++- community/@atlaskit__checkbox/package.json | 4 +-- community/@atlaskit__icon/CHANGELOG.md | 9 ++++++- community/@atlaskit__icon/package.json | 4 +-- community/@atlaskit__menu/CHANGELOG.md | 9 ++++++- community/@atlaskit__menu/package.json | 4 +-- community/@atlaskit__popper/CHANGELOG.md | 9 ++++++- community/@atlaskit__popper/package.json | 4 +-- community/@atlaskit__popup/CHANGELOG.md | 9 ++++++- community/@atlaskit__popup/package.json | 4 +-- .../CHANGELOG.md | 9 ++++++- .../package.json | 4 +-- community/@atlaskit__range/CHANGELOG.md | 9 ++++++- community/@atlaskit__range/package.json | 4 +-- .../@atlaskit__section-message/CHANGELOG.md | 9 ++++++- .../@atlaskit__section-message/package.json | 4 +-- .../@atlaskit__side-navigation/CHANGELOG.md | 9 ++++++- .../@atlaskit__side-navigation/package.json | 4 +-- community/@atlaskit__spinner/CHANGELOG.md | 9 ++++++- community/@atlaskit__spinner/package.json | 4 +-- community/@atlaskit__tag/CHANGELOG.md | 9 ++++++- community/@atlaskit__tag/package.json | 4 +-- community/@atlaskit__textarea/CHANGELOG.md | 9 ++++++- community/@atlaskit__textarea/package.json | 4 +-- community/@atlaskit__textfield/CHANGELOG.md | 9 ++++++- community/@atlaskit__textfield/package.json | 4 +-- community/@atlaskit__toggle/CHANGELOG.md | 9 ++++++- community/@atlaskit__toggle/package.json | 4 +-- community/@emotion__monorepo/CHANGELOG.md | 9 ++++++- community/@emotion__monorepo/package.json | 4 +-- community/javascript/CHANGELOG.md | 6 +++++ community/javascript/package.json | 4 +-- community/memoize-one/CHANGELOG.md | 7 +++++ community/memoize-one/package.json | 4 +-- community/react/CHANGELOG.md | 7 +++++ community/react/package.json | 4 +-- packages/cli/CHANGELOG.md | 14 ++++++++++ packages/cli/package.json | 8 +++--- packages/core/CHANGELOG.md | 7 +++++ packages/core/package.json | 2 +- packages/fetcher/CHANGELOG.md | 7 +++++ packages/fetcher/package.json | 2 +- packages/validator/CHANGELOG.md | 12 +++++++++ packages/validator/package.json | 4 +-- 55 files changed, 264 insertions(+), 110 deletions(-) delete mode 100644 .changeset/chilly-peaches-sip.md delete mode 100644 .changeset/early-scissors-sparkle.md delete mode 100644 .changeset/kind-eagles-teach.md diff --git a/.changeset/chilly-peaches-sip.md b/.changeset/chilly-peaches-sip.md deleted file mode 100644 index 66818caee..000000000 --- a/.changeset/chilly-peaches-sip.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -'@codeshift/mod-atlaskit__progress-indicator': minor -'@codeshift/mod-atlaskit__section-message': minor -'@codeshift/mod-atlaskit__side-navigation': minor -'@codeshift/mod-atlaskit__breadcrumbs': minor -'@codeshift/mod-atlaskit__textfield': minor -'@codeshift/mod-atlaskit__calendar': minor -'@codeshift/mod-atlaskit__checkbox': minor -'@codeshift/mod-atlaskit__textarea': minor -'@codeshift/mod-atlaskit__spinner': minor -'@codeshift/mod-emotion__monorepo': minor -'@codeshift/mod-atlaskit__avatar': minor -'@codeshift/mod-atlaskit__button': minor -'@codeshift/mod-atlaskit__popper': minor -'@codeshift/mod-atlaskit__toggle': minor -'@codeshift/mod-atlaskit__popup': minor -'@codeshift/mod-atlaskit__range': minor -'@codeshift/mod-atlaskit__icon': minor -'@codeshift/mod-atlaskit__menu': minor -'@codeshift/mod-atlaskit__tag': minor -'@codeshift/mod-memoize-one': minor -'@codeshift/mod-javascript': minor -'@codeshift/mod-react': minor ---- - -require.resolve is no longer supported and have been replaced by require statements diff --git a/.changeset/early-scissors-sparkle.md b/.changeset/early-scissors-sparkle.md deleted file mode 100644 index 6f5ced3c7..000000000 --- a/.changeset/early-scissors-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeshift/fetcher': minor ---- - -Fetcher now returns entrypoint filepath. diff --git a/.changeset/kind-eagles-teach.md b/.changeset/kind-eagles-teach.md deleted file mode 100644 index 1b9c4c4e6..000000000 --- a/.changeset/kind-eagles-teach.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@codeshift/cli': minor -'@codeshift/core': minor -'@codeshift/fetcher': minor -'@codeshift/validator': minor ---- - -Internal refactor in order to remove the use of require.resolve in codeshift.config.js files. diff --git a/community/@atlaskit__avatar/CHANGELOG.md b/community/@atlaskit__avatar/CHANGELOG.md index 9796c6e7c..19a1e6c2f 100644 --- a/community/@atlaskit__avatar/CHANGELOG.md +++ b/community/@atlaskit__avatar/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__avatar +# @codeshift/mod-atlaskit\_\_avatar + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__avatar/package.json b/community/@atlaskit__avatar/package.json index 15bced0f4..b5a8cb427 100644 --- a/community/@atlaskit__avatar/package.json +++ b/community/@atlaskit__avatar/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__avatar", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__breadcrumbs/CHANGELOG.md b/community/@atlaskit__breadcrumbs/CHANGELOG.md index 6b0f709b9..59e057ad9 100644 --- a/community/@atlaskit__breadcrumbs/CHANGELOG.md +++ b/community/@atlaskit__breadcrumbs/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__breadcrumbs +# @codeshift/mod-atlaskit\_\_breadcrumbs + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__breadcrumbs/package.json b/community/@atlaskit__breadcrumbs/package.json index d6b381117..84a7b5917 100644 --- a/community/@atlaskit__breadcrumbs/package.json +++ b/community/@atlaskit__breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__breadcrumbs", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__button/CHANGELOG.md b/community/@atlaskit__button/CHANGELOG.md index b4e4ff9d7..ce9a99363 100644 --- a/community/@atlaskit__button/CHANGELOG.md +++ b/community/@atlaskit__button/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__button +# @codeshift/mod-atlaskit\_\_button + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__button/package.json b/community/@atlaskit__button/package.json index eb1ee3783..2679a3471 100644 --- a/community/@atlaskit__button/package.json +++ b/community/@atlaskit__button/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__button", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__calendar/CHANGELOG.md b/community/@atlaskit__calendar/CHANGELOG.md index 70db16753..512d368d9 100644 --- a/community/@atlaskit__calendar/CHANGELOG.md +++ b/community/@atlaskit__calendar/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__calendar +# @codeshift/mod-atlaskit\_\_calendar + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__calendar/package.json b/community/@atlaskit__calendar/package.json index d6c5e8177..371eabcc6 100644 --- a/community/@atlaskit__calendar/package.json +++ b/community/@atlaskit__calendar/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__calendar", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__checkbox/CHANGELOG.md b/community/@atlaskit__checkbox/CHANGELOG.md index 7f0ac3164..721e40ae2 100644 --- a/community/@atlaskit__checkbox/CHANGELOG.md +++ b/community/@atlaskit__checkbox/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__checkbox +# @codeshift/mod-atlaskit\_\_checkbox + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__checkbox/package.json b/community/@atlaskit__checkbox/package.json index e86b5d679..a740ade69 100644 --- a/community/@atlaskit__checkbox/package.json +++ b/community/@atlaskit__checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__checkbox", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__icon/CHANGELOG.md b/community/@atlaskit__icon/CHANGELOG.md index 8e53da066..7fb1b8115 100644 --- a/community/@atlaskit__icon/CHANGELOG.md +++ b/community/@atlaskit__icon/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__icon +# @codeshift/mod-atlaskit\_\_icon + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__icon/package.json b/community/@atlaskit__icon/package.json index 327e01fff..0f975b42c 100644 --- a/community/@atlaskit__icon/package.json +++ b/community/@atlaskit__icon/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__icon", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__menu/CHANGELOG.md b/community/@atlaskit__menu/CHANGELOG.md index da6d09dfb..2db7777ed 100644 --- a/community/@atlaskit__menu/CHANGELOG.md +++ b/community/@atlaskit__menu/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__menu +# @codeshift/mod-atlaskit\_\_menu + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__menu/package.json b/community/@atlaskit__menu/package.json index 148fb8d14..5cfa551fa 100644 --- a/community/@atlaskit__menu/package.json +++ b/community/@atlaskit__menu/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__menu", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__popper/CHANGELOG.md b/community/@atlaskit__popper/CHANGELOG.md index 91c479548..42dc7dfd1 100644 --- a/community/@atlaskit__popper/CHANGELOG.md +++ b/community/@atlaskit__popper/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__popper +# @codeshift/mod-atlaskit\_\_popper + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__popper/package.json b/community/@atlaskit__popper/package.json index 0c52263ca..cd75a93ea 100644 --- a/community/@atlaskit__popper/package.json +++ b/community/@atlaskit__popper/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__popper", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__popup/CHANGELOG.md b/community/@atlaskit__popup/CHANGELOG.md index d01a2e3b6..ecf336d96 100644 --- a/community/@atlaskit__popup/CHANGELOG.md +++ b/community/@atlaskit__popup/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__popup +# @codeshift/mod-atlaskit\_\_popup + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__popup/package.json b/community/@atlaskit__popup/package.json index 5bdd0706d..c1d0449c7 100644 --- a/community/@atlaskit__popup/package.json +++ b/community/@atlaskit__popup/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__popup", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__progress-indicator/CHANGELOG.md b/community/@atlaskit__progress-indicator/CHANGELOG.md index 4f228a508..726b5b0e2 100644 --- a/community/@atlaskit__progress-indicator/CHANGELOG.md +++ b/community/@atlaskit__progress-indicator/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__progress-indicator +# @codeshift/mod-atlaskit\_\_progress-indicator + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__progress-indicator/package.json b/community/@atlaskit__progress-indicator/package.json index 1227b7d9d..04681a0e3 100644 --- a/community/@atlaskit__progress-indicator/package.json +++ b/community/@atlaskit__progress-indicator/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__progress-indicator", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__range/CHANGELOG.md b/community/@atlaskit__range/CHANGELOG.md index 01e38f83e..8a05b60f5 100644 --- a/community/@atlaskit__range/CHANGELOG.md +++ b/community/@atlaskit__range/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__range +# @codeshift/mod-atlaskit\_\_range + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__range/package.json b/community/@atlaskit__range/package.json index d33ec60f6..f2f383bba 100644 --- a/community/@atlaskit__range/package.json +++ b/community/@atlaskit__range/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__range", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__section-message/CHANGELOG.md b/community/@atlaskit__section-message/CHANGELOG.md index 5cc7cc27d..97fd3be71 100644 --- a/community/@atlaskit__section-message/CHANGELOG.md +++ b/community/@atlaskit__section-message/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__section-message +# @codeshift/mod-atlaskit\_\_section-message + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__section-message/package.json b/community/@atlaskit__section-message/package.json index 73a33d1f7..32713f345 100644 --- a/community/@atlaskit__section-message/package.json +++ b/community/@atlaskit__section-message/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__section-message", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__side-navigation/CHANGELOG.md b/community/@atlaskit__side-navigation/CHANGELOG.md index 23dc403c3..c1cbab361 100644 --- a/community/@atlaskit__side-navigation/CHANGELOG.md +++ b/community/@atlaskit__side-navigation/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__side-navigation +# @codeshift/mod-atlaskit\_\_side-navigation + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__side-navigation/package.json b/community/@atlaskit__side-navigation/package.json index c949b9122..5d8c8f45b 100644 --- a/community/@atlaskit__side-navigation/package.json +++ b/community/@atlaskit__side-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__side-navigation", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__spinner/CHANGELOG.md b/community/@atlaskit__spinner/CHANGELOG.md index 1b0095104..0748e92dd 100644 --- a/community/@atlaskit__spinner/CHANGELOG.md +++ b/community/@atlaskit__spinner/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__spinner +# @codeshift/mod-atlaskit\_\_spinner + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__spinner/package.json b/community/@atlaskit__spinner/package.json index adeac90b9..e6fb311cd 100644 --- a/community/@atlaskit__spinner/package.json +++ b/community/@atlaskit__spinner/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__spinner", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__tag/CHANGELOG.md b/community/@atlaskit__tag/CHANGELOG.md index b328f349d..ebf132220 100644 --- a/community/@atlaskit__tag/CHANGELOG.md +++ b/community/@atlaskit__tag/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__tag +# @codeshift/mod-atlaskit\_\_tag + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__tag/package.json b/community/@atlaskit__tag/package.json index d39fee60d..f5fcbece2 100644 --- a/community/@atlaskit__tag/package.json +++ b/community/@atlaskit__tag/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__tag", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__textarea/CHANGELOG.md b/community/@atlaskit__textarea/CHANGELOG.md index 136687c80..81178afe1 100644 --- a/community/@atlaskit__textarea/CHANGELOG.md +++ b/community/@atlaskit__textarea/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__textarea +# @codeshift/mod-atlaskit\_\_textarea + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__textarea/package.json b/community/@atlaskit__textarea/package.json index f9f362d3c..4fd0a8dba 100644 --- a/community/@atlaskit__textarea/package.json +++ b/community/@atlaskit__textarea/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__textarea", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__textfield/CHANGELOG.md b/community/@atlaskit__textfield/CHANGELOG.md index 2f01d71ee..6f705a086 100644 --- a/community/@atlaskit__textfield/CHANGELOG.md +++ b/community/@atlaskit__textfield/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__textfield +# @codeshift/mod-atlaskit\_\_textfield + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__textfield/package.json b/community/@atlaskit__textfield/package.json index bc06d44c5..bcabcfd7e 100644 --- a/community/@atlaskit__textfield/package.json +++ b/community/@atlaskit__textfield/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__textfield", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@atlaskit__toggle/CHANGELOG.md b/community/@atlaskit__toggle/CHANGELOG.md index a7e266979..6c8ef191e 100644 --- a/community/@atlaskit__toggle/CHANGELOG.md +++ b/community/@atlaskit__toggle/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-atlaskit__toggle +# @codeshift/mod-atlaskit\_\_toggle + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@atlaskit__toggle/package.json b/community/@atlaskit__toggle/package.json index 2ff08dcd9..42e14e09b 100644 --- a/community/@atlaskit__toggle/package.json +++ b/community/@atlaskit__toggle/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-atlaskit__toggle", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/@emotion__monorepo/CHANGELOG.md b/community/@emotion__monorepo/CHANGELOG.md index f8d83c4ee..30308d65d 100644 --- a/community/@emotion__monorepo/CHANGELOG.md +++ b/community/@emotion__monorepo/CHANGELOG.md @@ -1,6 +1,13 @@ -# @codeshift/mod-emotion__monorepo +# @codeshift/mod-emotion\_\_monorepo + +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/@emotion__monorepo/package.json b/community/@emotion__monorepo/package.json index 8b72c3938..9bdff84a7 100644 --- a/community/@emotion__monorepo/package.json +++ b/community/@emotion__monorepo/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-emotion__monorepo", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/javascript/CHANGELOG.md b/community/javascript/CHANGELOG.md index 7a7649513..abf89e562 100644 --- a/community/javascript/CHANGELOG.md +++ b/community/javascript/CHANGELOG.md @@ -1,5 +1,11 @@ # @codeshift/mod-javascript +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements + ## 0.1.2 ### Patch Changes diff --git a/community/javascript/package.json b/community/javascript/package.json index 446b08801..f0ccc07ef 100644 --- a/community/javascript/package.json +++ b/community/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-javascript", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -17,7 +17,7 @@ "putout": "^29.5.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/memoize-one/CHANGELOG.md b/community/memoize-one/CHANGELOG.md index e0f665d8b..3631a5500 100644 --- a/community/memoize-one/CHANGELOG.md +++ b/community/memoize-one/CHANGELOG.md @@ -1,6 +1,13 @@ # @codeshift/mod-memoize-one +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements + ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/memoize-one/package.json b/community/memoize-one/package.json index 3573dbd12..1c1645560 100644 --- a/community/memoize-one/package.json +++ b/community/memoize-one/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-memoize-one", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/community/react/CHANGELOG.md b/community/react/CHANGELOG.md index ba2410595..7df3f9efc 100644 --- a/community/react/CHANGELOG.md +++ b/community/react/CHANGELOG.md @@ -1,6 +1,13 @@ # @codeshift/mod-react +## 0.2.0 + +### Minor Changes + +- a9defa8: require.resolve is no longer supported and have been replaced by require statements + ## 0.1.0 + ### Minor Changes - 8255eb2: Community codeshift packages are now built via parcel and managed via changesets diff --git a/community/react/package.json b/community/react/package.json index 5e0f2a340..1c0e855aa 100644 --- a/community/react/package.json +++ b/community/react/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-react", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js", @@ -15,7 +15,7 @@ "jscodeshift": "^0.13.1" }, "devDependencies": { - "@codeshift/cli": "^0.14.1", + "@codeshift/cli": "^0.15.0", "@codeshift/test-utils": "^0.3.1", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 060bc94fa..4ab12a7b4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @codeshift/cli +## 0.15.0 + +### Minor Changes + +- 1a74e85: Internal refactor in order to remove the use of require.resolve in codeshift.config.js files. + +### Patch Changes + +- Updated dependencies [5416983] +- Updated dependencies [1a74e85] + - @codeshift/fetcher@0.3.0 + - @codeshift/core@0.1.0 + - @codeshift/validator@0.5.0 + ## 0.14.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 5b974e67b..e06bafb5a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/cli", - "version": "0.14.1", + "version": "0.15.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,11 +15,11 @@ "start:dev": "ts-node src/index.ts" }, "dependencies": { - "@codeshift/core": "^0.0.1", - "@codeshift/fetcher": "^0.2.1", + "@codeshift/core": "^0.1.0", + "@codeshift/fetcher": "^0.3.0", "@codeshift/initializer": "^0.4.7", "@codeshift/types": "*", - "@codeshift/validator": "^0.4.4", + "@codeshift/validator": "^0.5.0", "chalk": "^4.1.0", "commander": "^8.2.0", "find-up": "^5.0.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3f8a507cb..ba6e4e588 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,6 +1,13 @@ # @codeshift/core +## 0.1.0 + +### Minor Changes + +- 1a74e85: Internal refactor in order to remove the use of require.resolve in codeshift.config.js files. + ## 0.0.1 + ### Patch Changes - 8255eb2: Inital release of @codeshift/core which is a partial fork of JSCodeshift. diff --git a/packages/core/package.json b/packages/core/package.json index fab1d4335..f7308177d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/core", - "version": "0.0.1", + "version": "0.1.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/fetcher/CHANGELOG.md b/packages/fetcher/CHANGELOG.md index 1d748b1e7..479f8b532 100644 --- a/packages/fetcher/CHANGELOG.md +++ b/packages/fetcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @codeshift/fetcher +## 0.3.0 + +### Minor Changes + +- 5416983: Fetcher now returns entrypoint filepath. +- 1a74e85: Internal refactor in order to remove the use of require.resolve in codeshift.config.js files. + ## 0.2.1 ### Patch Changes diff --git a/packages/fetcher/package.json b/packages/fetcher/package.json index 2f792a6c6..ce0390ac8 100644 --- a/packages/fetcher/package.json +++ b/packages/fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/fetcher", - "version": "0.2.1", + "version": "0.3.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index c28f38d23..9dcd08e73 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,5 +1,17 @@ # @codeshift/validator +## 0.5.0 + +### Minor Changes + +- 1a74e85: Internal refactor in order to remove the use of require.resolve in codeshift.config.js files. + +### Patch Changes + +- Updated dependencies [5416983] +- Updated dependencies [1a74e85] + - @codeshift/fetcher@0.3.0 + ## 0.4.4 ### Patch Changes diff --git a/packages/validator/package.json b/packages/validator/package.json index b3f7198b5..02cbefa94 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,13 +1,13 @@ { "name": "@codeshift/validator", - "version": "0.4.4", + "version": "0.5.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/packages/validator", "dependencies": { - "@codeshift/fetcher": "^0.2.1", + "@codeshift/fetcher": "^0.3.0", "@codeshift/types": "^0.0.7", "fs-extra": "^9.1.0", "lodash": "^4.17.21",