Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/flat-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kuttyhub committed Jan 9, 2025
2 parents 7b42ed5 + 695cc8a commit 9cdd2ee
Show file tree
Hide file tree
Showing 3 changed files with 1,780 additions and 1,702 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rennovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Self-hosted Renovate
uses: renovatebot/github-action@e3a862510f27d57a380efb11f0b52ad7e8dbf213 # v41.0.6
uses: renovatebot/github-action@f24426972367551f3391720e34317783a92fd32b # v41.0.8
env:
# Repository taken from variable to keep configuration file generic
RENOVATE_REPOSITORIES: ${{ github.repository }}
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@
"main": "dist/index.js",
"types": "index.d.ts",
"dependencies": {
"@typescript-eslint/scope-manager": "8.6.0",
"@typescript-eslint/utils": "8.6.0",
"eslint-module-utils": "2.11.1",
"@typescript-eslint/scope-manager": "8.19.0",
"@typescript-eslint/utils": "8.19.0",
"eslint-module-utils": "2.12.0",
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@types/eslint": "9.6.1",
"@types/jest": "29.5.14",
"@types/node": "20.17.9",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/rule-tester": "8.6.0",
"@types/node": "20.17.11",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@typescript-eslint/rule-tester": "8.19.0",
"class-validator": "^0.14.1",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
Expand All @@ -71,12 +71,12 @@
"jest": "29.7.0",
"jest-create-mock-instance": "2.0.0",
"jest-junit": "16.0.0",
"lint-staged": "15.2.11",
"prettier": "3.3.3",
"semantic-release": "24.1.3",
"lint-staged": "15.3.0",
"prettier": "3.4.2",
"semantic-release": "24.2.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
Expand Down
Loading

0 comments on commit 9cdd2ee

Please sign in to comment.