diff --git a/.changeset/cuddly-owls-reflect.md b/.changeset/cuddly-owls-reflect.md new file mode 100644 index 000000000..fb64d457b --- /dev/null +++ b/.changeset/cuddly-owls-reflect.md @@ -0,0 +1,34 @@ +--- +'@hypermod/mod-atlaskit__progress-indicator': patch +'@hypermod/mod-atlaskit__section-message': patch +'@hypermod/mod-atlaskit__side-navigation': patch +'@hypermod/mod-atlaskit__breadcrumbs': patch +'@hypermod/mod-atlaskit__textfield': patch +'@hypermod/mod-atlaskit__calendar': patch +'@hypermod/mod-atlaskit__checkbox': patch +'@hypermod/mod-atlaskit__textarea': patch +'@hypermod/mod-atlaskit__spinner': patch +'@hypermod/mod-emotion__monorepo': patch +'@hypermod/mod-atlaskit__avatar': patch +'@hypermod/mod-atlaskit__button': patch +'@hypermod/mod-atlaskit__popper': patch +'@hypermod/mod-atlaskit__toggle': patch +'@hypermod/mod-atlaskit__popup': patch +'@hypermod/mod-atlaskit__range': patch +'@hypermod/mod-atlaskit__icon': patch +'@hypermod/mod-atlaskit__menu': patch +'@hypermod/mod-atlaskit__tag': patch +'@hypermod/mod-memoize-one': patch +'@hypermod/mod-javascript': patch +'@hypermod/initializer': patch +'@codeshift/cli': patch +'@hypermod/validator': patch +'@hypermod/fetcher': patch +'@hypermod/mod-react': patch +'@hypermod/types': patch +'@hypermod/utils': patch +'@hypermod/core': patch +'@hypermod/cli': patch +--- + +Bumps typescript to 5.2.2 diff --git a/.changeset/light-pumas-give.md b/.changeset/light-pumas-give.md new file mode 100644 index 000000000..4ba247792 --- /dev/null +++ b/.changeset/light-pumas-give.md @@ -0,0 +1,6 @@ +--- +'@codeshift/cli': minor +'@hypermod/cli': minor +--- + +Implements alternate dependency downloader which is available via the --experimental-loader flag diff --git a/community/@atlaskit__avatar/CHANGELOG.md b/community/@atlaskit__avatar/CHANGELOG.md index b11fbbb68..6c62cc5d9 100644 --- a/community/@atlaskit__avatar/CHANGELOG.md +++ b/community/@atlaskit__avatar/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_avatar -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__avatar/package.json b/community/@atlaskit__avatar/package.json index 4e1ae5d06..13fc1f370 100644 --- a/community/@atlaskit__avatar/package.json +++ b/community/@atlaskit__avatar/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__avatar", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__breadcrumbs/CHANGELOG.md b/community/@atlaskit__breadcrumbs/CHANGELOG.md index 3451e14b5..75b789dea 100644 --- a/community/@atlaskit__breadcrumbs/CHANGELOG.md +++ b/community/@atlaskit__breadcrumbs/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_breadcrumbs -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__breadcrumbs/package.json b/community/@atlaskit__breadcrumbs/package.json index bbd0f26ab..d4a130f01 100644 --- a/community/@atlaskit__breadcrumbs/package.json +++ b/community/@atlaskit__breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__breadcrumbs", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__button/CHANGELOG.md b/community/@atlaskit__button/CHANGELOG.md index a8d979d24..72a49d91c 100644 --- a/community/@atlaskit__button/CHANGELOG.md +++ b/community/@atlaskit__button/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_button -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__button/package.json b/community/@atlaskit__button/package.json index 57f5d63aa..639b96cbc 100644 --- a/community/@atlaskit__button/package.json +++ b/community/@atlaskit__button/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__button", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__calendar/CHANGELOG.md b/community/@atlaskit__calendar/CHANGELOG.md index 69ae4306b..b25fadf7b 100644 --- a/community/@atlaskit__calendar/CHANGELOG.md +++ b/community/@atlaskit__calendar/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_calendar -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__calendar/package.json b/community/@atlaskit__calendar/package.json index 5fc6e2e0b..4f2ba7e5d 100644 --- a/community/@atlaskit__calendar/package.json +++ b/community/@atlaskit__calendar/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__calendar", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__checkbox/CHANGELOG.md b/community/@atlaskit__checkbox/CHANGELOG.md index 9920e158e..d439ff35d 100644 --- a/community/@atlaskit__checkbox/CHANGELOG.md +++ b/community/@atlaskit__checkbox/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_checkbox -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__checkbox/package.json b/community/@atlaskit__checkbox/package.json index 61a4fce59..b98dcf75d 100644 --- a/community/@atlaskit__checkbox/package.json +++ b/community/@atlaskit__checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__checkbox", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__icon/CHANGELOG.md b/community/@atlaskit__icon/CHANGELOG.md index f90bb9994..c1023d683 100644 --- a/community/@atlaskit__icon/CHANGELOG.md +++ b/community/@atlaskit__icon/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_icon -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__icon/package.json b/community/@atlaskit__icon/package.json index dcb1528f3..26b3e6713 100644 --- a/community/@atlaskit__icon/package.json +++ b/community/@atlaskit__icon/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__icon", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__menu/CHANGELOG.md b/community/@atlaskit__menu/CHANGELOG.md index 991d85dbe..8208f1a45 100644 --- a/community/@atlaskit__menu/CHANGELOG.md +++ b/community/@atlaskit__menu/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_menu -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__menu/package.json b/community/@atlaskit__menu/package.json index 892292410..97ad59d8a 100644 --- a/community/@atlaskit__menu/package.json +++ b/community/@atlaskit__menu/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__menu", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__popper/CHANGELOG.md b/community/@atlaskit__popper/CHANGELOG.md index 23287d6b0..79f293a89 100644 --- a/community/@atlaskit__popper/CHANGELOG.md +++ b/community/@atlaskit__popper/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_popper -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__popper/package.json b/community/@atlaskit__popper/package.json index b536db3ed..754117727 100644 --- a/community/@atlaskit__popper/package.json +++ b/community/@atlaskit__popper/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__popper", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__popup/CHANGELOG.md b/community/@atlaskit__popup/CHANGELOG.md index e6f18e40c..4b4cc02e4 100644 --- a/community/@atlaskit__popup/CHANGELOG.md +++ b/community/@atlaskit__popup/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_popup -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__popup/package.json b/community/@atlaskit__popup/package.json index 58a295b8b..c32e846e6 100644 --- a/community/@atlaskit__popup/package.json +++ b/community/@atlaskit__popup/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__popup", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__progress-indicator/CHANGELOG.md b/community/@atlaskit__progress-indicator/CHANGELOG.md index 606290814..6b8bff232 100644 --- a/community/@atlaskit__progress-indicator/CHANGELOG.md +++ b/community/@atlaskit__progress-indicator/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_progress-indicator -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__progress-indicator/package.json b/community/@atlaskit__progress-indicator/package.json index 4172ff768..263262860 100644 --- a/community/@atlaskit__progress-indicator/package.json +++ b/community/@atlaskit__progress-indicator/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__progress-indicator", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__range/CHANGELOG.md b/community/@atlaskit__range/CHANGELOG.md index 2563e7e76..c11fc32ff 100644 --- a/community/@atlaskit__range/CHANGELOG.md +++ b/community/@atlaskit__range/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_range -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__range/package.json b/community/@atlaskit__range/package.json index 93b0973f6..23da53e05 100644 --- a/community/@atlaskit__range/package.json +++ b/community/@atlaskit__range/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__range", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__section-message/CHANGELOG.md b/community/@atlaskit__section-message/CHANGELOG.md index 666d30704..1d901ec62 100644 --- a/community/@atlaskit__section-message/CHANGELOG.md +++ b/community/@atlaskit__section-message/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_section-message -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__section-message/package.json b/community/@atlaskit__section-message/package.json index 5d16d450a..dc8096ff6 100644 --- a/community/@atlaskit__section-message/package.json +++ b/community/@atlaskit__section-message/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__section-message", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__side-navigation/CHANGELOG.md b/community/@atlaskit__side-navigation/CHANGELOG.md index d8127523b..7ad09da68 100644 --- a/community/@atlaskit__side-navigation/CHANGELOG.md +++ b/community/@atlaskit__side-navigation/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_side-navigation -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__side-navigation/package.json b/community/@atlaskit__side-navigation/package.json index 81daeabb2..32281c972 100644 --- a/community/@atlaskit__side-navigation/package.json +++ b/community/@atlaskit__side-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__side-navigation", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__spinner/CHANGELOG.md b/community/@atlaskit__spinner/CHANGELOG.md index 7e4fb92f3..8c9e4fb07 100644 --- a/community/@atlaskit__spinner/CHANGELOG.md +++ b/community/@atlaskit__spinner/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_spinner -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__spinner/package.json b/community/@atlaskit__spinner/package.json index 45d86bd84..a547ed051 100644 --- a/community/@atlaskit__spinner/package.json +++ b/community/@atlaskit__spinner/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__spinner", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__tag/CHANGELOG.md b/community/@atlaskit__tag/CHANGELOG.md index 41b8e42b0..0abdda6c5 100644 --- a/community/@atlaskit__tag/CHANGELOG.md +++ b/community/@atlaskit__tag/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_tag -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__tag/package.json b/community/@atlaskit__tag/package.json index e0d9da45e..0394e8c70 100644 --- a/community/@atlaskit__tag/package.json +++ b/community/@atlaskit__tag/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__tag", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__textarea/CHANGELOG.md b/community/@atlaskit__textarea/CHANGELOG.md index a6d09ece1..550108c7c 100644 --- a/community/@atlaskit__textarea/CHANGELOG.md +++ b/community/@atlaskit__textarea/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_textarea -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__textarea/package.json b/community/@atlaskit__textarea/package.json index c257bb017..8a7e92026 100644 --- a/community/@atlaskit__textarea/package.json +++ b/community/@atlaskit__textarea/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__textarea", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__textfield/CHANGELOG.md b/community/@atlaskit__textfield/CHANGELOG.md index f59be333e..f0e909178 100644 --- a/community/@atlaskit__textfield/CHANGELOG.md +++ b/community/@atlaskit__textfield/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_textfield -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__textfield/package.json b/community/@atlaskit__textfield/package.json index c3878e708..63c62e503 100644 --- a/community/@atlaskit__textfield/package.json +++ b/community/@atlaskit__textfield/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__textfield", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@atlaskit__toggle/CHANGELOG.md b/community/@atlaskit__toggle/CHANGELOG.md index e90805bb9..54e7c83b4 100644 --- a/community/@atlaskit__toggle/CHANGELOG.md +++ b/community/@atlaskit__toggle/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-atlaskit\_\_toggle -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@atlaskit__toggle/package.json b/community/@atlaskit__toggle/package.json index 4a193be00..4671e66db 100644 --- a/community/@atlaskit__toggle/package.json +++ b/community/@atlaskit__toggle/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__toggle", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/@emotion__monorepo/CHANGELOG.md b/community/@emotion__monorepo/CHANGELOG.md index abbe6332a..4cfda9295 100644 --- a/community/@emotion__monorepo/CHANGELOG.md +++ b/community/@emotion__monorepo/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-emotion\_\_monorepo -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/@emotion__monorepo/package.json b/community/@emotion__monorepo/package.json index 77bd0f34d..513dae5ed 100644 --- a/community/@emotion__monorepo/package.json +++ b/community/@emotion__monorepo/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-emotion__monorepo", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/javascript/CHANGELOG.md b/community/javascript/CHANGELOG.md index 84552bf64..1341153d0 100644 --- a/community/javascript/CHANGELOG.md +++ b/community/javascript/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-javascript -## 0.4.1 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.4.0 ### Minor Changes diff --git a/community/javascript/package.json b/community/javascript/package.json index e26d8c4ac..49b6e38b2 100644 --- a/community/javascript/package.json +++ b/community/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-javascript", - "version": "0.4.1", + "version": "0.4.0", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/memoize-one/CHANGELOG.md b/community/memoize-one/CHANGELOG.md index 870907a1d..9d461484a 100644 --- a/community/memoize-one/CHANGELOG.md +++ b/community/memoize-one/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-memoize-one -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/memoize-one/package.json b/community/memoize-one/package.json index ae52891bd..eb69f43ac 100644 --- a/community/memoize-one/package.json +++ b/community/memoize-one/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-memoize-one", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/community/react/CHANGELOG.md b/community/react/CHANGELOG.md index 5404f2df4..9f7facd16 100644 --- a/community/react/CHANGELOG.md +++ b/community/react/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/mod-react -## 0.3.2 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/utils@0.4.1 - ## 0.3.1 ### Patch Changes diff --git a/community/react/package.json b/community/react/package.json index 97141dd0b..31071bd89 100644 --- a/community/react/package.json +++ b/community/react/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-react", - "version": "0.3.2", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,11 +11,11 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.4.1", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.0", "@types/jest": "^29.0.0", "@types/node": "^16.11.0", "jest": "^29.0.0", diff --git a/packages/cli-alias/CHANGELOG.md b/packages/cli-alias/CHANGELOG.md index c3548442d..e7c0fb198 100644 --- a/packages/cli-alias/CHANGELOG.md +++ b/packages/cli-alias/CHANGELOG.md @@ -1,18 +1,5 @@ # @codeshift/cli -## 0.19.0 - -### Minor Changes - -- 10277241: Implements alternate dependency downloader which is available via the --experimental-loader flag - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] -- Updated dependencies [10277241] - - @hypermod/cli@0.19.0 - ## 0.18.3 ### Patch Changes diff --git a/packages/cli-alias/package.json b/packages/cli-alias/package.json index 24f78cdb5..62b0e181c 100644 --- a/packages/cli-alias/package.json +++ b/packages/cli-alias/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/cli", - "version": "0.19.0", + "version": "0.18.3", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,7 +15,7 @@ "start:dev": "ts-node src/index.ts" }, "dependencies": { - "@hypermod/cli": "^0.19.0", + "@hypermod/cli": "^0.18.3", "ts-node": "^10.9.1" }, "engines": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ca4541888..36f33d5a0 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,21 +1,5 @@ # @hypermod/cli -## 0.19.0 - -### Minor Changes - -- 10277241: Implements alternate dependency downloader which is available via the --experimental-loader flag - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/initializer@0.5.3 - - @hypermod/validator@0.6.3 - - @hypermod/fetcher@0.5.1 - - @hypermod/types@0.1.1 - - @hypermod/core@0.2.1 - ## 0.18.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index b21e07f30..cc1fc6251 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/cli", - "version": "0.19.0", + "version": "0.18.3", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -18,11 +18,11 @@ }, "dependencies": { "@antfu/install-pkg": "^0.1.1", - "@hypermod/core": "^0.2.1", - "@hypermod/fetcher": "^0.5.1", - "@hypermod/initializer": "^0.5.3", + "@hypermod/core": "^0.2.0", + "@hypermod/fetcher": "^0.5.0", + "@hypermod/initializer": "^0.5.2", "@hypermod/types": "*", - "@hypermod/validator": "^0.6.3", + "@hypermod/validator": "^0.6.2", "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 d92310d78..e02040fd4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,11 +1,5 @@ # @hypermod/core -## 0.2.1 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 - ## 0.2.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index e66e498c2..355d4eb1a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/core", - "version": "0.2.1", + "version": "0.2.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 ac4826ce0..c7ecf449c 100644 --- a/packages/fetcher/CHANGELOG.md +++ b/packages/fetcher/CHANGELOG.md @@ -1,13 +1,5 @@ # @hypermod/fetcher -## 0.5.1 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/types@0.1.1 - ## 0.5.0 ### Minor Changes diff --git a/packages/fetcher/package.json b/packages/fetcher/package.json index efed11f2a..5ef87ae18 100644 --- a/packages/fetcher/package.json +++ b/packages/fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/fetcher", - "version": "0.5.1", + "version": "0.5.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/initializer/CHANGELOG.md b/packages/initializer/CHANGELOG.md index 6fa92034b..056a1df53 100644 --- a/packages/initializer/CHANGELOG.md +++ b/packages/initializer/CHANGELOG.md @@ -1,15 +1,5 @@ # @hypermod/initializer -## 0.5.3 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] -- Updated dependencies [10277241] - - @hypermod/utils@0.4.1 - - @hypermod/cli@0.19.0 - ## 0.5.2 ### Patch Changes diff --git a/packages/initializer/package.json b/packages/initializer/package.json index 3fea08795..6cc4328ef 100644 --- a/packages/initializer/package.json +++ b/packages/initializer/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/initializer", - "version": "0.5.3", + "version": "0.5.2", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 02cda7254..dbcca6370 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,11 +1,5 @@ # @hypermod/types -## 0.1.1 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 - ## 0.1.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index baa46fa55..29832fce0 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/types", - "version": "0.1.1", + "version": "0.1.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index d50810770..2fa38f3a1 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,11 +1,5 @@ # @hypermod/utils -## 0.4.1 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 - ## 0.4.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 43a39fc08..5d4e1ceb1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/utils", - "version": "0.4.1", + "version": "0.4.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 ad02591c4..fe2375444 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,14 +1,5 @@ # @hypermod/validator -## 0.6.3 - -### Patch Changes - -- b74b0a27: Bumps typescript to 5.2.2 -- Updated dependencies [b74b0a27] - - @hypermod/fetcher@0.5.1 - - @hypermod/types@0.1.1 - ## 0.6.2 ### Patch Changes diff --git a/packages/validator/package.json b/packages/validator/package.json index 5e4c6e0de..627d3653f 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,14 +1,14 @@ { "name": "@hypermod/validator", - "version": "0.6.3", + "version": "0.6.2", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "repository": "https://github.com/hypermod-io/hypermod-community/tree/main/packages/validator", "dependencies": { - "@hypermod/fetcher": "^0.5.1", - "@hypermod/types": "^0.1.1", + "@hypermod/fetcher": "^0.5.0", + "@hypermod/types": "^0.1.0", "semver": "^7.3.5" }, "devDependencies": {