Skip to content

Commit ecdf32a

Browse files
chore(deps): update all non-major dependencies
1 parent 89bae56 commit ecdf32a

96 files changed

Lines changed: 387 additions & 388 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
with:
2323
persist-credentials: false
2424
- name: Setup Tools

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pull-requests: write
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525
with:
2626
fetch-depth: 0
2727
persist-credentials: false
@@ -46,7 +46,7 @@ jobs:
4646
pull-requests: write
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5050
with:
5151
persist-credentials: false
5252
- name: Setup Tools
@@ -75,7 +75,7 @@ jobs:
7575
issues: write
7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
78+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7979
with:
8080
persist-credentials: false
8181
- name: Setup Tools

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pull-requests: write
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929
with:
3030
fetch-depth: 0
3131
persist-credentials: true # changesets/action pushes version/release changes
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
- name: Create Release Pull Request or Publish
5151
id: changesets
52-
uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
52+
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
5353
with:
5454
version: pnpm run changeset:version
5555
publish: pnpm run changeset:publish ${{ steps.dist-tag.outputs.tag && format('--tag {0}', steps.dist-tag.outputs.tag) }}

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818
with:
1919
persist-credentials: false
2020
- name: Run zizmor
21-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
21+
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
2222
with:
2323
advanced-security: false
2424
annotations: true

examples/angular/auto-refetching/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/common": "^20.0.0",
13-
"@angular/compiler": "^20.0.0",
14-
"@angular/core": "^20.0.0",
15-
"@angular/platform-browser": "^20.0.0",
12+
"@angular/common": "^20.3.24",
13+
"@angular/compiler": "^20.3.24",
14+
"@angular/core": "^20.3.24",
15+
"@angular/platform-browser": "^20.3.24",
1616
"@tanstack/angular-query-experimental": "^5.101.0",
1717
"rxjs": "^7.8.2",
1818
"tslib": "^2.8.1",
19-
"zone.js": "0.15.0"
19+
"zone.js": "0.16.2"
2020
},
2121
"devDependencies": {
22-
"@angular/build": "^20.0.0",
23-
"@angular/cli": "^20.0.0",
24-
"@angular/compiler-cli": "^20.0.0",
22+
"@angular/build": "^20.3.27",
23+
"@angular/cli": "^20.3.27",
24+
"@angular/compiler-cli": "^20.3.24",
2525
"typescript": "5.8.3"
2626
}
2727
}

examples/angular/basic-persister/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/common": "^20.0.0",
13-
"@angular/compiler": "^20.0.0",
14-
"@angular/core": "^20.0.0",
15-
"@angular/platform-browser": "^20.0.0",
12+
"@angular/common": "^20.3.24",
13+
"@angular/compiler": "^20.3.24",
14+
"@angular/core": "^20.3.24",
15+
"@angular/platform-browser": "^20.3.24",
1616
"@tanstack/angular-query-experimental": "^5.101.0",
1717
"@tanstack/angular-query-persist-client": "^5.101.0",
1818
"@tanstack/query-async-storage-persister": "^5.101.0",
1919
"rxjs": "^7.8.2",
2020
"tslib": "^2.8.1",
21-
"zone.js": "0.15.0"
21+
"zone.js": "0.16.2"
2222
},
2323
"devDependencies": {
24-
"@angular/build": "^20.0.0",
25-
"@angular/cli": "^20.0.0",
26-
"@angular/compiler-cli": "^20.0.0",
24+
"@angular/build": "^20.3.27",
25+
"@angular/cli": "^20.3.27",
26+
"@angular/compiler-cli": "^20.3.24",
2727
"typescript": "5.8.3"
2828
}
2929
}

examples/angular/basic/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/common": "^20.0.0",
13-
"@angular/compiler": "^20.0.0",
14-
"@angular/core": "^20.0.0",
15-
"@angular/platform-browser": "^20.0.0",
12+
"@angular/common": "^20.3.24",
13+
"@angular/compiler": "^20.3.24",
14+
"@angular/core": "^20.3.24",
15+
"@angular/platform-browser": "^20.3.24",
1616
"@tanstack/angular-query-experimental": "^5.101.0",
1717
"rxjs": "^7.8.2",
1818
"tslib": "^2.8.1",
19-
"zone.js": "0.15.0"
19+
"zone.js": "0.16.2"
2020
},
2121
"devDependencies": {
22-
"@angular/build": "^20.0.0",
23-
"@angular/cli": "^20.0.0",
24-
"@angular/compiler-cli": "^20.0.0",
22+
"@angular/build": "^20.3.27",
23+
"@angular/cli": "^20.3.27",
24+
"@angular/compiler-cli": "^20.3.24",
2525
"typescript": "5.8.3"
2626
}
2727
}

examples/angular/devtools-panel/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/common": "^20.0.0",
13-
"@angular/compiler": "^20.0.0",
14-
"@angular/core": "^20.0.0",
15-
"@angular/platform-browser": "^20.0.0",
16-
"@angular/router": "^20.0.0",
12+
"@angular/common": "^20.3.24",
13+
"@angular/compiler": "^20.3.24",
14+
"@angular/core": "^20.3.24",
15+
"@angular/platform-browser": "^20.3.24",
16+
"@angular/router": "^20.3.24",
1717
"@tanstack/angular-query-experimental": "^5.101.0",
1818
"rxjs": "^7.8.2",
1919
"tslib": "^2.8.1",
20-
"zone.js": "0.15.0"
20+
"zone.js": "0.16.2"
2121
},
2222
"devDependencies": {
23-
"@angular/build": "^20.0.0",
24-
"@angular/cli": "^20.0.0",
25-
"@angular/compiler-cli": "^20.0.0",
23+
"@angular/build": "^20.3.27",
24+
"@angular/cli": "^20.3.27",
25+
"@angular/compiler-cli": "^20.3.24",
2626
"typescript": "5.8.3"
2727
}
2828
}

examples/angular/infinite-query-with-max-pages/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"watch": "ng build --watch --configuration development"
1010
},
1111
"dependencies": {
12-
"@angular/common": "^20.0.0",
13-
"@angular/compiler": "^20.0.0",
14-
"@angular/core": "^20.0.0",
15-
"@angular/platform-browser": "^20.0.0",
12+
"@angular/common": "^20.3.24",
13+
"@angular/compiler": "^20.3.24",
14+
"@angular/core": "^20.3.24",
15+
"@angular/platform-browser": "^20.3.24",
1616
"@tanstack/angular-query-experimental": "^5.101.0",
1717
"rxjs": "^7.8.2",
1818
"tslib": "^2.8.1",
19-
"zone.js": "0.15.0"
19+
"zone.js": "0.16.2"
2020
},
2121
"devDependencies": {
22-
"@angular/build": "^20.0.0",
23-
"@angular/cli": "^20.0.0",
24-
"@angular/compiler-cli": "^20.0.0",
22+
"@angular/build": "^20.3.27",
23+
"@angular/cli": "^20.3.27",
24+
"@angular/compiler-cli": "^20.3.24",
2525
"typescript": "5.8.3"
2626
}
2727
}

examples/angular/optimistic-updates/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/common": "^20.0.0",
13-
"@angular/compiler": "^20.0.0",
14-
"@angular/core": "^20.0.0",
15-
"@angular/forms": "^20.0.0",
16-
"@angular/platform-browser": "^20.0.0",
12+
"@angular/common": "^20.3.24",
13+
"@angular/compiler": "^20.3.24",
14+
"@angular/core": "^20.3.24",
15+
"@angular/forms": "^20.3.24",
16+
"@angular/platform-browser": "^20.3.24",
1717
"@tanstack/angular-query-experimental": "^5.101.0",
1818
"rxjs": "^7.8.2",
1919
"tslib": "^2.8.1",
20-
"zone.js": "0.15.0"
20+
"zone.js": "0.16.2"
2121
},
2222
"devDependencies": {
23-
"@angular/build": "^20.0.0",
24-
"@angular/cli": "^20.0.0",
25-
"@angular/compiler-cli": "^20.0.0",
23+
"@angular/build": "^20.3.27",
24+
"@angular/cli": "^20.3.27",
25+
"@angular/compiler-cli": "^20.3.24",
2626
"typescript": "5.8.3"
2727
}
2828
}

0 commit comments

Comments
 (0)