@anolilab/eslint-config 3.0.0 → 3.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ### @anolilab/eslint-config [3.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@3.0.0...@anolilab/eslint-config@3.0.1) (2022-02-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** updated all dependencies (non-major) ([6a4e889](https://github.com/anolilab/javascript-style-guide/commit/6a4e889bcdab9d11755b61850e7d24f9f4a0733f))
7
+
1
8
  ## @anolilab/eslint-config [3.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@2.2.0...@anolilab/eslint-config@3.0.0) (2022-02-15)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -54,12 +54,12 @@
54
54
  "postinstall": "node lib/postinstall.cjs"
55
55
  },
56
56
  "dependencies": {
57
- "@rushstack/eslint-plugin-security": "^0.2.2",
58
- "confusing-browser-globals": "^1.0.10",
57
+ "@rushstack/eslint-plugin-security": "^0.2.4",
58
+ "confusing-browser-globals": "^1.0.11",
59
59
  "eslint-import-resolver-node": "^0.3.6",
60
60
  "eslint-plugin-compat": "^3.13.0",
61
61
  "eslint-plugin-eslint-comments": "^3.2.0",
62
- "eslint-plugin-import": "^2.25.2",
62
+ "eslint-plugin-import": "^2.25.4",
63
63
  "eslint-plugin-markdown": "^2.2.1",
64
64
  "eslint-plugin-no-loops": "^0.3.0",
65
65
  "eslint-plugin-no-secrets": "^0.8.9",
@@ -77,10 +77,10 @@
77
77
  "semver": "^7.3.5"
78
78
  },
79
79
  "devDependencies": {
80
- "@testing-library/dom": "8.11.2",
80
+ "@testing-library/dom": "8.11.3",
81
81
  "@typescript-eslint/eslint-plugin": "^5.0.0",
82
82
  "@typescript-eslint/parser": "5.10.0",
83
- "eslint": "8.7.0",
83
+ "eslint": "7.32.0",
84
84
  "eslint-find-rules": "4.1.0",
85
85
  "eslint-plugin-babel": "5.3.1",
86
86
  "eslint-plugin-cypress": "2.12.1",
@@ -99,9 +99,9 @@
99
99
  "eslint-plugin-react-redux": "3.3.4",
100
100
  "eslint-plugin-testing-library": "5.0.4",
101
101
  "eslint-plugin-typescript-sort-keys": "2.1.0",
102
- "jest": "27.4.7",
102
+ "jest": "27.5.1",
103
103
  "react": "17.0.2",
104
- "typescript": "^4.4.4"
104
+ "typescript": "^4.5.5"
105
105
  },
106
106
  "peerDependencies": {
107
107
  "eslint": "^7.32.0"
@@ -111,21 +111,21 @@
111
111
  "@typescript-eslint/parser": "^5.2.0",
112
112
  "eslint-plugin-babel": "^5.3.1",
113
113
  "eslint-plugin-cypress": "^2.12.1",
114
- "eslint-plugin-jest": "^25.2.2",
114
+ "eslint-plugin-jest": "^26.1.0",
115
115
  "eslint-plugin-jest-async": "^1.0.3",
116
- "eslint-plugin-jest-dom": "^3.9.2",
117
- "eslint-plugin-jest-formatting": "^3.0.0",
118
- "eslint-plugin-jsdoc": "^37.0.2",
116
+ "eslint-plugin-jest-dom": "^4.0.1",
117
+ "eslint-plugin-jest-formatting": "^3.1.0",
118
+ "eslint-plugin-jsdoc": "^37.9.1",
119
119
  "eslint-plugin-json": "^3.1.0",
120
- "eslint-plugin-jsx-a11y": "^6.4.1",
120
+ "eslint-plugin-jsx-a11y": "^6.5.1",
121
121
  "eslint-plugin-mdx": "^1.16.0",
122
122
  "eslint-plugin-node": "^11.1.0",
123
123
  "eslint-plugin-prefer-object-spread": "^1.2.1",
124
- "eslint-plugin-react": "^7.26.1",
125
- "eslint-plugin-react-hooks": "^4.2.0",
126
- "eslint-plugin-react-redux": "^3.3.2",
127
- "eslint-plugin-testing-library": "^5.0.0",
128
- "eslint-plugin-typescript-sort-keys": "^2.0.0"
124
+ "eslint-plugin-react": "^7.28.0",
125
+ "eslint-plugin-react-hooks": "^4.3.0",
126
+ "eslint-plugin-react-redux": "^4.0.0",
127
+ "eslint-plugin-testing-library": "^5.0.5",
128
+ "eslint-plugin-typescript-sort-keys": "^2.1.0"
129
129
  },
130
130
  "engines": {
131
131
  "node": ">=16"