Skip to content

Commit 5c72007

Browse files
chore(deps): update all non-major dependencies (#166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce9bd1e commit 5c72007

File tree

8 files changed

+264
-261
lines changed

8 files changed

+264
-261
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4.1.7
21+
uses: actions/checkout@v4.2.0
2222
- name: Setup Tools
2323
uses: ./.github/setup
2424
- name: Fix formatting

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4.1.7
30+
uses: actions/checkout@v4.2.0
3131
with:
3232
fetch-depth: 0
3333
- name: Setup Tools

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4.1.7
22+
uses: actions/checkout@v4.2.0
2323
with:
2424
fetch-depth: 0
2525
- name: Setup Tools
2626
uses: ./.github/setup
2727
- name: Get base and head commits for `nx affected`
28-
uses: nrwl/[email protected].0
28+
uses: nrwl/[email protected].1
2929
with:
3030
main-branch-name: main
3131
- name: Run Checks
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v4.1.7
38+
uses: actions/checkout@v4.2.0
3939
with:
4040
fetch-depth: 0
4141
- name: Setup Tools

integrations/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"devDependencies": {
3333
"@tanstack/config": "workspace:*",
34-
"@types/react": "^18.3.8",
34+
"@types/react": "^18.3.10",
3535
"@types/react-dom": "^18.3.0",
36-
"@vitejs/plugin-react": "^4.3.1"
36+
"@vitejs/plugin-react": "^4.3.2"
3737
}
3838
}

integrations/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:build": "vite build && vitest && publint --strict"
2626
},
2727
"dependencies": {
28-
"vue": "^3.5.8"
28+
"vue": "^3.5.10"
2929
},
3030
"devDependencies": {
3131
"@tanstack/config": "workspace:*",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"devDependencies": {
2626
"@types/node": "^20.16.2",
2727
"jsdom": "^25.0.1",
28-
"nx": "^19.8.0",
28+
"nx": "^19.8.2",
2929
"prettier": "^3.3.3",
3030
"publint": "^0.2.11",
3131
"sherif": "^1.0.0",
3232
"typescript": "^5.5.3",
33-
"vite": "^5.4.7",
33+
"vite": "^5.4.8",
3434
"vitest": "^2.1.1"
3535
}
3636
}

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
},
6161
"dependencies": {
6262
"@commitlint/parse": "^19.5.0",
63-
"@eslint/js": "^9.11.0",
63+
"@eslint/js": "^9.11.1",
6464
"@stylistic/eslint-plugin-js": "^2.8.0",
6565
"commander": "^12.1.0",
6666
"current-git-branch": "^1.1.0",
6767
"esbuild-register": "^3.6.0",
68-
"eslint-plugin-import-x": "^4.3.0",
68+
"eslint-plugin-import-x": "^4.3.1",
6969
"eslint-plugin-n": "^17.10.3",
7070
"globals": "^15.9.0",
7171
"interpret": "^3.1.1",
@@ -78,7 +78,7 @@
7878
"typedoc": "^0.26.7",
7979
"typedoc-plugin-frontmatter": "^1.0.0",
8080
"typedoc-plugin-markdown": "^4.2.8",
81-
"typescript-eslint": "^8.6.0",
81+
"typescript-eslint": "^8.7.0",
8282
"v8flags": "^4.0.1",
8383
"vite-plugin-dts": "4.0.3",
8484
"vite-plugin-externalize-deps": "^0.8.0",
@@ -93,7 +93,7 @@
9393
"@types/minimist": "^1.2.5",
9494
"@types/semver": "^7.5.8",
9595
"@types/v8flags": "^3.1.3",
96-
"eslint": "^9.11.0",
96+
"eslint": "^9.11.1",
9797
"type-fest": "^4.26.1"
9898
}
9999
}

0 commit comments

Comments
 (0)