-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump next from 13.2.4 to 13.5.1 #599
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [next](https://github.com/vercel/next.js) from 13.2.4 to 13.5.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.2.4...v13.5.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #599 +/- ##
===========================================
- Coverage 15.25% 15.24% -0.01%
===========================================
Files 217 217
Lines 3272 3286 +14
Branches 481 469 -12
===========================================
+ Hits 499 501 +2
- Misses 2656 2668 +12
Partials 117 117 |
hyesungoh
approved these changes
Dec 2, 2023
hyesungoh
added a commit
that referenced
this pull request
Jan 2, 2024
* fix: 안드로이드 다음페이지 트리거 이슈 (#552) * fix: add thumbnail list bottom padding for trigger space in andriod chrome * fix: remove not needed style * feat: 회원가입 시 연령 선택 제거 (#556) * chore: update version * 유틸 테스트 추가 (#558) * test: select random colors util * test: event util * test: validator util * chore: rename test file * 저장 시 포매팅 적용 (#560) * loading handler 테스트 (#559) * test: index * chore: rename describe * test: loading handler * 페이지뷰 이벤트에 버전 기록 (#564) * 믹스패널 유저 identify 호출 (#565) * refactor: mixpanel type 설정 및 identify 유틸 생성 * chore: 불필요 주석 삭제 * chore: 불필요 주석 삭제 * feat: 로그인 시 mixpanel identify 설정 * test: mixpanel 유틸 * chore: test define 에러 수정 및 버전 업데이트 * chore(deps): bump http-cache-semantics in /mock-server (#566) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * sitemap, robots 추가 (#573) * feat: next sitemap, next env 설치 및 postbuild 스크립트 추가 * feat: next sitemap 설정 파일 * chore: sitemap, robots * SEO 컴포넌트 개발 및 적용 (#569) * chore: yarn version up * feat: seo 컴포넌트 * chore: eslint setting 및 rule 추가 * feat: og image 업로드 * test: seo 컴포넌트 * feat: 로그인 필요없는 페이지 seo 컴포넌트 적용 * docs: readme 수정 (#572) * svg, img vertical-align 추가 (#579) * fix: svg와 img에 vertical-align: top 을 추가하여 정렬을 맞춥니다. * fix: 글로벌 스타일 작성이 아닌, reset 스타일 작성 * chore: append emotion css at reset style --------- Co-authored-by: Hyesung Oh <[email protected]> * 이메일 Input select box 추가 (#575) * feat: add button type in dropdown when used in form error * feat: add EmailFeild compoent * refactor: remove not used css * 태그 추가 개선 (#578) * feat: change tag component design * feat: add TagSearchBar * feat: change typo 추가 to 완료 * refactor: use useInternalRouter * feat: add margin in TagSearchBar * chore: version update * docs: contributing (#583) * chore(deps): bump semver from 5.7.1 to 5.7.2 (#586) Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump semver from 6.3.0 to 6.3.1 in /mock-server (#587) Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md) - [Commits](npm/node-semver@v6.3.0...v6.3.1) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: hyesungoh <[email protected]> * chore(deps): bump word-wrap from 1.2.3 to 1.2.4 Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * feat: add tag count at Tag in RegisteredTagList * feat: add default image in LinkContent * yarn cache 초기화 (#591) * fix: 태그 추가 시 mutation 타입 맞추기 (#593) * docs: 수상 텍스트 추가 (#592) * chore(deps): bump @adobe/css-tools from 4.2.0 to 4.3.1 (#594) Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.2.0 to 4.3.1. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @babel/traverse from 7.21.3 to 7.23.2 (#595) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @sentry/nextjs from 7.44.2 to 7.77.0 (#596) Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 7.44.2 to 7.77.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@7.44.2...7.77.0) --- updated-dependencies: - dependency-name: "@sentry/nextjs" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump axios from 1.3.4 to 1.6.0 (#597) Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.3.4...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#598) Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump next from 13.2.4 to 13.5.1 (#599) Bumps [next](https://github.com/vercel/next.js) from 13.2.4 to 13.5.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.2.4...v13.5.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * hotfix: 사용자의 노고 달래기 * chore: vscode dlx --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: 정대윤 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 김민수 <[email protected]> Co-authored-by: hyesungoh <[email protected]> Co-authored-by: 정대윤 <[email protected]>
hyesungoh
added a commit
that referenced
this pull request
Jan 7, 2024
* fix: 안드로이드 다음페이지 트리거 이슈 (#552) * fix: add thumbnail list bottom padding for trigger space in andriod chrome * fix: remove not needed style * feat: 회원가입 시 연령 선택 제거 (#556) * chore: update version * 유틸 테스트 추가 (#558) * test: select random colors util * test: event util * test: validator util * chore: rename test file * 저장 시 포매팅 적용 (#560) * loading handler 테스트 (#559) * test: index * chore: rename describe * test: loading handler * 페이지뷰 이벤트에 버전 기록 (#564) * 믹스패널 유저 identify 호출 (#565) * refactor: mixpanel type 설정 및 identify 유틸 생성 * chore: 불필요 주석 삭제 * chore: 불필요 주석 삭제 * feat: 로그인 시 mixpanel identify 설정 * test: mixpanel 유틸 * chore: test define 에러 수정 및 버전 업데이트 * chore(deps): bump http-cache-semantics in /mock-server (#566) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * sitemap, robots 추가 (#573) * feat: next sitemap, next env 설치 및 postbuild 스크립트 추가 * feat: next sitemap 설정 파일 * chore: sitemap, robots * SEO 컴포넌트 개발 및 적용 (#569) * chore: yarn version up * feat: seo 컴포넌트 * chore: eslint setting 및 rule 추가 * feat: og image 업로드 * test: seo 컴포넌트 * feat: 로그인 필요없는 페이지 seo 컴포넌트 적용 * docs: readme 수정 (#572) * svg, img vertical-align 추가 (#579) * fix: svg와 img에 vertical-align: top 을 추가하여 정렬을 맞춥니다. * fix: 글로벌 스타일 작성이 아닌, reset 스타일 작성 * chore: append emotion css at reset style --------- Co-authored-by: Hyesung Oh <[email protected]> * 이메일 Input select box 추가 (#575) * feat: add button type in dropdown when used in form error * feat: add EmailFeild compoent * refactor: remove not used css * 태그 추가 개선 (#578) * feat: change tag component design * feat: add TagSearchBar * feat: change typo 추가 to 완료 * refactor: use useInternalRouter * feat: add margin in TagSearchBar * chore: version update * docs: contributing (#583) * chore(deps): bump semver from 5.7.1 to 5.7.2 (#586) Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump semver from 6.3.0 to 6.3.1 in /mock-server (#587) Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md) - [Commits](npm/node-semver@v6.3.0...v6.3.1) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: hyesungoh <[email protected]> * chore(deps): bump word-wrap from 1.2.3 to 1.2.4 Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * feat: add tag count at Tag in RegisteredTagList * feat: add default image in LinkContent * yarn cache 초기화 (#591) * fix: 태그 추가 시 mutation 타입 맞추기 (#593) * docs: 수상 텍스트 추가 (#592) * chore(deps): bump @adobe/css-tools from 4.2.0 to 4.3.1 (#594) Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.2.0 to 4.3.1. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @babel/traverse from 7.21.3 to 7.23.2 (#595) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @sentry/nextjs from 7.44.2 to 7.77.0 (#596) Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 7.44.2 to 7.77.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@7.44.2...7.77.0) --- updated-dependencies: - dependency-name: "@sentry/nextjs" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump axios from 1.3.4 to 1.6.0 (#597) Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.3.4...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#598) Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump next from 13.2.4 to 13.5.1 (#599) Bumps [next](https://github.com/vercel/next.js) from 13.2.4 to 13.5.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.2.4...v13.5.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * hotfix: 사용자의 노고 달래기 * chore: vscode dlx * feature: 로그인 이슈 텍스트 삭제 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: 정대윤 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 김민수 <[email protected]> Co-authored-by: hyesungoh <[email protected]> Co-authored-by: 정대윤 <[email protected]>
hyesungoh
added a commit
that referenced
this pull request
Feb 3, 2024
* fix: 안드로이드 다음페이지 트리거 이슈 (#552) * fix: add thumbnail list bottom padding for trigger space in andriod chrome * fix: remove not needed style * feat: 회원가입 시 연령 선택 제거 (#556) * chore: update version * 유틸 테스트 추가 (#558) * test: select random colors util * test: event util * test: validator util * chore: rename test file * 저장 시 포매팅 적용 (#560) * loading handler 테스트 (#559) * test: index * chore: rename describe * test: loading handler * 페이지뷰 이벤트에 버전 기록 (#564) * 믹스패널 유저 identify 호출 (#565) * refactor: mixpanel type 설정 및 identify 유틸 생성 * chore: 불필요 주석 삭제 * chore: 불필요 주석 삭제 * feat: 로그인 시 mixpanel identify 설정 * test: mixpanel 유틸 * chore: test define 에러 수정 및 버전 업데이트 * chore(deps): bump http-cache-semantics in /mock-server (#566) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * sitemap, robots 추가 (#573) * feat: next sitemap, next env 설치 및 postbuild 스크립트 추가 * feat: next sitemap 설정 파일 * chore: sitemap, robots * SEO 컴포넌트 개발 및 적용 (#569) * chore: yarn version up * feat: seo 컴포넌트 * chore: eslint setting 및 rule 추가 * feat: og image 업로드 * test: seo 컴포넌트 * feat: 로그인 필요없는 페이지 seo 컴포넌트 적용 * docs: readme 수정 (#572) * svg, img vertical-align 추가 (#579) * fix: svg와 img에 vertical-align: top 을 추가하여 정렬을 맞춥니다. * fix: 글로벌 스타일 작성이 아닌, reset 스타일 작성 * chore: append emotion css at reset style --------- Co-authored-by: Hyesung Oh <[email protected]> * 이메일 Input select box 추가 (#575) * feat: add button type in dropdown when used in form error * feat: add EmailFeild compoent * refactor: remove not used css * 태그 추가 개선 (#578) * feat: change tag component design * feat: add TagSearchBar * feat: change typo 추가 to 완료 * refactor: use useInternalRouter * feat: add margin in TagSearchBar * chore: version update * docs: contributing (#583) * chore(deps): bump semver from 5.7.1 to 5.7.2 (#586) Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump semver from 6.3.0 to 6.3.1 in /mock-server (#587) Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md) - [Commits](npm/node-semver@v6.3.0...v6.3.1) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: hyesungoh <[email protected]> * chore(deps): bump word-wrap from 1.2.3 to 1.2.4 Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * feat: add tag count at Tag in RegisteredTagList * feat: add default image in LinkContent * yarn cache 초기화 (#591) * fix: 태그 추가 시 mutation 타입 맞추기 (#593) * docs: 수상 텍스트 추가 (#592) * chore(deps): bump @adobe/css-tools from 4.2.0 to 4.3.1 (#594) Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.2.0 to 4.3.1. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @babel/traverse from 7.21.3 to 7.23.2 (#595) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @sentry/nextjs from 7.44.2 to 7.77.0 (#596) Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 7.44.2 to 7.77.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@7.44.2...7.77.0) --- updated-dependencies: - dependency-name: "@sentry/nextjs" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump axios from 1.3.4 to 1.6.0 (#597) Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.3.4...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#598) Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump next from 13.2.4 to 13.5.1 (#599) Bumps [next](https://github.com/vercel/next.js) from 13.2.4 to 13.5.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.2.4...v13.5.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * hotfix: 사용자의 노고 달래기 * chore: vscode dlx * feature: 로그인 이슈 텍스트 삭제 * 닉네임 변경 3자 이상으로 바꾸기 (#603) * chore: vscode update * feature: 닉네임 제한 변경 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: 정대윤 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 김민수 <[email protected]> Co-authored-by: hyesungoh <[email protected]> Co-authored-by: 정대윤 <[email protected]>
hyesungoh
added a commit
that referenced
this pull request
Feb 11, 2024
* fix: 안드로이드 다음페이지 트리거 이슈 (#552) * fix: add thumbnail list bottom padding for trigger space in andriod chrome * fix: remove not needed style * feat: 회원가입 시 연령 선택 제거 (#556) * chore: update version * 유틸 테스트 추가 (#558) * test: select random colors util * test: event util * test: validator util * chore: rename test file * 저장 시 포매팅 적용 (#560) * loading handler 테스트 (#559) * test: index * chore: rename describe * test: loading handler * 페이지뷰 이벤트에 버전 기록 (#564) * 믹스패널 유저 identify 호출 (#565) * refactor: mixpanel type 설정 및 identify 유틸 생성 * chore: 불필요 주석 삭제 * chore: 불필요 주석 삭제 * feat: 로그인 시 mixpanel identify 설정 * test: mixpanel 유틸 * chore: test define 에러 수정 및 버전 업데이트 * chore(deps): bump http-cache-semantics in /mock-server (#566) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * sitemap, robots 추가 (#573) * feat: next sitemap, next env 설치 및 postbuild 스크립트 추가 * feat: next sitemap 설정 파일 * chore: sitemap, robots * SEO 컴포넌트 개발 및 적용 (#569) * chore: yarn version up * feat: seo 컴포넌트 * chore: eslint setting 및 rule 추가 * feat: og image 업로드 * test: seo 컴포넌트 * feat: 로그인 필요없는 페이지 seo 컴포넌트 적용 * docs: readme 수정 (#572) * svg, img vertical-align 추가 (#579) * fix: svg와 img에 vertical-align: top 을 추가하여 정렬을 맞춥니다. * fix: 글로벌 스타일 작성이 아닌, reset 스타일 작성 * chore: append emotion css at reset style --------- Co-authored-by: Hyesung Oh <[email protected]> * 이메일 Input select box 추가 (#575) * feat: add button type in dropdown when used in form error * feat: add EmailFeild compoent * refactor: remove not used css * 태그 추가 개선 (#578) * feat: change tag component design * feat: add TagSearchBar * feat: change typo 추가 to 완료 * refactor: use useInternalRouter * feat: add margin in TagSearchBar * chore: version update * docs: contributing (#583) * chore(deps): bump semver from 5.7.1 to 5.7.2 (#586) Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump semver from 6.3.0 to 6.3.1 in /mock-server (#587) Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md) - [Commits](npm/node-semver@v6.3.0...v6.3.1) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: hyesungoh <[email protected]> * chore(deps): bump word-wrap from 1.2.3 to 1.2.4 Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * feat: add tag count at Tag in RegisteredTagList * feat: add default image in LinkContent * yarn cache 초기화 (#591) * fix: 태그 추가 시 mutation 타입 맞추기 (#593) * docs: 수상 텍스트 추가 (#592) * chore(deps): bump @adobe/css-tools from 4.2.0 to 4.3.1 (#594) Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.2.0 to 4.3.1. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @babel/traverse from 7.21.3 to 7.23.2 (#595) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @sentry/nextjs from 7.44.2 to 7.77.0 (#596) Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 7.44.2 to 7.77.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@7.44.2...7.77.0) --- updated-dependencies: - dependency-name: "@sentry/nextjs" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump axios from 1.3.4 to 1.6.0 (#597) Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.3.4...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#598) Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump next from 13.2.4 to 13.5.1 (#599) Bumps [next](https://github.com/vercel/next.js) from 13.2.4 to 13.5.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.2.4...v13.5.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * hotfix: 사용자의 노고 달래기 * chore: vscode dlx * feature: 로그인 이슈 텍스트 삭제 * 닉네임 변경 3자 이상으로 바꾸기 (#603) * chore: vscode update * feature: 닉네임 제한 변경 * Node 버전 20에서 next 패키지 사용 불가능 문제 해결 (#606) * ci: update action to latest (#607) * 영감 보기 애니메이션 변경 & 닉네임 변경 제한 2글자로 변경 (#610) * chore: install deps * style: 애니메이션 변경 * feature: 닉네임 2글자로 변경 * chore: lint --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: 정대윤 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 김민수 <[email protected]> Co-authored-by: hyesungoh <[email protected]> Co-authored-by: 정대윤 <[email protected]> Co-authored-by: 도다 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps next from 13.2.4 to 13.5.1.
Commits
0c1c7f8
v13.5.19744285
v13.5.1-canary.144eba02
improve publish-release (#55597)c652dc8
v13.5.1-canary.0ffafad2
v13.5.04a589ed
v13.4.20-canary.41deb81cf
fix styled-jsx alias (#55581)1a9b0f6
improve internal error logging (#55582)0631549
Fix react packages are not bundled for metadata routes (#55579)bad5365
Update supported config options for Turbopack (#55556)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.