Skip to content

Commit

Permalink
Merge pull request #1299 from xeroxinteractive/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
AndrewLeedham authored Nov 10, 2023
2 parents bbfcf43 + 1b23332 commit b16914d
Show file tree
Hide file tree
Showing 13 changed files with 2,509 additions and 6,027 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browserslist-stats-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
stats:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '12.x'
- uses: webfactory/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand All @@ -34,15 +34,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Prepare repository
run: git fetch --unshallow --tags
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
4 changes: 2 additions & 2 deletions fixtures/eslint-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "eslint-typescript",
"devDependencies": {
"@types/node": "18.17.4",
"@types/node": "18.18.8",
"@xerox/eslint-config": "workspace:*",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"private": true
}
6 changes: 3 additions & 3 deletions fixtures/eslint-typescriptreact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"react": "18.1.0"
},
"devDependencies": {
"@types/node": "18.17.4",
"@types/react": "18.2.20",
"@types/node": "18.18.8",
"@types/react": "18.2.33",
"@xerox/eslint-config": "workspace:*",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"private": true
}
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"engines": {
"node": ">=14",
"node": ">=18",
"npm": ">=5.0",
"pnpm": ">=7"
},
Expand All @@ -29,18 +29,18 @@
},
"prettier": "./packages/xerox-prettier-config/index.js",
"devDependencies": {
"@auto-it/core": "11.0.0",
"@auto-it/slack": "11.0.0",
"auto": "11.0.0",
"browserslist": "4.21.10",
"@auto-it/core": "11.0.4",
"@auto-it/slack": "11.0.4",
"auto": "11.0.4",
"browserslist": "4.22.1",
"enhanced-resolve": "5.15.0",
"eslint": "8.46.0",
"lerna": "7.1.5",
"prettier": "3.0.1",
"stylelint": "15.10.2",
"vitest": "0.34.1"
"eslint": "8.52.0",
"lerna": "7.4.2",
"prettier": "3.0.3",
"stylelint": "15.11.0",
"vitest": "0.34.6"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.10.2",
"pnpm": {
"overrides": {
"yargs-parser@<13.1.2": "^13.1.2",
Expand Down Expand Up @@ -74,7 +74,8 @@
"semver@<5.7.2": "^5.7.2",
"semver@>6.3.0 <6.3.1": "^6.3.1",
"semver@>=7.0.0 <7.5.2": "^7.5.2",
"word-wrap@<1.2.4": "^1.2.4"
"word-wrap@<1.2.4": "^1.2.4",
"postcss@<8.4.31": ">=8.4.31"
}
}
}
4 changes: 2 additions & 2 deletions packages/xerox-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"access": "public"
},
"devDependencies": {
"@types/node": "18.17.4",
"typescript": "5.1.6"
"@types/node": "18.18.8",
"typescript": "5.2.2"
},
"dependencies": {
"chalk": "5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/xerox-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"eslint-import-resolver-typescript": "^3.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsdoc": "46.4.6",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-testing-library": "^5.0.0",
"eslint-plugin-testing-library": "^6.0.0",
"globby": "^11.0.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/xerox-semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"dependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "10.0.1",
"@semantic-release/commit-analyzer": "11.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.0.4",
"@semantic-release/npm": "10.0.4",
"@semantic-release/release-notes-generator": "11.0.4",
"@semantic-release/github": "9.2.1",
"@semantic-release/npm": "11.0.0",
"@semantic-release/release-notes-generator": "12.0.0",
"semantic-release-slack-bot": "4.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xerox-stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"devDependencies": {
"@xerox/prettier-config": "^4.0.3",
"stylelint": "15.10.2"
"stylelint": "15.11.0"
}
}
Loading

0 comments on commit b16914d

Please sign in to comment.