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

Merged
merged 17 commits into from
Nov 26, 2024
Merged

Update dev dependencies #1459

merged 17 commits into from
Nov 26, 2024

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 (61196eb) vs base (2a5cd84)

                                     testName |   base |   head | change
------------------------------------------------------------------------
                                      Sheet A | 504.43 | 512.19 | +1.54%
                                      Sheet B | 163.89 | 168.25 | +2.66%
                                      Sheet T | 143.58 |    145 | +0.99%
                                Column ranges | 514.14 | 512.03 | -0.41%
Sheet A:  change value, add/remove row/column |  14.37 |  14.58 | +1.46%
 Sheet B: change value, add/remove row/column |  133.3 |  132.7 | -0.45%
                   Column ranges - add column | 150.17 |  155.4 | +3.48%
                Column ranges - without batch | 456.44 | 443.06 | -2.93%
                        Column ranges - batch |  113.7 | 108.19 | -4.85%

@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
package.json Show resolved Hide resolved
package.json Show resolved Hide resolved
@sequba sequba requested a review from budnix November 26, 2024 12:16
@sequba sequba merged commit 41b2d62 into develop Nov 26, 2024
21 of 22 checks passed
@sequba sequba deleted the feature/issue-1451 branch November 26, 2024 13:23
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