npm/eslint-config: Bump version to v0.0.13
Summary: External version of D778. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: `pnpm install`. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D781
This commit is contained in:
parent
b5c1018e99
commit
7d97b1c969
3 changed files with 16 additions and 8 deletions
|
@ -10,6 +10,14 @@ # `@revi/eslint-config` changelog
|
|||
- minor: When the plugin is added.
|
||||
- patch: When the rule is modified (without plugin addition/removal).
|
||||
|
||||
## v0.0.13
|
||||
|
||||
Date: 2024-10-06 (KST)
|
||||
|
||||
### Update
|
||||
|
||||
- Update `globals` to `v15.10.0`.
|
||||
|
||||
## v0.0.12
|
||||
|
||||
Date: 2024-09-27 (KST)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "@revi/eslint-config",
|
||||
"version": "0.0.12",
|
||||
"version": "0.0.13",
|
||||
"description": "@revi's shared eslint config",
|
||||
"keywords": [
|
||||
"eslint"
|
||||
|
@ -33,7 +33,7 @@
|
|||
"@eslint/js": "9.11.1",
|
||||
"eslint": "catalog:",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"globals": "15.9.0"
|
||||
"globals": "15.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@revi/prettier-config": "../prettier-config",
|
||||
|
|
|
@ -61,8 +61,8 @@ importers:
|
|||
specifier: 9.1.0
|
||||
version: 9.1.0(eslint@9.11.1)
|
||||
globals:
|
||||
specifier: 15.9.0
|
||||
version: 15.9.0
|
||||
specifier: 15.10.0
|
||||
version: 15.10.0
|
||||
devDependencies:
|
||||
'@revi/prettier-config':
|
||||
specifier: ../prettier-config
|
||||
|
@ -2081,8 +2081,8 @@ packages:
|
|||
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
globals@15.9.0:
|
||||
resolution: {integrity: sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==}
|
||||
globals@15.10.0:
|
||||
resolution: {integrity: sha512-tqFIbz83w4Y5TCbtgjZjApohbuh7K9BxGYFm7ifwDR240tvdb7P9x+/9VvUKlmkPoiknoJtanI8UOrqxS3a7lQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
globalthis@1.0.4:
|
||||
|
@ -6717,7 +6717,7 @@ snapshots:
|
|||
eslint: 8.57.0
|
||||
eslint-plugin-es-x: 7.8.0(eslint@8.57.0)
|
||||
get-tsconfig: 4.7.6
|
||||
globals: 15.9.0
|
||||
globals: 15.10.0
|
||||
ignore: 5.3.1
|
||||
minimatch: 9.0.5
|
||||
semver: 7.6.3
|
||||
|
@ -7196,7 +7196,7 @@ snapshots:
|
|||
|
||||
globals@14.0.0: {}
|
||||
|
||||
globals@15.9.0: {}
|
||||
globals@15.10.0: {}
|
||||
|
||||
globalthis@1.0.4:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue