Skip to content

Commit

Permalink
upgrade gro
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 8, 2024
1 parent 9c3a34f commit 99f61de
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-months-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ryanatkn/moss': minor
---

upgrade gro
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
"devDependencies": {
"@changesets/changelog-git": "^0.2.0",
"@ryanatkn/belt": "^0.25.2",
"@ryanatkn/belt": "^0.25.3",
"@ryanatkn/eslint-config": "^0.5.5",
"@ryanatkn/fuz": "^0.129.1",
"@ryanatkn/fuz_code": "^0.19.0",
"@ryanatkn/gro": "^0.138.2",
"@ryanatkn/gro": "^0.139.0",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.6.1",
"@sveltejs/package": "^2.3.5",
Expand Down
5 changes: 2 additions & 3 deletions src/lib/gro_plugin_moss.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {EMPTY_OBJECT} from '@ryanatkn/belt/object.js';
import type {Plugin} from '@ryanatkn/gro/plugin.js';
import type {Args} from '@ryanatkn/gro/args.js';
import {throttle} from '@ryanatkn/gro/throttle.js';
import {throttle} from '@ryanatkn/belt/throttle.js';
import type {Cleanup_Watch} from '@ryanatkn/gro/filer.js';
import {Unreachable_Error} from '@ryanatkn/belt/error.js';
import {format_file} from '@ryanatkn/gro/format_file.js';
Expand Down Expand Up @@ -75,8 +75,7 @@ export const gro_plugin_moss = ({
previous_output = output;
writeFileSync(outfile, output);
},
flush_debounce_delay,
false,
{delay: flush_debounce_delay, when: 'trailing'},
);

let cleanup: Cleanup_Watch | undefined;
Expand Down
4 changes: 2 additions & 2 deletions src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ export const package_json = {
engines: {node: '>=20.17'},
devDependencies: {
'@changesets/changelog-git': '^0.2.0',
'@ryanatkn/belt': '^0.25.2',
'@ryanatkn/belt': '^0.25.3',
'@ryanatkn/eslint-config': '^0.5.5',
'@ryanatkn/fuz': '^0.129.1',
'@ryanatkn/fuz_code': '^0.19.0',
'@ryanatkn/gro': '^0.138.2',
'@ryanatkn/gro': '^0.139.0',
'@sveltejs/adapter-static': '^3.0.5',
'@sveltejs/kit': '^2.6.1',
'@sveltejs/package': '^2.3.5',
Expand Down

0 comments on commit 99f61de

Please sign in to comment.