File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 35
35
"magic-string" : " ^0.30.0"
36
36
},
37
37
"devDependencies" : {
38
- "@sveltejs/kit" : " ^1.5 .0" ,
38
+ "@sveltejs/kit" : " ^1.11 .0" ,
39
39
"vite" : " 4.0.0" ,
40
40
"typescript" : " ^4.9.3"
41
41
},
Original file line number Diff line number Diff line change 1
1
import { captureException } from '@sentry/svelte' ;
2
2
import { addExceptionMechanism } from '@sentry/utils' ;
3
+ // For now disable the import/no-unresolved rule, because we don't have a way to
4
+ // tell eslint that we are only importing types from the @sveltejs /kit package without
5
+ // adding a custom resolver, which will take too much time.
6
+ // eslint-disable-next-line import/no-unresolved
3
7
import type { HandleClientError , NavigationEvent } from '@sveltejs/kit' ;
4
8
5
9
/**
Original file line number Diff line number Diff line change 1
1
import { Scope } from '@sentry/svelte' ;
2
+
3
+ // For now disable the import/no-unresolved rule, because we don't have a way to
4
+ // tell eslint that we are only importing types from the @sveltejs /kit package without
5
+ // adding a custom resolver, which will take too much time.
6
+ // eslint-disable-next-line import/no-unresolved
2
7
import type { HandleClientError , NavigationEvent } from '@sveltejs/kit' ;
3
8
4
9
import { wrapHandleError } from '../../src/client/handleError' ;
Original file line number Diff line number Diff line change 4205
4205
dependencies:
4206
4206
highlight.js "^9.15.6"
4207
4207
4208
- "@sveltejs/kit@^1.5 .0":
4208
+ "@sveltejs/kit@^1.11 .0":
4209
4209
version "1.11.0"
4210
4210
resolved "https://registry.yarnpkg.com/@sveltejs/kit/-/kit-1.11.0.tgz#23f233c351e5956356ba6f3206e40637c5f5dbda"
4211
4211
integrity sha512-PwViZcMoLgEU/jhLoSyjf5hSrHS67wvSm0ifBo4prP9irpGa5HuPOZeVDTL5tPDSBoKxtdYi1zlGdoiJfO86jA==
You can’t perform that action at this time.
0 commit comments