npm: update (eslint|prettier)-config packages

Summary:
Originally should've migrated to sync via T182 but work is not complete
so for the time being do it manually.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Land and test.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D633
This commit is contained in:
revi 2024-08-01 18:53:41 +09:00
parent 712257d20f
commit 8672f0b7bc
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94
10 changed files with 9385 additions and 13917 deletions

View file

@ -1,5 +1,5 @@
{ {
"exclude": ["(^node_modules/)", "(^package-lock.json$)"], "exclude": ["(^node_modules/)", "(^pnpm-lock.yaml$)"],
"linters": { "linters": {
"chmod": { "chmod": {
"type": "chmod" "type": "chmod"

View file

@ -1 +1 @@
v20.15.0 v20.16.0

View file

@ -4,12 +4,21 @@ # `@revi/eslint-config` changelog
New entry is listed at the top, and old logs may get truncated. New entry is listed at the top, and old logs may get truncated.
Version bump criteria follows: Version bump criteria is as follows:
- major: When the plugin is removed. - major: When the plugin is removed.
- 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.8
Date: 2024-08-01 (KST)
### Update
- Update `@eslint/js` to `v9.8.0`.
- Update `eslint` to `v9.8.0`.
## v0.0.7 ## v0.0.7
Date: 2024-07-06 (KST) Date: 2024-07-06 (KST)

View file

@ -1,25 +1,25 @@
{ {
"$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.7", "version": "0.0.8",
"description": "@revi's shared eslint config", "description": "@revi's shared eslint config",
"main": "eslint.config.js", "main": "eslint.config.js",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"dependencies": { "dependencies": {
"@eslint/js": "9.6.0", "@eslint/js": "9.8.0",
"eslint": "9.6.0", "eslint": "9.8.0",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"globals": "15.8.0" "globals": "15.8.0"
}, },
"devDependencies": { "devDependencies": {
"@revi/prettier-config": "../prettier-config", "@revi/prettier-config": "../prettier-config",
"@types/eslint": "8.56.10", "@types/eslint": "9.6.0",
"@types/eslint__js": "8.42.3", "@types/eslint__js": "8.42.3",
"@types/eslint-config-prettier": "6.11.3", "@types/eslint-config-prettier": "6.11.3",
"prettier": "3.3.2" "prettier": "3.3.3"
}, },
"peerDependencies": { "peerDependencies": {
"eslint": "9.6.0" "eslint": "9.8.0"
}, },
"scripts": { "scripts": {
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types" "tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
@ -43,6 +43,7 @@
"url": "https://revi.xyz/", "url": "https://revi.xyz/",
"email": "package-admin@revi.dev" "email": "package-admin@revi.dev"
}, },
"packageManager": "pnpm@9.6.0",
"type": "module", "type": "module",
"license": "Apache-2.0" "license": "Apache-2.0"
} }

View file

@ -4,12 +4,20 @@ # `@revi/prettier-config` changelog
New entry is listed at the top, and old logs may get truncated. New entry is listed at the top, and old logs may get truncated.
Version bump criteria follows: Version bump criteria is as follows:
- major: When the plugin is removed. - major: When the plugin is removed.
- 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.1.3
Date: 2024-08-01 (KST)
### Update
- Update prettier to `v3.3.3`.
## v0.1.2 ## v0.1.2
Date: 2024-07-04 (KST) Date: 2024-07-04 (KST)

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://json.schemastore.org/package.json", "$schema": "https://json.schemastore.org/package.json",
"name": "@revi/prettier-config", "name": "@revi/prettier-config",
"version": "0.1.2", "version": "0.1.3",
"author": { "author": {
"name": "revi", "name": "revi",
"email": "package-admin@revi.dev", "email": "package-admin@revi.dev",
@ -11,12 +11,12 @@
"main": "prettier.config.js", "main": "prettier.config.js",
"types": "./types/prettier.config.d.ts", "types": "./types/prettier.config.d.ts",
"peerDependencies": { "peerDependencies": {
"prettier": "3.3.2" "prettier": "3.3.3"
}, },
"dependencies": { "dependencies": {
"@prettier/plugin-php": "0.22.2", "@prettier/plugin-php": "0.22.2",
"@prettier/plugin-xml": "3.4.1", "@prettier/plugin-xml": "3.4.1",
"prettier": "3.3.2", "prettier": "3.3.3",
"prettier-plugin-sh": "0.14.0", "prettier-plugin-sh": "0.14.0",
"prettier-plugin-toml": "2.0.1" "prettier-plugin-toml": "2.0.1"
}, },
@ -36,6 +36,7 @@
"keywords": [ "keywords": [
"prettier" "prettier"
], ],
"packageManager": "pnpm@9.6.0",
"type": "module", "type": "module",
"funding": "https://github.com/sponsors/revi", "funding": "https://github.com/sponsors/revi",
"license": "Apache-2.0" "license": "Apache-2.0"

13893
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,21 @@
{ {
"$schema": "https://json.schemastore.org/package.json", "$schema": "https://json.schemastore.org/package.json",
"name": "@revi/scripts", "name": "@revi/scripts",
"version": "0.0.1",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@revi/eslint-config": "./npm/eslint-config", "@revi/eslint-config": "./npm/eslint-config",
"@revi/prettier-config": "./npm/prettier-config", "@revi/prettier-config": "./npm/prettier-config",
"@types/node": "20.14.9", "@types/node": "20.14.13",
"csslint": "1.0.5", "csslint": "1.0.5",
"eslint": "9.6.0", "eslint": "9.8.0",
"eslint-config-wikimedia": "0.28.2", "eslint-config-wikimedia": "0.28.2",
"jshint": "2.13.6", "jshint": "2.13.6",
"prettier": "3.3.2", "prettier": "3.3.3",
"typescript": "5.5.3" "typescript": "5.5.4"
},
"optionalDependencies": {
"renovate": "38.8.3"
}, },
"scripts": { "scripts": {
"eslint": "eslint", "eslint": "eslint",
@ -19,17 +23,11 @@
"p:c": "prettier --check", "p:c": "prettier --check",
"p:w": "prettier --write" "p:w": "prettier --write"
}, },
"packageManager": "pnpm@9.6.0",
"prettier": "@revi/prettier-config", "prettier": "@revi/prettier-config",
"workspaces": [
"npm/eslint-config",
"npm/prettier-config"
],
"author": { "author": {
"name": "Yongmin Hong", "name": "Yongmin Hong",
"url": "https://revi.xyz", "url": "https://revi.xyz",
"email": "package-admin@revi.dev" "email": "package-admin@revi.dev"
},
"optionalDependencies": {
"renovate": "^37.421.0"
} }
} }

9340
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load diff

4
pnpm-workspace.yaml Normal file
View file

@ -0,0 +1,4 @@
---
packages:
- './npm/eslint-config/'
- './npm/prettier-config/'