Skip to content

Commit 4c3e287

Browse files
authored
Full upgrade (#641)
* Upgrade cargo and pnpm * flake.lock: Update Flake lock file updates: • Updated input 'crane': 'github:ipetkov/crane/9172acc1ee6c7e1cbafc3044ff850c568c75a5a3' (2025-01-11) → 'github:ipetkov/crane/bef2b45cd1273a9e621fb5292de89f4ed59ad812' (2025-02-15) • Updated input 'devenv': 'github:cachix/devenv/1c384bc4be3ee571511fbbc6fdc94fe47d60f6cf' (2025-01-09) → 'github:cachix/devenv/1235cd13f47df6ad19c8a183c6eabc1facb7c399' (2025-02-13) • Updated input 'devenv/cachix': 'github:cachix/cachix/aac51f698309fd0f381149214b7eee213c66ef0a' (2024-10-11) → 'github:cachix/cachix/f65a3cd5e339c223471e64c051434616e18cc4f5' (2025-01-23) • Updated input 'devenv/cachix/nixpkgs': 'github:NixOS/nixpkgs/7ffd9ae656aec493492b44d0ddfb28e79a1ea25d' (2024-11-02) → 'github:NixOS/nixpkgs/55d15ad12a74eb7d4646254e13638ad0c4128776' (2024-12-03) • Updated input 'devenv/flake-compat': 'github:edolstra/flake-compat/0f9255e01c2351cc7d116c072cb317785dd33b33' (2023-10-04) → 'github:edolstra/flake-compat/ff81ac966bb2cae68946d5ed5fc4994f96d0ffec' (2024-12-04) • Updated input 'devenv/git-hooks': 'github:cachix/git-hooks.nix/af8a16fe5c264f5e9e18bcee2859b40a656876cf' (2024-10-30) → 'github:cachix/git-hooks.nix/9364dc02281ce2d37a1f55b6e51f7c0f65a75f17' (2025-01-21) • Removed input 'devenv/git-hooks/nixpkgs-stable' • Updated input 'devenv/nix': 'github:domenkozar/nix/f6c5ae4c1b2e411e6b1e6a8181cc84363d6a7546' (2024-09-27) → 'github:domenkozar/nix/bde6a1a0d1f2af86caa4d20d23eca019f3d57eee' (2024-12-13) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/bffc22eb12172e6db3c5dde9e3e5628f8e3e7912' (2025-01-08) → 'github:nixos/nixpkgs/8bb37161a0488b89830168b81c48aed11569cb93' (2025-02-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/09f2869b164f8b6d5e30f0bd7ed30d6eb8237058' (2025-01-11) → 'github:oxalica/rust-overlay/538528d55318e0c8af1c307dcf10b7629b988fc3' (2025-02-16) * fix lints fe * try this?
1 parent 2a0e714 commit 4c3e287

File tree

8 files changed

+881
-877
lines changed

8 files changed

+881
-877
lines changed

Cargo.lock

+23-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ rayon = "1.10.0"
277277
redb = { version = "2.4.0", features = ["logging"] }
278278
regex = "1.11.1"
279279
retry-policies = "0.4.0"
280-
ring = { version = "0.17.8", features = ["std"] }
280+
ring = { version = "0.17.9", features = ["std"] }
281281
rsa = "0.9.7"
282282
rstest = { version = "0.24.0", default-features = false }
283283
rust-embed = { version = "8.5.0", features = ["include-exclude"] }
@@ -314,7 +314,7 @@ strum = { version = "0.27.0", features = ["derive"] }
314314
subtle = "2.6.1"
315315
syn = { version = "2.0.98", features = ["full"] }
316316
sync_wrapper = "1.0.2"
317-
tempfile = "3.16.0"
317+
tempfile = "3.17.0"
318318
thiserror = "2.0.11"
319319
time = "0.3.37"
320320
tokio = { version = "1.43.0", features = ["full"] }

flake.lock

+27-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url = "github:oxalica/rust-overlay";
1414
};
1515

16-
crane.url = "github:ipetkov/crane";
16+
crane.url = "github:ipetkov/crane/a5cbb5715849a80707477865f67803528c696d9d"; # ToDo: unpin when this stuff doesn't break anymore.
1717
pnpm2nix = {
1818
inputs = {
1919
flake-utils.follows = "flake-utils";

kitsune-fe/package.json

+14-13
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@
1919
},
2020
"devDependencies": {
2121
"@chromatic-com/storybook": "^3.2.4",
22+
"@eslint/js": "^9.20.0",
2223
"@faker-js/faker": "^9.5.0",
2324
"@iconify/svelte": "^4.2.0",
24-
"@storybook/addon-essentials": "^8.5.5",
25-
"@storybook/addon-interactions": "^8.5.5",
25+
"@storybook/addon-essentials": "^8.5.6",
26+
"@storybook/addon-interactions": "^8.5.6",
2627
"@storybook/addon-svelte-csf": "5.0.0-next.23",
27-
"@storybook/blocks": "^8.5.5",
28-
"@storybook/svelte": "^8.5.5",
29-
"@storybook/sveltekit": "^8.5.5",
30-
"@storybook/test": "^8.5.5",
28+
"@storybook/blocks": "^8.5.6",
29+
"@storybook/svelte": "^8.5.6",
30+
"@storybook/sveltekit": "^8.5.6",
31+
"@storybook/test": "^8.5.6",
3132
"@sveltejs/adapter-static": "^3.0.8",
32-
"@sveltejs/kit": "^2.17.1",
33+
"@sveltejs/kit": "^2.17.2",
3334
"@sveltejs/vite-plugin-svelte": "5.0.3",
3435
"@tailwindcss/forms": "^0.5.10",
3536
"@tailwindcss/typography": "^0.5.16",
@@ -44,18 +45,18 @@
4445
"eslint-config-prettier": "^10.0.1",
4546
"eslint-plugin-svelte": "^2.46.1",
4647
"globals": "^15.15.0",
47-
"graphql-ws": "^6.0.3",
48-
"houdini": "1.5.0",
49-
"houdini-svelte": "2.1.4",
48+
"graphql-ws": "^6.0.4",
49+
"houdini": "1.5.1",
50+
"houdini-svelte": "2.1.5",
5051
"lodash": "^4.17.21",
5152
"luxon": "^3.5.0",
5253
"powerglitch": "^2.4.0",
53-
"prettier": "^3.5.0",
54+
"prettier": "^3.5.1",
5455
"prettier-plugin-css-order": "^2.1.2",
5556
"prettier-plugin-svelte": "^3.3.3",
5657
"prettier-plugin-tailwindcss": "^0.6.11",
57-
"storybook": "^8.5.5",
58-
"svelte": "^5.20.0",
58+
"storybook": "^8.5.6",
59+
"svelte": "^5.20.1",
5960
"svelte-check": "^4.1.4",
6061
"tailwindcss": "^4.0.6",
6162
"typescript": "^5.7.3",

kitsune/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@tailwindcss/forms": "^0.5.10",
1212
"@tailwindcss/typography": "^0.5.16",
1313
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
14-
"prettier": "^3.5.0",
14+
"prettier": "^3.5.1",
1515
"prettier-plugin-jinja-template": "^2.0.0",
1616
"prettier-plugin-tailwindcss": "^0.6.11",
1717
"tailwindcss": "^4.0.6"

0 commit comments

Comments
 (0)