Skip to content

Commit c086c9f

Browse files
authored
update deps and node versions on ci (#208)
1 parent 3c9e69a commit c086c9f

File tree

21 files changed

+235
-222
lines changed

21 files changed

+235
-222
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# build and test on linux, windows, mac with node 12, 14, 16
1+
# build and test on linux, windows, mac with node 14, 16, 17
22
name: CI
33

44
on:
@@ -10,15 +10,15 @@ on:
1010
- main
1111

1212
jobs:
13-
# "checks" job runs on linux + node14 only and checks that install, build, lint and audit work
13+
# "checks" job runs on linux + 16 only and checks that install, build, lint and audit work
1414
# it also primes the pnpm store cache for linux, important for downstream tests
1515
checks:
1616
timeout-minutes: 5
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
2020
# pseudo-matrix for convenience, NEVER use more than a single combination
21-
node: [14]
21+
node: [16]
2222
os: [ubuntu-latest]
2323
outputs:
2424
build_successful: ${{ steps.build.outcome == 'success' }}
@@ -47,7 +47,7 @@ jobs:
4747
if: (${{ success() }} || ${{ failure() }})
4848
run: pnpm audit
4949

50-
# this is the test matrix, it runs with node14 on linux,windows,macos + node12,16 on linux
50+
# this is the test matrix, it runs with node16 on linux,windows,macos + node14,17 on linux
5151
# it is skipped if the build step of the checks job wasn't successful (still runs if lint or audit fail)
5252
test:
5353
needs: checks
@@ -57,10 +57,10 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
node: [14]
60+
node: [16]
6161
os: [ubuntu-latest, macos-latest, windows-latest]
6262
include:
63-
- node: 16
63+
- node: 14
6464
os: ubuntu-latest
6565
steps:
6666
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# pseudo-matrix for convenience, NEVER use more than a single combination
17-
node: [14]
17+
node: [16]
1818
os: [ubuntu-latest]
1919
steps:
2020
- name: checkout

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@types/jest": "^27.0.2",
2929
"@types/node": "^16.11.6",
3030
"@types/semver": "^7.3.9",
31-
"@typescript-eslint/eslint-plugin": "^5.2.0",
32-
"@typescript-eslint/parser": "^5.2.0",
31+
"@typescript-eslint/eslint-plugin": "^5.3.0",
32+
"@typescript-eslint/parser": "^5.3.0",
3333
"chalk": "^4.1.2",
3434
"cross-env": "^7.0.3",
3535
"dotenv": "^10.0.0",
@@ -38,7 +38,7 @@
3838
"eslint": "^8.1.0",
3939
"eslint-config-prettier": "^8.3.0",
4040
"eslint-plugin-html": "^6.2.0",
41-
"eslint-plugin-jest": "^25.2.2",
41+
"eslint-plugin-jest": "^25.2.3",
4242
"eslint-plugin-markdown": "^2.2.1",
4343
"eslint-plugin-node": "^11.1.0",
4444
"eslint-plugin-prettier": "^4.0.0",
@@ -51,15 +51,15 @@
5151
"jest-junit": "^13.0.0",
5252
"lint-staged": "^11.2.6",
5353
"minimist": "^1.2.5",
54-
"node-fetch": "^2.6.5",
54+
"node-fetch": "^2.6.6",
5555
"npm-run-all": "^4.1.5",
56-
"playwright-core": "^1.16.2",
56+
"playwright-core": "^1.16.3",
5757
"prettier": "^2.4.1",
5858
"prettier-plugin-svelte": "^2.4.0",
5959
"rimraf": "^3.0.2",
6060
"semver": "^7.3.5",
6161
"sirv": "^1.0.18",
62-
"svelte": "^3.44.0",
62+
"svelte": "^3.44.1",
6363
"ts-jest": "^27.0.7",
6464
"typescript": "^4.4.4",
6565
"vite": "^2.6.13"

packages/e2e-tests/autoprefixer-browerslist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"autoprefixer": "^10.4.0",
1616
"postcss": "^8.3.11",
1717
"postcss-load-config": "^3.1.0",
18-
"svelte": "^3.44.0",
18+
"svelte": "^3.44.1",
1919
"svelte-preprocess": "^4.9.8",
2020
"vite": "^2.6.13"
2121
}

packages/e2e-tests/configfile-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@sveltejs/vite-plugin-svelte": "workspace:*",
15-
"svelte": "^3.44.0",
15+
"svelte": "^3.44.1",
1616
"vite": "^2.6.13"
1717
}
1818
}

packages/e2e-tests/configfile-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@sveltejs/vite-plugin-svelte": "workspace:*",
15-
"svelte": "^3.44.0",
15+
"svelte": "^3.44.1",
1616
"svelte-preprocess": "^4.9.8",
1717
"vite": "^2.6.13"
1818
},

packages/e2e-tests/custom-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@sveltejs/vite-plugin-svelte": "workspace:*",
12-
"svelte": "^3.44.0",
12+
"svelte": "^3.44.1",
1313
"vite": "^2.6.13"
1414
}
1515
}

packages/e2e-tests/hmr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"devDependencies": {
1414
"@sveltejs/vite-plugin-svelte": "workspace:*",
15-
"node-fetch": "^2.6.5",
16-
"svelte": "^3.44.0",
15+
"node-fetch": "^2.6.6",
16+
"svelte": "^3.44.1",
1717
"vite": "^2.6.13"
1818
}
1919
}

packages/e2e-tests/kit-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"devDependencies": {
1111
"@sveltejs/adapter-node": "^1.0.0-next.55",
12-
"@sveltejs/kit": "^1.0.0-next.192",
12+
"@sveltejs/kit": "^1.0.0-next.194",
1313
"e2e-test-dep-svelte-api-only": "workspace:*",
14-
"svelte": "^3.44.0",
14+
"svelte": "^3.44.1",
1515
"svelte-i18n": "^3.3.13"
1616
},
1717
"type": "module",

packages/e2e-tests/package-json-svelte-field/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@sveltejs/vite-plugin-svelte": "workspace:*",
16-
"svelte": "^3.44.0",
16+
"svelte": "^3.44.1",
1717
"vite": "^2.6.13"
1818
}
1919
}

0 commit comments

Comments
 (0)