File tree Expand file tree Collapse file tree 8 files changed +34
-34
lines changed Expand file tree Collapse file tree 8 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 66  build :
77    runs-on : ubuntu-latest 
88    steps :
9-       - uses : actions/checkout@v4  
9+       - uses : actions/checkout@v5  
1010      - name : Set up Node 
11-         uses : actions/setup-node@v4  
11+         uses : actions/setup-node@v6  
1212        with :
13-           node-version : 22 
13+           node-version : 24 
1414      #  libgbm-dev is required by Puppeteer 3+
1515      - name : Install system dependencies 
1616        run : | 
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535    runs-on : ${{ matrix.os }} 
3636    continue-on-error : ${{ matrix.experimental }} 
3737    steps :
38-     - uses : actions/checkout@v4  
38+     - uses : actions/checkout@v5  
3939    - name : Set up Node 
40-       uses : actions/setup-node@v4  
40+       uses : actions/setup-node@v6  
4141      with :
42-         node-version : 22 
42+         node-version : 24 
4343    #  libgbm-dev is required by Puppeteer 3+
4444    - name : Install system dependencies 
4545      run : | 
@@ -63,11 +63,11 @@ jobs:
6363      matrix :
6464        asciidoctor-core-version : [v2.0.23, main] 
6565    steps :
66-       - uses : actions/checkout@v4  
66+       - uses : actions/checkout@v5  
6767      - name : Set up Node 
68-         uses : actions/setup-node@v4  
68+         uses : actions/setup-node@v6  
6969        with :
70-           node-version : 22 
70+           node-version : 24 
7171      - name : Install dependencies 
7272        run : | 
7373          npm ci 
Original file line number Diff line number Diff line change 1313  build :
1414    runs-on : ubuntu-latest 
1515    steps :
16-       - uses : actions/checkout@v4  
16+       - uses : actions/checkout@v5  
1717      - name : Notify Netlify 
1818        env :
1919          NETLIFY_WEBHOOK_URL : ${{ secrets.NETLIFY_WEBHOOK_URL }} 
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010    if : github.repository_owner == 'asciidoctor' 
1111    runs-on : ubuntu-latest 
1212    steps :
13-       - uses : actions/checkout@v4  
14-       - uses : actions/setup-node@v4  
13+       - uses : actions/checkout@v5  
14+       - uses : actions/setup-node@v6  
1515        with :
16-           node-version : 22 
16+           node-version : 24 
1717      #  libgbm-dev is required by Puppeteer 3+
1818      - name : Install system dependencies 
1919        run : | 
@@ -34,10 +34,10 @@ jobs:
3434    needs : build 
3535    runs-on : ubuntu-latest 
3636    steps :
37-       - uses : actions/checkout@v4  
38-       - uses : actions/setup-node@v4  
37+       - uses : actions/checkout@v5  
38+       - uses : actions/setup-node@v6  
3939        with :
40-           node-version : 22 
40+           node-version : 24 
4141          registry-url : https://registry.npmjs.org/ 
4242      #  libgbm-dev is required by Puppeteer 3+
4343      - name : Install system dependencies 
Original file line number Diff line number Diff line change 88    runs-on : ubuntu-latest 
99    steps :
1010      - name : Checkout 
11-         uses : actions/checkout@v4.1.1  
11+         uses : actions/checkout@v5.0.0  
1212      - name : Self-hosted Renovate 
13-         uses : renovatebot/github-action@v39.2.4  
13+         uses : renovatebot/github-action@v43.0.19  
1414        with :
1515          configurationFile : renovate.json 
1616          token : ${{ secrets.RENOVATE_TOKEN }} 
Original file line number Diff line number Diff line change 1717    "pacote" : " 12.0.3" 
1818    "prettier" : " 3.5.3" 
1919    "semver" : " 7.7.2" 
20-     "sinon" : " 20 .0.0" 
20+     "sinon" : " 21 .0.0" 
2121  },
2222  "volta" : {
23-     "node" : " 22.14 .0" 
23+     "node" : " 24.11 .0" 
2424  }
2525}
Original file line number Diff line number Diff line change 8787    "unxhr" : " 1.2.0" 
8888  },
8989  "devDependencies" : {
90-     "@rollup/plugin-commonjs" : " 25 .0.7 " 
90+     "@rollup/plugin-commonjs" : " 28 .0.9 " 
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.3 " 
93+     "@types/node" : " 24.9.2 " 
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.46.2 " 
96+     "@typescript-eslint/parser" : " 8.46.2 " 
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 " 
102-     "cross-env" : " 7.0.3 " 
101+     "chai" : " 6.2.0 " 
102+     "cross-env" : " 10.1.0 " 
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.38 .0" 
108108    "handlebars" : " 4.7.8" 
109109    "http-server" : " 14.1.1" 
110-     "mocha" : " 10.3.0 " 
110+     "mocha" : " 11.7.4 " 
111111    "mock-http-server" : " 1.4.5" 
112112    "module-alias" : " 2.2.3" 
113113    "nunjucks" : " 3.2.4" 
117117    "puppeteer" : " 24.8.2" 
118118    "rollup" : " ~4.10.0" 
119119    "rollup-plugin-dts" : " ^6.1.0" 
120-     "sinon" : " 17 .0.1 " 
120+     "sinon" : " 21 .0.0 " 
121121    "standard" : " 17.1.0" 
122122    "tsd" : " 0.30.4" 
123123    "typescript" : " 5.3.3" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments