-
Notifications
You must be signed in to change notification settings - Fork 22
Commit a47bb95
authored
chore(deps): update all non-major dependencies (#167)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core))
| [`7.26.0` ->
`7.26.7`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.26.0/7.26.7)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-env))
| [`7.26.0` ->
`7.26.7`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.26.0/7.26.7)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-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))
| [`20.17.14` ->
`20.17.16`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.14/20.17.16)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>babel/babel (@​babel/core)</summary>
###
[`v7.26.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7267-2025-01-24)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.26.0...v7.26.7)
##### 🐛 Bug Fix
- `babel-helpers`, `babel-preset-env`, `babel-runtime-corejs3`
- [#​17086](https://redirect.github.com/babel/babel/pull/17086)
Make "object without properties" helpers ES6-compatible
([@​tquetano-netflix](https://redirect.github.com/tquetano-netflix))
- `babel-plugin-transform-typeof-symbol`
- [#​17085](https://redirect.github.com/babel/babel/pull/17085)
fix: Correctly handle `typeof` in arrow functions
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-parser`
- [#​17079](https://redirect.github.com/babel/babel/pull/17079)
Respect `ranges` option in estree method value
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-core`
- [#​17052](https://redirect.github.com/babel/babel/pull/17052) Do
not try to parse .ts configs as JSON if natively supported
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-plugin-transform-typescript`
- [#​17050](https://redirect.github.com/babel/babel/pull/17050)
fix: correctly resolve references to non-constant enum members
([@​branchseer](https://redirect.github.com/branchseer))
- `babel-plugin-transform-typescript`, `babel-traverse`, `babel-types`
- [#​17025](https://redirect.github.com/babel/babel/pull/17025)
fix: Remove type-only `import x = y.z`
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 10am on monday" (UTC),
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/xddq/nodejs-typescript-modern-starter).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent a27a7aa commit a47bb95Copy full SHA for a47bb95
File tree
Expand file treeCollapse file tree
2 files changed
+159
-71
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+159
-71
lines changed+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
46 |
| - | |
| 45 | + | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
0 commit comments