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

Update dev dependencies #1459

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

Update dev dependencies #1459

wants to merge 2 commits into from

Conversation

sequba
Copy link
Contributor

@sequba sequba commented Nov 14, 2024

Current HF dependencies:

dependencies:
"chevrotain": ⚠️ next version contains significant breaking changes, more work needed
"tiny-emitter": ✅ already latest version

devDependencies:
"@babel/cli": 👍 upgraded to latest version
"@babel/core": 👍 upgraded to latest version
"@babel/plugin-transform-runtime": 👍 upgraded to latest version
"@babel/preset-env": 👍 upgraded to latest version
"@babel/register": 👍 upgraded to latest version
"@babel/runtime": 👍 upgraded to latest version
"@babel/preset-react": 👍 upgraded to latest version
"@babel/preset-typescript": 👍 upgraded to latest version
"@babel/plugin-transform-modules-commonjs": 👍 upgraded to latest version
"@babel/plugin-syntax-class-properties": ✅ already latest version
"@babel/plugin-proposal-decorators": 👍 upgraded to latest version
"@babel/plugin-proposal-class-properties": 👍 upgraded to latest version
"@babel/plugin-proposal-private-methods": 👍 upgraded to latest version
"@babel/plugin-proposal-private-property-in-object": 👍 upgraded to latest version
"@babel/plugin-transform-typescript": 🗑️ removed, not needed anymore
"@microsoft/tsdoc": 🗑️ removed, not needed anymore
"@types/jasmine": "^4.0.0",
"@types/jest": "^26.0.0",
"@types/jsdom": "^16.2.1",
"@types/node": "^10.17.19",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vuepress/plugin-active-header-links": "^1.3.1",
"as-table": "^1.0.55",
"babel-loader": "^8.0.6",
"babel-plugin-transform-inline-environment-variables": 👍 upgraded to latest version
"core-js": "^3.23.0",
"cross-env": "^7.0.0",
"env-cmd": "^10.1.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^43.1.1",
"eslint-plugin-license-header": "^0.6.0",
"eslint-plugin-prettier": "^4.2.1",
"full-icu": "^1.3.1",
"jasmine": "^4.0.0",
"jest": "^26.0.0",
"jsdom": "^16.2.2",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"license-checker": "^25.0.1",
"markdown-it-footnote": "^3.0.3",
"markdown-it-regex": "^0.2.0",
"moment": "^2.22.2",
"npm-run-all": "^4.1.5",
"on-build-webpack": "^0.1.0",
"rimraf": "^3.0.2",
"serve": "^14.2.0",
"string-replace-loader": "^2.3.0",
"tar": "^6.0.1",
"terser-webpack-plugin": "^4.2.3",
"ts-jest": "^26.0.0",
"ts-loader": "^7.0.2",
"ts-node": "^8.0.1",
"typedoc": "^0.19.2",
"typedoc-plugin-markdown": "^2.2.17",
"typescript": "^4.0.8",
"vuepress": "^1.9.9",
"vuepress-plugin-clean-urls": "^1.1.1",
"weak-napi": "^2.0.2",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpackbar": "^4.0.0"

How did you test your changes?

  • linter
  • unit tests
  • unit tests (browser)
  • local package build
  • local docs build

Types of changes

  • Update of the dev dependencies

Related issues:

Fixes #1451

Checklist:

  • I have reviewed the guidelines about Contributing to HyperFormula and I confirm that my code follows the code style of this project.
  • I have signed the Contributor License Agreement.
  • My change is compliant with the OpenDocument standard.
  • My change is compatible with Microsoft Excel.
  • My change is compatible with Google Sheets.
  • I described my changes in the CHANGELOG.md file.
  • My changes require a documentation update.
  • My changes require a migration guide.

Copy link

github-actions bot commented Nov 14, 2024

Performance comparison of head (2b2e602) vs base (2a5cd84)

                                     testName |   base |   head | change
------------------------------------------------------------------------
                                      Sheet A | 520.12 | 531.11 | +2.11%
                                      Sheet B | 169.61 | 167.81 | -1.06%
                                      Sheet T |  147.4 | 147.34 | -0.04%
                                Column ranges | 510.34 | 515.76 | +1.06%
Sheet A:  change value, add/remove row/column |  14.67 |  14.97 | +2.04%
 Sheet B: change value, add/remove row/column | 137.81 | 129.38 | -6.12%
                   Column ranges - add column | 155.62 | 166.71 | +7.13%
                Column ranges - without batch | 443.62 | 486.23 | +9.61%
                        Column ranges - batch | 112.59 |  114.1 | +1.34%

@sequba sequba changed the title Update babel Update dependencies Nov 14, 2024
@sequba sequba self-assigned this Nov 14, 2024
@sequba sequba linked an issue Nov 14, 2024 that may be closed by this pull request
@sequba sequba changed the title Update dependencies Update dev dependencies Nov 14, 2024
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.

Upgrade all deps and dev deps that could be easily upgraded
1 participant