Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
reside-camacho committed Nov 15, 2024
1 parent bdf1fb7 commit fa048fd
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 18 deletions.
6 changes: 6 additions & 0 deletions packages/eslint-config-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@side/[email protected]) (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/[email protected]...@side/[email protected]) (2024-10-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@side/eslint-config-base",
"version": "2.3.0",
"version": "2.3.1",
"engines": {
"node": ">=20"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@side/[email protected]) (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/[email protected]...@side/[email protected]) (2024-11-06)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@side/eslint-config-next",
"version": "2.4.9",
"version": "2.4.10",
"engines": {
"node": ">=20"
},
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@side/[email protected]) (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/[email protected]...@side/[email protected]) (2024-11-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@side/eslint-config-react",
"version": "1.2.0",
"version": "1.2.1",
"engines": {
"node": ">=20"
},
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@side/[email protected]) (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/[email protected]...@side/[email protected]) (2024-10-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@side/eslint-config-typescript",
"version": "2.1.1",
"version": "2.1.2",
"engines": {
"node": ">=20"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/jest-config-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@side/[email protected]) (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/[email protected]...@side/[email protected]) (2024-11-06)

**Note:** Version bump only for package @side/jest-config-next
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-config-next/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand All @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit fa048fd

Please sign in to comment.