-
-
Notifications
You must be signed in to change notification settings - Fork 6
refactor: use actively maintained json-schema-migrate-x
instead
#378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
9792496
refactor: use actively maintained `@unts/json-schema-migrate` instead
JounQin 1005dc8
Create poor-dolphins-exist.md
JounQin e689908
Update poor-dolphins-exist.md
JounQin 87a9fbc
chore: enable `prettier-plugin-pkg` correctly
JounQin 94e44c2
chore: migrate to `json-schema-migrate-x`
JounQin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"eslint-plugin-json-schema-validator": minor | ||
--- | ||
|
||
refactor: use actively maintained [`json-schema-migrate-x`](https://github.com/un-ts/json-schema-migrate-x) instead |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{} | ||
{ | ||
"plugins": ["prettier-plugin-pkg"] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
"author": "Yosuke Ota", | ||
"funding": "https://github.com/sponsors/ota-meshi", | ||
"license": "MIT", | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": "^14.18.0 || >=16.0.0" | ||
}, | ||
|
@@ -28,18 +29,19 @@ | |
"build:ts": "tsc --project ./tsconfig.build.json", | ||
"clean": "rimraf .nyc_output dist coverage", | ||
"cover": "nyc --reporter=lcov yarn test", | ||
"docs:watch": "vitepress dev docs", | ||
"docs:build": "yarn build && vitepress build docs", | ||
"docs:build-and-preview": "yarn docs:build && npx http-server docs/.vitepress/dist", | ||
"docs:watch": "vitepress dev docs", | ||
"lint": "eslint .", | ||
"lint-fix": "yarn lint --fix", | ||
"mocha": "yarn ts node_modules/mocha/bin/mocha", | ||
"new": "yarn ts ./tools/new-rule", | ||
"prebuild": "yarn -s clean", | ||
"predocs:watch": "yarn build", | ||
"prelint": "yarn build", | ||
"prerelease": "yarn test && yarn build", | ||
"preversion": "yarn test && git add .", | ||
"release": "changeset publish", | ||
"release": "clean-pkg-json && changeset publish", | ||
"test": "env-cmd -e test yarn mocha \"tests/src/**/*.ts\" --reporter dot --timeout 60000", | ||
"ts": "env-cmd -e base node -r esbuild-register", | ||
"update": "yarn ts ./tools/update && yarn lint-fix", | ||
|
@@ -53,9 +55,9 @@ | |
"@eslint-community/eslint-utils": "^4.3.0", | ||
"ajv": "^8.0.0", | ||
"debug": "^4.3.1", | ||
"eslint-compat-utils": "^0.6.0", | ||
"eslint-compat-utils": "^0.6.5", | ||
"eslint-json-compat-utils": "^0.2.1", | ||
"json-schema-migrate": "^2.0.0", | ||
"json-schema-migrate-x": "^2.1.0", | ||
"jsonc-eslint-parser": "^2.0.0", | ||
"minimatch": "^9.0.0 || ^10.0.0", | ||
"synckit": "^0.11.1", | ||
|
@@ -89,7 +91,7 @@ | |
"eslint-config-prettier": "^10.0.0", | ||
"eslint-plugin-eslint-plugin": "^6.0.0", | ||
"eslint-plugin-jsdoc": "^50.0.0", | ||
"eslint-plugin-json-schema-validator": "^5.0.0", | ||
"eslint-plugin-json-schema-validator": "link:.", | ||
"eslint-plugin-jsonc": "^2.0.0", | ||
"eslint-plugin-markdown": "^5.0.0", | ||
"eslint-plugin-n": "^17.2.0", | ||
|
@@ -121,6 +123,5 @@ | |
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.