Skip to content

Commit e8e35aa

Browse files
authored
npm run test:update with latest deps (#17)
Nothing new has been changed in this repo--just updating deps to see what changes in linting-config.test.js.md
1 parent 9169645 commit e8e35aa

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

demo/test/snapshots/linting-config.test.js.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ Generated by [AVA](https://ava.li).
8888
"@typescript-eslint/keyword-spacing": [␊
8989
"off"␊
9090
],␊
91+
"@typescript-eslint/lines-around-comment": [␊
92+
0␊
93+
],␊
9194
"@typescript-eslint/member-delimiter-style": [␊
9295
"off"␊
9396
],␊
@@ -512,13 +515,15 @@ Generated by [AVA](https://ava.li).
512515
{␊
513516
"devDependencies": [␊
514517
"**/setupTests.[tj]s?(x)",␊
515-
"**/*.stories.[tj]s?(x)",␊
516-
"**/*.test.[tj]s?(x)",␊
517-
"**/*.spec.[tj]s?(x)",␊
518+
"**/*.{cy,spec,stories,test}.[tj]s?(x)",␊
519+
".storybook/**",␊
518520
"**/demo/**",␊
519521
"**/docs/**",␊
520-
"**/fixtures/**"␊
521-
]␊
522+
"**/fixtures/**",␊
523+
"scripts/**",␊
524+
"cypress/**"␊
525+
],␊
526+
"includeTypes": true␊
522527
}␊
523528
],␊
524529
"import/no-import-module-exports": [␊
@@ -2074,7 +2079,8 @@ Generated by [AVA](https://ava.li).
20742079
{␊
20752080
"printWidth": 120,␊
20762081
"singleQuote": true,␊
2077-
"semi": false␊
2082+
"semi": false,␊
2083+
"trailingComma": "es5"␊
20782084
}␊
20792085
],␊
20802086
"promise/always-return": [␊
@@ -3009,6 +3015,9 @@ Generated by [AVA](https://ava.li).
30093015
"vue/array-bracket-spacing": [␊
30103016
"off"␊
30113017
],␊
3018+
"vue/array-element-newline": [␊
3019+
"off"␊
3020+
],␊
30123021
"vue/arrow-spacing": [␊
30133022
"off"␊
30143023
],␊
52 Bytes
Binary file not shown.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"!.*"
2929
],
3030
"dependencies": {
31-
"@babel/eslint-parser": "^7.21.3",
31+
"@babel/eslint-parser": "^7.22.9",
3232
"@fs/eslint-config-frontier-react": "^11.0.0-alpha.6",
33-
"eslint": "^8.36.0",
33+
"eslint": "^8.46.0",
3434
"eslint-plugin-bestpractices": "github:skye2k2/eslint-plugin-bestpractices",
3535
"eslint-plugin-deprecate": "^0.7.0",
3636
"eslint-plugin-html": "^7.1.0",
@@ -39,7 +39,7 @@
3939
"eslint-plugin-test-selectors": "^2.0.4"
4040
},
4141
"devDependencies": {
42-
"@fs/npm-publisher": "^1.5.1",
42+
"@fs/npm-publisher": "^1.5.2",
4343
"ava": "^2.4.0",
4444
"file-manager-js": "^3.1.6",
4545
"husky": "^3.1.0"

0 commit comments

Comments
 (0)