Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 master, this PR will be updated.
Releases
[email protected]
Minor Changes
template/koa-rest-api: Add opt-in OpenTelemetry support (#706)
deps: Prettier 2.5 (#701)
See the release notes for more information.
node, start: Register
tsconfig-paths
(#678)You can now define module aliases other than
src
for local development and scripting. Specify these through thepaths
compiler option in yourtsconfig.json
:GitHub.buildNameFromEnvironment: Export helper function (#676)
jest: Support
tsconfig.json
paths (#698)Module aliases other than
src
are now supported inskuba test
. Our Jest preset includes a dynamicmoduleNameMapper
that reads thepaths
compiler option from yourtsconfig.json
.git: Export helper functions (#689)
test: Add GitHub check run annotations (#648)
skuba test
can now automatically annotate GitHub commits when you propagate CI environment variables and a GitHub API token. These annotations also appear inline with code under the “Files changed” tab in pull requests.GitHub.getPullRequestNumber: Export helper function (#690)
GitHub.putIssueComment: Export helper function (#690)
This enables use cases like a persistent bot comment at the top of a pull request a la Changesets that reflects the current status of a CI check.
GitHub.enabledFromEnvironment: Export helper function (#676)
Patch Changes
GitHub.createCheckRun: Support
text
parameter (#673)template: Retrieve GitHub token on Test & Lint (#667)
template: serverless-prune-plugin ^2.0.0 (#719)
test: Fix
ts-jest
imports (#715)This resolves the following warning:
Replace any occurrences of "ts-jest/utils" with just "ts-jest".
If you're using the
mocked
utility fromts-jest
, switch over to the built-in Jest function:template/lambda-sqs-worker-cdk: Migrate to AWS CDK v2 (#714)
node, start: Deregister
source-map-support
(#679)ts-node
takes care of this for us.template/lambda-sqs-worker-cdk: Fix docker-compose volume mount and deploy output (#695)
Jest.mergePreset: Allow
displayName
andprojects
(#648)