Skip to content

Commit 358a8bc

Browse files
renovate[bot]Copilotstipsan
authored
chore(deps): update non-major (#304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: stipsan <81981+stipsan@users.noreply.github.com>
1 parent 4376160 commit 358a8bc

3 files changed

Lines changed: 436 additions & 443 deletions

File tree

.oxlintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"rules-of-hooks": "error",
1313
"react-in-jsx-scope": "off",
1414
// @TODO these rules should be enabled, and the violations fixed
15-
"no-unsafe-type-assertion": "off"
15+
"no-unsafe-type-assertion": "off",
16+
"no-underscore-dangle": "off"
1617
},
1718
"overrides": [
1819
{

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
},
5555
"devDependencies": {
5656
"@changesets/changelog-github": "^0.6.0",
57-
"@changesets/cli": "^2.30.0",
57+
"@changesets/cli": "^2.31.0",
5858
"@sanity/client": "^7.22.0",
5959
"@sanity/tsconfig": "^2.1.0",
60-
"@sanity/tsdown-config": "^0.5.8",
60+
"@sanity/tsdown-config": "^0.6.1",
6161
"@sanity/ui": "^3.1.14",
6262
"@types/leaflet": "^1.9.21",
6363
"@types/react": "^19.2.14",
@@ -69,9 +69,9 @@
6969
"esbuild-register": "^3.6.0",
7070
"groq": "^5.23.0",
7171
"leaflet": "^1.9.4",
72-
"oxfmt": "^0.44.0",
73-
"oxlint": "^1.59.0",
74-
"oxlint-tsgolint": "^0.20.0",
72+
"oxfmt": "^0.47.0",
73+
"oxlint": "^1.62.0",
74+
"oxlint-tsgolint": "^0.22.1",
7575
"react": "^19.2.5",
7676
"react-dom": "^19.2.5",
7777
"react-is": "^19.2.5",
@@ -82,10 +82,10 @@
8282
"rollup-plugin-visualizer": "^7.0.1",
8383
"sanity": "^5.23.0",
8484
"styled-components": "npm:@sanity/css-in-js@6.2.1",
85-
"tsdown": "^0.21.7",
85+
"tsdown": "^0.21.10",
8686
"typescript": "5.9.3",
8787
"vite": "^7.3.1",
88-
"vitest": "^4.1.2"
88+
"vitest": "^4.1.5"
8989
},
9090
"peerDependencies": {
9191
"react": "^18.2 || ^19"

0 commit comments

Comments
 (0)