Skip to content

Commit

Permalink
Update dependencies (#552)
Browse files Browse the repository at this point in the history
* Bump ansi-regex from 5.0.0 to 5.0.1
* Bump ws from 8.16.0 to 8.18.0
* Bump postcss from 8.4.35 to 8.4.36
* Bump elliptic from 6.5.4 to 6.5.7
* Update babel and related
* Update webpack, postcss, and related
* Update react (minor) and related
* Update eslint (minor) and related
* Update jquery.terminal
* Update other dependencies
* Update selected indirect dependencies

except for:

- chai 5 requires import as module, its plugins depend on chai 5,
  (try to update later or better migrate to jest),
- react 18 and redux require changes in miew-app,
  (try to fix the app),
- testing-library depends on react 18,
  (try to update later),
- eslint 9 is incompatible with old plugins including airbnb,
  (try to get rid of plugins),
- bootstrap 5 is too different from 3 and 4,
  (try to migrate 4 to 5 or avoid bootstrap at all; keep 3 as legacy),
- bootstrap-switch 3.4 has issues but is no longer updated,
  (find a different component),
- glob 11 and rimraf 6 force node 20,
  (wait until we are ready to drop node 18),
- threejs 154+ is a separate long story including migration to WebGL 2,
  (try to update later).

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
paulsmirnov and dependabot[bot] authored Aug 23, 2024
1 parent 085c739 commit 86b4e98
Show file tree
Hide file tree
Showing 5 changed files with 2,569 additions and 3,086 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@
"ci": "yarn workspaces foreach -ptv run ci"
},
"devDependencies": {
"lcov-result-merger": "^5.0.0",
"lcov-result-merger": "^5.0.1",
"mkdirp": "^3.0.1",
"rimraf": "^5.0.5"
"rimraf": "^5.0.10"
},
"packageManager": "[email protected]",
"resolutions": {
"underscore": "1.13.0"
"jpeg-js": "0.4.4",
"semver": "7.6.3",
"underscore": "1.13.7"
}
}
48 changes: 24 additions & 24 deletions packages/miew-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,45 +36,45 @@
]
},
"dependencies": {
"bootstrap": "^4.5.0",
"bootstrap": "^4.6.2",
"bootstrap-switch-button-react": "^1.2.0",
"classnames": "^2.5.1",
"jquery": "^3.5.1",
"jquery.terminal": "^2.20.1",
"jquery": "^3.7.1",
"jquery.terminal": "^2.42.2",
"miew": "workspace:^",
"react": "^16.13.1",
"react-bootstrap": "^2.9.0",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-redux": "^7.2.0"
"react": "^16.14.0",
"react-bootstrap": "^2.10.4",
"react-dom": "^16.14.0",
"react-icons": "^5.3.0",
"react-redux": "^7.2.9"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@testing-library/react": "^11.2.0",
"babel-jest": "^26.0.0",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@testing-library/react": "^12.1.5",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.35.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-simple-dot-reporter": "^1.0.5",
"mini-css-extract-plugin": "^2.8.0",
"mini-css-extract-plugin": "^2.9.1",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"postcss-scss": "^4.0.9",
"redux": "^4.0.5",
"rimraf": "^5.0.5",
"style-loader": "^3.3.4",
"webpack": "^5.90.3",
"redux": "^4.2.1",
"rimraf": "^5.0.10",
"style-loader": "^4.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
"webpack-dev-server": "^5.0.4"
}
}
27 changes: 14 additions & 13 deletions packages/miew-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,28 @@
"miew": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.25.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"eslint": "^8.50.0",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.10",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-simple-dot-reporter": "^1.0.5",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"style-loader": "^4.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
Expand Down
74 changes: 37 additions & 37 deletions packages/miew/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,70 +83,70 @@
"instrument": false
},
"dependencies": {
"lodash": "^4.17.15",
"lodash": "^4.17.21",
"three": "0.153.0"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
"@babel/register": "^7.22.15",
"autoprefixer": "=10.4.5",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/register": "^7.24.6",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"bootstrap": "^3.3.7",
"babel-plugin-istanbul": "^7.0.0",
"bootstrap": "^3.4.1",
"bootstrap-switch": "=3.3.4",
"browserify": "^17.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"cssnano": "^6.0.4",
"css-loader": "^7.1.2",
"cssnano": "^7.0.5",
"dirty-chai": "^2.0.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.35.0",
"express": "^4.19.2",
"glob": "^10.3.10",
"glob": "^10.4.5",
"handlebars": "^4.7.8",
"html-webpack-plugin": "^5.6.0",
"jison": "^0.4.18",
"jquery": "^3.5.1",
"jquery.terminal": "^2.1.0",
"jsdoc": "^4.0.2",
"mini-css-extract-plugin": "^2.8.0",
"jquery": "^3.7.1",
"jquery.terminal": "^2.42.2",
"jsdoc": "^4.0.3",
"mini-css-extract-plugin": "^2.9.1",
"mkdirp": "^3.0.1",
"mocha": "^10.3.0",
"mocha": "^10.7.3",
"ncp": "^2.0.0",
"node-resemble-js": "^0.2.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"open": "^10.0.3",
"postcss": "^8.4.35",
"postcss-advanced-variables": "^3.0.1",
"postcss-calc": "^9.0.1",
"nyc": "^17.0.0",
"open": "^10.1.0",
"postcss": "^8.4.41",
"postcss-advanced-variables": "^4.0.0",
"postcss-calc": "^10.0.2",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.0.1",
"postcss-loader": "^8.1.0",
"postcss-nested": "^6.0.1",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-nested": "^6.2.0",
"postcss-scss": "^4.0.9",
"proxyquire": "^2.1.3",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"rimraf": "^5.0.5",
"selenium-webdriver": "^4.18.1",
"sinon": "^17.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rimraf": "^5.0.10",
"selenium-webdriver": "^4.23.0",
"sinon": "^18.0.0",
"sinon-chai": "^3.7.0",
"spin.js": "^4.1.0",
"style-loader": "^3.3.4",
"stylelint": "^16.2.1",
"stylelint-config-standard-scss": "^13.0.0",
"spin.js": "^4.1.2",
"style-loader": "^4.0.0",
"stylelint": "^16.8.2",
"stylelint-config-standard-scss": "^13.1.0",
"terser-webpack-plugin": "^5.3.10",
"toastr": "^2.1.4",
"webpack": "^5.90.3",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2",
"webpack-dev-server": "^5.0.4",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit 86b4e98

Please sign in to comment.