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

patch: bump deps #4122

Closed
wants to merge 43 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
a067a61
patch: clean up webpack config
aethernet Oct 16, 2023
910d548
update lodash, semver, electron to latest + @types/node to 18
aethernet Oct 16, 2023
51b0827
patch: bump @electron/remote & @sentry/electron to latest
aethernet Oct 16, 2023
d599275
patch: bump electron-updater & @svgr/webpack to latest
aethernet Oct 17, 2023
2d82f6c
patch: bump chai, mocha & sinon + types to latest
aethernet Oct 17, 2023
40bfba3
patch: remove @types/webpack-node-externals
aethernet Oct 17, 2023
b424634
patch: remove simple-progress-webpack-plugin from deps
aethernet Oct 17, 2023
5881157
patch: remove string-replace-loader from deps
aethernet Oct 17, 2023
1b475e7
patch: remove native-addon-loader from deps
aethernet Oct 17, 2023
9e06bb3
patch: remove d3 from deps
aethernet Oct 17, 2023
c2a95a1
patch: bump @types/tmp to latest
aethernet Oct 17, 2023
e33017b
patch: bump esbuild-loader to latest
aethernet Oct 17, 2023
b327fc8
patch: bump husky to 8.0.3
aethernet Oct 17, 2023
2fc2986
patch: bump copy-webpack-plugin to 11.0.0
aethernet Oct 17, 2023
5039d07
bump @sentry/electron to 4.14.0
aethernet Oct 18, 2023
f77a283
patch: bump @types/chai to 4.3.9
aethernet Oct 18, 2023
aa153be
patch: bump @types/mime-types to 2.1.3
aethernet Oct 18, 2023
4485e0b
patch: bump @types/sinon to 10.0.20
aethernet Oct 18, 2023
90ec37c
patch: bump @types/sinon to 10.0.20
aethernet Oct 18, 2023
79e072e
patch: bump pretty_bytes to 6.1.1
aethernet Oct 18, 2023
3e6e762
patch: bump i18next to 23.5.1
aethernet Oct 18, 2023
ff25923
patch: bump etcher-sdk to 8.7.2
aethernet Oct 18, 2023
349baa0
patch: bump lint-staged to 15.0.1
aethernet Oct 18, 2023
d58396b
patch: bump sinon to 6.1.1
aethernet Oct 18, 2023
ff10ebb
patch: bump uuid to 9.0.1
aethernet Oct 18, 2023
f5db18d
patch: bump electron-mocha to 12.1.0
aethernet Oct 18, 2023
562d760
patch: cleanup
aethernet Oct 18, 2023
de877c2
patch: bump @fortawesome/fontawesome-free to 6.4.2
aethernet Oct 18, 2023
ece1e02
patch: bump nodejs to 18 for test
aethernet Oct 19, 2023
a8eb78b
patch: bump electron to 27.0.1
aethernet Oct 19, 2023
b5f962e
patch: bump various @types to latest (patches)
aethernet Oct 19, 2023
72563a7
patch: bump sinon to 16.1.3
aethernet Oct 19, 2023
6cb2638
patch: bump i18next to 23.6.0 and react-i18next to 13.3.0
aethernet Oct 19, 2023
f386f18
patch: bump redux to 4.2.1
aethernet Oct 19, 2023
10732b1
patch: bump immutable to 4.3.4
aethernet Oct 19, 2023
da7c685
patch: bump tslib to 2.6.2
aethernet Oct 19, 2023
ed5b9ec
patch: bump react, react-dom + related @types to 17.0.2 and rendition…
aethernet Oct 19, 2023
d952d51
patch: fix styles
aethernet Oct 19, 2023
4ee8055
patch: update husky configuration
aethernet Oct 19, 2023
3eea1c4
patch: upgrade etcher-sdk to 9.0.0 and axios to 1.6.0
aethernet Oct 30, 2023
93dee42
patch: bump balena-lint to 7.2.1
aethernet Oct 30, 2023
9a1e120
patch: bump sinon to 17.0.0
aethernet Oct 30, 2023
250e33a
patch: disable useless tests
aethernet Oct 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
extends: ["./node_modules/@balena/lint/config/.eslintrc.js"],
root: true,
ignorePatterns: ["node_modules/", "dist/", "examples/"],
rules: {
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/ban-ts-comment": "off",
},
};
Loading
Loading