Skip to content

Commit

Permalink
update to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Vo committed Nov 3, 2023
1 parent 34f381e commit 4ea4a0d
Show file tree
Hide file tree
Showing 8 changed files with 2,003 additions and 3,242 deletions.
6 changes: 6 additions & 0 deletions .changeset/honest-lemons-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'eslint-config-widen': major
'eslint-plugin-widen': major
---

Updates all versions to latest with major version updates for @typescript-eslint and eslint-plugin-jest
786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
nodeLinker: node-modules

npmRegistryServer: "https://jfrog.ais.acquia.io/artifactory/api/npm/widen-npm-virtual/"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"

yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"author": "Widen",
"license": "ISC",
"packageManager": "yarn@3.2.1",
"packageManager": "yarn@3.6.4",
"repository": "github:Widen/eslint-config",
"workspaces": [
"packages/*"
Expand All @@ -16,17 +16,17 @@
"ts": "tsc -b"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@changesets/cli": "^2.26.2",
"@types/jest": "^28.1.1",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.44.0",
"eslint-plugin-sort": "^2.10.0",
"jest": "^28.1.1",
"prettier": "^2.6.2",
"typescript": "^4.7.3"
"@types/jest": "^29.5.7",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-plugin-sort": "^2.11.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}
42 changes: 21 additions & 21 deletions packages/eslint-config-widen/package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,30 @@
{
"name": "eslint-config-widen",
"version": "2.0.1",
"description": "Widen's shared ESLint config.",
"author": "Widen",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Widen/eslint-config",
"directory": "packages/eslint-config-widen"
"dependencies": {
"eslint-config-prettier": "^9.0.0"
},
"homepage": "https://github.com/Widen/eslint-config/tree/master/packages/eslint-config-widen#readme",
"files": [
"lib"
],
"description": "Widen's shared ESLint config.",
"exports": {
".": "./lib/index.js",
"./jest": "./lib/jest.js",
"./playwright": "./lib/playwright.js",
"./react": "./lib/react.js",
"./typescript": "./lib/typescript.js"
},
"dependencies": {
"eslint-config-prettier": "^8.8.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/Widen/eslint-config/tree/master/packages/eslint-config-widen#readme",
"license": "ISC",
"name": "eslint-config-widen",
"peerDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@babel/eslint-parser": "^7.22.15",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": ">= 8",
"eslint-plugin-jest": ">= 25",
"eslint-plugin-jest": ">= 27",
"eslint-plugin-jsx-a11y": ">= 6",
"eslint-plugin-playwright": ">=0.12.0",
"eslint-plugin-playwright": ">=0.16.0",
"eslint-plugin-react": ">= 7",
"eslint-plugin-react-hooks": ">= 4",
"eslint-plugin-sort": ">= 2",
Expand Down Expand Up @@ -58,5 +52,11 @@
"eslint-plugin-react-hooks": {
"optional": true
}
}
},
"repository": {
"directory": "packages/eslint-config-widen",
"type": "git",
"url": "https://github.com/Widen/eslint-config"
},
"version": "2.0.1"
}
30 changes: 15 additions & 15 deletions packages/eslint-plugin-widen/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "eslint-plugin-widen",
"version": "1.1.1",
"description": "Widen's own ESLint plugin containing custom lint rules for our code.",
"author": "Widen",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Widen/eslint-config",
"directory": "packages/eslint-plugin-widen"
"description": "Widen's own ESLint plugin containing custom lint rules for our code.",
"devDependencies": {
"@types/eslint": "^8.44.6",
"@types/estree-jsx": "^1.0.2",
"eslint": "^8.52.0",
"tsheredoc": "^1.0.1"
},
"homepage": "https://github.com/Widen/eslint-config/tree/master/packages/eslint-plugin-widen#readme",
"exports": "./lib/index.js",
"files": [
"lib"
],
"homepage": "https://github.com/Widen/eslint-config/tree/master/packages/eslint-plugin-widen#readme",
"license": "ISC",
"name": "eslint-plugin-widen",
"peerDependencies": {
"eslint": ">= 8"
},
"devDependencies": {
"@types/eslint": "^8.44.0",
"@types/estree-jsx": "^0.0.1",
"eslint": "^8.44.0",
"tsheredoc": "^1.0.1"
}
"repository": {
"directory": "packages/eslint-plugin-widen",
"type": "git",
"url": "https://github.com/Widen/eslint-config"
},
"version": "1.1.1"
}
Loading

0 comments on commit 4ea4a0d

Please sign in to comment.