File tree Expand file tree Collapse file tree 3 files changed +17
-24
lines changed Expand file tree Collapse file tree 3 files changed +17
-24
lines changed Original file line number Diff line number Diff line change 1717
1818jobs :
1919 test :
20- uses : fastify/workflows/.github/workflows/plugins-ci.yml@v3
20+ uses : fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
2121 with :
2222 license-check : true
2323 lint : true
Original file line number Diff line number Diff line change 1- ts: false
2- jsx: false
3-
4- branches: 65
5- functions: 100
6- lines: 89
7- statements: 89
8-
9- nyc-arg:
10- - "--exclude=.cache/*"
11- - "--exclude=lib/schema-validator.js"
1+ disable-coverage: true
122
133files:
144 - test/**/*.test.js
5+
6+ plugin:
7+ - "!@tapjs/typescript"
Original file line number Diff line number Diff line change 3737 },
3838 "homepage" : " https://github.com/fastify/fast-json-stringify#readme" ,
3939 "devDependencies" : {
40- "@fastify/pre-commit" : " ^2.0.2 " ,
41- "@sinclair/typebox" : " ^0.32.3 " ,
40+ "@fastify/pre-commit" : " ^2.1.0 " ,
41+ "@sinclair/typebox" : " ^0.32.15 " ,
4242 "benchmark" : " ^2.1.4" ,
4343 "cli-select" : " ^1.1.2" ,
4444 "compile-json-stringify" : " ^0.1.2" ,
45- "is-my-json-valid" : " ^2.20.0" ,
46- "simple-git" : " ^3.7.1" ,
47- "standard" : " ^17.0.0" ,
48- "tap" : " ^16.0.1" ,
45+ "fast-json-stringify" : " ." ,
46+ "is-my-json-valid" : " ^2.20.6" ,
47+ "simple-git" : " ^3.23.0" ,
48+ "standard" : " ^17.1.0" ,
49+ "tap" : " ^19.2.5" ,
4950 "tsd" : " ^0.31.0" ,
50- "webpack" : " ^5.40.0" ,
51- "fast-json-stringify" : " ."
51+ "webpack" : " ^5.90.3"
5252 },
5353 "dependencies" : {
54- "ajv" : " ^8.10.0" ,
54+ "@fastify/merge-json-schemas" : " ^0.1.1" ,
55+ "ajv" : " ^8.12.0" ,
5556 "ajv-formats" : " ^3.0.1" ,
5657 "fast-deep-equal" : " ^3.1.3" ,
57- "fast-uri" : " ^2.1.0" ,
58- "rfdc" : " ^1.2.0" ,
58+ "fast-uri" : " ^2.3.0" ,
5959 "json-schema-ref-resolver" : " ^1.0.1" ,
60- "@fastify/merge-json-schemas " : " ^0.1 .0"
60+ "rfdc " : " ^1.2 .0"
6161 },
6262 "standard" : {
6363 "ignore" : [
You can’t perform that action at this time.
0 commit comments