Skip to content

Commit bafb902

Browse files
Version Packages (#1006)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 16301df commit bafb902

File tree

9 files changed

+54
-17
lines changed

9 files changed

+54
-17
lines changed

.changeset/blue-rats-notice.md

-10
This file was deleted.

packages/eslint-config-godaddy-react-typescript/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# eslint-config-godaddy-react-typescript
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- 16301df: chore(eslint)!: migrate all eslint configs to eslint@v9
8+
9+
BREAKING CHANGE: removes v8 support and transistions configs to flat config. Also these packages are now `type:module`
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [16301df]
14+
15+
316
## 4.0.3
417

518
### Patch Changes

packages/eslint-config-godaddy-react-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-react-typescript",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "ESLint config for consistent style in ES6 React projects using TypeScript at GoDaddy.",
55
"type": "module",
66
"main": "index.js",
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@typescript-eslint/eslint-plugin": "^8.18.1",
3131
"@typescript-eslint/parser": "^8.18.1",
32-
"eslint-config-godaddy-react": "^9.1.0",
32+
"eslint-config-godaddy-react": "^10.0.0",
3333
"eslint-plugin-react-hooks": "^5.1.0"
3434
},
3535
"peerDependencies": {

packages/eslint-config-godaddy-react/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## 10.0.0
4+
5+
### Major Changes
6+
7+
- 16301df: chore(eslint)!: migrate all eslint configs to eslint@v9
8+
9+
BREAKING CHANGE: removes v8 support and transistions configs to flat config. Also these packages are now `type:module`
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [16301df]
14+
15+
316
## 9.1.0
417

518
### Minor Changes

packages/eslint-config-godaddy-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-react",
3-
"version": "9.1.0",
3+
"version": "10.0.0",
44
"description": "ESLint config for consistent style in ES6 React projects at GoDaddy.",
55
"license": "MIT",
66
"type": "module",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@babel/eslint-parser": "^7.25.9",
35-
"eslint-config-godaddy": "^7.1.1",
35+
"eslint-config-godaddy": "^8.0.0",
3636
"eslint-plugin-jsx-a11y": "^6.10.2",
3737
"eslint-plugin-react": "^7.37.2",
3838
"eslint-plugin-react-hooks": "^5.1.0"

packages/eslint-config-godaddy-typescript/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# eslint-config-godaddy-typescript
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- 16301df: chore(eslint)!: migrate all eslint configs to eslint@v9
8+
9+
BREAKING CHANGE: removes v8 support and transistions configs to flat config. Also these packages are now `type:module`
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [16301df]
14+
15+
316
## 4.0.3
417

518
### Patch Changes

packages/eslint-config-godaddy-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-typescript",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "ESLint config for consistent style in node projects using Typescript at GoDaddy.",
55
"type": "module",
66
"main": "index.js",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@typescript-eslint/eslint-plugin": "^8.18.1",
3030
"@typescript-eslint/parser": "^8.18.1",
31-
"eslint-config-godaddy": "^7.1.1"
31+
"eslint-config-godaddy": "^8.0.0"
3232
},
3333
"peerDependencies": {
3434
"eslint": "^9",

packages/eslint-config-godaddy/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-config-godaddy
22

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- 16301df: chore(eslint)!: migrate all eslint configs to eslint@v9
8+
9+
BREAKING CHANGE: removes v8 support and transistions configs to flat config. Also these packages are now `type:module`
10+
311
## 7.1.1
412

513
### Patch Changes

packages/eslint-config-godaddy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy",
3-
"version": "7.1.1",
3+
"version": "8.0.0",
44
"description": "Base ESLint config for consistent style in ES6 projects at GoDaddy.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)