Commit graph

130 commits

Author SHA1 Message Date
murashit
ee93b0c810 Bump version to 4.2.0 2026-07-05 13:49:46 +09:00
murashit
9f8fb2c5c8 Skip Biome plugins during fix 2026-07-04 20:12:03 +09:00
murashit
210a4632f2
Merge pull request #18 from murashit/dependabot/npm_and_yarn/tanstack/query-core-5.101.1 2026-07-03 10:06:10 +09:00
dependabot[bot]
394a900023
Bump @tanstack/query-core from 5.101.0 to 5.101.1
Bumps [@tanstack/query-core](https://github.com/TanStack/query/tree/HEAD/packages/query-core) from 5.101.0 to 5.101.1.
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/query-core/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/query-core@5.101.1/packages/query-core)

---
updated-dependencies:
- dependency-name: "@tanstack/query-core"
  dependency-version: 5.101.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-02 13:24:44 +00:00
dependabot[bot]
a35d0108d4
Bump the dev-dependencies group with 3 updates
Bumps the dev-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@types/node` from 25.9.3 to 26.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `knip` from 6.17.1 to 6.20.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@6.20.0/packages/knip)

Updates `typescript-eslint` from 8.61.1 to 8.62.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: knip
  dependency-version: 6.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-02 13:24:35 +00:00
murashit
ee3efb7c6c Bump version to 4.1.2 2026-07-02 17:18:45 +09:00
murashit
8568b224dc Bump version to 4.1.1 2026-07-01 20:55:14 +09:00
murashit
48ca57ebe8 Bump version to 4.1.0 2026-07-01 17:22:21 +09:00
murashit
f0651bc0a8 Bump version to 4.0.2 2026-07-01 16:02:08 +09:00
murashit
3d4454debe Bump version to 4.0.1 2026-06-29 17:10:02 +09:00
murashit
202328ffac Bump version to 4.0.0 2026-06-28 21:15:55 +09:00
murashit
bd44303366 Bump version to 3.4.6 2026-06-28 09:31:42 +09:00
murashit
b316481acd Organize Biome Grit policy configuration 2026-06-27 23:43:56 +09:00
murashit
7a9f179020 Add Knip cleanup to npm fix 2026-06-27 14:55:30 +09:00
murashit
6a85d4f6c6 Limit Vitest check workers 2026-06-26 19:06:11 +09:00
murashit
c8bc272ab7
Merge pull request #15 from murashit/dependabot/npm_and_yarn/preact/signals-2.9.2 2026-06-25 22:55:46 +09:00
dependabot[bot]
bc88c40201
Bump @preact/signals from 2.9.1 to 2.9.2
Bumps [@preact/signals](https://github.com/preactjs/signals/tree/HEAD/packages/preact) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/preactjs/signals/releases)
- [Changelog](https://github.com/preactjs/signals/blob/main/packages/preact/CHANGELOG.md)
- [Commits](https://github.com/preactjs/signals/commits/@preact/signals@2.9.2/packages/preact)

---
updated-dependencies:
- dependency-name: "@preact/signals"
  dependency-version: 2.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-25 13:24:52 +00:00
dependabot[bot]
147136ba52
Bump the dev-dependencies group with 4 updates
Bumps the dev-dependencies group with 4 updates: [eslint](https://github.com/eslint/eslint), [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `eslint` from 10.4.1 to 10.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.4.1...v10.5.0)

Updates `knip` from 6.16.1 to 6.17.1
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@6.17.1/packages/knip)

Updates `typescript-eslint` from 8.61.0 to 8.61.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/typescript-eslint)

Updates `vitest` from 4.1.8 to 4.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: knip
  dependency-version: 6.17.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.61.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-25 13:24:45 +00:00
murashit
d05b083c12 Rename format script to Biome fix 2026-06-25 16:46:09 +09:00
murashit
fef24552e9 Simplify lint and format configuration 2026-06-25 15:04:18 +09:00
murashit
30f5a79097 Align Biome commands 2026-06-25 09:27:11 +09:00
murashit
6ac54c494e Simplify check scripts and lint policy layout 2026-06-24 23:08:05 +09:00
murashit
f125a4cf17 Move CSS lint policy to Biome 2026-06-24 22:34:31 +09:00
murashit
75937b332a Speed up local check preflight 2026-06-24 16:58:18 +09:00
murashit
47c4ed4631 Add Biome assist import organization 2026-06-24 14:54:53 +09:00
murashit
ce99e76a2b Audit TypeScript lint migration to Biome 2026-06-24 14:54:53 +09:00
murashit
321323532b Introduce Biome formatting and linting 2026-06-24 14:54:53 +09:00
murashit
beb7497b5c Bump version to 3.4.5 2026-06-24 10:55:40 +09:00
murashit
a2af9320e0 Bump version to 3.4.4 2026-06-23 17:06:43 +09:00
murashit
c5de0a7709 Bump version to 3.4.3 2026-06-23 12:58:04 +09:00
murashit
1e8a2d4dcc Bump version to 3.4.2 2026-06-22 13:02:20 +09:00
murashit
9698146b11 Replace message stream virtualization with flow scrolling 2026-06-22 13:01:50 +09:00
murashit
6d00c0665d Bump version to 3.4.1 2026-06-21 21:39:43 +09:00
murashit
1f483c35fa Bump version to 3.4.0 2026-06-20 18:37:06 +09:00
murashit
58e24197b3 Bump version to 3.3.0 2026-06-20 13:01:46 +09:00
murashit
b14969cbfb Simplify validation scripts 2026-06-20 09:00:08 +09:00
murashit
36a1d6baa1 Allow TanStack Virtual patch updates 2026-06-19 20:00:11 +09:00
murashit
e7ac2a4b7b Bump version to 3.2.9 2026-06-19 11:27:35 +09:00
dependabot[bot]
e6e6e90d33
Bump the dev-dependencies group across 1 directory with 4 updates
Bumps the dev-dependencies group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [prettier](https://github.com/prettier/prettier), [stylelint](https://github.com/stylelint/stylelint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@types/node` from 25.9.1 to 25.9.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `prettier` from 3.8.3 to 3.8.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.8.3...3.8.4)

Updates `stylelint` from 17.12.0 to 17.13.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/17.12.0...17.13.0)

Updates `typescript-eslint` from 8.60.1 to 8.61.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: stylelint
  dependency-version: 17.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-19 01:26:31 +00:00
murashit
c367afc473 Replace custom parallel runner with concurrently 2026-06-19 10:21:38 +09:00
murashit
076f831975 Cache local TypeScript lint 2026-06-19 09:43:52 +09:00
murashit
ba50660c9e Bump version to 3.2.8 2026-06-18 16:45:04 +09:00
murashit
7fff6d1cce Add streaming markdown renderer 2026-06-18 15:06:35 +09:00
murashit
8e818f5fa8 Bump version to 3.2.7 2026-06-16 15:28:20 +09:00
murashit
36b9d99fcd Organize scripts by purpose 2026-06-16 13:12:36 +09:00
murashit
03219abc70 Bump version to 3.2.6 2026-06-16 12:04:29 +09:00
murashit
de913e9d9d Adopt app-server query state 2026-06-15 18:33:36 +09:00
murashit
ef61280b7d Bump version to 3.2.5 2026-06-15 14:11:09 +09:00
murashit
e27dd98448 Bump version to 3.2.4 2026-06-15 13:52:41 +09:00
murashit
921bd0756e Add import cycle check 2026-06-13 21:55:13 +09:00