Skip to content

Version Packages #242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/unlucky-ways-divide.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/eslint-config-godaddy-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# eslint-config-godaddy-flow

## 6.0.0

### Major Changes

- 7bac08c: WHAT: Eslint peer dep upgrade
WHY: In order to support newer ecmascript versions
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions

### Patch Changes

- Updated dependencies [7bac08c]
- eslint-config-godaddy@7.0.0

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-godaddy-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy-flow",
"version": "5.1.0",
"version": "6.0.0",
"description": "ESLint config for consistent style in node projects using Flow at GoDaddy.",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.16.5",
"eslint-config-godaddy": "^6.1.0",
"eslint-config-godaddy": "^7.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^8.0.3"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-godaddy-react-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# eslint-config-godaddy-react-flow

## 6.0.0

### Major Changes

- 7bac08c: WHAT: Eslint peer dep upgrade
WHY: In order to support newer ecmascript versions
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions

### Patch Changes

- Updated dependencies [7bac08c]
- eslint-config-godaddy-react@9.0.0

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-godaddy-react-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy-react-flow",
"version": "5.1.0",
"version": "6.0.0",
"description": "ESLint config for consistent style in ES6 React projects using Flow at GoDaddy.",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.16.5",
"eslint-config-godaddy-react": "^8.1.0",
"eslint-config-godaddy-react": "^9.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-react": "^7.28.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-godaddy-react-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# eslint-config-godaddy-react-typescript

## 4.0.0

### Major Changes

- 7bac08c: WHAT: Eslint peer dep upgrade
WHY: In order to support newer ecmascript versions
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions

### Patch Changes

- Updated dependencies [7bac08c]
- eslint-config-godaddy-react@9.0.0

## 3.1.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy-react-typescript",
"version": "3.1.0",
"version": "4.0.0",
"description": "ESLint config for consistent style in ES6 React projects using TypeScript at GoDaddy.",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint-config-godaddy-react": "^8.1.0",
"eslint-config-godaddy-react": "^9.0.0",
"eslint-plugin-react-hooks": "^4.3.0"
},
"peerDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-godaddy-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## 9.0.0

### Major Changes

- 7bac08c: WHAT: Eslint peer dep upgrade
WHY: In order to support newer ecmascript versions
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions

### Patch Changes

- Updated dependencies [7bac08c]
- eslint-config-godaddy@7.0.0

## 8.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-godaddy-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy-react",
"version": "8.1.0",
"version": "9.0.0",
"description": "ESLint config for consistent style in ES6 React projects at GoDaddy.",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.16.5",
"eslint-config-godaddy": "^6.1.0",
"eslint-config-godaddy": "^7.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-godaddy-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# eslint-config-godaddy-typescript

## 4.0.0

### Major Changes

- 7bac08c: WHAT: Eslint peer dep upgrade
WHY: In order to support newer ecmascript versions
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions

### Patch Changes

- Updated dependencies [7bac08c]
- eslint-config-godaddy@7.0.0

## 3.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-godaddy-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy-typescript",
"version": "3.1.0",
"version": "4.0.0",
"description": "ESLint config for consistent style in node projects using Typescript at GoDaddy.",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint-config-godaddy": "^6.1.0"
"eslint-config-godaddy": "^7.0.0"
},
"peerDependencies": {
"eslint": ">=8",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-godaddy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# eslint-config-godaddy

## 7.0.0

### Major Changes

- 7bac08c: WHAT: Eslint peer dep upgrade
WHY: In order to support newer ecmascript versions
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy",
"version": "6.1.0",
"version": "7.0.0",
"description": "Base ESLint config for consistent style in ES6 projects at GoDaddy.",
"license": "MIT",
"scripts": {
Expand Down