Skip to content

Commit

Permalink
Merge pull request #1138 from wantedly/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
chloe463 authored Sep 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 3d1ed59 + 7051cca commit e5eccf6
Showing 11 changed files with 61 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .changeset/five-masks-flash.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/eslint-config-wantedly-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# eslint-config-wantedly-typescript

## 4.0.0

### Major Changes

- 3f44379: Support ESLint v9

### Patch Changes

- Updated dependencies [3f44379]
- [email protected]
- [email protected]

## 3.2.3

### Patch Changes
6 changes: 3 additions & 3 deletions packages/eslint-config-wantedly-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-wantedly-typescript",
"description": "ESLint configuration for Wantedly with TypeScript",
"version": "3.2.3",
"version": "4.0.0",
"author": "Yuki Yamada <[email protected]>",
"dependencies": {
"@eslint/compat": "^1.1.1",
@@ -15,8 +15,8 @@
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-use-macros": "^3.2.2",
"eslint-plugin-wantedly": "^3.2.2",
"eslint-plugin-use-macros": "^4.0.0",
"eslint-plugin-wantedly": "^4.0.0",
"globals": "^15.9.0",
"typescript-eslint": "^8.6.0"
},
12 changes: 12 additions & 0 deletions packages/eslint-config-wantedly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# eslint-config-wantedly

## 4.0.0

### Major Changes

- 3f44379: Support ESLint v9

### Patch Changes

- Updated dependencies [3f44379]
- [email protected]
4 changes: 2 additions & 2 deletions packages/eslint-config-wantedly/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-wantedly",
"description": "ESLint configuration for Wantedly",
"version": "3.2.2",
"version": "4.0.0",
"author": "Yuki Yamada <[email protected]>",
"dependencies": {
"@babel/eslint-parser": "^7.25.1",
@@ -16,7 +16,7 @@
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-use-macros": "^3.2.2",
"eslint-plugin-use-macros": "^4.0.0",
"globals": "^15.9.0"
},
"homepage": "https://github.com/wantedly/frolint",
7 changes: 7 additions & 0 deletions packages/eslint-plugin-use-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# eslint-plugin-use-macros

## 4.0.0

### Major Changes

- 3f44379: Support ESLint v9
2 changes: 1 addition & 1 deletion packages/eslint-plugin-use-macros/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-use-macros",
"description": "ESLint rules for libraries which supports the babel-macros",
"version": "3.2.2",
"version": "4.0.0",
"author": "Yuki Yamada <[email protected]>",
"homepage": "https://github.com/wantedly/frolint",
"keywords": [
7 changes: 7 additions & 0 deletions packages/eslint-plugin-wantedly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# eslint-plugin-wantedly

## 4.0.0

### Major Changes

- 3f44379: Support ESLint v9
2 changes: 1 addition & 1 deletion packages/eslint-plugin-wantedly/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-wantedly",
"description": "Opinionated ESLint plugin for Wantedly",
"version": "3.2.2",
"version": "4.0.0",
"author": "Yuki Yamada <[email protected]>",
"homepage": "https://github.com/wantedly/frolint",
"keywords": [
13 changes: 13 additions & 0 deletions packages/frolint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# frolint

## 4.0.0

### Major Changes

- 3f44379: Support ESLint v9

### Patch Changes

- Updated dependencies [3f44379]
- [email protected]
- [email protected]
6 changes: 3 additions & 3 deletions packages/frolint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frolint",
"description": "git commit hook linter",
"version": "3.2.2",
"version": "4.0.0",
"author": "Yuki Yamada <[email protected]>",
"bin": "index.js",
"dependencies": {
@@ -11,8 +11,8 @@
"cosmiconfig": "^7.0.0",
"debug": "^4.3.2",
"eslint": "^9.0.0",
"eslint-config-wantedly": "^3.2.2",
"eslint-config-wantedly-typescript": "^3.2.2",
"eslint-config-wantedly": "^4.0.0",
"eslint-config-wantedly-typescript": "^4.0.0",
"prettier": "^2.4.1",
"prettier-config-wantedly": "^3.2.2",
"resolve": "^1.20.0"

0 comments on commit e5eccf6

Please sign in to comment.