Skip to content

Commit

Permalink
Sync beta with main
Browse files Browse the repository at this point in the history
  • Loading branch information
noelforte committed Dec 18, 2024
2 parents 6f2eed3 + 4f13c6b commit 64ecf96
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
using: composite
steps:
- name: Setup tools
uses: jdx/mise-action@v2.1.7
uses: jdx/mise-action@v2.1.8

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .vscode/tests.code-snippets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"New test suite": {
"scope": "javascript",
"scope": "javascript,typescript",
"prefix": "#new-test-suite",
"body": [
"describe('${1:suite name}', ${2:{ concurrent: true \\} ,} () => {",
Expand All @@ -11,7 +11,7 @@
},

"New test": {
"scope": "javascript",
"scope": "javascript,typescript",
"prefix": "#new-test",
"body": [
"test('${1:test name}', async ({ expect }) => {",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@
"11ty.ts": "0.0.5",
"@11ty/eleventy": "3.0.0",
"@changesets/cli": "2.27.10",
"@eslint/js": "9.16.0",
"@eslint/js": "9.17.0",
"@types/debug": "4.1.12",
"@types/eslint-config-prettier": "6.11.3",
"@types/eslint__js": "8.42.3",
"@types/node": "22.10.1",
"eslint": "9.16.0",
"@types/node": "22.10.2",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-unicorn": "56.0.1",
"globals": "15.13.0",
"tsup": "8.3.5",
"type-fest": "4.30.0",
"type-fest": "4.30.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0",
"typescript-eslint": "8.18.1",
"vitest": "2.1.8"
},
"prettier": {
Expand Down
Loading

0 comments on commit 64ecf96

Please sign in to comment.