Skip to content

Commit 8377ce1

Browse files
chore(deps): update all non-major dependencies (#378)
* chore(deps): update all non-major dependencies * Update snaps --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
1 parent ff9b8a0 commit 8377ce1

11 files changed

Lines changed: 836 additions & 800 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"@changesets/get-release-plan": "^4.0.15"
3+
"@changesets/get-release-plan": "^4.0.16"
44
}
55
}

.github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Setup pnpm
77
uses: pnpm/action-setup@v4.4.0
88
- name: Setup Node
9-
uses: actions/setup-node@v6.3.0
9+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1010
with:
1111
node-version-file: .nvmrc
1212
package-manager-cache: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm run test:ci
3333
- name: Run Changesets (version or publish)
3434
id: changesets
35-
uses: changesets/action@v1.7.0
35+
uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
3636
with:
3737
version: pnpm run changeset:version
3838
publish: pnpm run changeset:publish

integrations/react/snap/cjs/use-client.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/react/snap/esm/use-client.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/vanilla/snap/cjs/utils.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/vanilla/snap/esm/utils.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.

nx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"defaultBase": "main",
44
"nxCloudId": "65cc80a2ddc7c22ebb07831c",
55
"useInferencePlugins": false,
6+
"analytics": false,
67
"parallel": 5,
78
"tui": {
89
"enabled": false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/TanStack/config.git"
77
},
8-
"packageManager": "pnpm@11.1.0",
8+
"packageManager": "pnpm@11.1.1",
99
"type": "module",
1010
"scripts": {
1111
"clean": "pnpm --filter \"./packages/**\" run clean",

0 commit comments

Comments
 (0)