@rebeccastevens/eslint-config 1.3.21 → 1.3.22
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/CHANGELOG.md +7 -0
- package/dist/modern.cjs +3 -3
- package/dist/modern.mjs +3 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
|
3
3
|
|
|
4
|
+
## [1.3.22](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.21...v1.3.22) (2022-07-11)
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* allow bundledDependency, optionalDependency and peerDependency imports ([7c20742](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/7c20742b6b4ccd51df7c64eb2f749a05fd57681f))
|
|
10
|
+
|
|
4
11
|
## [1.3.21](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.20...v1.3.21) (2022-05-29)
|
|
5
12
|
|
|
6
13
|
|
package/dist/modern.cjs
CHANGED
|
@@ -710,7 +710,7 @@ const settings$7 = {
|
|
|
710
710
|
"import/no-extraneous-dependencies": [
|
|
711
711
|
"error",
|
|
712
712
|
{
|
|
713
|
-
bundledDependencies:
|
|
713
|
+
bundledDependencies: true,
|
|
714
714
|
devDependencies: [
|
|
715
715
|
"*.{js,cjs,mjs,ts,cts,mts,jsx,tsx}",
|
|
716
716
|
"scripts/**",
|
|
@@ -735,8 +735,8 @@ const settings$7 = {
|
|
|
735
735
|
"**/webpack.config.{js,cjs,mjs,ts}",
|
|
736
736
|
"**/webpack.config.*.{js,cjs,mjs,ts}",
|
|
737
737
|
],
|
|
738
|
-
optionalDependencies:
|
|
739
|
-
peerDependencies:
|
|
738
|
+
optionalDependencies: true,
|
|
739
|
+
peerDependencies: true,
|
|
740
740
|
},
|
|
741
741
|
],
|
|
742
742
|
"import/no-internal-modules": [
|
package/dist/modern.mjs
CHANGED
|
@@ -708,7 +708,7 @@ const settings$7 = {
|
|
|
708
708
|
"import/no-extraneous-dependencies": [
|
|
709
709
|
"error",
|
|
710
710
|
{
|
|
711
|
-
bundledDependencies:
|
|
711
|
+
bundledDependencies: true,
|
|
712
712
|
devDependencies: [
|
|
713
713
|
"*.{js,cjs,mjs,ts,cts,mts,jsx,tsx}",
|
|
714
714
|
"scripts/**",
|
|
@@ -733,8 +733,8 @@ const settings$7 = {
|
|
|
733
733
|
"**/webpack.config.{js,cjs,mjs,ts}",
|
|
734
734
|
"**/webpack.config.*.{js,cjs,mjs,ts}",
|
|
735
735
|
],
|
|
736
|
-
optionalDependencies:
|
|
737
|
-
peerDependencies:
|
|
736
|
+
optionalDependencies: true,
|
|
737
|
+
peerDependencies: true,
|
|
738
738
|
},
|
|
739
739
|
],
|
|
740
740
|
"import/no-internal-modules": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebeccastevens/eslint-config",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.22",
|
|
4
4
|
"description": "My ESLint shareable config.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint config"
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"deepmerge-ts": "^4.0.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@commitlint/cli": "^
|
|
67
|
-
"@commitlint/config-conventional": "^
|
|
68
|
-
"@rollup/plugin-commonjs": "^
|
|
66
|
+
"@commitlint/cli": "^17.0.2",
|
|
67
|
+
"@commitlint/config-conventional": "^17.0.2",
|
|
68
|
+
"@rollup/plugin-commonjs": "^22.0.0",
|
|
69
69
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
70
70
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
71
71
|
"@semantic-release/changelog": "^6.0.1",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
|
80
80
|
"@typescript-eslint/parser": "^5.10.2",
|
|
81
81
|
"commitizen": "^4.2.4",
|
|
82
|
-
"cspell": "^
|
|
82
|
+
"cspell": "^6.1.0",
|
|
83
83
|
"cz-conventional-changelog": "^3.3.0",
|
|
84
84
|
"eslint": "^8.8.0",
|
|
85
85
|
"eslint-config-prettier": "^8.3.0",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"eslint-plugin-sonarjs": "^0.12.0",
|
|
97
97
|
"eslint-plugin-tsdoc": "^0.2.14",
|
|
98
98
|
"eslint-plugin-unicorn": "^41.0.0",
|
|
99
|
-
"husky": "^
|
|
99
|
+
"husky": "^8.0.1",
|
|
100
100
|
"lint-staged": "^12.3.3",
|
|
101
101
|
"markdownlint-cli": "^0.31.0",
|
|
102
102
|
"nyc": "^15.1.0",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"rollup-plugin-auto-external": "^2.0.0",
|
|
107
107
|
"semantic-release": "^19.0.2",
|
|
108
108
|
"ts-node": "^10.4.0",
|
|
109
|
-
"tsconfig-paths": "^
|
|
109
|
+
"tsconfig-paths": "^4.0.0",
|
|
110
110
|
"tslib": "^2.3.1",
|
|
111
111
|
"typescript": "^4.5.5"
|
|
112
112
|
},
|