@mlaursen/eslint-config 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.github +1 -2
- package/CHANGELOG.md +7 -0
- package/package.json +9 -9
package/.env.github
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
GITHUB_TOKEN=
|
|
2
|
-
|
|
1
|
+
GITHUB_TOKEN=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
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [1.8.0](https://github.com/mlaursen/eslint-config/compare/v1.7.0...v1.8.0) (2022-08-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **deps:** bump eslint dependencies to latest ([768677b](https://github.com/mlaursen/eslint-config/commit/768677bebd3342738e1bef6c3ed6b579594d4f03))
|
|
11
|
+
|
|
5
12
|
## [1.7.0](https://github.com/mlaursen/eslint-config/compare/v1.6.0...v1.7.0) (2022-06-28)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mlaursen/eslint-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"description": "An eslint config used by mlaursen for most projects.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "https://github.com/mlaursen/eslint-config.git",
|
|
@@ -19,27 +19,27 @@
|
|
|
19
19
|
"typescript"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
23
|
-
"@typescript-eslint/parser": "^5.
|
|
22
|
+
"@typescript-eslint/eslint-plugin": "^5.34.0",
|
|
23
|
+
"@typescript-eslint/parser": "^5.34.0",
|
|
24
24
|
"confusing-browser-globals": "^1.0.11",
|
|
25
25
|
"eslint-config-prettier": "^8.5.0",
|
|
26
26
|
"eslint-plugin-import": "^2.26.0",
|
|
27
|
-
"eslint-plugin-jest": "^26.
|
|
28
|
-
"eslint-plugin-jsx-a11y": "^6.6.
|
|
27
|
+
"eslint-plugin-jest": "^26.8.7",
|
|
28
|
+
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
29
29
|
"eslint-plugin-react": "^7.30.1",
|
|
30
30
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
31
31
|
"eslint-plugin-tsdoc": "^0.2.16"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@mlaursen/changelog-preset": "^1.1.0",
|
|
35
|
-
"@octokit/core": "^
|
|
35
|
+
"@octokit/core": "^4.0.4",
|
|
36
36
|
"@types/inquirer": "^8.2.1",
|
|
37
|
-
"@types/node": "^18.
|
|
37
|
+
"@types/node": "^18.6.5",
|
|
38
38
|
"dotenv": "^16.0.1",
|
|
39
|
-
"eslint": "^8.
|
|
39
|
+
"eslint": "^8.22.0",
|
|
40
40
|
"inquirer": "^8.2.4",
|
|
41
41
|
"standard-version": "^9.5.0",
|
|
42
|
-
"ts-node": "^10.
|
|
42
|
+
"ts-node": "^10.9.1",
|
|
43
43
|
"typescript": "^4.7.4"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|