Skip to content
  • Sponsor asciidoctor/asciidoctor.js

  • Notifications You must be signed in to change notification settings
  • Fork 140
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e774bf1

Browse files
committedNov 29, 2024·
⬆️ Update all dependencies
1 parent d333b7b commit e774bf1

File tree

5 files changed

+1438
-578
lines changed

5 files changed

+1438
-578
lines changed
 

‎.github/workflows/renovate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4.1.1
11+
uses: actions/checkout@v4.2.2
1212
- name: Self-hosted Renovate
1313
uses: renovatebot/github-action@v39.2.4
1414
with:

‎package-lock.json

+151-128
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
},
1313
"devDependencies": {
1414
"bestikk-log": "0.1.0",
15-
"chai": "4.4.1",
15+
"chai": "4.5.0",
1616
"dirty-chai": "2.0.1",
1717
"downdoc": "^1.0.0-beta.9",
1818
"eslint": "^8.10.0",
1919
"eslint-config-standard": "^17.0.0-1",
2020
"libnpmpublish": "4.0.2",
21-
"mocha": "10.3.0",
21+
"mocha": "10.8.2",
2222
"pacote": "^12.0.2",
2323
"semver": "^7.3.8",
2424
"sinon": "17.0.1"

‎packages/core/package-lock.json

+1,272-435
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/core/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -87,40 +87,40 @@
8787
"unxhr": "1.2.0"
8888
},
8989
"devDependencies": {
90-
"@rollup/plugin-commonjs": "25.0.7",
90+
"@rollup/plugin-commonjs": "25.0.8",
9191
"@rollup/plugin-json": "6.1.0",
92-
"@rollup/plugin-replace": "5.0.5",
93-
"@types/node": "20.11.17",
92+
"@rollup/plugin-replace": "5.0.7",
93+
"@types/node": "20.17.9",
9494
"@types/nunjucks": "3.2.6",
9595
"@typescript-eslint/eslint-plugin": "6.21.0",
9696
"@typescript-eslint/parser": "6.21.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": "4.5.0",
102102
"cross-env": "7.0.3",
103103
"dirty-chai": "2.0.1",
104104
"documentation": "^14.0.0",
105105
"dot": "1.1.3",
106-
"ejs": "3.1.9",
107-
"eslint": "8.56.0",
106+
"ejs": "3.1.10",
107+
"eslint": "8.57.1",
108108
"handlebars": "4.7.8",
109109
"http-server": "14.1.1",
110-
"mocha": "10.3.0",
110+
"mocha": "10.8.2",
111111
"mock-http-server": "1.4.5",
112112
"module-alias": "2.2.3",
113113
"nunjucks": "3.2.4",
114114
"opal-compiler": "3.0.0",
115115
"portfinder": "1.0.32",
116-
"pug": "3.0.2",
116+
"pug": "3.0.3",
117117
"puppeteer": "21.11.0",
118-
"rollup": "~4.10.0",
118+
"rollup": "~4.27.0",
119119
"rollup-plugin-dts": "^6.1.0",
120120
"sinon": "17.0.1",
121-
"standard": "17.1.0",
122-
"tsd": "0.30.4",
123-
"typescript": "5.3.3"
121+
"standard": "17.1.2",
122+
"tsd": "0.31.2",
123+
"typescript": "5.7.2"
124124
},
125125
"standard": {
126126
"ignore": [

0 commit comments

Comments
 (0)
Please sign in to comment.