File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v5
1818 - uses : pnpm/action-setup@v4
1919 - name : Set up Node
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@v5
2121 with :
2222 node-version : ' 22'
23+ package-manager-cache : false
2324 - name : Install node dependencies
2425 run : pnpm install
2526 - name : Run JavaScript linter
Original file line number Diff line number Diff line change 2222 bundler-cache : true
2323 - uses : pnpm/action-setup@v4
2424 - name : Set up Node
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v5
2626 with :
2727 node-version : ' 22'
28+ package-manager-cache : false
2829 - name : Install node dependencies
2930 run : pnpm install
3031 - name : Run tests
Original file line number Diff line number Diff line change 44[ ![ npm version] ( https://badge.fury.io/js/%40client-side-validations%2Fsimple-form.svg )] ( https://badge.fury.io/js/%40client-side-validations%2Fsimple-form )
55[ ![ Ruby Build Status] ( https://github.com/DavyJonesLocker/client_side_validations-simple_form/actions/workflows/ruby.yml/badge.svg )] ( https://github.com/DavyJonesLocker/client_side_validations-simple_form/actions )
66[ ![ JavaScript Build Status] ( https://github.com/DavyJonesLocker/client_side_validations-simple_form/actions/workflows/javascript.yml/badge.svg )] ( https://github.com/DavyJonesLocker/client_side_validations-simple_form/actions )
7- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/b9e9cbbd0d9f454adba7/ maintainability )] ( https://codeclimate.com/github /DavyJonesLocker/client_side_validations-simple_form/maintainability )
7+ [ ![ Maintainability] ( https://qlty.sh/gh/DavyJonesLocker/projects/client_side_validations-simple_form/ maintainability.svg )] ( https://qlty.sh/gh /DavyJonesLocker/projects/ client_side_validations-simple_form )
88[ ![ Coverage Status] ( https://coveralls.io/repos/github/DavyJonesLocker/client_side_validations-simple_form/badge.svg?branch=main )] ( https://coveralls.io/github/DavyJonesLocker/client_side_validations-simple_form?branch=main )
99
1010[ Simple Form] ( https://github.com/heartcombo/simple_form ) plugin for [ ClientSideValidations] ( https://github.com/DavyJonesLocker/client_side_validations )
Original file line number Diff line number Diff line change 2323 "test" : " test/javascript/run-qunit.mjs"
2424 },
2525 "devDependencies" : {
26- "@babel/core" : " ^7.28.3 " ,
26+ "@babel/core" : " ^7.28.4 " ,
2727 "@babel/preset-env" : " ^7.28.3" ,
2828 "@rollup/plugin-babel" : " ^6.0.4" ,
2929 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
3030 "chrome-launcher" : " ^1.2.0" ,
31- "eslint" : " ^9.33 .0" ,
31+ "eslint" : " ^9.35 .0" ,
3232 "eslint-plugin-compat" : " ^6.0.2" ,
3333 "neostandard" : " ^0.12.2" ,
34- "puppeteer-core" : " ^24.16.2 " ,
35- "rollup" : " ^4.46.3 " ,
34+ "puppeteer-core" : " ^24.19.0 " ,
35+ "rollup" : " ^4.50.0 " ,
3636 "rollup-plugin-copy" : " ^3.5.0"
3737 },
3838 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments