Skip to content

Commit b41cdf5

Browse files
committed
chore: update typeson, typeson-registry and devDeps.; switch to maintained fork of json-file-reporter
BREAKING CHANGE: Requires Node 14
1 parent 95c058c commit b41cdf5

File tree

15 files changed

+4023
-4029
lines changed

15 files changed

+4023
-4029
lines changed

.eslintrc.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const rules = {
2121
'jsdoc/require-param-type': 0,
2222
'jsdoc/check-types': 0,
2323

24-
'node/prefer-promises/fs': 0,
24+
'n/prefer-promises/fs': 0,
2525
'promise/prefer-await-to-callbacks': 0,
2626
'promise/prefer-await-to-then': 0,
2727
'unicorn/no-unsafe-regex': 0,
@@ -110,17 +110,17 @@ module.exports = {
110110
'padded-blocks': ['off'],
111111
'import/unambiguous': ['off'],
112112
'import/no-unresolved': ['off'],
113-
'node/no-missing-require': ['off'],
114-
'node/no-missing-import': ['off'],
115-
'node/no-unsupported-features/es-syntax': 'off'
113+
'n/no-missing-require': ['off'],
114+
'n/no-missing-import': ['off'],
115+
'n/no-unsupported-features/es-syntax': 'off'
116116
}
117117
},
118118
// @core-js-bundle can provide
119119
{
120120
files: ['src/**'],
121121
rules: {
122-
'node/no-unsupported-features/es-builtins': 'off',
123-
'node/no-unsupported-features/es-syntax': 'off'
122+
'n/no-unsupported-features/es-builtins': 'off',
123+
'n/no-unsupported-features/es-syntax': 'off'
124124
}
125125
},
126126
// May need to support a lower browser version for test/development files, but
@@ -145,9 +145,9 @@ module.exports = {
145145
'object-shorthand': ['off'],
146146
'prefer-destructuring': ['off'],
147147
'require-unicode-regexp': ['off'],
148-
'node/no-unsupported-features/es-syntax': 'off',
149-
'node/no-unsupported-features/es-builtins': ['off'],
150-
'node/no-unsupported-features/node-builtins': ['off'],
148+
'n/no-unsupported-features/es-syntax': 'off',
149+
'n/no-unsupported-features/es-builtins': ['off'],
150+
'n/no-unsupported-features/node-builtins': ['off'],
151151
'unicorn/prefer-add-event-listener': ['off'],
152152
'unicorn/no-instanceof-array': ['off'],
153153

mocha-multi-reporters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"mochajsJsonFileReporterReporterOptions": {
2+
"esJoyJsonFileReporterReporterOptions": {
33
"output": "test-support/results/file-{id}.json"
44
},
5-
"reporterEnabled": "spec, @mochajs/json-file-reporter"
5+
"reporterEnabled": "spec, @es-joy/json-file-reporter"
66
}

0 commit comments

Comments
 (0)