Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

🔄 synced file(s) with WordPress/openverse #2156

Merged
merged 3 commits into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/new_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add issue to "Backlog"
uses: alex-page/github-project-automation-plus@v0.8.2
uses: alex-page/github-project-automation-plus@v0.8.3
with:
project: Openverse
column: Backlog
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/new_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add PR to "In progress"
uses: alex-page/github-project-automation-plus@v0.8.2
uses: alex-page/github-project-automation-plus@v0.8.3
with:
project: Openverse PRs
column: In progress
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add PR to "Needs review"
uses: alex-page/github-project-automation-plus@v0.8.2
uses: alex-page/github-project-automation-plus@v0.8.3
with:
project: Openverse PRs
column: Needs review
Expand Down
19 changes: 10 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,19 @@ repos:
additional_dependencies:
- eslint@8.15.0
- eslint-config-prettier@8.5.0
- "@babel/eslint-parser@7.17.0"
- "@babel/eslint-parser@7.19.1"
- "@intlify/eslint-plugin-vue-i18n@1.4.0"
- "@nuxtjs/eslint-module@3.1.0"
- "@typescript-eslint/eslint-plugin@5.23.0"
- "@typescript-eslint/parser@5.23.0"
- "@typescript-eslint/eslint-plugin@5.44.0"
- "@typescript-eslint/parser@5.44.0"
- eslint-config-prettier@8.6.0
- eslint-import-resolver-custom-alias@1.3.0
- eslint-plugin-eslint-comments@3.2.0
- eslint-plugin-import@2.26.0
- eslint-plugin-prettier@4.0.0
- eslint-plugin-tsdoc@0.2.16
- eslint-plugin-import@2.27.5
- eslint-plugin-prettier@4.2.1
- eslint-plugin-tsdoc@0.2.17
- eslint-plugin-unicorn@42.0.0
- eslint-plugin-vue@9.4.0
- eslint-plugin-vue@9.9.0
- eslint-plugin-vuejs-accessibility@1.1.1

# Use the `.prettierignore` and `.prettier.config.js` files to configure project-specific requirements.
Expand All @@ -72,8 +73,8 @@ repos:
- id: prettier
additional_dependencies:
- prettier@2.6.0
- prettier-plugin-tailwindcss@0.1.12
- typescript@4.6.2
- prettier-plugin-tailwindcss@0.2.2
- typescript@4.9.3

- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.8.0
Expand Down