Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.11.1: Maintenance updates #79

Merged
merged 6 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.gitattributes export-ignore
.husky/** export-ignore
.coderabbit.yaml export-ignore
.imgbotconfig export-ignore
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.2
18.20.3
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
18.20.2
18.20.3
lts/hydrogen
node
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.20.2 ref:v18.20.1 lts-hydrogen lts latest system
nodejs 18.20.3 ref:v18.20.3 lts-hydrogen lts latest system
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "3.2.5-sdk",
"version": "3.3.1-sdk",
"main": "./index.cjs",
"type": "commonjs",
"bin": "./bin/prettier.cjs"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/lints-config",
"version": "0.11.0",
"version": "0.11.1",
"private": true,
"description": "My configuration for the ESLint / Prettier / TypeScript",
"keywords": [
Expand Down Expand Up @@ -51,8 +51,8 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@cspell/cspell-types": "^8.8.1",
"@cspell/eslint-plugin": "^8.8.1",
"@cspell/cspell-types": "^8.8.4",
"@cspell/eslint-plugin": "^8.8.4",
"@kurone-kito/commitlint-config": "workspace:^",
"@kurone-kito/cspell-config": "workspace:^",
"@kurone-kito/eslint-config-base": "workspace:^",
Expand All @@ -61,11 +61,11 @@
"@kurone-kito/markdownlint-config": "workspace:^",
"@kurone-kito/prettier-config": "workspace:^",
"@kurone-kito/typescript-config": "workspace:^",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@yarnpkg/sdks": "^3.1.2",
"concurrently": "^8.2.2",
"cspell": "^8.8.1",
"cspell": "^8.8.4",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -74,19 +74,19 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.4",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsdoc": "^48.2.9",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-n": "^17.6.0",
"eslint-plugin-oxlint": "^0.2.9",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-oxlint": "^0.4.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-yaml": "^0.5.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"markdownlint-cli2": "^0.13.0",
"oxlint": "^0.3.4",
"prettier": "^3.2.5",
"oxlint": "^0.4.3",
"prettier": "^3.3.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5",
"typescript-eslint-language-service": "^5.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/commitlint-config",
"version": "0.11.0",
"version": "0.11.1",
"description": "My commitlint configuration for general projects",
"keywords": [
"commitlint",
Expand Down
6 changes: 3 additions & 3 deletions packages/cspell-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/cspell-config",
"version": "0.11.0",
"version": "0.11.1",
"description": "My CSpell configuration for general projects",
"keywords": [
"config",
Expand Down Expand Up @@ -40,10 +40,10 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"@cspell/cspell-types": "^8.8.1",
"@cspell/cspell-types": "^8.8.4",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"cspell": "^8.8.1",
"cspell": "^8.8.4",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.7"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-base/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extends:
# see: https://github.com/eslint/eslint-plugin-markdown/issues/243
- plugin:markdown/recommended-legacy
- plugin:yaml/recommended
- plugin:json/recommended
- plugin:json/recommended-legacy
- plugin:editorconfig/noconflict
- plugin:@cspell/recommended
- plugin:jsdoc/recommended
Expand Down Expand Up @@ -126,11 +126,11 @@ rules:
# Unconditional permission to import modules that do not exist. The
# default is total prohibition, a temporary measure to support ESM-style
# module resolution in TypeScript.
node/no-missing-import: off
n/no-missing-import: off
# Allows the use of unsupported Node.js notation.
# Unconditional prohibition by default. All Node.js versions prohibit
# dynamic imports, and the rule is already obsoleted.
node/no-unsupported-features/es-syntax: off
n/no-unsupported-features/es-syntax: off
# Allow arbitrary reordering of multiple exports in the import syntax,
# with a warning. The default is to allow it unconditionally.
# in order to deal with the snowballing problem of the import part.
Expand Down
4 changes: 3 additions & 1 deletion packages/eslint-config-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ npm install --save-dev \
eslint-plugin-import \
eslint-plugin-jsdoc \
eslint-plugin-json \
eslint-plugin-node \
eslint-plugin-markdown \
eslint-plugin-markdownlint \
eslint-plugin-n \
eslint-plugin-oxlint \
eslint-plugin-yaml
```

Expand Down
20 changes: 10 additions & 10 deletions packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/eslint-config-base",
"version": "0.11.0",
"version": "0.11.1",
"description": "My ESLint configuration for general Node.js projects",
"keywords": [
"config",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"prettier": "@kurone-kito/prettier-config",
"devDependencies": {
"@cspell/eslint-plugin": "^8.8.1",
"@cspell/eslint-plugin": "^8.8.4",
"@kurone-kito/prettier-config": "workspace:^",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
Expand All @@ -50,15 +50,15 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.4",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsdoc": "^48.2.9",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-n": "^17.6.0",
"eslint-plugin-oxlint": "^0.2.9",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-oxlint": "^0.4.0",
"eslint-plugin-yaml": "^0.5.0",
"js-yaml": "^4.1.0",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
},
Expand All @@ -75,7 +75,7 @@
"eslint-plugin-editorconfig": ">=4.x.x",
"eslint-plugin-import": ">=2.27.x",
"eslint-plugin-jsdoc": ">=46.x.x",
"eslint-plugin-json": ">=3.x.x",
"eslint-plugin-json": ">=4.x.x",
"eslint-plugin-markdown": ">=3.x.x",
"eslint-plugin-markdownlint": ">=0.5.x",
"eslint-plugin-n": ">=17.x.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ overrides:
# product code should be listed in the `dependencies` list, so
# Storybook component definitions not included in the product code
# are exceptionally allowed to depend on `devDependencies`.
node/no-unpublished-import:
n/no-unpublished-import:
- error
- allowModules:
- '@storybook/react'
Expand All @@ -43,7 +43,7 @@ overrides:
# depend on the product code should be listed in the `dependencies`
# list, so test codes not included in the product code are
# exceptionally allowed to depend on `devDependencies`.
node/no-unpublished-import:
n/no-unpublished-import:
- error
- allowModules:
- '@testing-library/jest-dom'
Expand Down
5 changes: 4 additions & 1 deletion packages/eslint-config-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ npm install --save-dev \
eslint-plugin-import \
eslint-plugin-jsdoc \
eslint-plugin-json \
eslint-plugin-jsx-a11y \
eslint-plugin-markdown \
eslint-plugin-node \
eslint-plugin-markdownlint \
eslint-plugin-n \
eslint-plugin-oxlint \
eslint-plugin-react \
eslint-plugin-react-hooks \
eslint-plugin-storybook \
Expand Down
22 changes: 11 additions & 11 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/eslint-config-react",
"version": "0.11.0",
"version": "0.11.1",
"description": "My ESLint configuration for React projects",
"keywords": [
"config",
Expand Down Expand Up @@ -40,10 +40,10 @@
"@kurone-kito/eslint-config-base": "workspace:^"
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.8.1",
"@cspell/eslint-plugin": "^8.8.4",
"@kurone-kito/prettier-config": "workspace:^",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
Expand All @@ -54,19 +54,19 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.4",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsdoc": "^48.2.9",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-n": "^17.6.0",
"eslint-plugin-oxlint": "^0.2.9",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-oxlint": "^0.4.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-yaml": "^0.5.0",
"js-yaml": "^4.1.0",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
},
Expand All @@ -83,7 +83,7 @@
"eslint-plugin-editorconfig": ">=4.x.x",
"eslint-plugin-import": ">=2.27.x",
"eslint-plugin-jsdoc": ">=46.x.x",
"eslint-plugin-json": ">=3.x.x",
"eslint-plugin-json": ">=4.x.x",
"eslint-plugin-jsx-a11y": ">=6.x.x",
"eslint-plugin-markdown": ">=3.x.x",
"eslint-plugin-markdownlint": ">=0.5.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/lint-staged-config",
"version": "0.11.0",
"version": "0.11.1",
"description": "My lint-staged configuration for general projects",
"keywords": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdownlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/markdownlint-config",
"version": "0.11.0",
"version": "0.11.1",
"description": "My Markdownlint configuration for general projects",
"keywords": [
"config",
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/prettier-config",
"version": "0.11.0",
"version": "0.11.1",
"description": "My Prettier configuration for general projects",
"keywords": [
"config",
Expand Down Expand Up @@ -41,7 +41,7 @@
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"rimraf": "^5.0.7"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/typescript-config",
"version": "0.11.0",
"version": "0.11.1",
"description": "My TypeScript configuration for general projects",
"keywords": [
"config",
Expand Down Expand Up @@ -33,10 +33,10 @@
"prettier": "@kurone-kito/prettier-config",
"devDependencies": {
"@kurone-kito/prettier-config": "workspace:^",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/parser": "^7.12.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"typescript": "~5.4.5",
"typescript-eslint-language-service": "^5.0.5"
},
Expand Down
Loading
Loading