@depup/tanstack__react-router 1.168.10-depup.0 → 1.168.10-depup.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,14 +14,15 @@ npm install @depup/tanstack__react-router
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [@tanstack/react-router](https://www.npmjs.com/package/@tanstack/react-router) @ 1.168.10 |
17
- | Processed | 2026-03-31 |
17
+ | Processed | 2026-04-10 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 1 |
19
+ | Deps updated | 2 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
+ | @tanstack/react-store | ^0.9.3 | ^0.10.0 |
25
26
  | isbot | ^5.1.22 | ^5.1.37 |
26
27
 
27
28
  ---
package/changes.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "bumped": {
3
+ "@tanstack/react-store": {
4
+ "from": "^0.9.3",
5
+ "to": "^0.10.0"
6
+ },
3
7
  "isbot": {
4
8
  "from": "^5.1.22",
5
9
  "to": "^5.1.37"
6
10
  }
7
11
  },
8
- "timestamp": "2026-03-31T00:40:35.565Z",
9
- "totalUpdated": 1
12
+ "timestamp": "2026-04-10T05:04:09.586Z",
13
+ "totalUpdated": 2
10
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/tanstack__react-router",
3
- "version": "1.168.10-depup.0",
3
+ "version": "1.168.10-depup.1",
4
4
  "description": "Modern and scalable routing for React applications (with updated dependencies)",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -85,7 +85,7 @@
85
85
  "node": ">=20.19"
86
86
  },
87
87
  "dependencies": {
88
- "@tanstack/react-store": "^0.9.3",
88
+ "@tanstack/react-store": "^0.10.0",
89
89
  "isbot": "^5.1.37",
90
90
  "@tanstack/history": "1.161.6",
91
91
  "@tanstack/router-core": "1.168.9"
@@ -127,15 +127,19 @@
127
127
  },
128
128
  "depup": {
129
129
  "changes": {
130
+ "@tanstack/react-store": {
131
+ "from": "^0.9.3",
132
+ "to": "^0.10.0"
133
+ },
130
134
  "isbot": {
131
135
  "from": "^5.1.22",
132
136
  "to": "^5.1.37"
133
137
  }
134
138
  },
135
- "depsUpdated": 1,
139
+ "depsUpdated": 2,
136
140
  "originalPackage": "@tanstack/react-router",
137
141
  "originalVersion": "1.168.10",
138
- "processedAt": "2026-03-31T00:40:41.196Z",
142
+ "processedAt": "2026-04-10T05:04:16.007Z",
139
143
  "smokeTest": "passed"
140
144
  }
141
145
  }