Skip to content

Commit

Permalink
Version Packages (#1460)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] committed Mar 13, 2024
1 parent f162913 commit 37e39c0
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-pets-hear.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/light-cherries-refuse.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/polite-pants-share.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rare-rats-teach.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stupid-planes-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-carrots-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-carrots-itch2.md

This file was deleted.

34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# skuba

## 7.5.1

### Patch Changes

- **template/lambda-sqs-worker:** Comply with latest AWS tagging guidance ([#1461](https://github.com/seek-oss/skuba/pull/1461))

- **GitHub.putIssueComment:** Support `userId: 'seek-build-agency'` ([#1474](https://github.com/seek-oss/skuba/pull/1474))

The `userId` parameter is an optimisation to skip user lookup. A descriptive constant is now supported on SEEK build agents:

```diff
await GitHub.putIssueComment({
body,
- userId: 87109344, // https://api.github.com/users/buildagencygitapitoken[bot]
+ userId: 'seek-build-agency',
});
```

- **deps:** Remove `why-is-node-running` ([#1476](https://github.com/seek-oss/skuba/pull/1476))

[`why-is-node-running`](https://www.npmjs.com/package/why-is-node-running) was previously added to the skuba CLI to troubleshoot scenarios where commands were timing out in CI. This has now been removed to avoid disruption to commands such as [`jest --detectOpenHandles`](https://jestjs.io/docs/cli#--detectopenhandles).

- **deps:** Remove `fdir` ([#1463](https://github.com/seek-oss/skuba/pull/1463))

This dependency is no longer used internally.

- **template/\*-rest-api:** Comply with latest AWS tagging guidance ([#1459](https://github.com/seek-oss/skuba/pull/1459))

This includes an upgrade to Gantry v3.

- **deps:** @octokit/graphql ^8.0.0 ([#1473](https://github.com/seek-oss/skuba/pull/1473))

- **deps:** @octokit/graphql-schema ^15.3.0 ([#1473](https://github.com/seek-oss/skuba/pull/1473))

## 7.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skuba",
"version": "7.5.0",
"version": "7.5.1",
"private": false,
"description": "SEEK development toolkit for backend applications and packages",
"homepage": "https://github.com/seek-oss/skuba#readme",
Expand Down

0 comments on commit 37e39c0

Please sign in to comment.