Skip to content

Commit 12aed07

Browse files
authored
v1 Update most dependencies (#213)
Updating most dependencies and making sure the npm package is tagged with v1 - Yes: Basic ones - Yes: Polkadotjs & api-augment - No: Svelte v5 - No: Eslint
1 parent f20e210 commit 12aed07

File tree

11 files changed

+1442
-1940
lines changed

11 files changed

+1442
-1940
lines changed

.github/workflows/release-v1.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
- name: NPM Access Config
6262
run: npm config set //registry.npmjs.org/:_authToken ${{secrets.NPM_AUTH_TOKEN}}
6363

64-
# This should NEVER publish to the "latest" tag as v1 is NEVER latest.
64+
# This should ONLY publish to the "v1" tag
6565
- name: Release on NPM
66-
if: steps.is-full-release.outputs.is-full-release != 'true'
67-
run: npm publish --access public
66+
run: npm publish --tag v1 --access public
6867
working-directory: packages/siwf/dist

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint": "^8.57.1",
2626
"prettier": "^3.3.3",
2727
"prettier-plugin-svelte": "^3.2.7",
28-
"vitest": "^2.1.2"
28+
"vitest": "^2.1.4"
2929
},
3030
"keywords": [],
3131
"author": "Project Liberty Labs",

packages/example/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"devDependencies": {
1717
"@projectlibertylabs/eslint-config-siwf": "workspace:*",
18-
"@sveltejs/adapter-static": "^3.0.5",
19-
"@sveltejs/kit": "^2.6.1",
18+
"@sveltejs/adapter-static": "^3.0.6",
19+
"@sveltejs/kit": "^2.8.0",
2020
"autoprefixer": "^10.4.20",
2121
"eslint": "^8.56.0",
2222
"jsdom": "^25.0.1",
@@ -25,29 +25,29 @@
2525
"prettier-plugin-svelte": "^3.2.7",
2626
"prettier-plugin-tailwindcss": "^0.6.8",
2727
"svelte": "^4.2.19",
28-
"svelte-check": "^4.0.4",
29-
"svelte-eslint-parser": "^0.41.1",
28+
"svelte-check": "^4.0.5",
29+
"svelte-eslint-parser": "^0.43.0",
3030
"svelte-preprocess": "^6.0.3",
31-
"tailwindcss": "^3.4.13",
31+
"tailwindcss": "^3.4.14",
3232
"tsconfig-paths": "^4.2.0",
33-
"tslib": "^2.7.0",
34-
"typescript": "^5.6.2",
35-
"vite": "^5.4.8",
36-
"vite-tsconfig-paths": "^5.0.1",
37-
"vitest": "^2.1.2"
33+
"tslib": "^2.8.1",
34+
"typescript": "^5.6.3",
35+
"vite": "^5.4.10",
36+
"vite-tsconfig-paths": "^5.1.0",
37+
"vitest": "^2.1.4"
3838
},
3939
"type": "module",
4040
"dependencies": {
4141
"@projectlibertylabs/siwf": "workspace:^",
4242
"@projectlibertylabs/siwf-utils": "workspace:^",
43-
"@frequency-chain/api-augment": "^1.13.2",
43+
"@frequency-chain/api-augment": "^1.15.0",
4444
"@iconify/icons-openmoji": "^1.2.33",
4545
"@iconify/svelte": "^4.0.2",
46-
"@polkadot/api": "^13.2.1",
47-
"@polkadot/types": "^13.2.1",
48-
"@polkadot/util": "^13.1.1",
49-
"@polkadot/util-crypto": "^13.1.1",
5046
"@sveltejs/vite-plugin-svelte": "^3.1.2",
47+
"@polkadot/api": "^14.2.2",
48+
"@polkadot/types": "^14.2.2",
49+
"@polkadot/util": "^13.2.2",
50+
"@polkadot/util-crypto": "^13.2.2",
5151
"@tailwindcss/forms": "^0.5.9",
5252
"svelte-multiselect": "^10.3.0"
5353
}

packages/siwf/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@
3030
"pack": "cd dist && npm pack"
3131
},
3232
"devDependencies": {
33+
"@polkadot/rpc-provider": "^14.2.2",
3334
"@projectlibertylabs/eslint-config-siwf": "workspace:*",
34-
"@polkadot/rpc-provider": "^13.2.1",
35-
"@vitest/coverage-v8": "^2.1.2",
35+
"@vitest/coverage-v8": "^2.1.4",
3636
"jsdom": "^25.0.1",
3737
"pathe": "^1.1.2",
3838
"prettier": "^3.3.3",
39-
"typescript": "^5.6.2",
40-
"vite": "^5.4.8",
41-
"vite-plugin-dts": "^4.2.3",
42-
"vitest": "^2.1.2"
39+
"typescript": "^5.6.3",
40+
"vite": "^5.4.10",
41+
"vite-plugin-dts": "^4.3.0",
42+
"vitest": "^2.1.4"
4343
},
4444
"dependencies": {
45-
"@frequency-chain/api-augment": "^1.13.2",
46-
"@polkadot/api": "^13.2.1",
47-
"@polkadot/extension-dapp": "^0.53.1",
48-
"@polkadot/extension-inject": "^0.53.1",
49-
"@polkadot/types": "^13.2.1",
50-
"@polkadot/util": "^13.1.1",
51-
"@polkadot/util-crypto": "^13.1.1",
45+
"@frequency-chain/api-augment": "^1.15.0",
46+
"@polkadot/api": "^14.2.2",
47+
"@polkadot/extension-dapp": "^0.56.1",
48+
"@polkadot/extension-inject": "^0.56.1",
49+
"@polkadot/types": "^14.2.2",
50+
"@polkadot/util": "^13.2.2",
51+
"@polkadot/util-crypto": "^13.2.2",
5252
"@talismn/siws": "^0.0.19"
5353
}
5454
}

packages/ui/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,46 +17,46 @@
1717
"devDependencies": {
1818
"@projectlibertylabs/eslint-config-siwf": "workspace:*",
1919
"@iconify/types": "^2.0.0",
20-
"@playwright/test": "^1.47.2",
21-
"@sveltejs/adapter-static": "^3.0.5",
22-
"@sveltejs/kit": "^2.6.1",
2320
"@sveltejs/vite-plugin-svelte": "^3.1.2",
2421
"eslint": "^8.56.0",
22+
"@playwright/test": "^1.48.2",
23+
"@sveltejs/adapter-static": "^3.0.6",
24+
"@sveltejs/kit": "^2.8.0",
2525
"flowbite": "^2.5.2",
26-
"flowbite-svelte": "^0.46.22",
26+
"flowbite-svelte": "^0.47.3",
2727
"jsdom": "^25.0.1",
2828
"prettier": "^3.3.3",
2929
"prettier-plugin-svelte": "^3.2.7",
3030
"prettier-plugin-tailwindcss": "^0.6.8",
3131
"sv-popup": "^0.5.3",
3232
"svelte": "^4.2.19",
33-
"svelte-check": "^4.0.4",
34-
"svelte-eslint-parser": "^0.41.1",
33+
"svelte-check": "^4.0.5",
34+
"svelte-eslint-parser": "^0.43.0",
3535
"tsconfig-paths": "^4.2.0",
36-
"tslib": "^2.7.0",
37-
"typescript": "^5.6.2",
38-
"vite": "^5.4.8",
39-
"vite-tsconfig-paths": "^5.0.1",
40-
"vitest": "^2.1.2"
36+
"tslib": "^2.8.1",
37+
"typescript": "^5.6.3",
38+
"vite": "^5.4.10",
39+
"vite-tsconfig-paths": "^5.1.0",
40+
"vitest": "^2.1.4"
4141
},
4242
"type": "module",
4343
"dependencies": {
44-
"@frequency-chain/api-augment": "^1.13.2",
4544
"@projectlibertylabs/siwf": "workspace:^",
4645
"@projectlibertylabs/siwf-utils": "workspace:^",
46+
"@frequency-chain/api-augment": "^1.15.0",
4747
"@iconify/icons-ic": "^1.2.13",
4848
"@iconify/icons-mdi": "^1.2.48",
4949
"@iconify/svelte": "^4.0.2",
50-
"@polkadot/extension-dapp": "^0.53.1",
51-
"@polkadot/extension-inject": "^0.53.1",
52-
"@polkadot/types": "^13.2.1",
53-
"@polkadot/util": "^13.1.1",
50+
"@polkadot/extension-dapp": "^0.56.1",
51+
"@polkadot/extension-inject": "^0.56.1",
52+
"@polkadot/types": "^14.2.2",
53+
"@polkadot/util": "^13.2.2",
5454
"@tailwindcss/forms": "^0.5.9",
5555
"@talismn/siws": "^0.0.19",
5656
"autoprefixer": "^10.4.20",
5757
"bits-ui": "^0.21.16",
5858
"http-status-codes": "^2.3.0",
59-
"tailwindcss": "^3.4.13",
60-
"unplugin-icons": "^0.19.3"
59+
"tailwindcss": "^3.4.14",
60+
"unplugin-icons": "^0.20.1"
6161
}
6262
}

packages/ui/src/lib/components/WalletButton.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
const dispatch = createEventDispatcher();
1212
export let extensionMetadata: ConfiguredExtension;
1313
14+
/* eslint svelte/valid-compile: "off" */
1415
$: cachedExtension = $CachedExtensionsStore?.[extensionMetadata.injectedName] ?? {
1516
injectedName: extensionMetadata.injectedName,
1617
installed: false,

packages/ui/src/lib/icons/FrequencyGradient.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
inkscape:window-y="0"
3232
inkscape:window-maximized="0"
3333
inkscape:current-layer="svg1"
34-
/>
34+
>
35+
</sodipodi:namedview>
3536
<defs id="defs1">
3637
<linearGradient id="linearGradient1" inkscape:collect="always">
3738
<stop style="stop-color:#4b64ff;stop-opacity:1;" offset="0" id="stop1" />

packages/ui/src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ${JSON.stringify(e.detail, (_, value) => value, 3)}`);
4141
</script>
4242

4343
<div class="relative min-h-[100vh] pb-4">
44-
<div class="absolute left-0 top-0 h-[355px] w-[100%] bg-white bg-opacity-50" id="bgmask" />
44+
<div class="absolute left-0 top-0 h-[355px] w-[100%] bg-white bg-opacity-50" id="bgmask"></div>
4545
<div class="container mx-auto max-w-[412px]">
4646
<div class="px-4">
4747
<div class="flex items-center justify-center pb-[60px] pt-[60px]">

packages/utils/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@
2828
"devDependencies": {
2929
"@projectlibertylabs/eslint-config-siwf": "workspace:*",
3030
"@projectlibertylabs/siwf": "workspace:*",
31-
"@vitest/coverage-v8": "^2.1.2",
31+
"@vitest/coverage-v8": "^2.1.4",
3232
"jsdom": "^25.0.1",
3333
"pathe": "^1.1.2",
3434
"prettier": "^3.3.3",
35-
"typescript": "^5.6.2",
36-
"vite": "^5.4.8",
37-
"vite-plugin-dts": "^4.2.3",
38-
"vitest": "^2.1.2"
35+
"typescript": "^5.6.3",
36+
"vite": "^5.4.10",
37+
"vite-plugin-dts": "^4.3.0",
38+
"vitest": "^2.1.4"
3939
},
4040
"dependencies": {
41-
"@frequency-chain/api-augment": "^1.13.2",
42-
"@polkadot/api": "^13.2.1",
43-
"@polkadot/extension-dapp": "^0.53.1",
44-
"@polkadot/extension-inject": "^0.53.1",
45-
"@polkadot/types": "^13.2.1",
46-
"@polkadot/util": "^13.1.1",
47-
"@polkadot/util-crypto": "^13.1.1",
41+
"@frequency-chain/api-augment": "^1.15.0",
42+
"@polkadot/api": "^14.2.2",
43+
"@polkadot/extension-dapp": "^0.56.1",
44+
"@polkadot/extension-inject": "^0.56.1",
45+
"@polkadot/types": "^14.2.2",
46+
"@polkadot/util": "^13.2.2",
47+
"@polkadot/util-crypto": "^13.2.2",
4848
"@stablelib/random": "^2.0.0"
4949
}
5050
}

0 commit comments

Comments
 (0)