Skip to content

Commit b359a84

Browse files
committed
feat(version): bump
1 parent 1ed3df4 commit b359a84

File tree

6 files changed

+617
-833
lines changed

6 files changed

+617
-833
lines changed

.yarn/install-state.gz

-85.9 KB
Binary file not shown.

.yarn/releases/yarn-4.5.3.cjs renamed to .yarn/releases/yarn-4.6.0.cjs

Lines changed: 287 additions & 287 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ nmMode: classic
88

99
nodeLinker: node-modules
1010

11-
yarnPath: .yarn/releases/yarn-4.5.3.cjs
11+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airporting/ebics-parser",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"files": [
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"sideEffects": false,
2222
"type": "module",
23-
"packageManager": "yarn@4.5.3",
23+
"packageManager": "yarn@4.6.0",
2424
"engines": {
2525
"node": "22.9.0"
2626
},
@@ -57,18 +57,18 @@
5757
"@types/babel__core": "7.20.5",
5858
"@types/eslint-config-prettier": "6.11.3",
5959
"@types/eslint__js": "8.42.3",
60-
"@vitest/coverage-v8": "2.1.8",
60+
"@vitest/coverage-v8": "3.0.4",
6161
"commitizen": "4.3.1",
6262
"cz-conventional-changelog": "3.3.0",
6363
"eslint": "9.18.0",
6464
"eslint-config-prettier": "10.0.1",
6565
"globals": "15.14.0",
6666
"husky": "9.1.7",
67-
"lint-staged": "15.4.1",
67+
"lint-staged": "15.4.2",
6868
"pkgroll": "2.6.1",
6969
"prettier": "3.4.2",
7070
"typescript": "5.7.3",
71-
"typescript-eslint": "8.20.0",
72-
"vitest": "2.1.8"
71+
"typescript-eslint": "8.21.0",
72+
"vitest": "3.0.4"
7373
}
7474
}

renovate.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
{
22
"extends": ["config:base"],
33
"timezone": "Europe/Paris",
4-
"schedule": ["on sunday"],
5-
"encrypted": {
6-
"npmToken": "wcFMA/xDdHCJBTolAQ//VLuqk2hLnX2Ps7iiun9+vnd8S4XdXd5urPS1r0loO8vPe+jSpJu+vRgAadB6IDclJCXga73fS2Ew/GB6w8DX1t/TwY4RI36uz7ZcnMq7BhmHiabD9DwbKQcJ1g2+cEAYnZawOSypPnA7t3VRE/sY7sXeScktQ51BGdaYE2JkM/WScMen8d/lkis64thA60A46jLhOxfghgi9Emo64z5G+LSnzL3ibrJVQ9hOuw1KRARObuyj40H6ObMMzK5WJN9+M5tYngsuMfu86sxb9gNbcp0AJhuDEe4JFgu8PbSgPdPxnMFm5aA13f/EeSKNiqkqm1dFeeM39eI2P/VxBj/tAsr3TpDU+49HI1C0Xe/arLsAWrzmpNvdADeOUujtGZBEKmG8MU5JkIKKxzlT1M6rEwm9qo36bQwq6BdFRZUROrnTx62y21eiI2M1Uov7pJ+ZUxRMjGfLQCBuiBdG1Vu2VJSrZUzpCT/4NzwbgLilM82ApUZaY0e1eOhbNhQoYbbF3wextjCPvFnvDt7x9cnA2T7l9SJj/Q6qaKc1XoHZoXDyMjYb4wA7mNhIk4bNOSC3LApBwkm6oG7akiZZ82qB1bHTk2hHH2x3HdGLBnAB8qlp/qijgz/Z9FjRkMZIGLKfJskROkH+Nm65PNWngiTJWnuvkqagTk8MaCKxCY527BXSeQGv3RJMN69v9LDX4bo7yE82cPlL7puZkhpYZmAaxSGVLctCawhryhoLZE85Daa+uSDucSsxNGrh1Mdp2wI6uc/3TMw06OB0THO+Ub5gJysa/nXGc0w9qRUgbG+MOQtNWhQfVpofnFfdgmrlGh8Q/xoNfLoprTfFccY"
7-
},
4+
"schedule": ["on the first day of the week every 2 week"],
5+
"hostRules": [
6+
{
7+
"hostType": "npm",
8+
"matchHost": "registry.yarnpkg.com",
9+
"token": "{{ secrets.NPM_TOKEN }}"
10+
},
11+
{
12+
"hostType": "npm",
13+
"matchHost": "registry.npmjs.org",
14+
"token": "{{ secrets.NPM_TOKEN }}"
15+
}
16+
],
817
"lockFileMaintenance": {
918
"enabled": true,
1019
"automerge": true
1120
},
1221
"packageRules": [
22+
{
23+
"packageNames": ["node"],
24+
"enabled": false
25+
},
1326
{
1427
"matchManagers": ["nvm"],
1528
"enabled": false

0 commit comments

Comments
 (0)