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
test: Add
jest-watch-typeahead
plugin (#893)This enables typeahead suggestions when filtering by file or test name in watch mode.
Git: Add fastForwardBranch function (#882)
deps: TypeScript 4.7 (#877)
This major release includes breaking changes. See the TypeScript 4.7 announcement for more information.
While ECMAScript Module support for Node.js is now stable in TypeScript, other aspects of our toolchain have not caught up yet; notably, Node.js still lacks stable APIs for Jest to implement its usual suite of mocking capabilities. We are holding off on recommending existing repositories to make the switch and on providing reference implementations via our templates. As it stands, migrating from CJS to ESM is still an arduous exercise in rewriting import statements and restructuring mocks and test suites at the bare minimum.
GitHub: Add functions to create and upload verified commits using the GitHub GraphQL API (#882)
See our GitHub API documentation for more information.
deps: Prettier 2.7 (#899)
See the release notes for more information.
Patch Changes
test: Improve file detection for GitHub annotations (#885)
deps: package-json ^7.0.0 (#903)
Resolves SNYK-JS-GOT-2932019.
template/*-rest-api: seek-jobs/gantry v1.8.1 (#887)
template/*: Remove
.me
files (#902)SEEK is moving away from Codex to off-the-shelf software powered by Backstage
catalog-info.yaml
files.At the moment we're only asking teams to document their systems, which typically span across multiple repositories. We may add
catalog-info.yaml
files back to the templates if there's a need for teams to document their components at a repository level.lint: Use GitHub GraphQL API to upload verified autofix commits (#882)
template: Use ARM64 architecture (#873)
We now recommend building and running projects on ARM64 hardware for greater cost efficiency. This requires a Graviton-based Buildkite cluster; see our ARM64 guide for more information.