Skip to content

Commit

Permalink
chore: release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowatcher committed Dec 4, 2024
1 parent bcfc43c commit 7078d6a
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 12 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.18.0 (2024-12-04)

* chore: add comma in settings.json ([433fbbe](https://github.com/rainbowatcher/eslint-config/commit/433fbbe))
* chore: add tsreset.d.ts to include ([a9f4a66](https://github.com/rainbowatcher/eslint-config/commit/a9f4a66))
* chore: refine include paths in tsconfig ([fa249b0](https://github.com/rainbowatcher/eslint-config/commit/fa249b0))
* chore(deps): bump deps ([bcfc43c](https://github.com/rainbowatcher/eslint-config/commit/bcfc43c))
* chore(deps): bump deps ([d845c67](https://github.com/rainbowatcher/eslint-config/commit/d845c67))
* chore(typescript): use import.meta.dirname instead of process.cwd ([66e5730](https://github.com/rainbowatcher/eslint-config/commit/66e5730))
* fix(javascript): add partitionByComment for sort-object-types ([b8edd5f](https://github.com/rainbowatcher/eslint-config/commit/b8edd5f))
* fix(typescript): disable no-unsafe-return for performance improve ([074dfb9](https://github.com/rainbowatcher/eslint-config/commit/074dfb9))
* revert: use import.meta.dirname instead of process.cwd ([d84364c](https://github.com/rainbowatcher/eslint-config/commit/d84364c))
* feat(javascript): enable no-deprecated and no-unused-modules in ci ([7fc456a](https://github.com/rainbowatcher/eslint-config/commit/7fc456a))



## 0.17.0 (2024-11-22)

* fix(javascript): enable expiring-todo-comments ([cea9125](https://github.com/rainbowatcher/eslint-config/commit/cea9125))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbowatcher/eslint-config-mono",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"packageManager": "[email protected]",
"author": "rainbowatcher <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbowatcher/eslint-config",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"description": "rainbowatcher's ESLint config presets",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ignore/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbowatcher/eslint-config-ignore",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"description": "rainbowatcher's ESLint config presets",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbowatcher/eslint-config-js",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"description": "rainbowatcher's ESLint config presets",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbowatcher/eslint-config-json",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"description": "rainbowatcher's ESLint config presets",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbowatcher/eslint-config-md",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"description": "rainbowatcher's ESLint config presets",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbowatcher/eslint-config-prettier",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"description": "rainbowatcher's ESLint config presets",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbowatcher/eslint-config-shared",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"description": "rainbowatcher's ESLint config presets",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/toml/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbowatcher/eslint-config-toml",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"description": "rainbowatcher's ESLint config presets",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbowatcher/eslint-config-ts",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"description": "rainbowatcher's ESLint config presets",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/unocss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbowatcher/eslint-config-unocss",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"description": "rainbowatcher's ESLint config presets",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbowatcher/eslint-config-vue",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"description": "rainbowatcher's ESLint config presets",
"author": "rainbowatcher <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 7078d6a

Please sign in to comment.