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 a number of dependencies #397

Merged
merged 4 commits into from
Jan 21, 2024
Merged

Upgrade a number of dependencies #397

merged 4 commits into from
Jan 21, 2024

Conversation

ianroberts
Copy link
Member

  • vite 4.2.1 -> 4.5.2 (supersedes dependabot PR Bump vite from 4.2.1 to 4.5.2 in /frontend #396)
  • vitest 0.30.1 -> 0.34.6
    • we can't upgrade to vitest v1.x without first upgrading to vite v5, but that is not currently compatible with Cypress
  • vue 2.7.14 -> 2.7.16
  • vue-router 3.2.0 -> 3.6.5
  • vue-template-compiler 2.6.11 -> 2.7.16 (to match Vue itself)
  • vuex 3.4.0 -> 3.6.2
  • cypress 12.9.0 -> 12.17.4

- vite 4.2.1 -> 4.5.2 (supersedes dependabot PR #396)
- vitest 0.30.1 -> 0.34.6 [note 1]
- vue 2.7.14 -> 2.7.16
- vue-router 3.2.0 -> 3.6.5
- vue-template-compiler 2.6.11 -> 2.7.16 (to match Vue itself)
- vuex 3.4.0 -> 3.6.2
- cypress 12.9.0 -> 12.17.4

[1]: we can't upgrade to vitest v1.x without first upgrading to vite v5, but that is not currently compatible with Cypress
Copy link

Jest Coverage

File % Stmts % Branch % Funcs % Lines Uncovered Line #s
All files 83.8 83.96 64 83.8
File % Stmts % Branch % Funcs % Lines Uncovered Line #s
All files 83.8 83.96 64 83.8
_jrpc 94.11 91.66 83.33 94.11
_ index.js 94.11 91.66 83.33 94.11 29-30,38-40
_utils 81.97 82.97 57.89 81.97
_ annotations.js 97.72 73.91 100 97.72 35-36
_ dict.js 88.88 83.33 100 88.88 3-4
_ expressions.js 80.08 82.35 80 80.08 ...,188-190,201-218
_ index.js 73.6 100 14.28 73.6 ...4-65,76-82,93-94

It's infuriating when the test fails in CI but not when I run it locally
@ianroberts ianroberts merged commit 0e64b88 into dev Jan 21, 2024
6 checks passed
@ianroberts ianroberts deleted the dependency-upgrades branch January 21, 2024 19:40
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.

1 participant