Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Antti/frontend #27
Antti/frontend #27
Changes from 5 commits
4e23abf
97d4d06
712a95f
5392df3
7388ad7
1ad480d
a1ad9ef
33197f4
39b0c1c
c2dbeda
cf0423b
aeb9cd8
cc5aff8
1787e32
a84b533
d9f428f
4a9daba
815e8a9
14e62f7
6dcb3a8
fb04e6d
e2f76ca
1cf1e2a
763dc53
d549a81
ef83d95
e629d7a
f8a22db
351291b
4b938d3
b3f5d99
9271cab
6faccb5
acbfe17
e6c1db7
83510ff
648a19b
46fdfd5
0a7ba24
9b681f5
89a4b9c
68a04d3
5886c2b
097a010
e9aaef5
79faa5f
e036acf
566880e
1f6cf56
60a7533
f5789bc
52f4ec6
eab6968
ee18821
224db31
0636bdf
7adef3e
5cd3617
5d43d54
fefdf1c
868c1c6
c38cb24
0fbc01f
aca6c0e
1209d46
3c0f13d
f7f85c1
a0c4d77
1ba43b8
d32b90b
c7f5e2c
92badcf
914c3ea
23f36c5
777db0a
683875e
2656813
bf3a3f4
ba05ad5
3ea6821
c637a51
fa23684
7dd1f5c
b8e95b3
b0a5e84
5c55f86
6f055f0
69379c8
e0f36ab
505ae90
4a5d035
d515cbb
d9e15b6
9419c9e
86052d1
ffb5921
283c8a4
f9b4ebf
2044134
640a986
811d25c
abe55fb
f1fff85
7118979
6d1d1f2
ce492a1
fea8a04
37d96cf
f67e457
fed9cc5
087bf01
3176010
f91619a
25c2559
582ce72
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiputin Typescriptin version 5.5.4 -> 5.4.5. Tuo oli viimeisin kunnon päivitys, joka ei ollut >5.5.0. npmjs.com:n lista
Ajaessa
npm run lint:fix
tainpm run lint
tuli tämmöinen virheilmoitus:=============
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.5.0
YOUR TYPESCRIPT VERSION: 5.5.4
Please only submit bug reports when using the officially supported version.
=============
Ei ollut apua vaikka
@typescript-eslint/typescript-estree
-paketin asensikin, sama virheilmoitus.Sitten seuraava ongelma koskee ESLint 9:iä. Eli kun ESLintin päivittää (8.57.0 -> 9.9.1) tulee seuraava ongelma:
Could not resolve dependency: peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" from eslint-plugin-import@2.29.1 node_modules/eslint-plugin-import dev eslint-plugin-import@"2.29.1" from the root project
Tätäkään en saanut korjattua
Myöskin ESLint 9:n ja Next Lintin kanssa on ollut hiukan ongelmaa vercel/next.js#64409
eslint-config-next
-paketille oli tullut päivitys, mutta kyseisestä päivityksestä en löytänyt tietoaOnko siis ihan ok mennä tällä tavalla nyt eteenpäin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Koska Next.js ei vielä tue eslint v9, niin tuo mitä teit on paras ratkaisu.
Sitä ei oikein saakaan, kun ainakaan
eslint-plugin-import
ei tue vielä lainkaan eslint v9. Eli käytetään eslint v8 ja tuo TypeScriptin versio kunnes v9 tuki laajenee.