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 #946

Merged
merged 1 commit into from Aug 31, 2022
Merged

Version Packages #946

merged 1 commit into from Aug 31, 2022

Conversation

seek-oss-ci
Copy link
Contributor

@seek-oss-ci seek-oss-ci commented Aug 22, 2022

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

skuba@4.4.0

Minor Changes

  • deps: Jest 29 (#953)

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

    The collectCoverageOnlyFrom configuration option has been removed, and the default snapshot format has been simplified:

    - Expected: \\"a\\"
    + Expected: "a"
    
    - Object {
    -   Array []
    - }
    + {
    +   []
    + }
  • deps: eslint-plugin-jest 27 (#959)

    This major release includes breaking changes. See the release note for more information.

    The jest/no-alias-methods rule is now enforced and autofixed to discourage usage of alias methods that will be removed in Jest 30.

    - .toBeCalled()
    + .toHaveBeenCalled()
  • configure, init: Format package.json with 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.staging directory (#957)

  • configure, template: Ignore linting on cdk.out directory (#940)

  • template/*-npm-package: Use SSH scheme in repository URL (#955)

    We have changed the templated format of the package.json#repository/url field. This may resolve skuba release errors that reference Git password authentication is shutting down on the GitHub Blog.

    - git+https://github.com/org/repo.git
    + git+ssh://git@github.com/org/repo.git
  • configure, template: Allow .idea and .vscode ignore overrides (#956)

    You can now append lines like !.vscode/launch.json to your ignore files to allow specific editor files to be committed, formatted and/or linted.

@seek-oss-ci seek-oss-ci requested review from a team as code owners August 22, 2022 07:37
@72636c 72636c marked this pull request as draft August 22, 2022 07:40
@72636c 72636c added the dino:snooze Snooze in Review Dino label Aug 22, 2022
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch 11 times, most recently from 81b3009 to 435623e Compare August 30, 2022 22:26
@72636c
Copy link
Member

72636c commented Aug 30, 2022

I think we can release this once #959 is in

@72636c 72636c marked this pull request as ready for review August 31, 2022 02:40
@72636c 72636c enabled auto-merge (squash) August 31, 2022 02:40
@72636c 72636c merged commit 3f57b5d into master Aug 31, 2022
@72636c 72636c deleted the changeset-release/master branch August 31, 2022 02:40
72636c pushed a commit that referenced this pull request Sep 10, 2022
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dino:snooze Snooze in Review Dino
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants