Skip to content

Commit fe90bb6

Browse files
committed
⬆️ Update all dependencies
1 parent d333b7b commit fe90bb6

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/renovate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4.1.1
1212
- name: Self-hosted Renovate
13-
uses: renovatebot/github-action@v39.2.4
13+
uses: renovatebot/github-action@v40.3.4
1414
with:
1515
configurationFile: renovate.json
1616
token: ${{ secrets.RENOVATE_TOKEN }}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
},
1313
"devDependencies": {
1414
"bestikk-log": "0.1.0",
15-
"chai": "4.4.1",
15+
"chai": "5.1.1",
1616
"dirty-chai": "2.0.1",
1717
"downdoc": "^1.0.0-beta.9",
18-
"eslint": "^8.10.0",
18+
"eslint": "^9.0.0",
1919
"eslint-config-standard": "^17.0.0-1",
2020
"libnpmpublish": "4.0.2",
2121
"mocha": "10.3.0",
2222
"pacote": "^12.0.2",
2323
"semver": "^7.3.8",
24-
"sinon": "17.0.1"
24+
"sinon": "19.0.2"
2525
}
2626
}

packages/core/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -87,24 +87,24 @@
8787
"unxhr": "1.2.0"
8888
},
8989
"devDependencies": {
90-
"@rollup/plugin-commonjs": "25.0.7",
90+
"@rollup/plugin-commonjs": "28.0.1",
9191
"@rollup/plugin-json": "6.1.0",
92-
"@rollup/plugin-replace": "5.0.5",
93-
"@types/node": "20.11.17",
92+
"@rollup/plugin-replace": "6.0.1",
93+
"@types/node": "22.7.6",
9494
"@types/nunjucks": "3.2.6",
95-
"@typescript-eslint/eslint-plugin": "6.21.0",
96-
"@typescript-eslint/parser": "6.21.0",
95+
"@typescript-eslint/eslint-plugin": "8.10.0",
96+
"@typescript-eslint/parser": "8.10.0",
9797
"bestikk-download": "1.0.0",
9898
"bestikk-fs": "1.0.0",
9999
"bestikk-log": "0.1.0",
100100
"bestikk-uglify": "3.0.1",
101-
"chai": "4.4.1",
101+
"chai": "5.1.1",
102102
"cross-env": "7.0.3",
103103
"dirty-chai": "2.0.1",
104104
"documentation": "^14.0.0",
105105
"dot": "1.1.3",
106106
"ejs": "3.1.9",
107-
"eslint": "8.56.0",
107+
"eslint": "9.12.0",
108108
"handlebars": "4.7.8",
109109
"http-server": "14.1.1",
110110
"mocha": "10.3.0",
@@ -114,10 +114,10 @@
114114
"opal-compiler": "3.0.0",
115115
"portfinder": "1.0.32",
116116
"pug": "3.0.2",
117-
"puppeteer": "21.11.0",
117+
"puppeteer": "23.6.0",
118118
"rollup": "~4.10.0",
119119
"rollup-plugin-dts": "^6.1.0",
120-
"sinon": "17.0.1",
120+
"sinon": "19.0.2",
121121
"standard": "17.1.0",
122122
"tsd": "0.30.4",
123123
"typescript": "5.3.3"

0 commit comments

Comments
 (0)