Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented May 30, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

Minor Changes

  • 6ed56d0: feat: rename hono middleware from use_ to with_

    fixes issues where eslint thinks it's a react hook

Patch Changes

@repo/[email protected]

Minor Changes

  • 4ca1868: feat: use explicit return types in eslint configs

  • 6ed56d0: feat: rename hono middleware from use_ to with_

    fixes issues where eslint thinks it's a react hook

Patch Changes

  • ec01ba8: fix: properly resolve tsconfig.json in eslint config

  • 3174e54: chore: remove unnecessary object spreading in eslint configs

    resolves chore: improve eslint config #17

  • c2e4c63: chore: update deps

  • ce16c92: chore: update deps

  • ce16c92: chore: upgrade to eslint 9

  • 520b23e: fix: add @eslint/eslintrc to dependencies

  • 4bc436c: chore: update deps

  • 63db136: fix: ignore type issues due to non-breaking conflict

  • e091787: fix: add missing dependency and switch to tools tsconfig

  • 33183c5: fix: use type-only export

  • 358baa9: chore: improve eslint configs

    • remove unused dependencies (eslint-plugin-unused-imports, jiti)
    • switch from deprecated project: true to projectService: true for TypeScript parser
    • fix TypeScript ESLint v8 compatibility with proper type casting
    • improve file pattern consistency across configurations (added .mts support)
    • fix import plugin's TypeScript resolver file patterns
    • don't disable rules-of-hooks on tsx/jsx files
    • add clarifying comments for disabled rules

    resolves chore: improve eslint config #17

  • 54d11ee: chore: update deps

  • 43ebb87: chore: update deps (eslint)

  • ec6ff13: chore: fix eslint type issues

  • 87dfac8: fix: add jiti to eslint deps

  • f6665a2: chore: update deps

  • b502c1e: chore: remove unnecessary type cast

  • 18e5b01: chore: update import

@repo/[email protected]

Minor Changes

  • 6ed56d0: feat: rename hono middleware from use_ to with_

    fixes issues where eslint thinks it's a react hook

Patch Changes

@repo/[email protected]

Minor Changes

  • 8940e93: feat: add build bun cmd

  • d0bf900: feat: improve scripts based on shellcheck lint suggestions

  • a946b57: feat(runx): add shfmt for shell script formatting

    Integrates shfmt with check --format and fix --format commands.
    Adds a dedicated shfmt command that can skip if tools are missing.

    resolves feat: add shfmt to format shell scripts #16

Patch Changes

  • 3174e54: chore: remove unnecessary object spreading in eslint configs

    resolves chore: improve eslint config #17

  • a73c2f9: chore: remove run-turbo-gen (no longer needed)

  • 09a661d: chore: switch back to stdio: inherit in prettier and set log level

  • c2e4c63: chore: update deps

  • ce16c92: chore: update deps

  • ce16c92: chore: upgrade to eslint 9

  • 4bc436c: chore: update deps

  • ee24328: chore: update deps

  • 546688f: chore: import from zod

  • 4174900: chore: inherit stdio for format shell fix/check

    this already outputs very little so should be fine to do this

  • 2452bc6: chore: add .cmd.ts suffix to cmd files

  • c68dea1: chore: use exec in shell wrappers to improve performance

    using exec replaces the shell process instead of creating a child, which avoids an unnecessary wrapper process and improves signal handling.

    also moved away from #!/usr/bin/env to improve security (no injecting custom shells into env)

  • 79d4e30: fix: only include .sh and extensionless files in shfmt

  • 54d11ee: chore: update deps

  • 4957efe: fix: add minify flag to run-wrangler-deploy

  • 99c1934: fix: don't throw if there are no .sh files

  • 7cec4eb: chore: use consistent shabang in packages/tools/bin

  • ec6ff13: chore: fix eslint type issues

  • f6665a2: chore: update deps

  • 1bdf764: chore: pipe output to stderr

  • bf2f746: chore: formatting

@repo/[email protected]

Minor Changes

  • eaa97a6: feat: convert turbo/generators into workspace package

Patch Changes

  • 0a3d9b9: chore: add @turbo/gen to dependencies

@repo/[email protected]

Patch Changes

@repo/[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 11 times, most recently from 5acef26 to 229fe70 Compare May 30, 2025 13:19
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 92859ab to 760f170 Compare June 1, 2025 13:05
@github-actions github-actions bot force-pushed the changeset-release/main branch from 760f170 to 1b869a4 Compare June 7, 2025 14:30
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from 4376a53 to 89326aa Compare June 18, 2025 11:14
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 097aef6 to 56f64fe Compare June 28, 2025 10:13
@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 42a87b0 to 4824a37 Compare September 14, 2025 16:29
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 83658a8 to 0d4b81d Compare September 26, 2025 11:17
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from 07fd34a to e2eea6a Compare October 12, 2025 15:39
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from ae902c9 to 62dc644 Compare October 26, 2025 15:21
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from fb63c1b to 12282fa Compare November 1, 2025 14:12
@github-actions github-actions bot force-pushed the changeset-release/main branch from 12282fa to d439df4 Compare November 12, 2025 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: improve eslint config feat: add shfmt to format shell scripts

1 participant