File tree Expand file tree Collapse file tree 8 files changed +4188
-2361
lines changed
Expand file tree Collapse file tree 8 files changed +4188
-2361
lines changed Original file line number Diff line number Diff line change 44 "commit" : false ,
55 "linked" : [],
66 "access" : " restricted" ,
7- "baseBranch" : " v2 " ,
7+ "baseBranch" : " v3 " ,
88 "updateInternalDependencies" : " patch"
9- }
9+ }
Original file line number Diff line number Diff line change 1+ ---
2+ " @frontside/eslint-config " : major
3+ ---
4+
5+ Update eslint and typescript-eslint
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 11node_modules
2+ # yarn v2
3+ .yarn /cache
4+ .yarn /unplugged
5+ .yarn /build-state.yml
6+ .yarn /install-state.gz
7+ .pnp. *
Original file line number Diff line number Diff line change 1+ nodeLinker : node-modules
2+ changesetBaseRefs : ['v3']
Original file line number Diff line number Diff line change 1717 },
1818 "devDependencies" : {
1919 "@changesets/cli" : " ^2.17.0"
20+ },
21+ "volta" : {
22+ "node" : " 20.12.2" ,
23+ "yarn" : " 4.1.1"
2024 }
2125}
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments