Skip to content

Commit aa62194

Browse files
author
Daniel Del Core
committed
renames all pacakges to hypermod
1 parent 3583176 commit aa62194

File tree

224 files changed

+1153
-765
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+1153
-765
lines changed

.changeset/angry-ties-explain.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
'@hypermod/mod-atlaskit__progress-indicator': minor
3+
'@hypermod/mod-atlaskit__section-message': minor
4+
'@hypermod/mod-atlaskit__side-navigation': minor
5+
'@hypermod/mod-atlaskit__breadcrumbs': minor
6+
'@hypermod/mod-atlaskit__textfield': minor
7+
'@hypermod/mod-atlaskit__calendar': minor
8+
'@hypermod/mod-atlaskit__checkbox': minor
9+
'@hypermod/mod-atlaskit__textarea': minor
10+
'@hypermod/mod-atlaskit__spinner': minor
11+
'@hypermod/mod-emotion__monorepo': minor
12+
'@hypermod/mod-atlaskit__avatar': minor
13+
'@hypermod/mod-atlaskit__button': minor
14+
'@hypermod/mod-atlaskit__popper': minor
15+
'@hypermod/mod-atlaskit__toggle': minor
16+
'@hypermod/mod-atlaskit__popup': minor
17+
'@hypermod/mod-atlaskit__range': minor
18+
'@hypermod/mod-atlaskit__icon': minor
19+
'@hypermod/mod-atlaskit__menu': minor
20+
'@hypermod/mod-atlaskit__tag': minor
21+
'@hypermod/mod-memoize-one': minor
22+
'@hypermod/mod-javascript': minor
23+
'@hypermod/initializer': minor
24+
'@hypermod/validator': minor
25+
'@hypermod/fetcher': minor
26+
'@hypermod/mod-react': minor
27+
'@hypermod/types': minor
28+
'@hypermod/utils': minor
29+
'@hypermod/core': minor
30+
'@hypermod/cli': minor
31+
---
32+
33+
This package has moved scopes from `@codeshift` to `@hypermod`. All internal `@codeshift` dependencies and references have been updated as a result.

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"access": "public",
6-
"baseBranch": "main"
6+
"baseBranch": "main",
7+
"fixed": [["@hypermod/cli", "@codeshift/cli"]]
78
}

.changeset/gentle-insects-fry.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@hypermod/cli': minor
3+
'@codeshift/cli': minor
4+
---
5+
6+
This package has been renamed to `@hypermod/cli`.
7+
8+
No API changes were performed as part of this change, use `@hypermod/cli` as a direct replacement the package has simply been renamed.
9+
10+
It can now be run via `$ hypermod` or `$ hypermod-cli` or `$ npx @hypermod/cli`.
11+
12+
The alias package `@codeshift/cli` will continue to exist as a way for existing users to continue to receive updates **but will be removed in the future**.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 CodeshiftCommunity
3+
Copyright (c) 2023 Hypermod
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="1000" src="assets/github-banner.png" alt="CodeshiftCommunity Logo">
2+
<img width="1000" src="assets/github-banner.png" alt="Hypermod Logo">
33
</p>
44

55
# Hypermod Community
@@ -36,30 +36,29 @@ The community-owned global registry and documentation hub for codemods. Providin
3636

3737
[The registry](https://www.codeshiftcommunity.com/docs/registry) contains all community contributed codemods, hosted and published directly from the CodeshiftCommunity repository.
3838

39-
Source for these packages are located in the [/community folder](https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/community).
39+
Source for these packages are located in the [/community folder](https://github.com/hypermod-io/hypermod-community/tree/main/community).
4040

4141
- [Registry homepage](https://www.codeshiftcommunity.com/docs/contribution)
4242
- [Contributing to the registry](https://www.codeshiftcommunity.com/docs/contribution)
43-
- [Registry source files](https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/community)
43+
- [Registry source files](https://github.com/hypermod-io/hypermod-community/tree/main/community)
4444

45-
## CLI
45+
## CLI
4646

47-
Downloading and running codemods as well as initialising and maintaining codemod packages can all be done via the Codeshift CLI (`@codeshift/cli`).
47+
Downloading and running codemods as well as initialising and maintaining codemod packages can all be done via the Hypermod CLI (`@hypermod/cli`).
4848

4949
[Please see the docs for more information and examples](https://www.codeshiftcommunity.com/docs/cli)
5050

5151
We recommend running the CLI with $ npx to ensure you always have the latest version.
5252

53-
`$ npx @codeshift/cli --packages mylib@1.0.0 /project/src`
53+
`$ npx @hypermod/cli --packages mylib@1.0.0 /project/src`
5454

5555
But it can also be installed globally:
5656

57-
`$ npm install -g @codeshift/cli or yarn global add @codeshift/cli`
57+
`$ npm install -g @hypermod/cli or yarn global add @hypermod/cli`
5858

5959
and run with:
6060

61-
`$ codeshift or $ codeshift-cli`
62-
61+
`$ hypermod or $ hypermod-cli`
6362

6463
## Sponsors
6564

@@ -95,4 +94,3 @@ Huge thanks for all of the support from our sponsors!
9594
alt="@PreciselyAlyss"
9695
/></a>
9796
</p>
98-

community/@atlaskit__avatar/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @codeshift/mod-atlaskit\_\_avatar
1+
# @hypermod/mod-atlaskit\_\_avatar
22

33
## 0.2.0
44

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
{
2-
"name": "@codeshift/mod-atlaskit__avatar",
2+
"name": "@hypermod/mod-atlaskit__avatar",
33
"version": "0.2.0",
44
"license": "MIT",
5-
"source": "src/codeshift.config.js",
6-
"main": "dist/codeshift.config.js",
5+
"source": "src/hypermod.config.js",
6+
"main": "dist/hypermod.config.js",
77
"scripts": {
8-
"dev": "codeshift",
8+
"dev": "hypermod",
99
"build": "parcel build",
1010
"test": "jest --watch",
11-
"validate": "codeshift validate ."
11+
"validate": "hypermod validate ."
1212
},
1313
"dependencies": {
14-
"@codeshift/utils": "^0.2.3",
14+
"@hypermod/utils": "^0.2.3",
1515
"jscodeshift": "^0.13.1"
1616
},
1717
"devDependencies": {
18-
"@codeshift/cli": "^0.15.0",
19-
"@codeshift/test-utils": "^0.3.1",
18+
"@hypermod/cli": "^0.15.0",
2019
"@types/jest": "^29.0.0",
2120
"@types/node": "^16.11.0",
2221
"jest": "^29.0.0",
2322
"prettier": "^2.0.0",
2423
"ts-jest": "^29.0.0",
2524
"typescript": "^4.5.5"
2625
},
27-
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/community/@atlaskit__avatar"
26+
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__avatar"
2827
}

community/@atlaskit__avatar/src/18.0.0/__tests__/transform.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jest.autoMockOff();
22

3-
import { applyTransform } from '@codeshift/test-utils';
3+
import { applyTransform } from '@hypermod/utils';
44
import * as transformer from '../transform';
55

66
const defineInlineTest = require('jscodeshift/dist/testUtils').defineInlineTest;

community/@atlaskit__avatar/src/18.0.0/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
getImportSpecifierName,
1313
getImportDeclaration,
1414
getJSXAttributes,
15-
} from '@codeshift/utils';
15+
} from '@hypermod/utils';
1616

1717
function updateAvatarProps(j: core.JSCodeshift, source: ReturnType<typeof j>) {
1818
const defaultSpecifier = getDefaultImportSpecifierName(

community/@atlaskit__avatar/src/19.0.0/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
getJSXAttributes,
66
hasImportDeclaration,
77
getDefaultImportSpecifierName,
8-
} from '@codeshift/utils';
8+
} from '@hypermod/utils';
99

1010
function wrapChildrenProp(
1111
j: core.JSCodeshift,

0 commit comments

Comments
 (0)