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

Upgrade node dependencies #1290

Merged
merged 1 commit into from
Jan 26, 2025
Merged

Upgrade node dependencies #1290

merged 1 commit into from
Jan 26, 2025

Conversation

mikepenz
Copy link
Owner

  • Upgrade all dependencies
  • move some dependencies to dev dependencies
 @eslint/js                         ^9.17.0  →    ^9.19.0
 @octokit/rest                      ^21.0.2  →    ^21.1.0
 @types/node                       ^22.10.3  →  ^22.10.10
 @typescript-eslint/eslint-plugin   ^8.19.0  →    ^8.21.0
 @typescript-eslint/parser          ^8.19.0  →    ^8.21.0
 eslint                             ^9.17.0  →    ^9.19.0
 eslint-plugin-github                ^5.1.4  →     ^5.1.5
 eslint-plugin-jest                ^28.10.0  →   ^28.11.0
 eslint-plugin-prettier              ^5.2.1  →     ^5.2.3
 nock                               ^13.5.6  →    ^14.0.0
 typescript                          ^5.7.2  →     ^5.7.3

- move some dependencies to dev dependencies

```
 @eslint/js                         ^9.17.0  →    ^9.19.0
 @octokit/rest                      ^21.0.2  →    ^21.1.0
 @types/node                       ^22.10.3  →  ^22.10.10
 @typescript-eslint/eslint-plugin   ^8.19.0  →    ^8.21.0
 @typescript-eslint/parser          ^8.19.0  →    ^8.21.0
 eslint                             ^9.17.0  →    ^9.19.0
 eslint-plugin-github                ^5.1.4  →     ^5.1.5
 eslint-plugin-jest                ^28.10.0  →   ^28.11.0
 eslint-plugin-prettier              ^5.2.1  →     ^5.2.3
 nock                               ^13.5.6  →    ^14.0.0
 typescript                          ^5.7.2  →     ^5.7.3
 ```
@mikepenz mikepenz added the dependencies Pull requests that update a dependency file label Jan 26, 2025
Copy link

TestsPassed ☑️SkippedFailed ❌️
Example Pytest Report4 ran2 passed0 skipped2 failed
TestResult
Example Pytest Report
test_sample.test_which_succeeds✅ pass
test_sample.test_which_fails❌ failure
test_sample.test_with_error❌ failure
test_sample.test_with_flaky_success✅ pass

Copy link

TestsPassed ✅SkippedFailed
Example Nested JUnit Test Report3 ran3 passed0 skipped0 failed
TestResult
Example Nested JUnit Test Report
ABC-0199: XMPP Ping
PingIntegrationTest.pingAsync (Normal)✅ pass
PingIntegrationTest.pingServer (Normal)✅ pass
ABC-0045: Multi-User Chat
MultiUserIntegrationTest.mucRoleTestForReceivingModerator (Normal)✅ pass

@mikepenz mikepenz merged commit c96c1ea into main Jan 26, 2025
5 of 10 checks passed
@mikepenz mikepenz deleted the feature/dependency_upgrades_ branch January 26, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant