Skip to content

Commit 1c85cda

Browse files
authored
Bump backport to 9.5.1 (#121)
1 parent f7073a2 commit 1c85cda

File tree

11 files changed

+169914
-161389
lines changed

11 files changed

+169914
-161389
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
es6: true,
44
node: true,
55
},
6-
ignorePatterns: ['dist/', 'node_modules/'],
6+
ignorePatterns: ['dist/', 'ts-dist/', 'node_modules/'],
77
plugins: ['@typescript-eslint', 'jest', 'import'],
88
parser: '@typescript-eslint/parser', // Specifies the ESLint parser
99
parserOptions: {

.github/workflows/bump-npm-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [16.x]
16+
node-version: [20.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/run-lint-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [16.x]
14+
node-version: [20.x]
1515

1616
steps:
1717
- uses: actions/checkout@v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/yarn-error.log
33
/.missing-tsc-build
44
/.eslintcache
5+
/ts-dist

.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@
1616
"editor.codeActionsOnSave": {
1717
"source.fixAll.eslint": "explicit"
1818
},
19-
"typescript.tsdk": "node_modules/typescript/lib",
20-
"files.associations": {
21-
"*.yaml": "home-assistant"
22-
}
19+
"typescript.tsdk": "node_modules/typescript/lib"
2320
}

0 commit comments

Comments
 (0)