-
Notifications
You must be signed in to change notification settings - Fork 111
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
base: develop
Are you sure you want to change the base?
Update dev dependencies #1459
Conversation
Performance comparison of head (936274e) vs base (2a5cd84)
|
…markdown, vuepress
"cross-env": "^7.0.0", | ||
"babel-loader": "^8.4.1", | ||
"babel-plugin-transform-inline-environment-variables": "^0.4.4", | ||
"core-js": "^3.39.0", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same as for core-js
? https://github.com/handsontable/hyperformula/blob/feature/issue-1451/babel.config.js#L21
Current HF dependencies:
dependencies:⚠️ next version contains significant breaking changes, more work needed
chevrotain:
tiny-emitter: ✅ already latest version
devDependencies:⚠️ upgraded, but next version requires updating typescript⚠️ upgraded, but next version contains significant breaking changes, more work needed⚠️ upgraded, but next version requires updating eslint⚠️ upgraded, but next version requires updating eslint⚠️ upgraded, but next version requires updating webpack⚠️ upgraded, but next version contains significant breaking changes, more work needed⚠️ upgraded, but next version requires updating typescript⚠️ next version requires updating webpack⚠️ next version requires updating webpack⚠️ next version requires updating webpack⚠️ upgraded, but next version requires updating typescript⚠️ upgraded, but next version requires updating webpack⚠️ next version contains significant breaking changes, more work needed⚠️ upgraded, but next version requires updating typedoc⚠️ next version contains significant breaking changes, more work needed⚠️ upgraded, but next version contains significant breaking changes, more work needed⚠️ upgraded, but next version contains significant breaking changes, more work needed⚠️ upgraded, but next version requires updating webpack⚠️ upgraded, but next version requires updating webpack
@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:
@types/jsdom: ✅ upgraded to latest version
@types/node:
@types/webpack-env: ✅ upgraded to latest version
@typescript-eslint/eslint-plugin:
@typescript-eslint/parser:
@vuepress/plugin-active-header-links: 🗑️ removed, not needed anymore
as-table: ✅ already latest version
babel-loader:
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:
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:
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:
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:
tar: ✅ upgraded to latest version
terser-webpack-plugin:
ts-jest:
ts-loader:
ts-node: ✅ upgraded to latest version
typedoc:
typedoc-plugin-markdown:
typescript:
vuepress:
vuepress-plugin-clean-urls: 🗑️ removed, not needed anymore
weak-napi: 🗑️ removed, not needed anymore
webpack:
webpack-cli:
webpackbar:
How did you test your changes?
Types of changes
Related issues:
Fixes #1451
Checklist: