Skip to content
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

빌드: deprecated 된 라이브러리 의존성 해결 #6

Open
timepresent95 opened this issue Jul 30, 2024 · 0 comments
Open

빌드: deprecated 된 라이브러리 의존성 해결 #6

timepresent95 opened this issue Jul 30, 2024 · 0 comments
Labels
백로그 최하위 우선순위 작업 빌드 빌드 관련 설정 및 수정, 패키지 매니저 수정
Milestone

Comments

@timepresent95
Copy link
Contributor

빌드 설명

npm을 통해 설치되는 라이브러리 중 다수의 deprecated 된 라이브러리가 존재

기대 효과

deprecated 된 라이브러리 제거를 통한 올바른 의존성 관리를 통해
안정성 확보

추가 정보

by a key value, which is much more comprehensive and powerful.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.

added 1247 packages, and audited 1248 packages in 49s

179 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
@timepresent95 timepresent95 added 백로그 최하위 우선순위 작업 빌드 빌드 관련 설정 및 수정, 패키지 매니저 수정 labels Jul 30, 2024
@timepresent95 timepresent95 added this to the 1.0 milestone Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
백로그 최하위 우선순위 작업 빌드 빌드 관련 설정 및 수정, 패키지 매니저 수정
Projects
None yet
Development

No branches or pull requests

1 participant