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

Merged
merged 1 commit into from
Jan 10, 2022
Merged

Version Packages #669

merged 1 commit into from
Jan 10, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 16, 2021

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

  • template/koa-rest-api: Add opt-in OpenTelemetry support (#706)

  • deps: Prettier 2.5 (#701)

    See the release notes for more information.

  • node, start: Register tsconfig-paths (#678)

    You can now define module aliases other than src for local development and scripting. Specify these through the paths compiler option in your tsconfig.json:

    // tsconfig.json
    {
      "compilerOptions": {
        "baseUrl": ".",
        "paths": {
          "src": ["src"]
        }
      }
    }
  • GitHub.buildNameFromEnvironment: Export helper function (#676)

  • jest: Support tsconfig.json paths (#698)

    Module aliases other than src are now supported in skuba test. Our Jest preset includes a dynamic moduleNameMapper that reads the paths compiler option from your tsconfig.json.

  • git: Export helper functions (#689)

  • test: Add GitHub check run annotations (#648)

    skuba test can now automatically annotate GitHub commits when you propagate CI environment variables and a GitHub API token. These annotations also appear inline with code under the “Files changed” tab in pull requests.

  • GitHub.getPullRequestNumber: Export helper function (#690)

  • GitHub.putIssueComment: Export helper function (#690)

    This enables use cases like a persistent bot comment at the top of a pull request a la Changesets that reflects the current status of a CI check.

  • GitHub.enabledFromEnvironment: Export helper function (#676)

Patch Changes

  • GitHub.createCheckRun: Support text parameter (#673)

  • template: Retrieve GitHub token on Test & Lint (#667)

  • template: serverless-prune-plugin ^2.0.0 (#719)

  • test: Fix ts-jest imports (#715)

    This resolves the following warning:

    Replace any occurrences of "ts-jest/utils" with just "ts-jest".

    If you're using the mocked utility from ts-jest, switch over to the built-in Jest function:

    import git from 'isomorphic-git';
    - import { mocked } from 'ts-jest';
    
    jest.mock('isomorphic-git');
    
    - mocked(git.commit).mockResolvedValue('');
    + jest.mocked(git.commit).mockResolvedValue('');
  • template/lambda-sqs-worker-cdk: Migrate to AWS CDK v2 (#714)

  • node, start: Deregister source-map-support (#679)

    ts-node takes care of this for us.

  • template/lambda-sqs-worker-cdk: Fix docker-compose volume mount and deploy output (#695)

  • Jest.mergePreset: Allow displayName and projects (#648)

@github-actions github-actions bot requested a review from a team as a code owner November 16, 2021 02:50
@72636c 72636c marked this pull request as draft November 16, 2021 02:50
@72636c 72636c added the dino:snooze Snooze in Review Dino label Nov 16, 2021
@github-actions github-actions bot force-pushed the changeset-release/master branch 14 times, most recently from 4b3116e to f090b25 Compare November 22, 2021 22:31
@github-actions github-actions bot force-pushed the changeset-release/master branch 9 times, most recently from a1e82b6 to 472de1d Compare November 29, 2021 12:06
@github-actions github-actions bot force-pushed the changeset-release/master branch 3 times, most recently from fb5dd91 to b0b2448 Compare December 7, 2021 23:23
@github-actions github-actions bot force-pushed the changeset-release/master branch from b0b2448 to 2888850 Compare December 20, 2021 17:04
@github-actions github-actions bot force-pushed the changeset-release/master branch from 2888850 to f44cdbf Compare December 21, 2021 16:17
@github-actions github-actions bot force-pushed the changeset-release/master branch 7 times, most recently from 48ee8b9 to 4c3442c Compare January 4, 2022 00:55
@github-actions github-actions bot force-pushed the changeset-release/master branch from 4c3442c to 6078546 Compare January 5, 2022 01:30
72636c added a commit that referenced this pull request Jan 10, 2022
We need to upgrade `eslint-config-seek` first and haven't had the chance
to get around to that. This allows us to release #669 without having to
deal with ESLint compatibility warnings.
72636c added a commit that referenced this pull request Jan 10, 2022
We need to upgrade `eslint-config-seek` first and haven't had the chance
to get around to that. This allows us to release #669 without having to
deal with ESLint compatibility warnings.
@72636c 72636c mentioned this pull request Jan 10, 2022
@github-actions github-actions bot force-pushed the changeset-release/master branch from 6078546 to f19050b Compare January 10, 2022 04:54
72636c added a commit that referenced this pull request Jan 10, 2022
We need to upgrade `eslint-config-seek` first and haven't had the chance
to get around to that. This allows us to release #669 without having to
deal with ESLint compatibility warnings.
@github-actions github-actions bot force-pushed the changeset-release/master branch from f19050b to f6f0344 Compare January 10, 2022 04:59
@72636c 72636c marked this pull request as ready for review January 10, 2022 05:01
@72636c 72636c removed the dino:snooze Snooze in Review Dino label Jan 10, 2022
@72636c 72636c merged commit 937dc87 into master Jan 10, 2022
@72636c 72636c deleted the changeset-release/master branch January 10, 2022 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant