345 Commits

Author SHA1 Message Date
skinmaker1345
6a389baa19 deps: update next to 14 2024-02-12 11:02:40 +09:00
SKINMAKER
a324106f9f
chore: use prettier (#636)
* chore: use prettier

* chore: add jsx single quote

* chore: remove indent rule

* chore: add prettier plugin for eslint
2023-11-26 00:31:48 +09:00
dependabot[bot]
98905c2fe9
chore(deps): bump @sentry/nextjs from 7.57.0 to 7.77.0 (#634)
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 7.57.0 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](https://github.com/getsentry/sentry-javascript/compare/7.57.0...7.77.0)

---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 00:25:36 +09:00
Eunwoo Choi
dad8bde863
deps: bump next.js to 13.5.4 2023-11-19 23:44:37 +09:00
dependabot[bot]
ba476e4307
chore(deps): bump undici from 5.22.1 to 5.26.3 (#632)
Bumps [undici](https://github.com/nodejs/undici) from 5.22.1 to 5.26.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.22.1...v5.26.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 10:20:19 +09:00
dependabot[bot]
355bcf1cd2
chore(deps): bump postcss from 8.4.24 to 8.4.31 (#631)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 10:20:05 +09:00
dependabot[bot]
bf104964d1
chore(deps): bump @babel/traverse from 7.22.5 to 7.23.2 (#633)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 10:19:19 +09:00
SKINMAKER
606f3cbc82
deps: update next.js to 13 (#627)
* deps: update next.js to 13

* chore: migrate to new Link component

* chore: remove future option from next.config

* chore: update react-select

* chore: enable hideSourceMaps on sentry

* chore: assert type as string

* chore: make placeholder and value absolute

* feat: set timeout for redirect

* chore: ignore ts error

* chore: add generics

* chore:

* chore: add ts comment

* feat: use dnd-kit instead of react-sortable-hoc

* fix: give absolute position to placeholder
2023-09-28 23:22:46 +09:00
dependabot[bot]
8c976dcd01
chore(deps): bump import-in-the-middle from 1.4.1 to 1.4.2 (#623) 2023-08-09 06:51:35 +09:00
SKINMAKER
80ca0a7dee
deps: update discord.js version to 14.12 (#621)
* refactor: remove raw user fetch

* chore: set discord.js version to 14.12.0

* chore: bump discord.js to 14.12.1

---------

Co-authored-by: Eunwoo Choi <choi@eunwoo.dev>
2023-08-01 19:23:36 +09:00
dependabot[bot]
f228964171
chore(deps): bump mongoose from 6.11.2 to 6.11.3 (#622)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.11.2 to 6.11.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/6.11.2...6.11.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-19 22:28:39 +09:00
dependabot[bot]
8a9180914a
chore(deps): bump semver from 5.7.1 to 5.7.2 (#620)
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](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 22:19:21 +09:00
dependabot[bot]
b93199ed13
chore(deps): bump protobufjs from 7.2.3 to 7.2.4 (#617)
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.3 to 7.2.4.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.3...protobufjs-v7.2.4)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-08 11:38:24 +09:00
dependabot[bot]
d33a45d0ec
chore(deps-dev): bump eslint from 8.43.0 to 8.44.0 (#610) 2023-07-07 22:17:33 +09:00
dependabot[bot]
86f74c1f77
chore(deps-dev): bump @typescript-eslint/parser from 5.60.1 to 5.61.0 (#615) 2023-07-07 22:09:17 +09:00
dependabot[bot]
d7a5d497ef
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#614) 2023-07-07 22:04:40 +09:00
dependabot[bot]
2562b0d85d
chore(deps): bump dd-trace from 4.3.0 to 4.6.0 (#616) 2023-07-07 22:03:46 +09:00
dependabot[bot]
fe1b6c829a
chore(deps): bump dayjs from 1.11.8 to 1.11.9 (#611) 2023-07-04 08:59:40 +09:00
dependabot[bot]
a038ca8e5a
chore(deps): bump @sentry/nextjs from 7.56.0 to 7.57.0 (#607)
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 7.56.0 to 7.57.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.56.0...7.57.0)

---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-30 22:35:25 +09:00
dependabot[bot]
47fe245a93
chore(deps-dev): bump ts-jest from 29.1.0 to 29.1.1 (#609)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.0 to 29.1.1.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.0...v29.1.1)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-30 22:34:49 +09:00
dependabot[bot]
207e903e68
chore(deps-dev): Remove @types/twemoji (#608)
* chore(deps-dev): bump @types/twemoji from 12.1.2 to 13.1.2

---
...

Signed-off-by: dependabot[bot] <support@github.com>

* deps: remove @types/twemoji

---------

Signed-off-by: SKINMAKER <me@skinmaker.dev>
2023-06-30 22:34:27 +09:00
dependabot[bot]
4fdbbdbf8c
chore(deps): bump react-showdown from 2.3.0 to 2.3.1 (#606)
Bumps [react-showdown](https://github.com/jerolimov/react-showdown) from 2.3.0 to 2.3.1.
- [Changelog](https://github.com/jerolimov/react-showdown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jerolimov/react-showdown/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: react-showdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-30 22:27:35 +09:00
dependabot[bot]
b0d6c5b77a
chore(deps): bump postcss-preset-env from 6.7.0 to 8.5.1 (#598) 2023-06-30 16:42:14 +09:00
dependabot[bot]
1d5de90d59
chore(deps): bump next-seo from 4.29.0 to 6.1.0 (#599) 2023-06-30 16:26:28 +09:00
dependabot[bot]
eaf9ef2360
chore(deps-dev): bump typescript from 5.1.3 to 5.1.6 (#600)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29 20:26:36 +09:00
dependabot[bot]
c4652cf1cb
chore(deps): bump mongoose from 6.9.0 to 6.11.2 (#601)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.9.0 to 6.11.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/6.9.0...6.11.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29 20:26:18 +09:00
dependabot[bot]
b6b44fdb69
chore(deps): bump @fortawesome/fontawesome-free from 5.15.3 to 5.15.4 (#602)
Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 5.15.3 to 5.15.4.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/5.15.4/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/5.15.3...5.15.4)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29 20:25:56 +09:00
dependabot[bot]
46a709d951
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#596)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.11 to 5.60.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-28 20:31:20 +09:00
dependabot[bot]
ada204ba46
chore(deps): bump sanitize-html from 2.10.0 to 2.11.0 (#597)
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.10.0 to 2.11.0.
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.10.0...2.11.0)

---
updated-dependencies:
- dependency-name: sanitize-html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-28 20:31:02 +09:00
dependabot[bot]
6c2a621880
chore(deps-dev): bump @types/jest from 26.0.24 to 29.5.2 (#589)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 29.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 23:20:13 +09:00
dependabot[bot]
1ee1c2b2a4
chore(deps): bump dd-trace from 3.23.0 to 4.3.0 (#592)
Bumps [dd-trace](https://github.com/DataDog/dd-trace-js) from 3.23.0 to 4.3.0.
- [Release notes](https://github.com/DataDog/dd-trace-js/releases)
- [Commits](https://github.com/DataDog/dd-trace-js/compare/v3.23.0...v4.3.0)

---
updated-dependencies:
- dependency-name: dd-trace
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 23:19:10 +09:00
dependabot[bot]
bb28c8ccbd
chore(deps): bump twemoji from 13.1.0 to 14.0.2 (#590)
Bumps [twemoji](https://github.com/twitter/twemoji) from 13.1.0 to 14.0.2.
- [Release notes](https://github.com/twitter/twemoji/releases)
- [Commits](https://github.com/twitter/twemoji/compare/v13.1.0...v14.0.2)

---
updated-dependencies:
- dependency-name: twemoji
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 22:49:52 +09:00
dependabot[bot]
0991d368cf
chore(deps): bump react-responsive-modal from 6.1.0 to 6.4.2 (#586)
Bumps [react-responsive-modal](https://github.com/pradel/react-responsive-modal) from 6.1.0 to 6.4.2.
- [Release notes](https://github.com/pradel/react-responsive-modal/releases)
- [Commits](https://github.com/pradel/react-responsive-modal/compare/v6.1.0...v6.4.2)

---
updated-dependencies:
- dependency-name: react-responsive-modal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 22:38:38 +09:00
dependabot[bot]
0e889e233e
chore(deps-dev): bump @typescript-eslint/parser from 5.59.11 to 5.60.1 (#585)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.11 to 5.60.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 22:22:35 +09:00
dependabot[bot]
538a450962
chore(deps): bump @sentry/nextjs from 7.55.2 to 7.56.0 (#584)
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 7.55.2 to 7.56.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.55.2...7.56.0)

---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 22:22:15 +09:00
dependabot[bot]
02d517fba5
chore(deps-dev): bump eslint-config-next from 13.4.6 to 13.4.7 (#588)
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.4.6 to 13.4.7.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.4.7/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 22:15:28 +09:00
dependabot[bot]
91051cffbb
chore(deps): bump formik from 2.2.9 to 2.4.2 (#587)
Bumps [formik](https://github.com/formium/formik) from 2.2.9 to 2.4.2.
- [Release notes](https://github.com/formium/formik/releases)
- [Commits](https://github.com/formium/formik/compare/formik@2.2.9...formik@2.4.2)

---
updated-dependencies:
- dependency-name: formik
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 22:15:01 +09:00
dependabot[bot]
53f4c28eac
chore(deps): bump react-use-clipboard from 1.0.7 to 1.0.9 (#579)
* chore(deps): bump react-use-clipboard from 1.0.7 to 1.0.9

Bumps [react-use-clipboard](https://github.com/danoc/react-use-clipboard) from 1.0.7 to 1.0.9.
- [Release notes](https://github.com/danoc/react-use-clipboard/releases)
- [Changelog](https://github.com/danoc/react-use-clipboard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/danoc/react-use-clipboard/compare/v1.0.7...v1.0.9)

---
updated-dependencies:
- dependency-name: react-use-clipboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: rename import function

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SKINMAKER <me@skinmaker.dev>
2023-06-26 22:31:01 +09:00
dependabot[bot]
4e4ebd325e
chore(deps): bump dataloader from 2.0.0 to 2.2.2 (#581)
Bumps [dataloader](https://github.com/graphql/dataloader) from 2.0.0 to 2.2.2.
- [Release notes](https://github.com/graphql/dataloader/releases)
- [Changelog](https://github.com/graphql/dataloader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/graphql/dataloader/compare/v2.0.0...v2.2.2)

---
updated-dependencies:
- dependency-name: dataloader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 21:23:59 +09:00
dependabot[bot]
719474e90d
chore(deps-dev): bump @types/cookie from 0.4.1 to 0.5.1 (#583) 2023-06-26 20:27:49 +09:00
dependabot[bot]
fcffa8a729
chore(deps): bump cookie from 0.4.1 to 0.5.0 (#572)
Bumps [cookie](https://github.com/jshttp/cookie) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Changelog](https://github.com/jshttp/cookie/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/cookie/compare/v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-23 22:41:58 +09:00
dependabot[bot]
06140e95bc
chore(deps): bump @hcaptcha/react-hcaptcha from 0.3.6 to 1.8.1 (#571) 2023-06-22 16:34:04 +09:00
dependabot[bot]
19293a0ec4
chore(deps): bump node-emoji and @types/node-emoji (#574)
* chore(deps): bump node-emoji and @types/node-emoji

Bumps [node-emoji](https://github.com/omnidan/node-emoji) and [@types/node-emoji](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-emoji). These dependencies needed to be updated together.

Updates `node-emoji` from 1.10.0 to 2.1.0
- [Release notes](https://github.com/omnidan/node-emoji/releases)
- [Commits](https://github.com/omnidan/node-emoji/compare/v1.10.0...v2.1.0)

Updates `@types/node-emoji` from 1.8.1 to 2.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-emoji)

---
updated-dependencies:
- dependency-name: node-emoji
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/node-emoji"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: remove @types/node-emoji

* fix: import

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SKINMAKER <me@skinmaker.dev>
2023-06-20 21:18:32 +09:00
SKINMAKER
bec6aa3554
chore: deps (#566)
* chore: remove zlib-sync

* chore: pin version of @types/react

* chore: remove next-session

* chore: update tailwind

* chore: update tailwind

* chore: update lint

* chore: remove abort-controller

* chore: regen lock file

* fix: remove transparent

* chore: set plugin to not mutate existing style
2023-06-20 12:59:42 +09:00
dependabot[bot]
afb26aa23a
chore(deps): bump tar from 6.1.0 to 6.1.13 (#524) 2023-04-28 11:11:03 +09:00
dependabot[bot]
b00f7b23d8
chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#518) 2023-04-28 11:10:19 +09:00
dependabot[bot]
54b1c07a00
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#538)
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](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-26 20:46:25 +09:00
dependabot[bot]
1f64ae66d4
chore(deps): bump undici from 5.8.2 to 5.19.1 (#540)
Bumps [undici](https://github.com/nodejs/undici) from 5.8.2 to 5.19.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.8.2...v5.19.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 00:56:35 +09:00
Eunwoo Choi
2d68f7aadd
deps: update outdated and critical dependencies (#532)
* deps: bump critical deps version

* chore: specify sentry and dd debug mode

* chore: enable SwcMinify

* chore: casing

* deps: bump mongoose version to 6.8.3

* Revert "deps: bump mongoose version to 6.8.3"

This reverts commit d5b90b5c0909545d4d21553d50c5681bd93a57a4.

* deps: change mongoose version to 5.13.15

* fix: typing

* deps: update audited deps

* deps: update next-pwa and dd-trace@2

* deps: update dd-trace@3 and sentry

* fix: redirects

* fix: style

* feat: redirect using next config

* deps: update mongoose to 6.9.0

* chore: change next version in package.json

* chore: change next version to 12.3.2

* fix: model compile issue

* chore: lint

* chore: remove any

* deps: update jest version to 29

* deps: resolve remaining vulnerabilities

---------

Co-authored-by: skinmaker1345 <me@skinmaker.dev>
2023-02-01 01:34:30 +09:00
SKINMAKER
8694e9b19a
deps: change discord.js version to v14 (#503)
* deps: update djs to v14

* refactor: use discord.js v14

* fix: presence not showing properly

* fix: revert Ids

* Update pages/api/v2/bots/[id]/index.ts

Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>

* style: apply code style

* feat: customizable intents

* feat: change node version

* feat: change node version

* fix: misused operator

* deps: fix typescript version to 4.6.4

* fix: fix bot url length (#504)

* refactor: add more advertisements (#508)

* feat: add open review deny log and max denies restriction (#510)

* feat: add open review log channel and embed

* chore: do not include submit page

* chore: mention instead of date

* feat: add max denies error

* typo: 더 이상

Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>

* feat: add exceptions to deny count

* fix: invalid embed used

Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>

* fix: invalid guild

Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>

* fix: invalid position

Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>

* fix: proper reason check position

Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>

* feat: sepcific error message

* refactor: change reason embed format

* fix: knex andWhereNot method to whereNotIn method

Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>

* refactor: detact adblock (#509)

* refactor: detact adblock

* perf: implement mobile detection

* deps: update djs to v14

* refactor: use discord.js v14

* fix: presence not showing properly

* fix: revert Ids

* Update pages/api/v2/bots/[id]/index.ts

Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>

* style: apply code style

* feat: customizable intents

* feat: change node version

* feat: change node version

* fix: misused operator

* deps: fix typescript version to 4.6.4

* refactor: use discord.js v14

* deps: update discord.js to 14.2.0

* style: split options

* style: prettify

* deps: update erlpack

Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>
Co-authored-by: Byungchul Kim <64084503+chul0721@users.noreply.github.com>
Co-authored-by: Eunwoo Choi <61371424+eunwoo1104@users.noreply.github.com>
2022-08-30 23:28:48 +09:00