Skip to content

Commit

Permalink
Merge pull request #800 from xeroxinteractive/next
Browse files Browse the repository at this point in the history
Release next
  • Loading branch information
AndrewLeedham authored Nov 10, 2023
2 parents a5f15e8 + 6b116f2 commit b27fbc9
Show file tree
Hide file tree
Showing 9 changed files with 2,221 additions and 1,514 deletions.
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 @@ -35,15 +35,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: 14
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
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,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 Down
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
save-exact=true
save-exact=true
auto-install-peers=false
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,23 @@
"jest": ">=20"
},
"devDependencies": {
"@auto-it/slack": "10.37.6",
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"@xerox/eslint-config": "5.0.2",
"@xerox/prettier-config": "4.0.0",
"auto": "10.37.6",
"@auto-it/slack": "11.0.4",
"@types/jest": "29.5.7",
"@types/node": "18.18.8",
"@xerox/eslint-config": "5.0.6",
"@xerox/prettier-config": "4.0.3",
"auto": "11.0.4",
"cli-table3": "0.6.3",
"eslint": "8.31.0",
"jest": "29.3.1",
"eslint": "8.52.0",
"jest": "29.7.0",
"mock-spawn": "0.2.6",
"prettier": "2.8.1",
"ts-jest": "29.0.3",
"typescript": "4.9.4"
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
},
"dependencies": {
"@antfu/ni": "0.18.8",
"@pnpm/audit": "6.0.4",
"@antfu/ni": "0.21.8",
"@pnpm/audit": "7.0.19",
"execa": "5.1.1",
"pkg-dir": "5.0.0"
},
Expand All @@ -99,7 +99,7 @@
"yargs-parser@>=15.0.0 <15.0.1": "^15.0.1",
"yargs-parser@>=18.0.0 <18.1.2": "^18.1.2",
"yargs-parser@>=20.0.0 <20.2.0": "^20.2.0",
"@types/node": "18.11.18",
"@types/node": "18.18.8",
"dot-prop@<5.1.1": "^5.1.1",
"json5@>=2.0.0 <2.2.2": "^2.2.2"
},
Expand Down Expand Up @@ -173,5 +173,5 @@
}
]
},
"packageManager": "pnpm@7.22.0"
}
"packageManager": "pnpm@8.10.2"
}
Loading

0 comments on commit b27fbc9

Please sign in to comment.