Skip to content

Commit

Permalink
chore: release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tophat-opensource-bot committed Oct 2, 2023
1 parent 6b8063b commit d5e34a4
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 10 deletions.
19 changes: 19 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to this project will be documented using a format based on [

<!-- MONODEPLOY:BELOW -->

## [9.0.0](https://github.com/tophat/eslint-config/compare/@tophat/eslint-config@8.0.1...@tophat/eslint-config@9.0.0) "@tophat/eslint-config" (2023-10-02)<a name="9.0.0"></a>

### Breaking Changes

* Min TypeScript version is now v5.2.2 and min. @typescript-eslint version is 6.7.3. The typescript-eslint v6 change may bring in other changes to the default rules. ([48bb6e0](https://github.com/tophat/eslint-config/commits/48bb6e0))

### Bug Fixes

* removed no-confusing-void-expressions rule (#314) ([c483dd1](https://github.com/tophat/eslint-config/commits/c483dd1))
* simplify migration to v9 (#325) ([c36a3c4](https://github.com/tophat/eslint-config/commits/c36a3c4))
* disable rules to ease v9 migration (#326) ([6b8063b](https://github.com/tophat/eslint-config/commits/6b8063b))

### Dependencies

* update min TypeScript version and TypeScript plugins (#318) ([48bb6e0](https://github.com/tophat/eslint-config/commits/48bb6e0))




## [8.0.1](https://github.com/tophat/eslint-config/compare/@tophat/eslint-config@8.0.0...@tophat/eslint-config@8.0.1) "@tophat/eslint-config" (2023-08-31)<a name="8.0.1"></a>

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tophat/eslint-config",
"version": "8.0.1",
"version": "9.0.0",
"description": "Top Hat's shareable eslint configuration.",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"peerDependencies": {
"@tanstack/eslint-plugin-query": ">=4.29.0",
"@tophat/eslint-import-resolver-require": "^0.1.5",
"@tophat/eslint-import-resolver-require": "^1.0.0",
"@typescript-eslint/eslint-plugin": ">=6.7.3",
"@typescript-eslint/parser": ">=6.7.3",
"eslint": ">=8.36.0",
Expand All @@ -55,7 +55,7 @@
"typescript": ">=5.2.2"
},
"dependencies": {
"@tophat/eslint-import-resolver-require": "^0.1.5",
"@tophat/eslint-import-resolver-require": "^1.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1"
},
Expand Down
13 changes: 13 additions & 0 deletions eslint-import-resolver-require/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

<!-- MONODEPLOY:BELOW -->

## [1.0.0](https://github.com/tophat/eslint-config/compare/@tophat/eslint-import-resolver-require@0.1.5...@tophat/eslint-import-resolver-require@1.0.0) "@tophat/eslint-import-resolver-require" (2023-10-02)<a name="1.0.0"></a>

### Breaking Changes

* Min TypeScript version is now v5.2.2 and min. @typescript-eslint version is 6.7.3. The typescript-eslint v6 change may bring in other changes to the default rules. ([48bb6e0](https://github.com/tophat/eslint-config/commits/48bb6e0))

### Dependencies

* update min TypeScript version and TypeScript plugins (#318) ([48bb6e0](https://github.com/tophat/eslint-config/commits/48bb6e0))




## [0.1.5](https://github.com/tophat/eslint-config/compare/@tophat/eslint-import-resolver-require@0.1.4...@tophat/eslint-import-resolver-require@0.1.5) "@tophat/eslint-import-resolver-require" (2023-07-17)<a name="0.1.5"></a>

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion eslint-import-resolver-require/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tophat/eslint-import-resolver-require",
"version": "0.1.5",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/tophat/eslint-config.git",
Expand Down
13 changes: 13 additions & 0 deletions plugins/eslint-plugin-import/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented using a format based on [

<!-- MONODEPLOY:BELOW -->

## [2.0.0](https://github.com/tophat/eslint-config/compare/@tophat/eslint-plugin-import@1.0.0...@tophat/eslint-plugin-import@2.0.0) "@tophat/eslint-plugin-import" (2023-10-02)<a name="2.0.0"></a>

### Breaking Changes

* Min TypeScript version is now v5.2.2 and min. @typescript-eslint version is 6.7.3. The typescript-eslint v6 change may bring in other changes to the default rules. ([48bb6e0](https://github.com/tophat/eslint-config/commits/48bb6e0))

### Dependencies

* update min TypeScript version and TypeScript plugins (#318) ([48bb6e0](https://github.com/tophat/eslint-config/commits/48bb6e0))




## [1.0.0](https://github.com/tophat/eslint-config/compare/@tophat/eslint-plugin-import@0.2.2...@tophat/eslint-plugin-import@1.0.0) "@tophat/eslint-plugin-import" (2023-07-17)<a name="1.0.0"></a>

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/eslint-plugin-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tophat/eslint-plugin-import",
"version": "1.0.0",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/tophat/eslint-config.git",
Expand Down
56 changes: 51 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1288,12 +1288,49 @@ __metadata:
languageName: node
linkType: hard

"@tophat/eslint-config@^8.0.1, @tophat/eslint-config@workspace:config":
"@tophat/eslint-config@npm:^8.0.1":
version: 8.0.1
resolution: "@tophat/eslint-config@npm:8.0.1"
dependencies:
"@tophat/eslint-import-resolver-require": ^0.1.5
eslint-import-resolver-node: ^0.3.7
eslint-import-resolver-typescript: ^3.5.5
peerDependencies:
"@tanstack/eslint-plugin-query": ">=4.29.0"
"@tophat/eslint-import-resolver-require": ^0.1.5
"@typescript-eslint/eslint-plugin": ">=5.58.0"
"@typescript-eslint/parser": ">=5.58.0"
eslint: ">=8.36.0"
eslint-config-prettier: ">=9.0.0"
eslint-import-resolver-node: ">=0.3.7"
eslint-import-resolver-typescript: ">=3.5.5"
eslint-plugin-import: ">=2.27.5"
eslint-plugin-jest: ">=27.2.1"
eslint-plugin-jsx-a11y: ">=6.7.1"
eslint-plugin-prettier: ">=5.0.0"
eslint-plugin-react: ">=7.32.2"
eslint-plugin-react-hooks: ">=4.6.0"
prettier: ">=3.0.0"
typescript: ">=5.0.4"
peerDependenciesMeta:
"@tanstack/eslint-plugin-query":
optional: true
eslint-plugin-jsx-a11y:
optional: true
eslint-plugin-react:
optional: true
eslint-plugin-react-hooks:
optional: true
checksum: 4e798227204d4dd738b141966072c15d3d561ccbab96cf83dd401a3fe916496827b7851b24c581a51ed89bf90d9f9a5058e5fc0367d879312c753c8d44294f34
languageName: node
linkType: hard

"@tophat/eslint-config@workspace:config":
version: 0.0.0-use.local
resolution: "@tophat/eslint-config@workspace:config"
dependencies:
"@tanstack/eslint-plugin-query": ^4.34.1
"@tophat/eslint-import-resolver-require": ^0.1.5
"@tophat/eslint-import-resolver-require": ^1.0.0
"@types/eslint": ^8.44.0
"@types/jest": ^29.5.3
"@types/node": ^18.15.11
Expand All @@ -1317,7 +1354,7 @@ __metadata:
typescript: 5.2.2
peerDependencies:
"@tanstack/eslint-plugin-query": ">=4.29.0"
"@tophat/eslint-import-resolver-require": ^0.1.5
"@tophat/eslint-import-resolver-require": ^1.0.0
"@typescript-eslint/eslint-plugin": ">=6.7.3"
"@typescript-eslint/parser": ">=6.7.3"
eslint: ">=8.36.0"
Expand All @@ -1344,7 +1381,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tophat/eslint-import-resolver-require@^0.1.5, @tophat/eslint-import-resolver-require@workspace:eslint-import-resolver-require":
"@tophat/eslint-import-resolver-require@^1.0.0, @tophat/eslint-import-resolver-require@workspace:eslint-import-resolver-require":
version: 0.0.0-use.local
resolution: "@tophat/eslint-import-resolver-require@workspace:eslint-import-resolver-require"
dependencies:
Expand All @@ -1357,6 +1394,15 @@ __metadata:
languageName: unknown
linkType: soft

"@tophat/eslint-import-resolver-require@npm:^0.1.5":
version: 0.1.5
resolution: "@tophat/eslint-import-resolver-require@npm:0.1.5"
peerDependencies:
eslint-plugin-import: ">= 2.0.0"
checksum: a2d54b30dc8f10bf8d5dac5bc4783ca7841be0bf154bd543567b68191d8ad5c36bb00a5cd99e33df6f1178b7fee89bbfc7a44afaacebdc84b207c0014ad9dd76
languageName: node
linkType: hard

"@tophat/eslint-plugin-import@workspace:plugins/eslint-plugin-import":
version: 0.0.0-use.local
resolution: "@tophat/eslint-plugin-import@workspace:plugins/eslint-plugin-import"
Expand Down Expand Up @@ -3978,7 +4024,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-import-resolver-typescript@npm:^3.6.1":
"eslint-import-resolver-typescript@npm:^3.5.5, eslint-import-resolver-typescript@npm:^3.6.1":
version: 3.6.1
resolution: "eslint-import-resolver-typescript@npm:3.6.1"
dependencies:
Expand Down

0 comments on commit d5e34a4

Please sign in to comment.