Skip to content

Commit 0ce39d0

Browse files
committed
Update eslint and typescript-eslint
Signed-off-by: Dmitriy Lazarev <w@kich.dev>
1 parent fdd96b2 commit 0ce39d0

File tree

8 files changed

+4188
-2361
lines changed

8 files changed

+4188
-2361
lines changed

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"commit": false,
55
"linked": [],
66
"access": "restricted",
7-
"baseBranch": "v2",
7+
"baseBranch": "v3",
88
"updateInternalDependencies": "patch"
9-
}
9+
}

.changeset/moody-rivers-carry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@frontside/eslint-config": major
3+
---
4+
5+
Update eslint and typescript-eslint

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
registry-url: https://registry.npmjs.org
1919
- name: Publish PR Preview
20-
uses: thefrontside/actions/publish-pr-preview@v2
20+
uses: thefrontside/actions/publish-pr-preview@dl/update-node-yarn
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
node_modules
2+
# yarn v2
3+
.yarn/cache
4+
.yarn/unplugged
5+
.yarn/build-state.yml
6+
.yarn/install-state.gz
7+
.pnp.*

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nodeLinker: node-modules
2+
changesetBaseRefs: ['v3']

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@
1717
},
1818
"devDependencies": {
1919
"@changesets/cli": "^2.17.0"
20+
},
21+
"volta": {
22+
"node": "20.12.2",
23+
"yarn": "4.1.1"
2024
}
2125
}

packages/eslint-config/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@
55
"main": "index.js",
66
"author": "Frontside Engineering <engineering@frontside.com>",
77
"license": "MIT",
8-
"private": false,
98
"keywords": [
109
"eslint",
1110
"eslintconfig"
1211
],
1312
"dependencies": {
14-
"@typescript-eslint/eslint-plugin": "5.2.0",
15-
"@typescript-eslint/experimental-utils": "5.2.0",
16-
"@typescript-eslint/parser": "5.2.0",
17-
"eslint": "8.1.0",
13+
"@typescript-eslint/eslint-plugin": "^7.7.1",
14+
"@typescript-eslint/parser": "^7.7.1",
15+
"@typescript-eslint/utils": "^7.7.1",
16+
"eslint": "8.56.0",
1817
"eslint-plugin-mocha-no-only": "^1.1.1",
19-
"eslint-plugin-prefer-let": "^3.0.0"
18+
"eslint-plugin-prefer-let": "^3.0.1"
2019
},
2120
"scripts": {
2221
"test": "echo No test for @frontside/eslint-config"

0 commit comments

Comments
 (0)