israeli-banks-actual-budget-importer 1.5.1 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.yarnrc.yml CHANGED
@@ -1,3 +1,3 @@
1
- yarnPath: .yarn/releases/yarn-4.9.1.cjs
2
-
3
1
  nodeLinker: node-modules
2
+
3
+ yarnPath: .yarn/releases/yarn-4.12.0.cjs
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.5.3](https://github.com/tomerh2001/israeli-banks-actual-budget-importer/compare/v1.5.2...v1.5.3) (2025-11-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update Node.js version to 24 and adjust file permissions ([a4a2658](https://github.com/tomerh2001/israeli-banks-actual-budget-importer/commit/a4a2658537057f4a5a8a4c1888791b94ec987577))
7
+ * Updated packages to latest version ([91c3f6b](https://github.com/tomerh2001/israeli-banks-actual-budget-importer/commit/91c3f6bf57cbbc2a9f17925d13a393ebd9746510))
8
+
9
+ ## [1.5.2](https://github.com/tomerh2001/israeli-banks-actual-budget-importer/compare/v1.5.1...v1.5.2) (2025-06-09)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bumped israeli-bank-scrapers to v6.1.3 ([15ed7c4](https://github.com/tomerh2001/israeli-banks-actual-budget-importer/commit/15ed7c490035837327e69c4372595c918cfea44c))
15
+
1
16
  ## [1.5.1](https://github.com/tomerh2001/israeli-banks-actual-budget-importer/compare/v1.5.0...v1.5.1) (2025-05-28)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.1",
2
+ "version": "1.5.3",
3
3
  "name": "israeli-banks-actual-budget-importer",
4
4
  "module": "index.ts",
5
5
  "type": "module",
@@ -8,31 +8,31 @@
8
8
  "test": "xo"
9
9
  },
10
10
  "devDependencies": {
11
- "@codedependant/semantic-release-docker": "^5.1.0",
11
+ "@codedependant/semantic-release-docker": "^5.1.1",
12
12
  "@semantic-release/changelog": "^6.0.3",
13
13
  "@semantic-release/commit-analyzer": "^13.0.1",
14
14
  "@semantic-release/git": "^10.0.1",
15
- "@semantic-release/github": "^11.0.2",
16
- "@semantic-release/npm": "^12.0.1",
17
- "@semantic-release/release-notes-generator": "^14.0.3",
18
- "@types/lodash": "^4.17.16",
19
- "@types/papaparse": "^5.3.16",
15
+ "@semantic-release/github": "^12.0.2",
16
+ "@semantic-release/npm": "^13.1.2",
17
+ "@semantic-release/release-notes-generator": "^14.1.0",
18
+ "@types/lodash": "^4.17.21",
19
+ "@types/papaparse": "^5.5.0",
20
20
  "bun-types": "latest",
21
- "papaparse": "^5.5.2",
22
- "semantic-release": "^24.2.3",
23
- "typescript": "^5.8.3",
24
- "xo": "^1.0.0"
21
+ "papaparse": "^5.5.3",
22
+ "semantic-release": "^25.0.2",
23
+ "typescript": "^5.9.3",
24
+ "xo": "^1.2.3"
25
25
  },
26
- "packageManager": "yarn@4.9.1",
26
+ "packageManager": "yarn@4.12.0",
27
27
  "dependencies": {
28
- "@actual-app/api": "^25.5.0",
29
- "cronstrue": "^2.61.0",
30
- "israeli-bank-scrapers": "^6.0.0",
28
+ "@actual-app/api": "^25.11.0",
29
+ "cronstrue": "^3.9.0",
30
+ "israeli-bank-scrapers": "^6.2.5",
31
31
  "lodash": "^4.17.21",
32
32
  "moment": "^2.30.1",
33
33
  "mute-stdout": "^2.0.0",
34
- "node-cron": "^4.0.7",
35
- "p-queue": "^8.1.0",
36
- "tsx": "^4.19.4"
34
+ "node-cron": "^4.2.1",
35
+ "p-queue": "^9.0.1",
36
+ "tsx": "^4.20.6"
37
37
  }
38
38
  }
package/src/config.d.ts CHANGED
@@ -16,9 +16,7 @@ export type ConfigActualBudget = {
16
16
  password: string;
17
17
  };
18
18
 
19
- export type ConfigBanks = Partial<{
20
- [key in CompanyTypes]: ConfigBank;
21
- }>;
19
+ export type ConfigBanks = Partial<Record<CompanyTypes, ConfigBank>>;
22
20
 
23
21
  export type ConfigBank = ScraperCredentials & {
24
22
  actualAccountId: string;
package/src/index.ts CHANGED
@@ -2,7 +2,6 @@
2
2
  /* eslint-disable unicorn/no-process-exit */
3
3
 
4
4
  /* eslint-disable no-await-in-loop */
5
- /* eslint-disable n/file-extension-in-import */
6
5
 
7
6
  import process from 'node:process';
8
7
  import {type CompanyTypes} from 'israeli-bank-scrapers';
package/src/utils.d.ts CHANGED
File without changes
package/src/utils.ts CHANGED
@@ -2,9 +2,6 @@
2
2
  /* eslint-disable @typescript-eslint/naming-convention */
3
3
  /* eslint-disable @typescript-eslint/no-unsafe-call */
4
4
 
5
- /* eslint-disable import/extensions */
6
- /* eslint-disable n/file-extension-in-import */
7
-
8
5
  import process from 'node:process';
9
6
  import {createScraper, type ScraperCredentials} from 'israeli-bank-scrapers';
10
7
  import _ from 'lodash';