Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Dec 13, 2024
1 parent a3b0033 commit 049a449
Show file tree
Hide file tree
Showing 11 changed files with 4,923 additions and 3,643 deletions.
5,528 changes: 3,130 additions & 2,398 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

37 changes: 24 additions & 13 deletions dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sourcemap-register.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const github = require('eslint-plugin-github');

module.exports = rotki({
typescript: {
tsconfigPath: 'tsconfig.eslint.json',
tsconfigPath: 'tsconfig.json',
},
stylistic: true,
formatters: true,
Expand Down
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "action-cassette-deck",
"version": "2.1.0",
"private": true,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.15.0",
"description": "Action to manage the synchronization between the vcr cassette repo and main rotki repo workflows",
"keywords": [
"actions",
Expand All @@ -17,7 +17,7 @@
"author": "Rotki Solutions GmbH <[email protected]>",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"build": "tsc -p tsconfig.build.json",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"package": "ncc build --source-map --license licenses.txt",
Expand All @@ -28,25 +28,26 @@
"prepare": "husky"
},
"dependencies": {
"@actions/core": "1.10.1",
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@octokit/webhooks-types": "7.5.1"
"@octokit/webhooks-types": "7.6.1"
},
"devDependencies": {
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@rotki/eslint-config": "2.9.1",
"@types/node": "20.14.15",
"@vercel/ncc": "0.38.1",
"bumpp": "9.5.1",
"eslint": "8.57.0",
"eslint-plugin-github": "5.0.1",
"husky": "9.1.4",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@rotki/eslint-config": "3.6.0",
"@tsconfig/node20": "20.1.4",
"@types/node": "20.17.10",
"@vercel/ncc": "0.38.3",
"bumpp": "9.9.1",
"eslint": "9.16.0",
"eslint-plugin-github": "5.1.4",
"husky": "9.1.7",
"js-yaml": "4.1.0",
"lint-staged": "15.2.9",
"nock": "13.5.4",
"typescript": "5.5.4",
"vitest": "2.0.5"
"lint-staged": "15.2.11",
"nock": "13.5.6",
"typescript": "5.7.2",
"vitest": "2.1.8"
},
"engines": {
"node": ">=20 <21",
Expand Down
Loading

0 comments on commit 049a449

Please sign in to comment.