@depup/tanstack__react-router 1.167.3-depup.0 → 1.167.5-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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/changes.json +14 -0
  3. package/package.json +13 -9
package/README.md CHANGED
@@ -13,8 +13,8 @@ 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 |
17
- | Processed | 2026-03-16 |
16
+ | Original | [@tanstack/react-router](https://www.npmjs.com/package/@tanstack/react-router) @ 1.167.5 |
17
+ | Processed | 2026-03-18 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 2 |
20
20
 
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-18T17:27:26.319Z",
13
+ "totalUpdated": 2
14
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/tanstack__react-router",
3
- "version": "1.167.3-depup.0",
4
- "description": "[DepUp] Modern and scalable routing for React applications",
3
+ "version": "1.167.5-depup.0",
4
+ "description": "Modern and scalable routing for React applications (with updated dependencies)",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -15,10 +15,12 @@
15
15
  "url": "https://github.com/sponsors/tannerlinsley"
16
16
  },
17
17
  "keywords": [
18
- "depup",
19
- "dependency-bumped",
20
- "updated-deps",
21
18
  "@tanstack/react-router",
19
+ "depup",
20
+ "updated-dependencies",
21
+ "security",
22
+ "latest",
23
+ "patched",
22
24
  "react",
23
25
  "location",
24
26
  "router",
@@ -75,7 +77,9 @@
75
77
  "sideEffects": false,
76
78
  "files": [
77
79
  "dist",
78
- "src"
80
+ "src",
81
+ "changes.json",
82
+ "README.md"
79
83
  ],
80
84
  "engines": {
81
85
  "node": ">=20.19"
@@ -86,7 +90,7 @@
86
90
  "tiny-invariant": "^1.3.3",
87
91
  "tiny-warning": "^1.0.3",
88
92
  "@tanstack/history": "1.161.6",
89
- "@tanstack/router-core": "1.167.3"
93
+ "@tanstack/router-core": "1.167.5"
90
94
  },
91
95
  "devDependencies": {
92
96
  "@testing-library/jest-dom": "^6.6.3",
@@ -135,8 +139,8 @@
135
139
  },
136
140
  "depsUpdated": 2,
137
141
  "originalPackage": "@tanstack/react-router",
138
- "originalVersion": "1.167.3",
139
- "processedAt": "2026-03-16T00:39:27.694Z",
142
+ "originalVersion": "1.167.5",
143
+ "processedAt": "2026-03-18T17:27:34.273Z",
140
144
  "smokeTest": "passed"
141
145
  }
142
146
  }