Skip to content

Commit 5912f82

Browse files
committed
Upgrade deps
1 parent 16e2240 commit 5912f82

File tree

4 files changed

+1002
-1005
lines changed

4 files changed

+1002
-1005
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ main ]
16+
branches: [main]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ main ]
19+
branches: [main]
2020
schedule:
21-
- cron: '36 3 * * 1'
21+
- cron: "36 3 * * 1"
2222

2323
jobs:
2424
analyze:
@@ -32,39 +32,39 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
language: [ 'javascript' ]
35+
language: ["javascript"]
3636
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3737
# Learn more about CodeQL language support at https://git.io/codeql-language-support
3838

3939
steps:
40-
- name: Checkout repository
41-
uses: actions/checkout@v2
40+
- name: Checkout repository
41+
uses: actions/checkout@v2
4242

43-
# Initializes the CodeQL tools for scanning.
44-
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v1
46-
with:
47-
languages: ${{ matrix.language }}
48-
# If you wish to specify custom queries, you can do so here or in a config file.
49-
# By default, queries listed here will override any specified in a config file.
50-
# Prefix the list here with "+" to use these queries and those in the config file.
51-
# queries: ./path/to/local/query, your-org/your-repo/queries@main
43+
# Initializes the CodeQL tools for scanning.
44+
- name: Initialize CodeQL
45+
uses: github/codeql-action/init@v1
46+
with:
47+
languages: ${{ matrix.language }}
48+
# If you wish to specify custom queries, you can do so here or in a config file.
49+
# By default, queries listed here will override any specified in a config file.
50+
# Prefix the list here with "+" to use these queries and those in the config file.
51+
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5252

53-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54-
# If this step fails, then you should remove it and run the build manually (see below)
55-
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v1
53+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54+
# If this step fails, then you should remove it and run the build manually (see below)
55+
- name: Autobuild
56+
uses: github/codeql-action/autobuild@v1
5757

58-
# ℹ️ Command-line programs to run using the OS shell.
59-
# 📚 https://git.io/JvXDl
58+
# ℹ️ Command-line programs to run using the OS shell.
59+
# 📚 https://git.io/JvXDl
6060

61-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
62-
# and modify them (or add more) to build your code if your project
63-
# uses a compiled language
61+
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
62+
# and modify them (or add more) to build your code if your project
63+
# uses a compiled language
6464

65-
#- run: |
66-
# make bootstrap
67-
# make release
65+
#- run: |
66+
# make bootstrap
67+
# make release
6868

69-
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v1
69+
- name: Perform CodeQL Analysis
70+
uses: github/codeql-action/analyze@v1

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
"$(yarn bin)"/lint-staged
4+
npx --no-install lint-staged

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -40,31 +40,31 @@
4040
"typecheck": "tsc --project tsconfig.json"
4141
},
4242
"devDependencies": {
43-
"@paleite/eslint-config": "canary",
44-
"@paleite/eslint-config-base": "canary",
45-
"@paleite/eslint-config-typescript": "canary",
46-
"@paleite/jest-config": "canary",
47-
"@paleite/prettier-config": "canary",
48-
"@paleite/tsconfig-node16": "canary",
49-
"@types/eslint": "^8.2.1",
50-
"@types/jest": "^27.0.3",
51-
"@types/node": "^16.11.13",
52-
"@typescript-eslint/eslint-plugin": "^5.7.0",
53-
"@typescript-eslint/parser": "^5.7.0",
54-
"eslint": "^8.4.1",
55-
"eslint-config-prettier": "^8.3.0",
43+
"@paleite/eslint-config": "^1.0.0",
44+
"@paleite/eslint-config-base": "^1.0.0",
45+
"@paleite/eslint-config-typescript": "^1.0.0",
46+
"@paleite/jest-config": "^1.0.0",
47+
"@paleite/prettier-config": "^1.0.0",
48+
"@paleite/tsconfig-node16": "^1.0.0",
49+
"@types/eslint": "^8.4.1",
50+
"@types/jest": "^27.4.1",
51+
"@types/node": "^16.11.26",
52+
"@typescript-eslint/eslint-plugin": "^5.15.0",
53+
"@typescript-eslint/parser": "^5.15.0",
54+
"eslint": "^8.11.0",
55+
"eslint-config-prettier": "^8.5.0",
5656
"eslint-files": "^1.0.0",
57-
"eslint-plugin-import": "^2.25.3",
58-
"eslint-plugin-promise": "^5.2.0",
57+
"eslint-plugin-import": "^2.25.4",
58+
"eslint-plugin-promise": "^6.0.0",
5959
"husky": "^7.0.4",
60-
"jest": "^27.4.5",
61-
"jest-mock": "^27.4.2",
62-
"lint-staged": "^12.1.2",
63-
"np": "^7.6.0",
64-
"pinst": "^2.1.6",
65-
"prettier": "^2.5.1",
66-
"ts-jest": "^27.1.1",
67-
"typescript": "^4.5.4"
60+
"jest": "^27.5.1",
61+
"jest-mock": "^27.5.1",
62+
"lint-staged": "^12.3.7",
63+
"np": "^7.6.1",
64+
"pinst": "^3.0.0",
65+
"prettier": "^2.6.0",
66+
"ts-jest": "^27.1.3",
67+
"typescript": "^4.6.2"
6868
},
6969
"peerDependencies": {
7070
"eslint": ">=6.7.0"

0 commit comments

Comments
 (0)