From fa048fdd1a62346c6ef0cbffce190e7d4b38da29 Mon Sep 17 00:00:00 2001 From: reside-camacho <23222038+reside-camacho@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:23:50 +0000 Subject: [PATCH] chore(release): publish - @side/eslint-config-base@2.3.1 - @side/eslint-config-next@2.4.10 - @side/eslint-config-react@1.2.1 - @side/eslint-config-typescript@2.1.2 - @side/jest-config-next@1.3.36 --- packages/eslint-config-base/CHANGELOG.md | 6 ++++++ packages/eslint-config-base/package.json | 2 +- packages/eslint-config-next/CHANGELOG.md | 6 ++++++ packages/eslint-config-next/package.json | 6 +++--- packages/eslint-config-react/CHANGELOG.md | 6 ++++++ packages/eslint-config-react/package.json | 4 ++-- packages/eslint-config-typescript/CHANGELOG.md | 7 +++++++ packages/eslint-config-typescript/package.json | 2 +- packages/jest-config-next/CHANGELOG.md | 4 ++++ packages/jest-config-next/package.json | 6 +++--- yarn.lock | 16 ++++++++-------- 11 files changed, 47 insertions(+), 18 deletions(-) diff --git a/packages/eslint-config-base/CHANGELOG.md b/packages/eslint-config-base/CHANGELOG.md index 1573c768..f460b84d 100644 --- a/packages/eslint-config-base/CHANGELOG.md +++ b/packages/eslint-config-base/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/reside-eng/lint-config/compare/@side/eslint-config-base@2.3.0...@side/eslint-config-base@2.3.1) (2024-11-15) + +### Bug Fixes + +- **deps:** update dependency glob to v11 ([#731](https://github.com/reside-eng/lint-config/issues/731)) ([d999316](https://github.com/reside-eng/lint-config/commit/d9993166d348928b66fd1f65f1f300679b5cb06e)) + # [2.3.0](https://github.com/reside-eng/lint-config/compare/@side/eslint-config-base@2.2.0...@side/eslint-config-base@2.3.0) (2024-10-19) ### Features diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json index da4964e5..9f33f141 100644 --- a/packages/eslint-config-base/package.json +++ b/packages/eslint-config-base/package.json @@ -1,6 +1,6 @@ { "name": "@side/eslint-config-base", - "version": "2.3.0", + "version": "2.3.1", "engines": { "node": ">=20" }, diff --git a/packages/eslint-config-next/CHANGELOG.md b/packages/eslint-config-next/CHANGELOG.md index 1c85e089..46c9aad8 100644 --- a/packages/eslint-config-next/CHANGELOG.md +++ b/packages/eslint-config-next/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.10](https://github.com/reside-eng/lint-config/compare/@side/eslint-config-next@2.4.9...@side/eslint-config-next@2.4.10) (2024-11-15) + +### Bug Fixes + +- **deps:** update weekly npm maintenance release ([#766](https://github.com/reside-eng/lint-config/issues/766)) ([2d9fb8a](https://github.com/reside-eng/lint-config/commit/2d9fb8afa4d2e5926a8cba2f24eaaba8b2631307)) + ## [2.4.9](https://github.com/reside-eng/lint-config/compare/@side/eslint-config-next@2.4.8...@side/eslint-config-next@2.4.9) (2024-11-06) ### Bug Fixes diff --git a/packages/eslint-config-next/package.json b/packages/eslint-config-next/package.json index 5d7a2d6d..dbdde6ea 100644 --- a/packages/eslint-config-next/package.json +++ b/packages/eslint-config-next/package.json @@ -1,6 +1,6 @@ { "name": "@side/eslint-config-next", - "version": "2.4.9", + "version": "2.4.10", "engines": { "node": ">=20" }, @@ -22,8 +22,8 @@ "@next/eslint-plugin-next": "15.0.3", "@side/eslint-config-cypress": "1.1.2", "@side/eslint-config-jest": "1.1.1", - "@side/eslint-config-react": "1.2.0", - "@side/eslint-config-typescript": "2.1.1" + "@side/eslint-config-react": "1.2.1", + "@side/eslint-config-typescript": "2.1.2" }, "peerDependencies": { "eslint": ">=7.14.0", diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 3a42e9b1..cf858a4c 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1](https://github.com/reside-eng/lint-config/compare/@side/eslint-config-react@1.2.0...@side/eslint-config-react@1.2.1) (2024-11-15) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-react-hooks to v5 ([#740](https://github.com/reside-eng/lint-config/issues/740)) ([3dde57f](https://github.com/reside-eng/lint-config/commit/3dde57ff7c1242d9aed3b33ad5c1e3897708de82)) + # [1.2.0](https://github.com/reside-eng/lint-config/compare/@side/eslint-config-react@1.1.1...@side/eslint-config-react@1.2.0) (2024-11-05) ### Features diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 11559ec8..8b616f6b 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@side/eslint-config-react", - "version": "1.2.0", + "version": "1.2.1", "engines": { "node": ">=20" }, @@ -23,7 +23,7 @@ "test": "node eslint-config-react.js && node hooks.js" }, "dependencies": { - "@side/eslint-config-base": "2.3.0", + "@side/eslint-config-base": "2.3.1", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md index 6f3b9b4b..859a65c4 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.2](https://github.com/reside-eng/lint-config/compare/@side/eslint-config-typescript@2.1.1...@side/eslint-config-typescript@2.1.2) (2024-11-15) + +### Bug Fixes + +- **deps:** update typescript-eslint monorepo to v8 (major) ([#732](https://github.com/reside-eng/lint-config/issues/732)) ([f7a3841](https://github.com/reside-eng/lint-config/commit/f7a3841b473a3c277a561c9745b20060ef830942)) +- **deps:** update weekly npm maintenance release ([#766](https://github.com/reside-eng/lint-config/issues/766)) ([2d9fb8a](https://github.com/reside-eng/lint-config/commit/2d9fb8afa4d2e5926a8cba2f24eaaba8b2631307)) + ## [2.1.1](https://github.com/reside-eng/lint-config/compare/@side/eslint-config-typescript@2.1.0...@side/eslint-config-typescript@2.1.1) (2024-10-07) ### Bug Fixes diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index 1e26f23c..808963e6 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@side/eslint-config-typescript", - "version": "2.1.1", + "version": "2.1.2", "engines": { "node": ">=20" }, diff --git a/packages/jest-config-next/CHANGELOG.md b/packages/jest-config-next/CHANGELOG.md index 6a529ae6..9d95a874 100644 --- a/packages/jest-config-next/CHANGELOG.md +++ b/packages/jest-config-next/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.36](https://github.com/reside-eng/lint-config/compare/@side/jest-config-next@1.3.35...@side/jest-config-next@1.3.36) (2024-11-15) + +**Note:** Version bump only for package @side/jest-config-next + ## [1.3.35](https://github.com/reside-eng/lint-config/compare/@side/jest-config-next@1.3.34...@side/jest-config-next@1.3.35) (2024-11-06) **Note:** Version bump only for package @side/jest-config-next diff --git a/packages/jest-config-next/package.json b/packages/jest-config-next/package.json index 7a87ae67..ff4a4b9c 100644 --- a/packages/jest-config-next/package.json +++ b/packages/jest-config-next/package.json @@ -1,7 +1,7 @@ { "name": "@side/jest-config-next", "description": "Jest config for Next.js apps", - "version": "1.3.35", + "version": "1.3.36", "engines": { "node": ">=20" }, @@ -30,8 +30,8 @@ "lint": "eslint src/**/*" }, "devDependencies": { - "@side/eslint-config-base": "2.3.0", - "@side/eslint-config-typescript": "2.1.1", + "@side/eslint-config-base": "2.3.1", + "@side/eslint-config-typescript": "2.1.2", "@types/node": "22.9.0", "del-cli": "6.0.0", "eslint": "8.57.1", diff --git a/yarn.lock b/yarn.lock index 6ffcb2c7..a49ec795 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2104,7 +2104,7 @@ __metadata: languageName: unknown linkType: soft -"@side/eslint-config-base@npm:2.3.0, @side/eslint-config-base@workspace:packages/eslint-config-base": +"@side/eslint-config-base@npm:2.3.1, @side/eslint-config-base@workspace:packages/eslint-config-base": version: 0.0.0-use.local resolution: "@side/eslint-config-base@workspace:packages/eslint-config-base" dependencies: @@ -2152,19 +2152,19 @@ __metadata: "@next/eslint-plugin-next": "npm:15.0.3" "@side/eslint-config-cypress": "npm:1.1.2" "@side/eslint-config-jest": "npm:1.1.1" - "@side/eslint-config-react": "npm:1.2.0" - "@side/eslint-config-typescript": "npm:2.1.1" + "@side/eslint-config-react": "npm:1.2.1" + "@side/eslint-config-typescript": "npm:2.1.2" peerDependencies: eslint: ">=7.14.0" next: ">=12.0.0" languageName: unknown linkType: soft -"@side/eslint-config-react@npm:1.2.0, @side/eslint-config-react@workspace:packages/eslint-config-react": +"@side/eslint-config-react@npm:1.2.1, @side/eslint-config-react@workspace:packages/eslint-config-react": version: 0.0.0-use.local resolution: "@side/eslint-config-react@workspace:packages/eslint-config-react" dependencies: - "@side/eslint-config-base": "npm:2.3.0" + "@side/eslint-config-base": "npm:2.3.1" eslint-config-airbnb: "npm:^19.0.4" eslint-plugin-import: "npm:^2.25.3" eslint-plugin-jsx-a11y: "npm:^6.5.1" @@ -2175,7 +2175,7 @@ __metadata: languageName: unknown linkType: soft -"@side/eslint-config-typescript@npm:2.1.1, @side/eslint-config-typescript@workspace:packages/eslint-config-typescript": +"@side/eslint-config-typescript@npm:2.1.2, @side/eslint-config-typescript@workspace:packages/eslint-config-typescript": version: 0.0.0-use.local resolution: "@side/eslint-config-typescript@workspace:packages/eslint-config-typescript" dependencies: @@ -2194,8 +2194,8 @@ __metadata: resolution: "@side/jest-config-next@workspace:packages/jest-config-next" dependencies: "@jest/types": "npm:29.6.3" - "@side/eslint-config-base": "npm:2.3.0" - "@side/eslint-config-typescript": "npm:2.1.1" + "@side/eslint-config-base": "npm:2.3.1" + "@side/eslint-config-typescript": "npm:2.1.2" "@types/node": "npm:22.9.0" boxen: "npm:7.1.1" chalk: "npm:5.3.0"