Commit 4f3eec2
authored
chore(deps): update all dependencies - patch updates (#1869)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Adoption](https://docs.renovatebot.com/merge-confidence/) |
[Passing](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`22.19.18` →
`22.19.19`](https://renovatebot.com/diffs/npm/@types%2fnode/22.19.18/22.19.19)
|

|

|

|

|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.19.40` →
`20.19.41`](https://renovatebot.com/diffs/npm/@types%2fnode/20.19.37/20.19.41)
|

|

|

|

|
|
[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| [`19.2.14` →
`19.2.15`](https://renovatebot.com/diffs/npm/@types%2freact/19.2.14/19.2.15)
|

|

|

|

|
|
[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| [`18.3.28` →
`18.3.29`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.28/18.3.29)
|

|

|

|

|
| [pkg-pr-new](https://redirect.github.com/stackblitz-labs/pkg.pr.new)
([source](https://redirect.github.com/stackblitz-labs/pkg.pr.new/tree/HEAD/packages/cli))
| [`0.0.71` →
`0.0.75`](https://renovatebot.com/diffs/npm/pkg-pr-new/0.0.71/0.0.75) |

|

|

|

|
| [postcss](https://postcss.org/)
([source](https://redirect.github.com/postcss/postcss)) | [`8.5.14` →
`8.5.15`](https://renovatebot.com/diffs/npm/postcss/8.5.14/8.5.15) |

|

|

|

|
| [ts-jest](https://kulshekhar.github.io/ts-jest)
([source](https://redirect.github.com/kulshekhar/ts-jest)) | [`29.4.9` →
`29.4.11`](https://renovatebot.com/diffs/npm/ts-jest/29.4.9/29.4.11) |

|

|

|

|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/1123) for more information.
---
### Release Notes
<details>
<summary>stackblitz-labs/pkg.pr.new (pkg-pr-new)</summary>
###
[`v0.0.75`](https://redirect.github.com/stackblitz-labs/pkg.pr.new/compare/v0.0.74...v0.0.75)
[Compare
Source](https://redirect.github.com/stackblitz-labs/pkg.pr.new/compare/v0.0.74...v0.0.75)
###
[`v0.0.74`](https://redirect.github.com/stackblitz-labs/pkg.pr.new/compare/v0.0.73...v0.0.74)
[Compare
Source](https://redirect.github.com/stackblitz-labs/pkg.pr.new/compare/v0.0.73...v0.0.74)
###
[`v0.0.73`](https://redirect.github.com/stackblitz-labs/pkg.pr.new/compare/v0.0.72...v0.0.73)
[Compare
Source](https://redirect.github.com/stackblitz-labs/pkg.pr.new/compare/v0.0.72...v0.0.73)
###
[`v0.0.72`](https://redirect.github.com/stackblitz-labs/pkg.pr.new/compare/v0.0.71...v0.0.72)
[Compare
Source](https://redirect.github.com/stackblitz-labs/pkg.pr.new/compare/v0.0.71...v0.0.72)
</details>
<details>
<summary>postcss/postcss (postcss)</summary>
###
[`v8.5.15`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8515)
[Compare
Source](https://redirect.github.com/postcss/postcss/compare/8.5.14...8.5.15)
- Fixed declaration parsing performance (by
[@​homanp](https://redirect.github.com/homanp)).
</details>
<details>
<summary>kulshekhar/ts-jest (ts-jest)</summary>
###
[`v29.4.11`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#29411-2026-05-21)
[Compare
Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.4.10...v29.4.11)
##### Bug Fixes
- preserve Bundler on the CJS path under TypeScript >= 6
([3941818](https://redirect.github.com/kulshekhar/ts-jest/commit/39418187515f11b6584d35a4e3ddf50231f74936)),
closes
[#​4198](https://redirect.github.com/kulshekhar/ts-jest/issues/4198)
###
[`v29.4.10`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#29410-2026-05-18)
[Compare
Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.4.9...v29.4.10)
##### Bug Fixes
- pass `resolutionMode` to `ts.resolveModuleName` for hybrid module
support
([b557a85](https://redirect.github.com/kulshekhar/ts-jest/commit/b557a85f85c3fd34523ec3a15293afbdc9dea83c))
- rebuild `Program` when consecutive compiles need different module
kinds
([a82a2b3](https://redirect.github.com/kulshekhar/ts-jest/commit/a82a2b32c4987a5249fd5284283117dd2fa3be47)),
closes
[#​4774](https://redirect.github.com/kulshekhar/ts-jest/issues/4774)
- respect tsconfig `moduleResolution` instead of forcing `Node10`
([1bffffc](https://redirect.github.com/kulshekhar/ts-jest/commit/1bffffc667557c173ae0c1f93dd436920775dac4))
- **transformer:** transpile `mjs` files from `node_modules` for CJS
mode
([96d025d](https://redirect.github.com/kulshekhar/ts-jest/commit/96d025dd912ea2bceb18b67d2d509ada7a756d9d))
- **transformer:** use a consistent comparator in hoist-jest
sortStatements
([8a8fd2f](https://redirect.github.com/kulshekhar/ts-jest/commit/8a8fd2fb8446655bba18367db9306a1089490e62))
</details>
---
### Configuration
📅 **Schedule**: (in timezone America/Los_Angeles)
- Branch creation
- "every weekend"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apollographql/apollo-client-devtools).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6Y2hyaXN0bWFzX3RyZWU6IGRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 3b3ca4a commit 4f3eec2
5 files changed
Lines changed: 55 additions & 42 deletions
File tree
- development
- client-angular
- client
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments