Skip to content

Commit

Permalink
feat(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MathRobin committed Jan 24, 2025
1 parent 1ed3df4 commit b359a84
Show file tree
Hide file tree
Showing 6 changed files with 617 additions and 833 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
574 changes: 287 additions & 287 deletions .yarn/releases/yarn-4.5.3.cjs → .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ nmMode: classic

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airporting/ebics-parser",
"version": "3.2.5",
"version": "3.2.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"sideEffects": false,
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "22.9.0"
},
Expand Down Expand Up @@ -57,18 +57,18 @@
"@types/babel__core": "7.20.5",
"@types/eslint-config-prettier": "6.11.3",
"@types/eslint__js": "8.42.3",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "3.0.4",
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",
"globals": "15.14.0",
"husky": "9.1.7",
"lint-staged": "15.4.1",
"lint-staged": "15.4.2",
"pkgroll": "2.6.1",
"prettier": "3.4.2",
"typescript": "5.7.3",
"typescript-eslint": "8.20.0",
"vitest": "2.1.8"
"typescript-eslint": "8.21.0",
"vitest": "3.0.4"
}
}
21 changes: 17 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
{
"extends": ["config:base"],
"timezone": "Europe/Paris",
"schedule": ["on sunday"],
"encrypted": {
"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"
},
"schedule": ["on the first day of the week every 2 week"],
"hostRules": [
{
"hostType": "npm",
"matchHost": "registry.yarnpkg.com",
"token": "{{ secrets.NPM_TOKEN }}"
},
{
"hostType": "npm",
"matchHost": "registry.npmjs.org",
"token": "{{ secrets.NPM_TOKEN }}"
}
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"packageNames": ["node"],
"enabled": false
},
{
"matchManagers": ["nvm"],
"enabled": false
Expand Down
Loading

0 comments on commit b359a84

Please sign in to comment.