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

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Open

Update dev dependencies #1459

wants to merge 16 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: ✅ upgraded to latest version
@types/jest: ⚠️ upgraded, but next version requires updating typescript
@types/jsdom: ✅ upgraded to latest version
@types/node: ⚠️ upgraded, but next version contains significant breaking changes, more work needed
@types/webpack-env: ✅ upgraded to latest version
@typescript-eslint/eslint-plugin: ⚠️ upgraded, but next version requires updating eslint
@typescript-eslint/parser: ⚠️ upgraded, but next version requires updating eslint
@vuepress/plugin-active-header-links: 🗑️ removed, not needed anymore
as-table: ✅ already latest version
babel-loader: ⚠️ upgraded, but next version requires updating webpack
babel-plugin-transform-inline-environment-variables: ✅ upgraded to latest version
core-js: ✅ upgraded to latest version
cross-env: ✅ upgraded to latest version
env-cmd: ✅ already latest version
eslint: ⚠️ upgraded, but next version contains significant breaking changes, more work needed
eslint-config-prettier: "✅ upgraded to latest version
eslint-plugin-jsdoc: ✅ upgraded to latest version
eslint-plugin-license-header: ✅ upgraded to latest version
eslint-plugin-prettier: ✅ upgraded to latest version
full-icu: ✅ upgraded to latest version
jasmine: ✅ upgraded to latest version
jest: ⚠️ upgraded, but next version requires updating typescript
jsdom: ✅ upgraded to latest version
karma: ✅ upgraded to latest version
karma-chrome-launcher: ✅ upgraded to latest version
karma-firefox-launcher: ✅ upgraded to latest version
karma-jasmine: ✅ upgraded to latest version
karma-jasmine-html-reporter: ✅ upgraded to latest version
karma-sourcemap-loader: ✅ upgraded to latest version
karma-webpack: ⚠️next version requires updating webpack
license-checker: ✅ already latest version
markdown-it-footnote: ✅ upgraded to latest version
markdown-it-regex: ✅ already latest version
moment: ✅ upgraded to latest version
npm-run-all: ✅ already latest version
on-build-webpack: ✅ already latest version
rimraf: ✅ upgraded to latest version
serve: 🗑️ removed, not needed anymore
string-replace-loader: ⚠️next version requires updating webpack
tar: ✅ upgraded to latest version
terser-webpack-plugin: ⚠️next version requires updating webpack
ts-jest: ⚠️ upgraded, but next version requires updating typescript
ts-loader: ⚠️upgraded, but next version requires updating webpack
ts-node: ✅ upgraded to latest version
typedoc: ⚠️ next version contains significant breaking changes, more work needed
typedoc-plugin-markdown: ⚠️ upgraded, but next version requires updating typedoc
typescript: ⚠️ next version contains significant breaking changes, more work needed
vuepress: ⚠️upgraded, but next version contains significant breaking changes, more work needed
vuepress-plugin-clean-urls: 🗑️ removed, not needed anymore
weak-napi: 🗑️ removed, not needed anymore
webpack: ⚠️ upgraded, but next version contains significant breaking changes, more work needed
webpack-cli: ⚠️ upgraded, but next version requires updating webpack
webpackbar: ⚠️ upgraded, but next version requires updating webpack

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 (936274e) vs base (2a5cd84)

                                     testName |   base |   head | change
------------------------------------------------------------------------
                                      Sheet A |  508.5 | 514.34 | +1.15%
                                      Sheet B | 167.62 | 167.83 | +0.13%
                                      Sheet T | 145.68 | 146.32 | +0.44%
                                Column ranges | 511.61 | 517.83 | +1.22%
Sheet A:  change value, add/remove row/column |  14.62 |  15.81 | +8.14%
 Sheet B: change value, add/remove row/column | 126.93 | 134.16 | +5.70%
                   Column ranges - add column | 152.64 | 154.63 | +1.30%
                Column ranges - without batch | 453.07 | 454.94 | +0.41%
                        Column ranges - batch | 113.09 | 115.29 | +1.95%

@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
@sequba sequba marked this pull request as ready for review November 20, 2024 13:36
@sequba sequba requested a review from budnix November 20, 2024 14:02
"cross-env": "^7.0.0",
"babel-loader": "^8.4.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"core-js": "^3.39.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After bumping the core-js,, you should also update the version in babel config.

"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
2 participants