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

chore(deps): update dependency eslint-plugin-jest to v28 #59

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/rebase.yml
@@ -0,0 +1,21 @@
name: Rebase Upstream
on:
schedule:
- cron: "0 0 * * 0" # run once a week
workflow_dispatch: # run manually

jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0 # fetching all history so i can rebase
token: ${{ secrets.GH_TOKEN }}
- name: Configure git for tradeshiftci
uses: tradeshift/actions-git/configure-from-gpg-key@v1
with:
gpg-key: ${{ secrets.TRADESHIFTCI_GPG_KEY }}
- uses: tradeshift/rebase-upstream-action@master
with:
branch: main
9 changes: 9 additions & 0 deletions Repofile
@@ -0,0 +1,9 @@
{
"checks": ["build"],
"maintainers": [
"Developer productivity"
],
"topics": [
"github-action"
]
}
15 changes: 15 additions & 0 deletions catalog-info.yml
@@ -0,0 +1,15 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: create-pull-request
description: |
A GitHub action to create a pull request for changes to your repository in the actions workspace
annotations:
github.com/project-slug: Tradeshift/create-pull-request
tags:
- nodejs
- github-action
spec:
type: other
lifecycle: production
owner: sre
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
Expand Down