Skip to content

Commit

Permalink
Merge pull request #1480 from g59/renovate/major-jest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update dependency ts-jest to v29
  • Loading branch information
9renpoto authored Mar 14, 2023
2 parents fcdd157 + eb5876f commit 2f7f277
Show file tree
Hide file tree
Showing 11 changed files with 5,262 additions and 11,731 deletions.
21 changes: 21 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .github/release.yml

changelog:
exclude:
labels:
- ignore-for-release
authors:
- octocat
categories:
- title: ':boom: Type: Breaking Change'
labels:
- 'Type: Breaking Change'
- title: ':bug: Type: Bug'
labels:
- 'Type: Bug'
- title: ':rocket: Type: Feature'
labels:
- 'Type: Feature'
- title: Other Changes
labels:
- '*'
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 16
node-version: 18
- run: npm ci
- run: npm run build
- run: npm test
Expand All @@ -29,10 +29,10 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npx lerna exec --no-bail -- 'can-npm-publish && npm publish'
- run: npm run publish --workspaces
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

![Actions Status](https://github.com/g59/nestjs-plugins/workflows/Node%20CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/g59/nestjs-plugins/badge.svg?branch=main)](https://coveralls.io/github/g59/nestjs-plugins?branch=main)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

## Install
Expand Down
2 changes: 1 addition & 1 deletion example/src/schema.gql
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ input OrderByInput {
enum OrderByDirection {
ASC
DESC
}
}
16 changes: 0 additions & 16 deletions lerna.json

This file was deleted.

Loading

0 comments on commit 2f7f277

Please sign in to comment.