Skip to content

Commit

Permalink
upgrade @ryanatkn/gro@0.119
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jun 17, 2024
1 parent afe1151 commit d364646
Show file tree
Hide file tree
Showing 8 changed files with 136 additions and 129 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-cheetahs-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ryanatkn/fuz": minor
---

upgrade @ryanatkn/gro@0.119
209 changes: 107 additions & 102 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@
"@ryanatkn/belt": "^0.20.10",
"@ryanatkn/eslint-config": "^0.1.2",
"@ryanatkn/fuz_code": "^0.13.0",
"@ryanatkn/gro": "^0.116.2",
"@ryanatkn/moss": "^0.3.2",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/package": "^2.3.1",
"@ryanatkn/gro": "^0.119.0",
"@ryanatkn/moss": "^0.4.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.16",
"@sveltejs/package": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/node": "^20.14.2",
"@types/node": "^20.14.3",
"@types/prismjs": "^1.26.4",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-plugin-svelte": "^2.39.3",
"eslint-plugin-svelte": "^2.40.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
"svelte": "^5.0.0-next.153",
"svelte-check": "^3.8.0",
"svelte": "^5.0.0-next.158",
"svelte-check": "^3.8.1",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"uvu": "^0.5.6"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Library_Footer.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import type {Url} from '@ryanatkn/gro/paths.js';
import type {Url} from '@ryanatkn/gro/package_json.js';
import type {Package_Meta} from '@ryanatkn/gro/package_meta.js';
import {format_url} from '@ryanatkn/belt/url.js';
import type {Snippet} from 'svelte';
Expand Down
2 changes: 0 additions & 2 deletions src/lib/Library_Primary_Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
const iframed = is_iframed();
const enabled = !iframed;
// TODO BLOCK make this customizable, using snippet not pkg?
let scrollY = $state(0);
const scrolled = $derived(scrollY > 0);
</script>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Url} from '@ryanatkn/gro/paths.js';
import {Url} from '@ryanatkn/gro/package_json.js';
import type {Logger} from '@ryanatkn/belt/log.js';
import {join} from 'node:path';
import {z} from 'zod';
Expand Down
1 change: 0 additions & 1 deletion src/lib/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type {ComponentProps, ComponentType, SvelteComponent} from 'svelte';
import type Dialog from '$lib/Dialog.svelte';

// TODO @multiple added this hack with Svelte 4, didn't see an open issue about it
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */

/**
* This helper function is needed to construct `Dialog_Params` with type safety.
Expand Down
22 changes: 11 additions & 11 deletions src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,24 @@ export const package_json = {
'@ryanatkn/belt': '^0.20.10',
'@ryanatkn/eslint-config': '^0.1.2',
'@ryanatkn/fuz_code': '^0.13.0',
'@ryanatkn/gro': '^0.116.2',
'@ryanatkn/moss': '^0.3.2',
'@sveltejs/adapter-static': '^3.0.1',
'@sveltejs/kit': '^2.5.10',
'@sveltejs/package': '^2.3.1',
'@ryanatkn/gro': '^0.119.0',
'@ryanatkn/moss': '^0.4.0',
'@sveltejs/adapter-static': '^3.0.2',
'@sveltejs/kit': '^2.5.16',
'@sveltejs/package': '^2.3.2',
'@sveltejs/vite-plugin-svelte': '^3.1.1',
'@types/node': '^20.14.2',
'@types/node': '^20.14.3',
'@types/prismjs': '^1.26.4',
'@typescript-eslint/eslint-plugin': '^7.13.0',
'@typescript-eslint/parser': '^7.13.0',
'@typescript-eslint/eslint-plugin': '^7.13.1',
'@typescript-eslint/parser': '^7.13.1',
eslint: '^8.57.0',
'eslint-plugin-svelte': '^2.39.3',
'eslint-plugin-svelte': '^2.40.0',
prettier: '^3.3.2',
'prettier-plugin-svelte': '^3.2.4',
'prism-svelte': '^0.5.0',
prismjs: '^1.29.0',
svelte: '^5.0.0-next.153',
'svelte-check': '^3.8.0',
svelte: '^5.0.0-next.158',
'svelte-check': '^3.8.1',
tslib: '^2.6.3',
typescript: '^5.4.5',
uvu: '^0.5.6',
Expand Down

0 comments on commit d364646

Please sign in to comment.