Skip to content

Commit dfacdf6

Browse files
authored
Merge pull request #194 from DavyJonesLocker/chore/qlty
Switch to Qlty badge
2 parents c05ad66 + 4417872 commit dfacdf6

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
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

.github/workflows/javascript.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
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": {

0 commit comments

Comments
 (0)