Skip to content

Commit

Permalink
Bump backport to 9.5.1 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored May 9, 2024
1 parent f7073a2 commit 1c85cda
Show file tree
Hide file tree
Showing 11 changed files with 169,914 additions and 161,389 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
es6: true,
node: true,
},
ignorePatterns: ['dist/', 'node_modules/'],
ignorePatterns: ['dist/', 'ts-dist/', 'node_modules/'],
plugins: ['@typescript-eslint', 'jest', 'import'],
parser: '@typescript-eslint/parser', // Specifies the ESLint parser
parserOptions: {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-npm-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-lint-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/yarn-error.log
/.missing-tsc-build
/.eslintcache
/ts-dist
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"*.yaml": "home-assistant"
}
"typescript.tsdk": "node_modules/typescript/lib"
}
Loading

0 comments on commit 1c85cda

Please sign in to comment.