Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 30, 2022
1 parent 7ccafc9 commit 435623e
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 58 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-ears-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-actors-sneeze.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gentle-rules-provide.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/nasty-ants-bake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tender-pianos-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-pigs-sparkle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-cougars-poke.md

This file was deleted.

42 changes: 42 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,47 @@
# skuba

## 4.4.0

### Minor Changes

- **deps:** Jest 29 ([#953](https://github.com/seek-oss/skuba/pull/953))

This major release includes breaking changes. See the [announcement post](https://jestjs.io/blog/2022/08/25/jest-29) for more information.

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

```diff
- Expected: \\"a\\"
+ Expected: "a"

- Object {
- Array []
- }
+ {
+ []
+ }
```

- **configure, init:** Format `package.json` with [sort-package-json](https://github.com/keithamus/sort-package-json) ([#951](https://github.com/seek-oss/skuba/pull/951))

- **deps:** TypeScript 4.8 ([#954](https://github.com/seek-oss/skuba/pull/954))

This major release includes breaking changes. See the [TypeScript 4.8](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/) announcement for more information.

### Patch Changes

- **configure, template:** Ignore linting on `.cdk.staging` directory ([#957](https://github.com/seek-oss/skuba/pull/957))

- **configure, template:** Ignore linting on `cdk.out` directory ([#940](https://github.com/seek-oss/skuba/pull/940))

- **template/\*-npm-package:** Use SSH scheme in repository URL ([#955](https://github.com/seek-oss/skuba/pull/955))

We have changed the `package.json#repository/url` format from `git+https://github.com/org/repo.git` to `git+ssh://git@github.com/org/repo.git`. This may resolve `skuba release` errors that reference [Git password authentication is shutting down](https://github.blog/changelog/2021-08-12-git-password-authentication-is-shutting-down/) on the GitHub Blog.

- **configure, template:** Allow `.idea` and `.vscode` ignore overrides ([#956](https://github.com/seek-oss/skuba/pull/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.

## 4.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -154,5 +154,5 @@
"version": "4.0.0"
},
"types": "./lib/index.d.ts",
"version": "4.3.1"
"version": "4.4.0"
}

0 comments on commit 435623e

Please sign in to comment.