npm(eslint-config): Bump version to v0.0.15
Summary: Update `globals` to `v15.11.0`. Additionally run pnpm `v9.12.1`. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: `git tag`, push the tag, and watch GitHub Actions publishing to `npmjs`. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D795
This commit is contained in:
parent
0003c4d839
commit
45ac900600
4 changed files with 16 additions and 10 deletions
|
@ -10,6 +10,12 @@ # `@revi/eslint-config` changelog
|
|||
- minor: When the plugin is added.
|
||||
- patch: When the rule is modified (without plugin addition/removal).
|
||||
|
||||
## v0.0.15
|
||||
|
||||
Date: 2024-10-15 (KST)
|
||||
|
||||
- Update `globals` to `v15.11.0`.
|
||||
|
||||
## v0.0.14
|
||||
|
||||
Date: 2024-10-08 (KST)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "@revi/eslint-config",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"description": "@revi's shared eslint config",
|
||||
"keywords": [
|
||||
"eslint"
|
||||
|
@ -33,7 +33,7 @@
|
|||
"@eslint/js": "9.12.0",
|
||||
"eslint": "catalog:",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"globals": "15.10.0"
|
||||
"globals": "15.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@revi/prettier-config": "../prettier-config",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"peerDependencies": {
|
||||
"eslint": "9.12.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.12.0",
|
||||
"packageManager": "pnpm@9.12.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
@ -29,5 +29,5 @@
|
|||
"optionalDependencies": {
|
||||
"renovate": "38.8.3"
|
||||
},
|
||||
"packageManager": "pnpm@9.12.0"
|
||||
"packageManager": "pnpm@9.12.1"
|
||||
}
|
||||
|
|
|
@ -61,8 +61,8 @@ importers:
|
|||
specifier: 9.1.0
|
||||
version: 9.1.0(eslint@9.12.0)
|
||||
globals:
|
||||
specifier: 15.10.0
|
||||
version: 15.10.0
|
||||
specifier: 15.11.0
|
||||
version: 15.11.0
|
||||
devDependencies:
|
||||
'@revi/prettier-config':
|
||||
specifier: ../prettier-config
|
||||
|
@ -2090,8 +2090,8 @@ packages:
|
|||
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
globals@15.10.0:
|
||||
resolution: {integrity: sha512-tqFIbz83w4Y5TCbtgjZjApohbuh7K9BxGYFm7ifwDR240tvdb7P9x+/9VvUKlmkPoiknoJtanI8UOrqxS3a7lQ==}
|
||||
globals@15.11.0:
|
||||
resolution: {integrity: sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
globalthis@1.0.4:
|
||||
|
@ -6733,7 +6733,7 @@ snapshots:
|
|||
eslint: 8.57.0
|
||||
eslint-plugin-es-x: 7.8.0(eslint@8.57.0)
|
||||
get-tsconfig: 4.7.6
|
||||
globals: 15.10.0
|
||||
globals: 15.11.0
|
||||
ignore: 5.3.1
|
||||
minimatch: 9.0.5
|
||||
semver: 7.6.3
|
||||
|
@ -7210,7 +7210,7 @@ snapshots:
|
|||
|
||||
globals@14.0.0: {}
|
||||
|
||||
globals@15.10.0: {}
|
||||
globals@15.11.0: {}
|
||||
|
||||
globalthis@1.0.4:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue