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 nodejs version #2269

Closed
wants to merge 1 commit into from
Closed

upgrade nodejs version #2269

wants to merge 1 commit into from

Conversation

@sensuikan1973
Copy link
Owner Author

$ ./typos . --config .github/.typos_config.toml
Warning: "Preferece" should be "Preference".
Warning: "Preferece" should be "Preference".
Warning: "Preferece" should be "Preference".
Warning: "Preferece" should be "Preference".
Warning: "Preferece" should be "Preference".
Warning: "Preferece" should be "Preference".
Warning: "Preferece" should be "Preference".
Warning: "Preferece" should be "Preference".
Warning: "Preferece" should be "Preference".
Warning: "Preferece" should be "Preference".
Warning: "Preferece" should be "Preference".
Warning: "Preferece" should be "Preference".
error: `Preferece` should be `Preference`
  --> ./lib/app.dart:12:14
   |
12 | const _sharedPrefereceWindowFrameWidthKey = 'windowFrameWidth';
   |              ^^^^^^^^^
   |
error: `Preferece` should be `Preference`
  --> ./lib/app.dart:13:14
   |
13 | const _sharedPrefereceWindowFrameHeightKey = 'windowFrameHeight';
   |              ^^^^^^^^^
   |
error: `Preferece` should be `Preference`
  --> ./lib/app.dart:14:14
   |
14 | const _sharedPrefereceWindowFrameLeftKey = 'windowFrameLeft';
   |              ^^^^^^^^^
   |
error: `Preferece` should be `Preference`
  --> ./lib/app.dart:15:14
   |
15 | const _sharedPrefereceWindowFrameTopKey = 'windowFrameTop';
   |              ^^^^^^^^^
   |
error: `Preferece` should be `Preference`
  --> ./lib/app.dart:[43](https://github.com/sensuikan1973/pedax/actions/runs/11632762445/job/32396540321?pr=2269#step:3:45):34
   |
43 |     return pref.getDouble(_sharedPrefereceWindowFrameWidthKey);
   |                                  ^^^^^^^^^
   |
error: `Preferece` should be `Preference`
  --> ./lib/app.dart:48:34
   |
48 |     return pref.getDouble(_sharedPrefereceWindowFrameHeightKey);
   |                                  ^^^^^^^^^
   |
error: `Preferece` should be `Preference`
  --> ./lib/app.dart:[53](https://github.com/sensuikan1973/pedax/actions/runs/11632762445/job/32396540321?pr=2269#step:3:55):34
   |
53 |     return pref.getDouble(_sharedPrefereceWindowFrameLeftKey);
   |                                  ^^^^^^^^^
   |
error: `Preferece` should be `Preference`
  --> ./lib/app.dart:[58](https://github.com/sensuikan1973/pedax/actions/runs/11632762445/job/32396540321?pr=2269#step:3:60):34
   |
58 |     return pref.getDouble(_sharedPrefereceWindowFrameTopKey);
   |                                  ^^^^^^^^^
   |
error: `Preferece` should be `Preference`
  --> ./lib/app.dart:96:33
   |
96 |     await pref.setDouble(_sharedPrefereceWindowFrameWidthKey, windowInfo.frame.width);
   |                                 ^^^^^^^^^
   |
error: `Preferece` should be `Preference`
  --> ./lib/app.dart:97:33
   |
97 |     await pref.setDouble(_sharedPrefereceWindowFrameHeightKey, windowInfo.frame.height);
   |                                 ^^^^^^^^^
   |
error: `Preferece` should be `Preference`
  --> ./lib/app.dart:106:33
    |
106 |     await pref.setDouble(_sharedPrefereceWindowFrameLeftKey, windowInfo.frame.left);
    |                                 ^^^^^^^^^
    |
error: `Preferece` should be `Preference`
  --> ./lib/app.dart:107:33
    |
107 |     await pref.setDouble(_sharedPrefereceWindowFrameTopKey, windowInfo.frame.top);
    |                                 ^^^^^^^^^
    |

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.17%. Comparing base (6908244) to head (b603873).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2269      +/-   ##
==========================================
- Coverage   94.23%   94.17%   -0.07%     
==========================================
  Files          52       52              
  Lines        1510     1510              
==========================================
- Hits         1423     1422       -1     
- Misses         87       88       +1     
Flag Coverage Δ
integration_test 65.23% <ø> (ø)
macos-intel-silicon 90.46% <ø> (-2.85%) ⬇️
macos-latest 93.31% <ø> (ø)
ubuntu 93.70% <ø> (ø)
widget_test 90.39% <ø> (ø)
windows 64.70% <ø> (-29.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

auto-merge was automatically disabled November 1, 2024 17:16

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant