Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
28 changes: 1 addition & 27 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,13 @@ updates:
update-types:
- minor
- patch
# Group TypeScript-related packages
typescript:
patterns:
- "typescript"
- "@types/*"
update-types:
- minor
- patch
# Group webpack and build tools
build-tools:
patterns:
- "webpack*"
- "*-loader"
- "ts-loader"
update-types:
- minor
- patch
# Group testing packages
testing:
patterns:
- "@vscode/test-*"
- "mocha"
- "glob"
update-types:
- minor
- patch
# Group ESLint and linting packages
linting:
patterns:
- "eslint"
- "eslint-*"
- "@eslint/*"
- "@typescript-eslint/*"
- "typescript-eslint"
update-types:
- minor
- patch
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"process": "^0.11.10",
"sinon": "^17.0.1",
"tmp": "^0.2.3",
"typescript": "^4.6.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.33.0",
"util": "^0.12.4"
},
Expand Down
84 changes: 42 additions & 42 deletions pnpm-lock.yaml

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

3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"removeComments": true,
"lib": ["ES2020"],
"sourceMap": true,
"rootDir": "src"
"rootDir": "src",
"skipLibCheck": true
},
"exclude": ["node_modules", ".vscode-test", "test-fixtures"],
"include": [
Expand Down