@depup/tanstack__react-router 1.167.3-depup.0 → 1.167.4-depup.0

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
@@ -13,7 +13,7 @@ npm install @depup/tanstack__react-router
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@tanstack/react-router](https://www.npmjs.com/package/@tanstack/react-router) @ 1.167.3 |
16
+ | Original | [@tanstack/react-router](https://www.npmjs.com/package/@tanstack/react-router) @ 1.167.4 |
17
17
  | Processed | 2026-03-16 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 2 |
package/changes.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "bumped": {
3
+ "@tanstack/react-store": {
4
+ "from": "^0.9.1",
5
+ "to": "^0.9.2"
6
+ },
7
+ "isbot": {
8
+ "from": "^5.1.22",
9
+ "to": "^5.1.36"
10
+ }
11
+ },
12
+ "timestamp": "2026-03-16T23:25:54.260Z",
13
+ "totalUpdated": 2
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/tanstack__react-router",
3
- "version": "1.167.3-depup.0",
3
+ "version": "1.167.4-depup.0",
4
4
  "description": "[DepUp] Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -75,7 +75,9 @@
75
75
  "sideEffects": false,
76
76
  "files": [
77
77
  "dist",
78
- "src"
78
+ "src",
79
+ "changes.json",
80
+ "README.md"
79
81
  ],
80
82
  "engines": {
81
83
  "node": ">=20.19"
@@ -86,7 +88,7 @@
86
88
  "tiny-invariant": "^1.3.3",
87
89
  "tiny-warning": "^1.0.3",
88
90
  "@tanstack/history": "1.161.6",
89
- "@tanstack/router-core": "1.167.3"
91
+ "@tanstack/router-core": "1.167.4"
90
92
  },
91
93
  "devDependencies": {
92
94
  "@testing-library/jest-dom": "^6.6.3",
@@ -135,8 +137,8 @@
135
137
  },
136
138
  "depsUpdated": 2,
137
139
  "originalPackage": "@tanstack/react-router",
138
- "originalVersion": "1.167.3",
139
- "processedAt": "2026-03-16T00:39:27.694Z",
140
+ "originalVersion": "1.167.4",
141
+ "processedAt": "2026-03-16T23:26:02.210Z",
140
142
  "smokeTest": "passed"
141
143
  }
142
144
  }