Skip to content

Commit 1331caf

Browse files
committed
Upgrade pnpm, re-roll lockfile
1 parent 78ec876 commit 1331caf

File tree

4 files changed

+119
-34
lines changed

4 files changed

+119
-34
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
pull_request: {}
88

99
concurrency:
10-
group: ci-${{ github.head_ref || github.ref }}
11-
cancel-in-progress: true
10+
group: ci-${{ github.head_ref || github.ref }}
11+
cancel-in-progress: true
1212

1313
jobs:
1414
# Fills the dep cache so parallel jobs can start faster.
@@ -54,7 +54,7 @@ jobs:
5454
- ^8
5555
- canary
5656
tsVersion:
57-
- 5.3
57+
- 5.3
5858
- 5.4
5959
- 5.5
6060
- 5.6
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- uses: actions/checkout@v4
6666
- uses: wyvox/action-setup-pnpm@v3
67-
- name: 'TS: ${{ matrix.tsVersion }}, eslint-plugin-ts: ${{ matrix.eslintTsVersion }}'
67+
- name: "TS: ${{ matrix.tsVersion }}, eslint-plugin-ts: ${{ matrix.eslintTsVersion }}"
6868
run: |-
6969
function sponge() {
7070
local line;
@@ -84,8 +84,6 @@ jobs:
8484
- run: pnpm --filter '*' test:check
8585
- run: pnpm --filter '*' test:fix
8686

87-
88-
8987
test_eslint-plugin-ember:
9088
name: "eslint-plugin-ember"
9189
runs-on: ubuntu-latest
@@ -105,4 +103,3 @@ jobs:
105103
- uses: wyvox/action-setup-pnpm@v3
106104
- name: Lint
107105
run: pnpm lint
108-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"optional": true
6767
}
6868
},
69-
"packageManager": "pnpm@9.15.4",
69+
"packageManager": "pnpm@10.21.0",
7070
"engines": {
7171
"node": ">=16.0.0"
7272
},

pnpm-lock.yaml

Lines changed: 114 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-projects/gjs-types/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"test:check:with-allow-js": "eslint . --max-warnings=0",
99
"test:check:without-allow-gjs": "ALLOW_GJS=false pnpm run _:lint-with-error",
1010
"test:check:project-service": "PROJECT_SERVICE=true eslint . --max-warnings=0",
11-
"test:check:project-service:alternate": "PROJECT_SERVICE=true DEFAULT_PROJECT=tsconfig.nojs.json pnpm run _:lint-with-error",
12-
"test:check:project": "PROJECT=tsconfig.json TSCONFIG_ROOT_DIR=$(pwd) eslint . --max-warnings=0",
1311
"test:check:project:alternate": "PROJECT=tsconfig.nojs.json pnpm run _:lint-with-error",
1412
"test:check:allow-gjs-false": "ALLOW_GJS=false pnpm run _:lint-with-error",
1513
"test:check:allow-gjs-true": "ALLOW_GJS=true eslint . --max-warnings=0"

0 commit comments

Comments
 (0)