Skip to content

Commit 2bf91c2

Browse files
committed
fix: format
1 parent 17ed7fa commit 2bf91c2

File tree

3 files changed

+19
-20
lines changed

3 files changed

+19
-20
lines changed

.github/workflows/ci-cd.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -140,26 +140,26 @@ jobs:
140140
next-version:
141141
# Only keep versions where there were relevant changes in the app router core,
142142
# and the previous one to use as a baseline.
143-
- '14.2.0'
143+
- "14.2.0"
144144
# - '14.2.3' # before vercel/next.js#66755
145-
- '14.2.4' # after vercel/next.js#66755
146-
# - '14.2.7' # before vercel/next.js#69509
147-
- '14.2.8' # after vercel/next.js#69509
148-
- '15.0.0'
149-
- '15.1.0'
150-
- '15.2.0'
145+
- "14.2.4" # after vercel/next.js#66755
146+
# - "14.2.7" # before vercel/next.js#69509
147+
- "14.2.8" # after vercel/next.js#69509
148+
- "15.0.0"
149+
- "15.1.0"
150+
- "15.2.0"
151151
- latest
152152
include:
153-
- next-version: '14.2.0'
154-
base-path: '/base'
155-
- next-version: '15.0.0'
156-
base-path: '/base'
157-
- next-version: 'latest'
158-
base-path: '/base'
159-
- next-version: 'latest'
153+
- next-version: "14.2.0"
154+
base-path: "/base"
155+
- next-version: "15.0.0"
156+
base-path: "/base"
157+
- next-version: "latest"
158+
base-path: "/base"
159+
- next-version: "latest"
160160
react-compiler: true
161-
- next-version: 'latest'
162-
base-path: '/base'
161+
- next-version: "latest"
162+
base-path: "/base"
163163
react-compiler: true
164164
steps:
165165
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
@@ -243,8 +243,8 @@ jobs:
243243
fail-fast: false
244244
matrix:
245245
react-router-version:
246-
- 'v6'
247-
- 'v7'
246+
- "v6"
247+
- "v7"
248248
steps:
249249
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
250250
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061

packages/nuqs/src/api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath } from 'url'
1+
import { fileURLToPath } from 'node:url'
22
import { expect, it } from 'vitest'
33
import { getPackageExportsManifest } from 'vitest-package-exports'
44

packages/nuqs/src/cache.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export function createSearchParamsCache<Parsers extends ParserMap>(
115115
}
116116
function all() {
117117
const { searchParams } = getCache()
118-
119118
if (Object.keys(searchParams).length === 0) {
120119
throw new Error(error(500))
121120
}

0 commit comments

Comments
 (0)