File tree Expand file tree Collapse file tree 8 files changed +28
-28
lines changed Expand file tree Collapse file tree 8 files changed +28
-28
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@v5  
1212        with :
1313          node-version : 22 
1414      #  libgbm-dev is required by Puppeteer 3+
Original file line number Diff line number Diff line change 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@v5  
4141      with :
4242        node-version : 22 
4343    #  libgbm-dev is required by Puppeteer 3+
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@v5  
6969        with :
7070          node-version : 22 
7171      - name : Install dependencies 
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 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@v5  
1515        with :
1616          node-version : 22 
1717      #  libgbm-dev is required by Puppeteer 3+
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@v5  
3939        with :
4040          node-version : 22 
4141          registry-url : https://registry.npmjs.org/ 
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.13  
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" : {
2323    "node" : " 22.14.0" 
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.6 " 
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.2 " 
93+     "@types/node" : " 24.5.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.44 .0" 
96+     "@typescript-eslint/parser" : " 8.44 .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" 
102-     "cross-env" : " 7 .0.3 " 
101+     "chai" : " 6.0 .1" 
102+     "cross-env" : " 10 .0.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.36 .0" 
108108    "handlebars" : " 4.7.8" 
109109    "http-server" : " 14.1.1" 
110-     "mocha" : " 10.3.0 " 
110+     "mocha" : " 11.7.2 " 
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