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

chore: npm packages update #94

Merged
merged 3 commits into from
Dec 5, 2023
Merged

chore: npm packages update #94

merged 3 commits into from
Dec 5, 2023

Conversation

kidneyweakx
Copy link
Contributor

@kidneyweakx kidneyweakx commented Dec 5, 2023

PULL REQUEST

Before

說明 (Description)

  1. Update package.json and some dependencies, to avoid security issues and build errors.
  2. Upgrade 2.0.5 CHANGELOG and fix git-cliff tag version error
  3. Fix lint for newer version eslint, but ignore some lint config.
  • Some await thenable make command flexible, and in future will update most of command to asynchronous.
    "@typescript-eslint/await-thenable": "off",
  • Not sure some enum and naming is for system specific command, so turn off this config.
    "@typescript-eslint/naming-convention": "off",

相關問題 (Linked Issues)

  • Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code
  • React Developer Tools extension Improper Authorization vulnerability

貢獻種類 (Type of change)

  • Bug fix (除錯 non-breaking change which fixes an issue)
  • New feature (增加新功能 non-breaking change which adds functionality)
  • Breaking change (可能導致相容性問題 fix or feature that would cause existing functionality to not work as expected)
  • Doc change (需要更新文件 this change requires a documentation update)

測試環境 (Test Configuration):

  • OS: macOS 13.4.1 (c)
  • NodeJS Version: 9.8.1
  • NPM Version: 18.18.2
  • Docker Version: 24.0.6

檢查清單 (Checklist):

  • 我的程式碼遵從此專案的規範 (My code follows the style guidelines of this project)
  • 我有對於自己的程式碼進行測試檢查 (I have performed a self-review of my own code)
  • 我有在程式碼中提供必要的註解 (I have commented my code, particularly in hard-to-understand areas)
  • 我有在文件中進行必要的更動 (I have made corresponding changes to the documentation)
  • 我的程式碼更動沒有顯著增加錯誤數量 (My changes generate no new warnings)
  • 我有新增必要的單元測試 (I have added tests that prove my fix is effective or that my feature works)
  • 我有檢查並更正程式碼錯誤的拼字 (I have checked my code and corrected any misspellings)

我已完成以上清單,並且同意遵守 Code of Conduct

I have completed the checklist and agree to abide by the code of conduct.

  • 同意 (I consent)

@kidneyweakx kidneyweakx force-pushed the chore/npmPackagesUpdate branch from 6e4fbec to 866c806 Compare December 5, 2023 03:19
@Pianochicken Pianochicken merged commit 5ecebc4 into 2.0.5 Dec 5, 2023
1 check passed
@Pianochicken Pianochicken deleted the chore/npmPackagesUpdate branch December 5, 2023 05:40
Pianochicken pushed a commit that referenced this pull request Dec 5, 2023
* feat: bdk ui redesign (#89)

* feat: bdk ui redesign

* fix: bdk ui layout

* chore: update node version to 18.18 (#90)

* chore: update node version to 18.18

* fix: test runtime error

* fix: ui selectInput delay (#91)

refactor commandContext class functions to asynchronous, solve the process stuck issue.

* feat: lazy loading in command change (#92)

* feat: option lazy loading

* fix: debounce in select input

---------

Co-authored-by: kidneyweak <kidneyweak@gmail.com>

* fix: update docker logs component (#93)

* chore: npm packages update (#94)

* chore: update 2.0.5 and packages

* chore: update 2.0.5 CHANGELOG.md

* fix: eslint error for newer ericlint

---------

Co-authored-by: 郭來鴻 <F111110111@nkust.edu.tw>
Co-authored-by: JakeKuo <jake0627a1@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants