pkg/npm(eslint-config): Bump version to v0.0.21
Summary: External version of D888. Also - bump pnpm and renovate version. - bump node version to v22. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Land and tag & release `@revi/eslint-config`. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D889
This commit is contained in:
parent
d4fd2acae2
commit
61f09cfcd0
7 changed files with 1234 additions and 1252 deletions
|
@ -1 +1 @@
|
||||||
v20.18.0
|
22.13.0
|
||||||
|
|
|
@ -28,6 +28,15 @@ Version bump criteria is as follows:
|
||||||
- minor: When the plugin is added.
|
- minor: When the plugin is added.
|
||||||
- patch: When the rule is modified (without plugin addition/removal).
|
- patch: When the rule is modified (without plugin addition/removal).
|
||||||
|
|
||||||
|
## v0.0.21
|
||||||
|
|
||||||
|
Date: 2025-01-20 (KST)
|
||||||
|
|
||||||
|
### Update
|
||||||
|
|
||||||
|
- Update `@eslint/js` to `v9.18.0`.
|
||||||
|
- Update `eslint` to `v9.18.0`.
|
||||||
|
|
||||||
## v0.0.20
|
## v0.0.20
|
||||||
|
|
||||||
Date: 2024-12-24 (KST)
|
Date: 2024-12-24 (KST)
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "@revi/eslint-config",
|
"name": "@revi/eslint-config",
|
||||||
"version": "0.0.20",
|
"version": "0.0.21",
|
||||||
"description": "@revi's shared eslint config",
|
"description": "@revi's shared eslint config",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"eslint"
|
"eslint"
|
||||||
],
|
],
|
||||||
"homepage": "https://revi.kr/eslint-config",
|
"homepage": "https://revi.kr/eslint-config",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://revi.xyz/new",
|
"url": "https://revi.kr/newbugs",
|
||||||
"email": "bugs@phab.revi.dev"
|
"email": "bugs@phab.revi.dev"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
|
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@eslint/js": "9.17.0",
|
"@eslint/js": "9.18.0",
|
||||||
"eslint": "catalog:",
|
"eslint": "catalog:",
|
||||||
"eslint-config-prettier": "9.1.0",
|
"eslint-config-prettier": "9.1.0",
|
||||||
"globals": "15.14.0"
|
"globals": "15.14.0"
|
||||||
|
@ -43,9 +43,9 @@
|
||||||
"prettier": "catalog:"
|
"prettier": "catalog:"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"eslint": "9.17.0"
|
"eslint": "9.18.0"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.15.1",
|
"packageManager": "pnpm@9.15.3",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"provenance": true
|
"provenance": true
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
],
|
],
|
||||||
"homepage": "https://revi.kr/prettier-config",
|
"homepage": "https://revi.kr/prettier-config",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://revi.xyz/new",
|
"url": "https://revi.kr/newbugs",
|
||||||
"email": "bugs@phab.revi.dev"
|
"email": "bugs@phab.revi.dev"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"prettier": "3.4.2"
|
"prettier": "3.4.2"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.15.1",
|
"packageManager": "pnpm@9.15.3",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"provenance": true
|
"provenance": true
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"typescript": "5.7.2"
|
"typescript": "5.7.2"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"renovate": "39.80.0"
|
"renovate": "39.107.0"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.15.1"
|
"packageManager": "pnpm@9.15.3"
|
||||||
}
|
}
|
||||||
|
|
2455
pnpm-lock.yaml
generated
2455
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -4,5 +4,5 @@ packages:
|
||||||
- './npm/prettier-config/'
|
- './npm/prettier-config/'
|
||||||
|
|
||||||
catalog:
|
catalog:
|
||||||
eslint: 9.17.0
|
eslint: 9.18.0
|
||||||
prettier: 3.4.2
|
prettier: 3.4.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue