Skip to content

Update dependencies#665

Merged
paulsmirnov merged 11 commits into
mainfrom
update-dependencies
Jun 9, 2026
Merged

Update dependencies#665
paulsmirnov merged 11 commits into
mainfrom
update-dependencies

Conversation

@paulsmirnov

@paulsmirnov paulsmirnov commented Jun 3, 2026

Copy link
Copy Markdown
Member

Description

Regular dependency update that includes multiple PRs by dependabot and more.
The following are not updated because they require more effort:

 > @eslint/js ---------------------------------- ◉ ^9.39.4 ------                  ◯ ^10.0.1 ------
   bootstrap-switch ---------------------------- ◉ =3.3.4 ------- ◯ ^3.3.4 ------- ◯ ^3.4.0 -------
   bootstrap ----------------------------------- ◉ ^3.4.1 -------                  ◯ ^5.3.8 -------
   bootstrap ----------------------------------- ◉ ^4.6.2 -------                  ◯ ^5.3.8 -------
   chai-as-promised ---------------------------- ◉ =7.1.2 ------- ◯ ^7.1.2 ------- ◯ ^8.0.2 -------
   chai ---------------------------------------- ◉ ^4.5.0 -------                  ◯ ^6.2.2 -------
   dirty-chai ---------------------------------- ◉ ^2.0.1 -------                  ◯ ^3.0.0 -------
   eslint-plugin-react-refresh ----------------- ◉ ^0.4.26 ------                  ◯ ^0.5.2 -------
   eslint -------------------------------------- ◉ ^9.39.4 ------                  ◯ ^10.4.1 ------
   jquery -------------------------------------- ◉ ^3.7.1 -------                  ◯ ^4.0.0 -------
   three --------------------------------------- ◉ 0.153.0 ------                  ◯ 0.184.0 ------
   yargs --------------------------------------- ◉ ^17.7.2 ------                  ◯ ^18.0.0 ------

See the previous update in #655.

Type of changes

  • Dependency update (non-breaking change that updates third-party packages)

Checklist

  • I have read CONTRIBUTING and CODE_OF_CONDUCT guides.
  • I have followed the code style of this project.
  • I have run yarn run ci: lint and tests pass locally with my changes.
  • I have added tests that prove my fix/feature works OR The changes do not require updated tests.
  • I have added the necessary documentation OR The changes do not require updated docs.

dependabot Bot and others added 10 commits June 2, 2026 11:38
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.12 to 1.1.13.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.13)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.9 to 8.5.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.9...8.5.10)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.10
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.29.0 to 7.29.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-modules-systemjs"
  dependency-version: 7.29.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.2.3...v5.2.4)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@tootallnate/once](https://github.com/TooTallNate/once) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/TooTallNate/once/releases)
- [Changelog](https://github.com/TooTallNate/once/blob/v2.0.1/CHANGELOG.md)
- [Commits](TooTallNate/once@2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: "@tootallnate/once"
  dependency-version: 2.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.5 to 0.2.7.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.5...v0.2.7)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ws](https://github.com/websockets/ws) from 8.20.0 to 8.21.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.20.0...8.21.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.21.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [launch-editor](https://github.com/vitejs/launch-editor) from 2.6.1 to 2.14.1.
- [Commits](vitejs/launch-editor@v2.6.1...v2.14.1)

---
updated-dependencies:
- dependency-name: launch-editor
  dependency-version: 2.14.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

@NadezhdaKatcman NadezhdaKatcman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

No questions appeared. Thank you!

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 25.577%. remained the same — update-dependencies into main

@NadezhdaKatcman NadezhdaKatcman self-requested a review June 9, 2026 12:31
@paulsmirnov paulsmirnov merged commit 78862aa into main Jun 9, 2026
6 checks passed
@paulsmirnov paulsmirnov deleted the update-dependencies branch June 9, 2026 12:42
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.

3 participants