Skip to content

Commit

Permalink
Merge pull request #109 from kurone-kito/maintenance
Browse files Browse the repository at this point in the history
v0.17.3: Maintenance update
  • Loading branch information
kurone-kito authored Dec 15, 2024
2 parents 1a75145 + eb7ce43 commit 316f956
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Publish the packages
run: pnpm run publish
run: pnpm run publish --no-git-check
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/lints-config",
"version": "0.17.2",
"version": "0.17.3",
"private": true,
"description": "My configuration for the ESLint / Prettier / TypeScript",
"keywords": [
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.17.2",
"version": "0.17.3",
"description": "My commitlint configuration for general projects",
"keywords": [
"commitlint",
Expand Down
2 changes: 1 addition & 1 deletion 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.17.2",
"version": "0.17.3",
"description": "My CSpell configuration for general projects",
"keywords": [
"config",
Expand Down
4 changes: 2 additions & 2 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.17.2",
"version": "0.17.3",
"description": "My ESLint configuration for general Node.js projects",
"keywords": [
"config",
Expand Down Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-n": "^17.15.0",
"eslint-plugin-oxlint": "^0.15.1",
"eslint-plugin-oxlint": "^0.15.2",
"eslint-plugin-yaml": "^1.0.3",
"globals": "^15.13.0",
"mdast": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.17.2",
"version": "0.17.3",
"description": "My ESLint configuration for React projects",
"keywords": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/eslint-config-solid",
"version": "0.17.2",
"version": "0.17.3",
"description": "My ESLint configuration for Solid.js projects",
"keywords": [
"config",
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.17.2",
"version": "0.17.3",
"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.17.2",
"version": "0.17.3",
"description": "My Markdownlint configuration for general projects",
"keywords": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion 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.17.2",
"version": "0.17.3",
"description": "My Prettier configuration for general projects",
"keywords": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion 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.17.2",
"version": "0.17.3",
"description": "My TypeScript configuration for general projects",
"keywords": [
"config",
Expand Down
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 316f956

Please sign in to comment.