This repository was archived by the owner on Jan 21, 2026. It is now read-only.
Commit 831dfff
authored
chore(deps): update dependency @babel/eslint-parser to v7.28.5 (#1938)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [@babel/eslint-parser](https://babel.dev/)
([source](https://redirect.github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser))
| [`7.28.4` ->
`7.28.5`](https://renovatebot.com/diffs/npm/@babel%2feslint-parser/7.28.4/7.28.5)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>babel/babel (@​babel/eslint-parser)</summary>
###
[`v7.28.5`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7285-2025-10-23)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.28.4...v7.28.5)
##### 👓 Spec Compliance
- `babel-parser`
- [#​17446](https://redirect.github.com/babel/babel/pull/17446)
Allow `Runtime Errors for Function Call Assignment Targets`
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-helper-validator-identifier`
- [#​17501](https://redirect.github.com/babel/babel/pull/17501)
fix: update identifier to unicode 17
([@​fisker](https://redirect.github.com/fisker))
##### 🐛 Bug Fix
- `babel-plugin-proposal-destructuring-private`
- [#​17534](https://redirect.github.com/babel/babel/pull/17534)
Allow mixing private destructuring and rest
([@​CO0Ki3](https://redirect.github.com/CO0Ki3))
- `babel-parser`
- [#​17521](https://redirect.github.com/babel/babel/pull/17521)
Improve `@babel/parser` error typing
([@​JLHwung](https://redirect.github.com/JLHwung))
- [#​17491](https://redirect.github.com/babel/babel/pull/17491)
fix: improve ts-only declaration parsing
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-plugin-proposal-discard-binding`,
`babel-plugin-transform-destructuring`
- [#​17519](https://redirect.github.com/babel/babel/pull/17519)
fix: `rest` correctly returns plain array
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-helper-create-class-features-plugin`,
`babel-helper-member-expression-to-functions`,
`babel-plugin-transform-block-scoping`,
`babel-plugin-transform-optional-chaining`, `babel-traverse`,
`babel-types`
- [#​17503](https://redirect.github.com/babel/babel/pull/17503)
Fix `JSXIdentifier` handling in `isReferencedIdentifier`
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-traverse`
- [#​17504](https://redirect.github.com/babel/babel/pull/17504)
fix: ensure scope.push register in anonymous fn
([@​JLHwung](https://redirect.github.com/JLHwung))
##### 🏠 Internal
- `babel-types`
- [#​17494](https://redirect.github.com/babel/babel/pull/17494)
Type checking babel-types scripts
([@​JLHwung](https://redirect.github.com/JLHwung))
##### :running\_woman: Performance
- `babel-core`
- [#​17490](https://redirect.github.com/babel/babel/pull/17490)
Faster finding of locations in `buildCodeFrameError`
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- 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/chemicaltools/chemicaltools-web).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent a4bf640 commit 831dfff
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments