Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [3.5.5, 3.6.1, 3.7.8, 3.8.23, 3.9.18, 3.10.6, dev]
version: [3.5.5, 3.6.1, 3.7.8, 3.8.23, 3.9.19, 3.10.6, dev]
steps:
- name: Determine API7 image and license
run: |
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [3.5.5, 3.6.1, 3.7.8, 3.8.23, 3.9.18, 3.10.6, dev]
version: [3.5.5, 3.6.1, 3.7.8, 3.8.23, 3.9.19, 3.10.6, dev]
steps:
- name: Determine API7 image and license
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"typescript-eslint": "^8.61.0",
"vitest": "catalog:"
},
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee"
"packageManager": "pnpm@11.24.0+sha512.bd27e345e976dcb0be0b7a1228217b049a817e21b1f355c90dbe7dc46671895a8bc1e6d06c24554505ea93ea0b45f489a27ec1bfbc8de6a9659fca0f16fa0000"
}
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ overrides:
qs: '>=6.14.2'
fast-uri: '>=4.1.2'
postcss: '>=8.5.18'
# postcss (via vite/vitest tooling) drags in nanoid<3.3.18, which can loop
# indefinitely on a zero-size custom generator (GHSA-2v37-7h3g-55p8).
nanoid: '>=3.3.18'
Comment thread
bzp2010 marked this conversation as resolved.
'minimatch@10>brace-expansion': '5.0.9'
'nx>brace-expansion': '5.0.9'
# @trivago/prettier-plugin-sort-imports pins minimatch@^9, which drags in the
Expand Down
Loading
Loading