Skip to content

Commit

Permalink
pinning eslint parser - 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Feb 17, 2024
1 parent 896304e commit 0644ed0
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 43 deletions.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -33,6 +33,9 @@
"rimraf": "^4.4.1",
"typescript": "^5.3.3"
},
"resolutions": {
"@typescript-eslint/parser": "^6.21.0"
},
"homepage": "https://xylabs.com",
"keywords": [
"xylabs",
Expand All @@ -53,7 +56,7 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "3.4.0",
"version": "3.4.1",
"packageManager": "yarn@3.6.3",
"scripts": {
"build": "echo Building... && yarn clean && yarn compile",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-base/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/parser": "^6",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^2.0.0",
Expand Down Expand Up @@ -79,7 +79,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.0",
"version": "3.4.1",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react-base/package.json
Expand Up @@ -64,6 +64,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.0",
"version": "3.4.1",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Expand Up @@ -65,6 +65,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.0",
"version": "3.4.1",
"type": "commonjs"
}
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/parser": "^6",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^2.0.0",
Expand Down Expand Up @@ -80,7 +80,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.0",
"version": "3.4.1",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-scripts-react-yarn3/package.json
Expand Up @@ -112,6 +112,6 @@
"package-recompile": "tsup && publint ."
},
"sideEffects": false,
"version": "3.4.0",
"version": "3.4.1",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts-yarn3/package.json
Expand Up @@ -169,6 +169,6 @@
"package-clean": "echo Not cleaning..."
},
"sideEffects": false,
"version": "3.4.0",
"version": "3.4.1",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts/package.json
Expand Up @@ -101,6 +101,6 @@
"package-compile": "tsup && publint"
},
"sideEffects": false,
"version": "3.4.0",
"version": "3.4.1",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-dom-jest/package.json
Expand Up @@ -40,6 +40,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.0",
"version": "3.4.1",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-dom/package.json
Expand Up @@ -35,6 +35,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.0",
"version": "3.4.1",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-jest/package.json
Expand Up @@ -44,6 +44,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.0",
"version": "3.4.1",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-react/package.json
Expand Up @@ -39,6 +39,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.0",
"version": "3.4.1",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Expand Up @@ -32,6 +32,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.0",
"version": "3.4.1",
"type": "commonjs"
}
39 changes: 11 additions & 28 deletions yarn.lock
Expand Up @@ -3268,38 +3268,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.5.0":
version: 5.62.0
resolution: "@typescript-eslint/parser@npm:5.62.0"
dependencies:
"@typescript-eslint/scope-manager": 5.62.0
"@typescript-eslint/types": 5.62.0
"@typescript-eslint/typescript-estree": 5.62.0
debug: ^4.3.4
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: d168f4c7f21a7a63f47002e2d319bcbb6173597af5c60c1cf2de046b46c76b4930a093619e69faf2d30214c29ab27b54dcf1efc7046a6a6bd6f37f59a990e752
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^7.0.1":
version: 7.0.1
resolution: "@typescript-eslint/parser@npm:7.0.1"
"@typescript-eslint/parser@npm:^6.21.0":
version: 6.21.0
resolution: "@typescript-eslint/parser@npm:6.21.0"
dependencies:
"@typescript-eslint/scope-manager": 7.0.1
"@typescript-eslint/types": 7.0.1
"@typescript-eslint/typescript-estree": 7.0.1
"@typescript-eslint/visitor-keys": 7.0.1
"@typescript-eslint/scope-manager": 6.21.0
"@typescript-eslint/types": 6.21.0
"@typescript-eslint/typescript-estree": 6.21.0
"@typescript-eslint/visitor-keys": 6.21.0
debug: ^4.3.4
peerDependencies:
eslint: ^8.56.0
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: de86c90e3697c949a1572d3f258eedf1cb2358adde9b0069138082d06ffade463605bec8b516df656b8a7250e34579afbecfe7cebc9a991ab79a60528b62358f
checksum: 162fe3a867eeeffda7328bce32dae45b52283c68c8cb23258fb9f44971f761991af61f71b8c9fe1aa389e93dfe6386f8509c1273d870736c507d76dd40647b68
languageName: node
linkType: hard

Expand Down Expand Up @@ -3620,7 +3603,7 @@ __metadata:
"@swc/core": ^1.4.1
"@types/node": ^20.11.19
"@typescript-eslint/eslint-plugin": ^7.0.1
"@typescript-eslint/parser": ^7.0.1
"@typescript-eslint/parser": ^6
"@xylabs/ts-scripts-yarn3": "workspace:~"
"@xylabs/tsconfig": "workspace:~"
eslint: ^8.56.0
Expand Down Expand Up @@ -3730,7 +3713,7 @@ __metadata:
"@swc/core": ^1.4.1
"@types/node": ^20.11.19
"@typescript-eslint/eslint-plugin": ^7.0.1
"@typescript-eslint/parser": ^7.0.1
"@typescript-eslint/parser": ^6
"@xylabs/ts-scripts-yarn3": "workspace:~"
"@xylabs/tsconfig": "workspace:~"
eslint: ^8.56.0
Expand Down

0 comments on commit 0644ed0

Please sign in to comment.