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 8e01fcf commit 07d316b
Show file tree
Hide file tree
Showing 11 changed files with 6,879 additions and 5,855 deletions.
9,836 changes: 5,289 additions & 4,547 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
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rotki/action-env",
"version": "2.0.2",
"private": true,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.15.0",
"description": "Loads environment variables from a .env file",
"keywords": [
"actions",
Expand All @@ -17,7 +17,7 @@
"author": "Rotki Solutions GmbH <info@rotki.com>",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"build": "tsc -p tsconfig.build.json",
"lint": "eslint .",
"package": "ncc build --source-map --license licenses.txt",
"test": "vitest",
Expand All @@ -26,20 +26,21 @@
"release": "bumpp --no-push"
},
"dependencies": {
"@actions/core": "1.10.1",
"dotenv": "16.4.5"
"@actions/core": "1.11.1",
"dotenv": "16.4.7"
},
"devDependencies": {
"@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",
"@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",
"js-yaml": "4.1.0",
"prettier": "3.3.3",
"typescript": "5.5.4",
"vitest": "2.0.5"
"prettier": "3.4.2",
"typescript": "5.7.2",
"vitest": "2.1.8"
},
"engines": {
"node": ">=20 <21",
Expand Down
Loading

0 comments on commit 07d316b

Please sign in to comment.