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
deps: Jest 29 (#953)
This major release includes breaking changes. See the announcement post for more information.
The
collectCoverageOnlyFromconfiguration option has been removed, and the default snapshot format has been simplified:deps: eslint-plugin-jest 27 (#959)
This major release includes breaking changes. See the release note for more information.
The
jest/no-alias-methodsrule is now enforced and autofixed to discourage usage of alias methods that will be removed in Jest 30.configure, init: Format
package.jsonwith sort-package-json (#951)deps: TypeScript 4.8 (#954)
This major release includes breaking changes. See the TypeScript 4.8 announcement for more information.
Patch Changes
configure, template: Ignore linting on
.cdk.stagingdirectory (#957)configure, template: Ignore linting on
cdk.outdirectory (#940)template/*-npm-package: Use SSH scheme in repository URL (#955)
We have changed the templated format of the
package.json#repository/urlfield. This may resolveskuba releaseerrors that reference Git password authentication is shutting down on the GitHub Blog.configure, template: Allow
.ideaand.vscodeignore overrides (#956)You can now append lines like
!.vscode/launch.jsonto your ignore files to allow specific editor files to be committed, formatted and/or linted.