Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1639

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #1639

wants to merge 1 commit into from

Conversation

seek-oss-ci
Copy link
Contributor

@seek-oss-ci seek-oss-ci commented Aug 23, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm 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

skuba@9.0.0

Major Changes

  • node, start: Replace ts-node with tsx (#1623)

    skuba start and skuba node now use tsx instead of ts-node for running TypeScript files. tsx has better ESM interoperability, like support for dynamic imports (await import()), than ts-node.

    There are some downsides for the REPL (which is what skuba node without any file is):

    • import statements in the REPL are not supported; require and await import() are still supported.
    • Pasting code into the REPL may not work as well as ts-node. If encountering issues, a workaround could be to use .editor

    Otherwise, skuba start and skuba node <file> should work as expected. However, it is difficult to comprehensively test every scenario, so this has been released as a major version. It is recommended to test your use-cases of skuba start and skuba node after upgrading.

Minor Changes

  • lint: Removes obsolete version field from docker-compose.yml files (#1638)

  • deps: TypeScript 5.6 (#1655)

    This major release includes breaking changes. See the TypeScript 5.6 announcement for more information.

  • template/lambda-sqs-worker-cdk: Replace custom hooks with @seek/aws-codedeploy-infra (#1644)

Patch Changes

  • template/koa-rest-api: Enable secure headers middleware by default (#1601)

  • template: Add required tags to lambda-sqs-worker-cdk template (#1643)

  • api: Truncate Buildkite annotations over 1 MiB to resolve buildkite-agent crash (#1645)

  • deps: concurrently ^9.0.0 (#1666)

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner August 23, 2024 02:03
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/main branch 4 times, most recently from 4511168 to 99f5f62 Compare September 2, 2024 01:15
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/main branch 11 times, most recently from 01ee83c to eab359c Compare September 10, 2024 05:53
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/main branch 7 times, most recently from bb3cced to 3c7543e Compare September 15, 2024 23:23
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.

1 participant