-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first pass * 2nd pass * update gu package versions * update lockfile * Remove random test * reinstate test * update changelogs * Apply suggestions from code review * Update tools/nx-plugins/npm-package/package.json * Delete tools/nx-plugins/npm-package/CHANGELOG.md
- Loading branch information
1 parent
55d5aa9
commit c7790d3
Showing
38 changed files
with
2,162 additions
and
760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"name": "@guardian/eslint-config-typescript", | ||
"version": "8.0.1", | ||
"version": "9.0.0", | ||
"description": "ESLint config for Guardian TypeScript projects", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@guardian/eslint-config": "workspace:*", | ||
"@typescript-eslint/eslint-plugin": "6.14.0", | ||
"@typescript-eslint/parser": "6.14.0", | ||
"@typescript-eslint/eslint-plugin": "6.15.0", | ||
"@typescript-eslint/parser": "6.15.0", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"eslint-plugin-import": "2.29.0" | ||
"eslint-plugin-import": "2.29.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "8.47.0", | ||
"tslib": "2.5.3", | ||
"typescript": "5.1.3" | ||
"eslint": "8.56.0", | ||
"tslib": "2.6.2", | ||
"typescript": "5.3.3" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^8.47.0", | ||
"tslib": "^2.5.3", | ||
"typescript": "~5.1.3" | ||
"eslint": "^8.56.0", | ||
"tslib": "^2.6.2", | ||
"typescript": "~5.3.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"name": "@guardian/eslint-config", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "ESLint config for Guardian JavaScript projects", | ||
"main": "index.js", | ||
"dependencies": { | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-eslint-comments": "3.2.0", | ||
"eslint-plugin-import": "2.29.0" | ||
"eslint-plugin-import": "2.29.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "8.47.0", | ||
"tslib": "^2.5.3" | ||
"eslint": "8.56.0", | ||
"tslib": "^2.6.2" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^8.47.0", | ||
"tslib": "^2.5.3" | ||
"eslint": "^8.56.0", | ||
"tslib": "^2.6.2" | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
libs/@guardian/eslint-plugin-source-foundations/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 16 additions & 16 deletions
32
libs/@guardian/eslint-plugin-source-foundations/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
libs/@guardian/eslint-plugin-source-react-components/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.