Skip to content

Commit 7e7ad03

Browse files
chore(deps): update dependency @babel/core to v7.26.10 (#177)
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.9` -> `7.26.10`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.26.9/7.26.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.26.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.26.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.26.9/7.26.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.26.9/7.26.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/core)</summary> ### [`v7.26.10`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72610-2025-03-11) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.26.9...v7.26.10) ##### 👓 Spec Compliance - `babel-parser` - [#&#8203;17159](https://redirect.github.com/babel/babel/pull/17159) Disallow decorator in array pattern ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🐛 Bug Fix - `babel-parser`, `babel-template` - [#&#8203;17164](https://redirect.github.com/babel/babel/pull/17164) Fix: always initialize ExportDeclaration attributes ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-core` - [#&#8203;17142](https://redirect.github.com/babel/babel/pull/17142) fix: "Map maximum size exceeded" in deepClone ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-parser`, `babel-plugin-transform-typescript` - [#&#8203;17154](https://redirect.github.com/babel/babel/pull/17154) Update typescript parser tests ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#&#8203;17151](https://redirect.github.com/babel/babel/pull/17151) fix: Should not evaluate vars in child scope ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-generator` - [#&#8203;17153](https://redirect.github.com/babel/babel/pull/17153) fix: Correctly generate `abstract override` ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-parser` - [#&#8203;17107](https://redirect.github.com/babel/babel/pull/17107) Fix source type detection when parsing TypeScript ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-helpers`, `babel-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3` - [#&#8203;17173](https://redirect.github.com/babel/babel/pull/17173) Fix processing of replacement pattern with named capture groups ([@&#8203;mmmsssttt404](https://redirect.github.com/\[mmmsssttt404]\(https://github.com/mmmsssttt404\))) ##### 💅 Polish - `babel-standalone` - [#&#8203;17158](https://redirect.github.com/babel/babel/pull/17158) Avoid warnings when re-bundling [@&#8203;babel/standalone](https://redirect.github.com/babel/standalone) with webpack ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### 🏠 Internal - `babel-parser` - [#&#8203;17160](https://redirect.github.com/babel/babel/pull/17160) Left-value parsing cleanup ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) </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. 🔕 **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/xddq/nodejs-typescript-modern-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2bc25a8 commit 7e7ad03

File tree

2 files changed

+64
-43
lines changed

2 files changed

+64
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test": "jest --runInBand ."
4343
},
4444
"devDependencies": {
45-
"@babel/core": "7.26.9",
45+
"@babel/core": "7.26.10",
4646
"@babel/preset-env": "7.26.9",
4747
"@babel/preset-typescript": "7.26.0",
4848
"@jest/globals": "29.7.0",

yarn.lock

Lines changed: 63 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -82,26 +82,26 @@ __metadata:
8282
languageName: node
8383
linkType: hard
8484

85-
"@babel/core@npm:7.26.9":
86-
version: 7.26.9
87-
resolution: "@babel/core@npm:7.26.9"
85+
"@babel/core@npm:7.26.10":
86+
version: 7.26.10
87+
resolution: "@babel/core@npm:7.26.10"
8888
dependencies:
8989
"@ampproject/remapping": "npm:^2.2.0"
9090
"@babel/code-frame": "npm:^7.26.2"
91-
"@babel/generator": "npm:^7.26.9"
91+
"@babel/generator": "npm:^7.26.10"
9292
"@babel/helper-compilation-targets": "npm:^7.26.5"
9393
"@babel/helper-module-transforms": "npm:^7.26.0"
94-
"@babel/helpers": "npm:^7.26.9"
95-
"@babel/parser": "npm:^7.26.9"
94+
"@babel/helpers": "npm:^7.26.10"
95+
"@babel/parser": "npm:^7.26.10"
9696
"@babel/template": "npm:^7.26.9"
97-
"@babel/traverse": "npm:^7.26.9"
98-
"@babel/types": "npm:^7.26.9"
97+
"@babel/traverse": "npm:^7.26.10"
98+
"@babel/types": "npm:^7.26.10"
9999
convert-source-map: "npm:^2.0.0"
100100
debug: "npm:^4.1.0"
101101
gensync: "npm:^1.0.0-beta.2"
102102
json5: "npm:^2.2.3"
103103
semver: "npm:^6.3.1"
104-
checksum: 10/ceed199dbe25f286a0a59a2ea7879aed37c1f3bb289375d061eda4752cab2ba365e7f9e969c7fd3b9b95c930493db6eeb5a6d6f017dd135fb5a4503449aad753
104+
checksum: 10/68f6707eebd6bb8beed7ceccf5153e35b86c323e40d11d796d75c626ac8f1cc4e1f795584c5ab5f886bc64150c22d5088123d68c069c63f29984c4fc054d1dab
105105
languageName: node
106106
linkType: hard
107107

@@ -153,29 +153,29 @@ __metadata:
153153
languageName: node
154154
linkType: hard
155155

156-
"@babel/generator@npm:^7.26.8":
157-
version: 7.26.8
158-
resolution: "@babel/generator@npm:7.26.8"
156+
"@babel/generator@npm:^7.26.10":
157+
version: 7.26.10
158+
resolution: "@babel/generator@npm:7.26.10"
159159
dependencies:
160-
"@babel/parser": "npm:^7.26.8"
161-
"@babel/types": "npm:^7.26.8"
160+
"@babel/parser": "npm:^7.26.10"
161+
"@babel/types": "npm:^7.26.10"
162162
"@jridgewell/gen-mapping": "npm:^0.3.5"
163163
"@jridgewell/trace-mapping": "npm:^0.3.25"
164164
jsesc: "npm:^3.0.2"
165-
checksum: 10/8c5af0f74aad2e575f2f833af0a9a38dda5abe0574752b5e0812677c78e5dc713b6b0c9ac3b30799ba6ef883614f9f0ef79d3aa10ba8f0e54f7f0284381b0059
165+
checksum: 10/acf5e6544ee672810b598add2451302146cc79e1974fa5d87c5f70d5a51cab140abb628e36c434d01616af3747fd42378379e4b828f3eb9672e84c14f21db46b
166166
languageName: node
167167
linkType: hard
168168

169-
"@babel/generator@npm:^7.26.9":
170-
version: 7.26.9
171-
resolution: "@babel/generator@npm:7.26.9"
169+
"@babel/generator@npm:^7.26.8":
170+
version: 7.26.8
171+
resolution: "@babel/generator@npm:7.26.8"
172172
dependencies:
173-
"@babel/parser": "npm:^7.26.9"
174-
"@babel/types": "npm:^7.26.9"
173+
"@babel/parser": "npm:^7.26.8"
174+
"@babel/types": "npm:^7.26.8"
175175
"@jridgewell/gen-mapping": "npm:^0.3.5"
176176
"@jridgewell/trace-mapping": "npm:^0.3.25"
177177
jsesc: "npm:^3.0.2"
178-
checksum: 10/95075dd6158a49efcc71d7f2c5d20194fcf245348de7723ca35e37cd5800587f1d4de2be6c4ba87b5f5fbb967c052543c109eaab14b43f6a73eb05ccd9a5bb44
178+
checksum: 10/8c5af0f74aad2e575f2f833af0a9a38dda5abe0574752b5e0812677c78e5dc713b6b0c9ac3b30799ba6ef883614f9f0ef79d3aa10ba8f0e54f7f0284381b0059
179179
languageName: node
180180
linkType: hard
181181

@@ -550,13 +550,13 @@ __metadata:
550550
languageName: node
551551
linkType: hard
552552

553-
"@babel/helpers@npm:^7.26.9":
554-
version: 7.26.9
555-
resolution: "@babel/helpers@npm:7.26.9"
553+
"@babel/helpers@npm:^7.26.10":
554+
version: 7.26.10
555+
resolution: "@babel/helpers@npm:7.26.10"
556556
dependencies:
557557
"@babel/template": "npm:^7.26.9"
558-
"@babel/types": "npm:^7.26.9"
559-
checksum: 10/267dfa7d04dff7720610497f466aa7b60652b7ec8dde5914527879350c9d655271e892117c5b2f0f083d92d2a8e5e2cf9832d4f98cd7fb72d78f796002af19a1
558+
"@babel/types": "npm:^7.26.10"
559+
checksum: 10/664146257974ccf064b42bd99b1b85717cce2bcebc5068273e13b230ee8bd98d87187c3783706758d76b678ebe0d2f48150eaa6cffc4f77af1342a78ec1cf57a
560560
languageName: node
561561
linkType: hard
562562

@@ -592,6 +592,17 @@ __metadata:
592592
languageName: node
593593
linkType: hard
594594

595+
"@babel/parser@npm:^7.26.10":
596+
version: 7.26.10
597+
resolution: "@babel/parser@npm:7.26.10"
598+
dependencies:
599+
"@babel/types": "npm:^7.26.10"
600+
bin:
601+
parser: ./bin/babel-parser.js
602+
checksum: 10/3f87781f46795ba72448168061d9e99c394fdf9cd4aa3ddf053a06334247da4d25d0923ccc89195937d3360d384cee181e99711763c1e8fe81d4f17ee22541fc
603+
languageName: node
604+
linkType: hard
605+
595606
"@babel/parser@npm:^7.26.8":
596607
version: 7.26.8
597608
resolution: "@babel/parser@npm:7.26.8"
@@ -1707,6 +1718,21 @@ __metadata:
17071718
languageName: node
17081719
linkType: hard
17091720

1721+
"@babel/traverse@npm:^7.26.10":
1722+
version: 7.26.10
1723+
resolution: "@babel/traverse@npm:7.26.10"
1724+
dependencies:
1725+
"@babel/code-frame": "npm:^7.26.2"
1726+
"@babel/generator": "npm:^7.26.10"
1727+
"@babel/parser": "npm:^7.26.10"
1728+
"@babel/template": "npm:^7.26.9"
1729+
"@babel/types": "npm:^7.26.10"
1730+
debug: "npm:^4.3.1"
1731+
globals: "npm:^11.1.0"
1732+
checksum: 10/e9c77390ce93d1f79fb0d83fc7c67282314ba73fa746ec3cf78e999b2dcda340e200a4fc9d8c5c4ca08f183e1aea2a5c0eb6e4ce802e43c4b10124dbc7d4e748
1733+
languageName: node
1734+
linkType: hard
1735+
17101736
"@babel/traverse@npm:^7.26.8":
17111737
version: 7.26.8
17121738
resolution: "@babel/traverse@npm:7.26.8"
@@ -1722,21 +1748,6 @@ __metadata:
17221748
languageName: node
17231749
linkType: hard
17241750

1725-
"@babel/traverse@npm:^7.26.9":
1726-
version: 7.26.9
1727-
resolution: "@babel/traverse@npm:7.26.9"
1728-
dependencies:
1729-
"@babel/code-frame": "npm:^7.26.2"
1730-
"@babel/generator": "npm:^7.26.9"
1731-
"@babel/parser": "npm:^7.26.9"
1732-
"@babel/template": "npm:^7.26.9"
1733-
"@babel/types": "npm:^7.26.9"
1734-
debug: "npm:^4.3.1"
1735-
globals: "npm:^11.1.0"
1736-
checksum: 10/c16a79522eafa0a7e40eb556bf1e8a3d50dbb0ff943a80f2c06cee2ec7ff87baa0c5d040a5cff574d9bcb3bed05e7d8c6f13b238a931c97267674b02c6cf45b4
1737-
languageName: node
1738-
linkType: hard
1739-
17401751
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.24.0, @babel/types@npm:^7.24.5, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
17411752
version: 7.24.5
17421753
resolution: "@babel/types@npm:7.24.5"
@@ -1758,6 +1769,16 @@ __metadata:
17581769
languageName: node
17591770
linkType: hard
17601771

1772+
"@babel/types@npm:^7.26.10":
1773+
version: 7.26.10
1774+
resolution: "@babel/types@npm:7.26.10"
1775+
dependencies:
1776+
"@babel/helper-string-parser": "npm:^7.25.9"
1777+
"@babel/helper-validator-identifier": "npm:^7.25.9"
1778+
checksum: 10/6b4f24ee77af853c2126eaabb65328cd44a7d6f439685131cf929c30567e01b6ea2e5d5653b2c304a09c63a5a6199968f0e27228a007acf35032036d79a9dee6
1779+
languageName: node
1780+
linkType: hard
1781+
17611782
"@babel/types@npm:^7.26.8":
17621783
version: 7.26.8
17631784
resolution: "@babel/types@npm:7.26.8"
@@ -5216,7 +5237,7 @@ __metadata:
52165237
version: 0.0.0-use.local
52175238
resolution: "nodejs-typescript-modern-starter@workspace:."
52185239
dependencies:
5219-
"@babel/core": "npm:7.26.9"
5240+
"@babel/core": "npm:7.26.10"
52205241
"@babel/preset-env": "npm:7.26.9"
52215242
"@babel/preset-typescript": "npm:7.26.0"
52225243
"@jest/globals": "npm:29.7.0"

0 commit comments

Comments
 (0)