0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

Merge pull request #2156 from logto-io/renovate/silverhand-jest-config-1.x

chore(deps): update dependency @silverhand/jest-config to v1.2.2
This commit is contained in:
Gao Sun 2022-10-14 17:25:15 +08:00 committed by GitHub
commit 0df1a938ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 643 additions and 532 deletions

View file

@ -48,7 +48,8 @@
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "^18.0.0"
"react": "^18.0.0",
"jest": "^29.1.2"
}
}
}

View file

@ -60,17 +60,17 @@
},
"devDependencies": {
"@silverhand/eslint-config": "1.2.0",
"@silverhand/jest-config": "1.0.0",
"@silverhand/jest-config": "1.2.2",
"@silverhand/ts-config": "1.2.1",
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.2.1",
"@types/jest": "^28.1.6",
"@types/jest": "^29.1.2",
"@types/node": "^16.0.0",
"@types/semver": "^7.3.12",
"@types/tar": "^6.1.2",
"@types/yargs": "^17.0.13",
"eslint": "^8.21.0",
"jest": "^28.1.3",
"jest": "^29.1.2",
"lint-staged": "^13.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
@ -79,7 +79,9 @@
},
"eslintConfig": {
"extends": "@silverhand",
"ignorePatterns": ["src/package-json.ts"]
"ignorePatterns": [
"src/package-json.ts"
]
},
"prettier": "@silverhand/eslint-config/.prettierrc"
}

View file

@ -73,13 +73,13 @@
"devDependencies": {
"@shopify/jest-koa-mocks": "^5.0.0",
"@silverhand/eslint-config": "1.2.0",
"@silverhand/jest-config": "1.0.0",
"@silverhand/jest-config": "1.2.2",
"@silverhand/ts-config": "1.2.1",
"@types/debug": "^4.1.7",
"@types/etag": "^1.8.1",
"@types/fs-extra": "^9.0.13",
"@types/http-errors": "^1.8.2",
"@types/jest": "^28.1.6",
"@types/jest": "^29.1.2",
"@types/js-yaml": "^4.0.5",
"@types/koa": "^2.13.3",
"@types/koa-compose": "^3.2.5",
@ -93,7 +93,7 @@
"copyfiles": "^2.4.1",
"eslint": "^8.21.0",
"http-errors": "^1.6.3",
"jest": "^28.1.3",
"jest": "^29.1.2",
"jest-matcher-specific-error": "^1.0.0",
"lint-staged": "^13.0.0",
"nock": "^13.2.2",

View file

@ -1,7 +1,6 @@
import { merge, Config } from '@silverhand/jest-config';
const config: Config.InitialOptions = merge({
preset: 'jest-puppeteer',
});
// eslint-disable-next-line @typescript-eslint/no-require-imports, @typescript-eslint/no-var-requires, unicorn/prefer-module
const config: Config.InitialOptions = merge(require('jest-puppeteer/jest-preset'));
export default config;

View file

@ -14,21 +14,21 @@
"start": "pnpm test"
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@jest/types": "^29.1.2",
"@logto/node": "1.0.0-beta.8",
"@logto/schemas": "^1.0.0-beta.10",
"@peculiar/webcrypto": "^1.3.3",
"@silverhand/eslint-config": "1.2.0",
"@silverhand/essentials": "^1.3.0",
"@silverhand/jest-config": "1.0.0",
"@silverhand/jest-config": "1.2.2",
"@silverhand/ts-config": "1.2.1",
"@types/jest": "^28.1.6",
"@types/jest": "^29.1.2",
"@types/jest-environment-puppeteer": "^5.0.2",
"@types/node": "^16.0.0",
"dotenv": "^16.0.0",
"eslint": "^8.21.0",
"got": "^11.8.2",
"jest": "^28.1.3",
"jest": "^29.1.2",
"jest-puppeteer": "^6.1.1",
"node-fetch": "^2.6.7",
"openapi-schema-validator": "^12.0.0",

View file

@ -28,15 +28,15 @@
"devDependencies": {
"@silverhand/eslint-config": "1.2.0",
"@silverhand/essentials": "^1.3.0",
"@silverhand/jest-config": "1.0.0",
"@silverhand/jest-config": "1.2.2",
"@silverhand/ts-config": "1.2.1",
"@types/jest": "^28.1.6",
"@types/jest": "^29.1.2",
"@types/lodash.uniq": "^4.5.6",
"@types/node": "^16.0.0",
"@types/pluralize": "^0.0.29",
"camelcase": "^6.2.0",
"eslint": "^8.21.0",
"jest": "^28.1.3",
"jest": "^29.1.2",
"lint-staged": "^13.0.0",
"lodash.uniq": "^4.5.0",
"pluralize": "^8.0.0",

View file

@ -20,12 +20,12 @@
},
"devDependencies": {
"@silverhand/eslint-config": "1.2.0",
"@silverhand/jest-config": "1.0.0",
"@silverhand/jest-config": "1.2.2",
"@silverhand/ts-config": "1.2.1",
"@types/jest": "^28.1.6",
"@types/jest": "^29.1.2",
"@types/node": "^16.0.0",
"eslint": "^8.21.0",
"jest": "^28.1.3",
"jest": "^29.1.2",
"lint-staged": "^13.0.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"

View file

@ -29,12 +29,12 @@
"@silverhand/eslint-config": "1.2.0",
"@silverhand/eslint-config-react": "1.2.1",
"@silverhand/essentials": "^1.3.0",
"@silverhand/jest-config": "1.0.0",
"@silverhand/jest-config": "1.2.2",
"@silverhand/ts-config": "1.2.1",
"@silverhand/ts-config-react": "1.2.1",
"@testing-library/react": "^13.3.0",
"@types/color": "^3.0.3",
"@types/jest": "^28.1.6",
"@types/jest": "^29.1.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-modal": "^3.13.1",
@ -46,7 +46,7 @@
"eslint": "^8.21.0",
"i18next": "^21.8.16",
"i18next-browser-languagedetector": "^6.1.4",
"jest": "^28.1.3",
"jest": "^29.1.2",
"jest-environment-jsdom": "^28.1.3",
"jest-transformer-svg": "^2.0.0",
"js-base64": "^3.7.2",

1125
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff