From 712257d20fa5e7ba21aedffa5a6b993b27e74932 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Sat, 6 Jul 2024 13:50:03 +0900 Subject: [PATCH] npm(eslint-config): bump 0.0.7 Summary: Bump globals to 15.8.0 (skipping 15.7.0) Signed-off-by: Yongmin Hong Test Plan: Not really? Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D530 --- npm/eslint-config/CHANGELOG.md | 6 ++++++ npm/eslint-config/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/npm/eslint-config/CHANGELOG.md b/npm/eslint-config/CHANGELOG.md index d08807d..5f32acc 100644 --- a/npm/eslint-config/CHANGELOG.md +++ b/npm/eslint-config/CHANGELOG.md @@ -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.7 + +Date: 2024-07-06 (KST) + +- Update `globals` to `15.8.0`. + ## v0.0.6 (2024-07-02) - Update `eslint` and `@eslint/js` to `9.6.0`. diff --git a/npm/eslint-config/package.json b/npm/eslint-config/package.json index 3672f48..1aaf7ec 100644 --- a/npm/eslint-config/package.json +++ b/npm/eslint-config/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@revi/eslint-config", - "version": "0.0.6", + "version": "0.0.7", "description": "@revi's shared eslint config", "main": "eslint.config.js", "types": "./types/index.d.ts",