Commit 156b0d9
authored
chore: Update dependencies (#3666)
Update dependencies.
# Changes
- Remove no longer used dependencies:
- `@astrojs/*`, `astro` previously used for legacy showcase.
- `@icp-sdk/auth` only used in demo projects, moved to deps there.
- `@types/ua-parser-js`, `ua-parser-js` previously used in legacy
frontend.
- Update dependencies to latest version:
- `@eslint/*`, `eslint`, `eslint-plugin-*`
- `@lingui/*`
- `@sveltejs/*`, `svelte`, `svelte-check`
- `@tailwindcss/*`, `tailwindcss`
- `@vitejs/*`, `vite`, `vitest`, `vite-plugin-node-polyfills`
- `@icp-sdk/*`
- `@noble/hashes`
- `@lucide/svelte`
- `typescript`, `typescript-eslint`
- `prettier`, `prettier-plugin-*`
- `devtools-protocol`
- `jsdom`
- `magic-string`
- Implement `./scripts/rewrite-dfinity-imports` to rewrite `@dfinity/*`
imports to `@icp-sdk/core/*` for now.
- Update and pinned various deps in child projects/demos to fix
compatibility with root deps during npm install.
- Update node version to 24.14.0 (latest LTS) and add `.nvmrc`.
- Update DFX version to `0.30.2` (latest) to be compatible with latest
`@icp-sdk/*`.
- Fix eslint configuration for svelte, `.svelte` and related extensions
are now linted correctly.
- Updated base64 utils to avoid arg spread error with larger inputs.
- Added hex utils since `@noble/*` no longer exports these.
- Fix TS errors across various files as a result of TS version update.
- Fix Uint8Array/ArrayBuffer TS errors as a result of `@icp-sdk/*`
version update.
- Specify reporter explicitly in e2e workflow so that we get both html
output (default) and console output, showing failed tests immediately in
e2e logs without having to wait for a shard to complete.
# Tests
All tests should pass as-is.1 parent 93dc868 commit 156b0d9
File tree
49 files changed
+7478
-16132
lines changed- .github/workflows
- demos
- test-app
- vc_issuer
- scripts
- src
- frontend/src
- lib
- components/layout
- flows
- generated
- legacy
- flows/verifiableCredentials
- storage
- stores
- utils
- authentication
- routes/(new-styling)
- (channel)/authorize/(panel)
- manage/(authenticated)/(access-and-recovery)/access
- self-service
- sig-verifier-js
- vc-api
- src/generated
- vite-plugins
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+7478
-16132
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
585 | | - | |
| 585 | + | |
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | | - | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
0 commit comments