Yongmin Hong
34da9e2dfa
Summary: External version of D839. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: `arc land` and git tag. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D840
121 lines
2.1 KiB
Markdown
121 lines
2.1 KiB
Markdown
<!--
|
|
SPDX-FileCopyrightText: (C) 2024 Hong Yongmin (https://revi.xyz/) <yewon@revi.email>
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
# `@revi/eslint-config` changelog
|
|
|
|
Pre-`v0.0.6` changelog is not available.
|
|
|
|
New entry is listed at the top, and old logs may get truncated.
|
|
|
|
Version bump criteria is as follows:
|
|
|
|
- major: When the plugin is removed.
|
|
- minor: When the plugin is added.
|
|
- patch: When the rule is modified (without plugin addition/removal).
|
|
|
|
## v0.0.17
|
|
|
|
Date: 2024-11-06 (KST)
|
|
|
|
### Update
|
|
|
|
- Update `@eslint/js` to `v9.14.0`.
|
|
- Update `eslint` to `v9.14.0`.
|
|
|
|
## v0.0.16
|
|
|
|
Date: 2024-10-23 (KST)
|
|
|
|
### Update
|
|
|
|
- Update `@eslint/js` to `v9.13.0`.
|
|
- Update `eslint` to `v9.13.0`.
|
|
|
|
## v0.0.15
|
|
|
|
Date: 2024-10-15 (KST)
|
|
|
|
- Update `globals` to `v15.11.0`.
|
|
|
|
## v0.0.14
|
|
|
|
Date: 2024-10-08 (KST)
|
|
|
|
- Update `@eslint/js` to `v9.12.0`.
|
|
- Update `eslint` to `v9.12.0`.
|
|
|
|
## v0.0.13
|
|
|
|
Date: 2024-10-06 (KST)
|
|
|
|
### Update
|
|
|
|
- Update `globals` to `v15.10.0`.
|
|
|
|
## v0.0.12
|
|
|
|
Date: 2024-09-27 (KST)
|
|
|
|
### Update
|
|
|
|
- Update `eslint` to `v9.11.1`.
|
|
- Update `@eslint/js` to `v9.11.1`.
|
|
|
|
## v0.0.11
|
|
|
|
Date: 2024-09-24 (KST)
|
|
|
|
### Update
|
|
|
|
- Update `eslint` to `v9.11.0`.
|
|
|
|
## v0.0.10
|
|
|
|
Date: 2024-09-12 (KST)
|
|
|
|
### Update
|
|
|
|
- Update `eslint` to `v9.10.0`.
|
|
|
|
## v0.0.9
|
|
|
|
Date: 2024-08-30 (KST)
|
|
|
|
### Update
|
|
|
|
- Update `eslint` to `v9.9.0`.
|
|
- Update `@types/eslint` to `v9.6.1`.
|
|
|
|
## 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
|
|
|
|
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`.
|