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.
|
||||
- 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
|
||||
|
||||
Date: 2024-12-24 (KST)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "@revi/eslint-config",
|
||||
"version": "0.0.20",
|
||||
"version": "0.0.21",
|
||||
"description": "@revi's shared eslint config",
|
||||
"keywords": [
|
||||
"eslint"
|
||||
],
|
||||
"homepage": "https://revi.kr/eslint-config",
|
||||
"bugs": {
|
||||
"url": "https://revi.xyz/new",
|
||||
"url": "https://revi.kr/newbugs",
|
||||
"email": "bugs@phab.revi.dev"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -30,7 +30,7 @@
|
|||
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@eslint/js": "9.17.0",
|
||||
"@eslint/js": "9.18.0",
|
||||
"eslint": "catalog:",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"globals": "15.14.0"
|
||||
|
@ -43,9 +43,9 @@
|
|||
"prettier": "catalog:"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "9.17.0"
|
||||
"eslint": "9.18.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.1",
|
||||
"packageManager": "pnpm@9.15.3",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
],
|
||||
"homepage": "https://revi.kr/prettier-config",
|
||||
"bugs": {
|
||||
"url": "https://revi.xyz/new",
|
||||
"url": "https://revi.kr/newbugs",
|
||||
"email": "bugs@phab.revi.dev"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -40,7 +40,7 @@
|
|||
"peerDependencies": {
|
||||
"prettier": "3.4.2"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.1",
|
||||
"packageManager": "pnpm@9.15.3",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"typescript": "5.7.2"
|
||||
},
|
||||
"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/'
|
||||
|
||||
catalog:
|
||||
eslint: 9.17.0
|
||||
eslint: 9.18.0
|
||||
prettier: 3.4.2
|
||||
|
|
Loading…
Add table
Reference in a new issue