Skip to content

Commit

Permalink
Update eslint and typescript-eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Lazarev <[email protected]>
  • Loading branch information
wKich committed Apr 25, 2024
1 parent fdd96b2 commit 0ce39d0
Show file tree
Hide file tree
Showing 8 changed files with 4,188 additions and 2,361 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"commit": false,
"linked": [],
"access": "restricted",
"baseBranch": "v2",
"baseBranch": "v3",
"updateInternalDependencies": "patch"
}
}
5 changes: 5 additions & 0 deletions .changeset/moody-rivers-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frontside/eslint-config": major
---

Update eslint and typescript-eslint
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
registry-url: https://registry.npmjs.org
- name: Publish PR Preview
uses: thefrontside/actions/publish-pr-preview@v2
uses: thefrontside/actions/publish-pr-preview@dl/update-node-yarn
env:
GITHUB_TOKEN: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
node_modules
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nodeLinker: node-modules
changesetBaseRefs: ['v3']
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
},
"devDependencies": {
"@changesets/cli": "^2.17.0"
},
"volta": {
"node": "20.12.2",
"yarn": "4.1.1"
}
}
11 changes: 5 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@
"main": "index.js",
"author": "Frontside Engineering <[email protected]>",
"license": "MIT",
"private": false,
"keywords": [
"eslint",
"eslintconfig"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.2.0",
"@typescript-eslint/experimental-utils": "5.2.0",
"@typescript-eslint/parser": "5.2.0",
"eslint": "8.1.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/utils": "^7.7.1",
"eslint": "8.56.0",
"eslint-plugin-mocha-no-only": "^1.1.1",
"eslint-plugin-prefer-let": "^3.0.0"
"eslint-plugin-prefer-let": "^3.0.1"
},
"scripts": {
"test": "echo No test for @frontside/eslint-config"
Expand Down
Loading

0 comments on commit 0ce39d0

Please sign in to comment.