diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b43e445..7a610bed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v7.9.0 (2024-07-23) + + +## What's Changed +### :bug: Type: Bug +* fix: skip cloudflare pages comment by @9renpoto in https://github.com/9renpoto/frontend/pull/3887 +### :house: Refactoring +* refactor: biome check apply by @9renpoto in https://github.com/9renpoto/frontend/pull/3905 +### Other Changes +* chore(deps-dev): bump @biomejs/biome from 1.5.1 to 1.5.2 by @dependabot in https://github.com/9renpoto/frontend/pull/3888 +* chore(deps-dev): bump lint-staged from 15.2.0 to 15.2.2 by @dependabot in https://github.com/9renpoto/frontend/pull/3898 +* chore(deps): bump peter-evans/create-pull-request from 5 to 6 by @dependabot in https://github.com/9renpoto/frontend/pull/3894 +* chore(deps-dev): bump husky from 8.0.3 to 9.0.10 by @dependabot in https://github.com/9renpoto/frontend/pull/3897 +* chore(deps-dev): bump @biomejs/biome from 1.5.2 to 1.5.3 by @dependabot in https://github.com/9renpoto/frontend/pull/3890 +* chore(deps): bump streetsidesoftware/cspell-action from 5 to 6 by @dependabot in https://github.com/9renpoto/frontend/pull/3900 +* chore(deps-dev): bump husky from 9.0.10 to 9.0.11 by @dependabot in https://github.com/9renpoto/frontend/pull/3899 +* chore(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in https://github.com/9renpoto/frontend/pull/3903 + + +**Full Changelog**: https://github.com/9renpoto/frontend/compare/v7.8.0...v7.9.0 ## v7.8.0 (2024-01-14) diff --git a/apps/slides/package.json b/apps/slides/package.json index 2b2ac5434..88b20c25a 100644 --- a/apps/slides/package.json +++ b/apps/slides/package.json @@ -1,6 +1,6 @@ { "name": "@9renpoto/slides", - "version": "7.8.0", + "version": "7.9.0", "private": true, "description": "my slides", "license": "https://github.com/9renpoto/frontend/blob/master/LICENSE", diff --git a/package-lock.json b/package-lock.json index 4324c8ac2..d203ac582 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ }, "apps/slides": { "name": "@9renpoto/slides", - "version": "7.8.0", + "version": "7.9.0", "license": "https://github.com/9renpoto/frontend/blob/master/LICENSE", "dependencies": { "pug-cli": "1.0.0-alpha6", @@ -13667,7 +13667,7 @@ }, "packages/eslint-config": { "name": "@9renpoto/eslint-config", - "version": "7.8.0", + "version": "7.9.0", "license": "MIT", "peerDependencies": { "eslint-config-prettier": "^9.0.0", @@ -13676,7 +13676,7 @@ }, "packages/eslint-config-react": { "name": "@9renpoto/eslint-config-react", - "version": "7.8.0", + "version": "7.9.0", "license": "MIT", "peerDependencies": { "eslint-config-prettier": "^9.0.0", @@ -13687,7 +13687,7 @@ }, "packages/eslint-config-typescript": { "name": "@9renpoto/eslint-config-typescript", - "version": "7.8.0", + "version": "7.9.0", "license": "MIT", "peerDependencies": { "@9renpoto/eslint-config": "^7.7.0", @@ -13696,7 +13696,7 @@ }, "packages/stylelint-config": { "name": "@9renpoto/stylelint-config", - "version": "7.8.0", + "version": "7.9.0", "license": "MIT", "peerDependencies": { "stylelint-config-prettier": "^9.0.3", @@ -13898,7 +13898,7 @@ }, "packages/textlint-config-ja": { "name": "@9renpoto/textlint-config-ja", - "version": "7.8.0", + "version": "7.9.0", "license": "MIT", "peerDependencies": { "textlint-filter-rule-comments": "^1.2.2", @@ -13922,7 +13922,7 @@ }, "packages/tsconfig": { "name": "@9renpoto/tsconfig", - "version": "7.8.0", + "version": "7.9.0", "license": "MIT", "peerDependencies": { "typescript": "^5.0.0" diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 9fae8b829..b64ab169a 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@9renpoto/eslint-config-react", - "version": "7.8.0", + "version": "7.9.0", "description": "my react eslint-config", "license": "MIT", "repository": { @@ -13,7 +13,10 @@ "url": "https://github.com/9renpoto/frontend/issues" }, "main": "index.js", - "keywords": ["eslint", "react"], + "keywords": [ + "eslint", + "react" + ], "peerDependencies": { "eslint-config-prettier": "^9.0.0", "eslint-plugin-jsx-a11y": "^6.5.1", diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index e952b79d0..1159169d0 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@9renpoto/eslint-config-typescript", - "version": "7.8.0", + "version": "7.9.0", "description": "TypeScript with eslint", "license": "MIT", "repository": { @@ -13,7 +13,10 @@ "url": "https://github.com/9renpoto/frontend/issues" }, "main": "index.js", - "keywords": ["eslint", "TypeScript"], + "keywords": [ + "eslint", + "TypeScript" + ], "peerDependencies": { "@9renpoto/eslint-config": "^7.7.0", "@typescript-eslint/parser": "^6.0.0" diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 023409c9d..d4f2313e0 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@9renpoto/eslint-config", - "version": "7.8.0", + "version": "7.9.0", "description": "my eslint config", "license": "MIT", "repository": { @@ -13,7 +13,10 @@ "url": "https://github.com/9renpoto/frontend/issues" }, "main": "index.js", - "keywords": ["config", "eslint"], + "keywords": [ + "config", + "eslint" + ], "peerDependencies": { "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0" diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 397969d47..1548c2c3a 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@9renpoto/stylelint-config", - "version": "7.8.0", + "version": "7.9.0", "description": "@9renpoto stylelint config", "license": "MIT", "repository": { @@ -13,7 +13,9 @@ "url": "https://github.com/9renpoto/frontend/issues" }, "main": "index.js", - "keywords": ["stylelint-config"], + "keywords": [ + "stylelint-config" + ], "peerDependencies": { "stylelint-config-prettier": "^9.0.3", "stylelint-config-recess-order": "^4.0.0" diff --git a/packages/textlint-config-ja/package.json b/packages/textlint-config-ja/package.json index 8483fef94..f0dbf681b 100644 --- a/packages/textlint-config-ja/package.json +++ b/packages/textlint-config-ja/package.json @@ -1,6 +1,6 @@ { "name": "@9renpoto/textlint-config-ja", - "version": "7.8.0", + "version": "7.9.0", "description": "Configrations for Japanese text linter", "license": "MIT", "author": "9renpoto", @@ -8,7 +8,10 @@ "scripts": { "lint": "textlint README.md --cache" }, - "keywords": ["ja", "textlint"], + "keywords": [ + "ja", + "textlint" + ], "peerDependencies": { "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-incremental-headers": "^0.2.0", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index d9e00b9e0..4c54fabc3 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,11 +1,19 @@ { "name": "@9renpoto/tsconfig", - "version": "7.8.0", + "version": "7.9.0", "description": "Shared TypeScript config for my projects", "license": "MIT", "main": "tsconfig.json", - "files": ["tsconfig.json"], - "keywords": ["tsconfig", "typescript", "ts", "config", "configuration"], + "files": [ + "tsconfig.json" + ], + "keywords": [ + "tsconfig", + "typescript", + "ts", + "config", + "configuration" + ], "peerDependencies": { "typescript": "^5.0.0" }