Skip to content

Commit 225c43d

Browse files
chore: Update dependencies (#45)
* chore: Update dependencies * Update snapshot * Dedupe
1 parent 8a664cf commit 225c43d

8 files changed

Lines changed: 350 additions & 475 deletions

File tree

bin/config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Liftoff from 'liftoff'
1010
import minimist from 'minimist'
1111
import v8flags from 'v8flags'
1212
import interpret from 'interpret'
13-
import { Command } from 'commander'
13+
import { program } from 'commander'
1414
import { publish } from '../src/publish/index.js'
1515

1616
const args = process.argv.slice(2)
@@ -76,8 +76,6 @@ Config.prepare(
7676
Config.execute(prepEnv, (env) => {
7777
requireOrImport(env.configPath)
7878
.then((configOpts) => {
79-
const program = new Command()
80-
8179
program
8280
.name('@tanstack/config')
8381
.description(

integrations/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"test:build": "vite build && vitest && publint --strict && attw --pack"
2727
},
2828
"dependencies": {
29-
"@tanstack/query-core": "^5.17.19",
29+
"@tanstack/query-core": "^5.20.5",
3030
"react": "^18.2.0",
3131
"react-dom": "^18.2.0"
3232
},
3333
"devDependencies": {
3434
"@tanstack/config": "<1.0.0",
35-
"@types/react": "^18.2.48",
36-
"@types/react-dom": "^18.2.18",
35+
"@types/react": "^18.2.55",
36+
"@types/react-dom": "^18.2.19",
3737
"@vitejs/plugin-react": "^4.2.1"
3838
}
3939
}

integrations/solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"test:build": "vite build && vitest && publint --strict && attw --pack"
2727
},
2828
"dependencies": {
29-
"solid-js": "^1.8.11"
29+
"solid-js": "^1.8.15"
3030
},
3131
"devDependencies": {
3232
"@tanstack/config": "<1.0.0",
33-
"vite-plugin-solid": "^2.8.2"
33+
"vite-plugin-solid": "^2.10.1"
3434
}
3535
}

integrations/solid/snap/cjs/App.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/solid/snap/esm/App.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"test:build": "vite build && vitest && publint --strict"
2727
},
2828
"dependencies": {
29-
"vue": "^3.4.15"
29+
"vue": "^3.4.19"
3030
},
3131
"devDependencies": {
3232
"@tanstack/config": "<1.0.0",
33-
"@vitejs/plugin-vue": "^5.0.3"
33+
"@vitejs/plugin-vue": "^5.0.4"
3434
}
3535
}

package.json

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,23 @@
3838
"preferGlobal": false,
3939
"sideEffects": false,
4040
"files": [
41-
"src",
42-
"bin"
41+
"bin",
42+
"src"
4343
],
4444
"packageManager": "pnpm@8.15.1",
4545
"scripts": {
46-
"cipublish": "node ./bin/config.js publish --cwd .",
47-
"cipublishforce": "CI=true pnpm cipublish",
48-
"prettier": "prettier --ignore-unknown '**/*'",
49-
"prettier:write": "pnpm run prettier --write",
46+
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm",
47+
"test": "pnpm run test:ci",
48+
"test:pr": "nx run-many --targets=test:format,test:eslint,test:types,test:build",
49+
"test:ci": "nx run-many --targets=test:format,test:eslint,test:types,test:build",
5050
"test:build": "publint --strict",
5151
"test:types": "tsc",
5252
"test:eslint": "eslint --ext .js,.ts,.tsx ./bin ./src",
5353
"test:format": "pnpm run prettier --check",
54-
"test:pr": "nx run-many --targets=test:format,test:eslint,test:types,test:build",
55-
"test:ci": "nx run-many --targets=test:format,test:eslint,test:types,test:build"
54+
"prettier": "prettier --ignore-unknown '**/*'",
55+
"prettier:write": "pnpm run prettier --write",
56+
"cipublish": "node ./bin/config.js publish --cwd .",
57+
"cipublishforce": "CI=true pnpm cipublish"
5658
},
5759
"nx": {
5860
"includedScripts": [
@@ -63,9 +65,9 @@
6365
]
6466
},
6567
"dependencies": {
66-
"@commitlint/parse": "^18.4.4",
68+
"@commitlint/parse": "^18.6.1",
6769
"chalk": "^5.3.0",
68-
"commander": "^11.1.0",
70+
"commander": "^12.0.0",
6971
"current-git-branch": "^1.1.0",
7072
"esbuild-register": "^3.5.0",
7173
"git-log-parser": "^1.2.0",
@@ -74,40 +76,40 @@
7476
"liftoff": "^4.0.0",
7577
"luxon": "^3.4.4",
7678
"minimist": "^1.2.8",
77-
"rollup-plugin-preserve-directives": "^0.3.1",
78-
"semver": "^7.5.4",
79+
"rollup-plugin-preserve-directives": "^0.4.0",
80+
"semver": "^7.6.0",
7981
"stream-to-array": "^2.3.0",
8082
"v8flags": "^4.0.1",
81-
"vite-plugin-dts": "^3.7.1",
83+
"vite-plugin-dts": "^3.7.2",
8284
"vite-plugin-externalize-deps": "^0.8.0"
8385
},
8486
"devDependencies": {
85-
"@arethetypeswrong/cli": "^0.13.6",
87+
"@arethetypeswrong/cli": "^0.13.10",
8688
"@types/current-git-branch": "^1.1.6",
8789
"@types/eslint": "^8.56.2",
8890
"@types/git-log-parser": "^1.2.3",
8991
"@types/interpret": "^1.1.3",
9092
"@types/jsonfile": "^6.1.4",
9193
"@types/liftoff": "^4.0.3",
92-
"@types/luxon": "^3.4.1",
94+
"@types/luxon": "^3.4.2",
9395
"@types/minimist": "^1.2.5",
9496
"@types/node": "^18.19.8",
95-
"@types/semver": "^7.5.6",
97+
"@types/semver": "^7.5.7",
9698
"@types/stream-to-array": "^2.3.3",
9799
"@types/v8flags": "^3.1.3",
98-
"@typescript-eslint/eslint-plugin": "^6.20.0",
99-
"@typescript-eslint/parser": "^6.20.0",
100+
"@typescript-eslint/eslint-plugin": "^6.21.0",
101+
"@typescript-eslint/parser": "^6.21.0",
100102
"eslint": "^8.56.0",
101103
"eslint-config-prettier": "^9.1.0",
102104
"eslint-import-resolver-typescript": "^3.6.1",
103105
"eslint-plugin-import": "^2.29.1",
104-
"jsdom": "^23.2.0",
105-
"nx": "^17.3.2",
106+
"jsdom": "^24.0.0",
107+
"nx": "^18.0.4",
106108
"prettier": "^4.0.0-alpha.8",
107109
"publint": "^0.2.7",
108-
"type-fest": "^4.9.0",
110+
"type-fest": "^4.10.2",
109111
"typescript": "^5.3.3",
110-
"vite": "^5.0.12",
111-
"vitest": "^1.2.1"
112+
"vite": "^5.1.3",
113+
"vitest": "^1.3.0"
112114
}
113115
}

0 commit comments

Comments
 (0)