Skip to content

Commit

Permalink
removed uniforms-bridge-simple-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpospiech committed Apr 20, 2024
1 parent 49715f4 commit a13847c
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 722 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"overrides": [
{
"files": ["**/__mocks__/**/*", "**/__tests__/**/*"],
"files": ["**/__tests__/**/*"],
"env": {
"jest": true
}
Expand Down Expand Up @@ -72,7 +72,6 @@
"valid-jsdoc": "off"
},
"settings": {
"import/core-modules": ["meteor/aldeed:simple-schema", "meteor/check"],
"import/resolver": {
"typescript": {}
},
Expand Down
3 changes: 0 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
- 'packages/uniforms-bridge-graphql/**/*'
- 'packages/uniforms-bridge-json-schema/**/*'
- 'packages/uniforms-bridge-simple-schema-2/**/*'
- 'packages/uniforms-bridge-simple-schema/**/*'
- 'packages/uniforms-bridge-zod/**/*'
'Area: Core':
- 'packages/uniforms/**/*'
Expand Down Expand Up @@ -44,8 +43,6 @@
- 'packages/uniforms-bridge-graphql/**/*'
'Bridge: JSON Schema':
- 'packages/uniforms-bridge-json-schema/**/*'
'Bridge: SimpleSchema':
- 'packages/uniforms-bridge-simple-schema/**/*'
'Bridge: SimpleSchema (v2)':
- 'packages/uniforms-bridge-simple-schema-2/**/*'
'Bridge: Zod':
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
- **Integrations with various schemas:**
- **[JSON Schema](http://json-schema.org/)**
- **[GraphQL](https://github.com/graphql/graphql-js)**
- **[SimpleSchema](https://github.com/aldeed/meteor-simple-schema)**
- **[SimpleSchema@2](https://github.com/aldeed/node-simple-schema)**
- **[Zod](https://github.com/colinhacks/zod)**
- **And any other - only [a small wrapper](https://vazco.github.io/uniforms/#/introduction) is needed!**
Expand Down
3 changes: 0 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ module.exports = {
collectCoverageFrom: ['packages/*/src/*.{ts,tsx}'],
coverageReporters: ['html', 'lcovonly', 'text-summary'],
moduleNameMapper: {
'^meteor/([^:]*):(.*)$':
'<rootDir>/packages/uniforms/__mocks__/meteor/$1_$2.ts',
'^meteor/([^:]*)$': '<rootDir>/packages/uniforms/__mocks__/meteor/$1.ts',
'^simpl-schema$': '<rootDir>/node_modules/simpl-schema',
'^uniforms/__suites__$': '<rootDir>/packages/uniforms/__suites__',
'^uniforms([^/]*)(.*)$': '<rootDir>/packages/uniforms$1/src$2',
Expand Down
11 changes: 0 additions & 11 deletions packages/uniforms-bridge-simple-schema/README.md

This file was deleted.

Loading

0 comments on commit a13847c

Please sign in to comment.