Skip to content

Commit

Permalink
Merge pull request #60 from mbti-nf-team/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
saseungmin authored Nov 17, 2023
2 parents b9ec7f7 + 30536e6 commit 3ce04fe
Show file tree
Hide file tree
Showing 39 changed files with 381 additions and 261 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-actors-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-poems-provide.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# docs

## 3.0.0

### Major Changes

- 4622145: chore(deps): docusaurus v3.0 릴리즈에 따른 마이그레이션

## 2.0.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions apps/docs/docs/core/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ custom_edit_url: null

#### Defined in

[utils.ts:44](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L44)
[utils.ts:44](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L44)

___

Expand All @@ -50,7 +50,7 @@ ___

#### Defined in

[utils.ts:26](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L26)
[utils.ts:26](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L26)

___

Expand All @@ -71,7 +71,7 @@ ___

#### Defined in

[utils.ts:34](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L34)
[utils.ts:34](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L34)

___

Expand All @@ -91,7 +91,7 @@ ___

#### Defined in

[utils.ts:64](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L64)
[utils.ts:64](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L64)

___

Expand All @@ -117,7 +117,7 @@ ___

#### Defined in

[utils.ts:52](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L52)
[utils.ts:52](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L52)

___

Expand Down Expand Up @@ -153,7 +153,7 @@ console.log(result); // 'newValue';

#### Defined in

[utils.ts:14](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L14)
[utils.ts:14](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L14)

___

Expand All @@ -173,4 +173,4 @@ ___

#### Defined in

[utils.ts:36](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L36)
[utils.ts:36](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L36)
6 changes: 3 additions & 3 deletions apps/docs/docs/react/modules/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function ClintOnlyComponent() {

#### Defined in

[packages/react/src/components/ClientOnly.tsx:22](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/components/ClientOnly.tsx#L22)
[packages/react/src/components/ClientOnly.tsx:22](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/components/ClientOnly.tsx#L22)

___

Expand All @@ -64,7 +64,7 @@ ___

#### Defined in

[packages/react/src/components/DelayRenderComponent.tsx:12](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/components/DelayRenderComponent.tsx#L12)
[packages/react/src/components/DelayRenderComponent.tsx:12](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/components/DelayRenderComponent.tsx#L12)

___

Expand Down Expand Up @@ -108,4 +108,4 @@ function SampleComponent() {

#### Defined in

[packages/react/src/components/GlobalPortal.tsx:34](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/components/GlobalPortal.tsx#L34)
[packages/react/src/components/GlobalPortal.tsx:34](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/components/GlobalPortal.tsx#L34)
24 changes: 12 additions & 12 deletions apps/docs/docs/react/modules/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ custom_edit_url: null

#### Defined in

[packages/react/src/hooks/useActionKeyEvent.ts:6](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useActionKeyEvent.ts#L6)
[packages/react/src/hooks/useActionKeyEvent.ts:6](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useActionKeyEvent.ts#L6)

___

Expand Down Expand Up @@ -62,7 +62,7 @@ const [isOpen, openModal, closeModal, toggleModal] = useBoolean();

#### Defined in

[packages/react/src/hooks/useBoolean.ts:13](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useBoolean.ts#L13)
[packages/react/src/hooks/useBoolean.ts:13](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useBoolean.ts#L13)

___

Expand All @@ -89,7 +89,7 @@ ___

#### Defined in

[packages/react/src/hooks/useDebounce.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useDebounce.ts#L3)
[packages/react/src/hooks/useDebounce.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useDebounce.ts#L3)

___

Expand All @@ -109,7 +109,7 @@ ___

#### Defined in

[packages/react/src/hooks/useEffectOnce.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useEffectOnce.ts#L3)
[packages/react/src/hooks/useEffectOnce.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useEffectOnce.ts#L3)

___

Expand All @@ -123,7 +123,7 @@ ___

#### Defined in

[packages/react/src/hooks/useIsFirstRender.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useIsFirstRender.ts#L3)
[packages/react/src/hooks/useIsFirstRender.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useIsFirstRender.ts#L3)

___

Expand Down Expand Up @@ -155,7 +155,7 @@ useEffect(() => {

#### Defined in

[packages/react/src/hooks/useIsMounted.ts:18](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useIsMounted.ts#L18)
[packages/react/src/hooks/useIsMounted.ts:18](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useIsMounted.ts#L18)

___

Expand Down Expand Up @@ -207,7 +207,7 @@ ___

#### Defined in

[packages/react/src/hooks/useLessThenScrollY.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useLessThenScrollY.ts#L5)
[packages/react/src/hooks/useLessThenScrollY.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useLessThenScrollY.ts#L5)

___

Expand Down Expand Up @@ -237,7 +237,7 @@ function SampleComponent() {

#### Defined in

[packages/react/src/hooks/useResizeViewportHeight.ts:17](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useResizeViewportHeight.ts#L17)
[packages/react/src/hooks/useResizeViewportHeight.ts:17](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useResizeViewportHeight.ts#L17)

___

Expand Down Expand Up @@ -277,7 +277,7 @@ ___

#### Defined in

[packages/react/src/hooks/useThrottleCallback.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useThrottleCallback.ts#L3)
[packages/react/src/hooks/useThrottleCallback.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useThrottleCallback.ts#L3)

___

Expand All @@ -298,7 +298,7 @@ ___

#### Defined in

[packages/react/src/hooks/useTimeout.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useTimeout.ts#L5)
[packages/react/src/hooks/useTimeout.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useTimeout.ts#L5)

___

Expand All @@ -318,7 +318,7 @@ ___

#### Defined in

[packages/react/src/hooks/useUnmount.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useUnmount.ts#L5)
[packages/react/src/hooks/useUnmount.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useUnmount.ts#L5)

___

Expand All @@ -339,4 +339,4 @@ ___

#### Defined in

[packages/react/src/hooks/useUpdateEffect.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useUpdateEffect.ts#L5)
[packages/react/src/hooks/useUpdateEffect.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useUpdateEffect.ts#L5)
3 changes: 2 additions & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "2.0.1",
"version": "3.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down Expand Up @@ -35,6 +35,7 @@
"@types/react-dom": "^18.2.0",
"@typescript-eslint/parser": "^6.11.0",
"docusaurus-plugin-typedoc": "^0.19.2",
"eslint": "^8.53.0",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "5.1.3"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"devDependencies": {
"@turbo/gen": "^1.10.16",
"eslint": "^8.53.0",
"tsup": "^7.1.0",
"turbo": "^1.10.16"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"lint": "eslint \"**/*.ts*\""
},
"devDependencies": {
"@nf-team/eslint-config": "2.0.2",
"@nf-team/eslint-config": "2.1.0",
"@nf-team/tsconfig": "1.0.0",
"@swc/core": "^1.3.67",
"@swc/jest": "^0.2.26",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.2",
"@types/jest-plugin-context": "^2.9.5",
"eslint": "^8.44.0",
"eslint": "^8.53.0",
"eslint-plugin-tsdoc": "^0.2.17",
"given2": "^2.1.7",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-plugin-context": "^2.9.0",
"tsup": "^7.1.0",
"typescript": "^4.5.2"
"tsup": "^7.3.0",
"typescript": "5.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nft-team/eslint-config

## 2.1.0

### Minor Changes

- 4622145: chore(deps): typescript v5를 지원하도록 eslint버전 업데이트

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nf-team/eslint-config",
"version": "2.0.2",
"version": "2.1.0",
"description": "nf-team eslint config",
"main": "index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
},
],
},
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
testPathIgnorePatterns: ['node_modules'],
moduleNameMapper: {
'\\.(jpg|jpeg|png|gif|eot|otf|webp|ttf|woff|woff2|svg|mp4|webm|wav|mp3|m4a|aac|oga)$':
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';
import 'jest-plugin-context/setup';
import 'given2/setup';
15 changes: 7 additions & 8 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,18 @@
"generate:component": "turbo gen react-component"
},
"devDependencies": {
"@nf-team/eslint-config": "2.0.2",
"@nf-team/eslint-config": "2.1.0",
"@nf-team/tsconfig": "1.0.0",
"@swc/core": "^1.3.67",
"@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "^5.16.5",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.2",
"@types/jest-plugin-context": "^2.9.5",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-test-renderer": "^18",
"@types/testing-library__jest-dom": "^5.14.6",
"eslint": "^8.44.0",
"eslint": "^8.53.0",
"eslint-plugin-tsdoc": "^0.2.17",
"given2": "^2.1.7",
"identity-obj-proxy": "^3.0.0",
Expand All @@ -47,8 +46,8 @@
"jest-plugin-context": "^2.9.0",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0",
"tsup": "^7.1.0",
"typescript": "^4.5.2"
"tsup": "^7.3.0",
"typescript": "5.1.3"
},
"peerDependencies": {
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@nf-team/tsconfig/react-library.json",
"include": [".", "@types"],
"include": [".", "@types", "./jest-setup.ts"],
"exclude": ["dist", "build", "node_modules"]
}
Loading

0 comments on commit 3ce04fe

Please sign in to comment.