Skip to content

Commit 6317915

Browse files
chore(deps): update all non-major dependencies (#191)
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.27.1` -> `7.27.3`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.27.1/7.27.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.27.1/7.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.27.1/7.27.3?slim=true)](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.50` -> `20.17.51`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.50/20.17.51) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.51?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.51?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.17.50/20.17.51?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.17.50/20.17.51?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/core)</summary> ### [`v7.27.3`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7273-2025-05-27) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.27.1...v7.27.3) ##### 🐛 Bug Fix - `babel-generator` - [#&#8203;17324](https://redirect.github.com/babel/babel/pull/17324) Improve multiline comments handling in yield/await expression ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs3` - [#&#8203;17328](https://redirect.github.com/babel/babel/pull/17328) Correctly set `.displayName` on `GeneratorFunction` ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-plugin-proposal-explicit-resource-management` - [#&#8203;17319](https://redirect.github.com/babel/babel/pull/17319) fix: handle shadowed binding in `for using of` body ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - [#&#8203;17317](https://redirect.github.com/babel/babel/pull/17317) fix: support named evaluation for using declaration ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-decorators`, `babel-types` - [#&#8203;17321](https://redirect.github.com/babel/babel/pull/17321) fix(converter): Remove `abstract` modifiers in class declaration to expression conversion ([@&#8203;magic-akari](https://redirect.github.com/magic-akari)) - `babel-helper-module-transforms`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd` - [#&#8203;17257](https://redirect.github.com/babel/babel/pull/17257) Preserve class id when transforming using declarations with exported class ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser` - [#&#8203;17312](https://redirect.github.com/babel/babel/pull/17312) fix(parser): properly handle optional markers in generator class methods ([@&#8203;magic-akari](https://redirect.github.com/magic-akari)) - [#&#8203;17307](https://redirect.github.com/babel/babel/pull/17307) fix(parser): Terminate modifier parsing at newline ([@&#8203;magic-akari](https://redirect.github.com/magic-akari)) - `babel-generator`, `babel-parser` - [#&#8203;17308](https://redirect.github.com/babel/babel/pull/17308) Improve import phase parsing ([@&#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. 👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d350d1 commit 6317915

File tree

2 files changed

+99
-26
lines changed

2 files changed

+99
-26
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"test": "jest --runInBand ."
4343
},
4444
"devDependencies": {
45-
"@babel/core": "7.27.1",
45+
"@babel/core": "7.27.3",
4646
"@babel/preset-env": "7.27.2",
4747
"@babel/preset-typescript": "7.27.1",
4848
"@jest/globals": "29.7.0",
4949
"@tsconfig/node20": "20.1.5",
5050
"@types/jest": "29.5.14",
51-
"@types/node": "20.17.50",
51+
"@types/node": "20.17.51",
5252
"@typescript-eslint/eslint-plugin": "6.21.0",
5353
"@typescript-eslint/parser": "6.21.0",
5454
"esbuild": "0.21.3",

yarn.lock

Lines changed: 97 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,26 @@ __metadata:
6464
languageName: node
6565
linkType: hard
6666

67-
"@babel/core@npm:7.27.1":
68-
version: 7.27.1
69-
resolution: "@babel/core@npm:7.27.1"
67+
"@babel/core@npm:7.27.3":
68+
version: 7.27.3
69+
resolution: "@babel/core@npm:7.27.3"
7070
dependencies:
7171
"@ampproject/remapping": "npm:^2.2.0"
7272
"@babel/code-frame": "npm:^7.27.1"
73-
"@babel/generator": "npm:^7.27.1"
74-
"@babel/helper-compilation-targets": "npm:^7.27.1"
75-
"@babel/helper-module-transforms": "npm:^7.27.1"
76-
"@babel/helpers": "npm:^7.27.1"
77-
"@babel/parser": "npm:^7.27.1"
78-
"@babel/template": "npm:^7.27.1"
79-
"@babel/traverse": "npm:^7.27.1"
80-
"@babel/types": "npm:^7.27.1"
73+
"@babel/generator": "npm:^7.27.3"
74+
"@babel/helper-compilation-targets": "npm:^7.27.2"
75+
"@babel/helper-module-transforms": "npm:^7.27.3"
76+
"@babel/helpers": "npm:^7.27.3"
77+
"@babel/parser": "npm:^7.27.3"
78+
"@babel/template": "npm:^7.27.2"
79+
"@babel/traverse": "npm:^7.27.3"
80+
"@babel/types": "npm:^7.27.3"
8181
convert-source-map: "npm:^2.0.0"
8282
debug: "npm:^4.1.0"
8383
gensync: "npm:^1.0.0-beta.2"
8484
json5: "npm:^2.2.3"
8585
semver: "npm:^6.3.1"
86-
checksum: 10/3dfec88f84b3ce567e6c482db0119f02f451bd3f86b0835c71c029fedb657969786507fafedd3a0732bd1be9fbc9f0635d734efafabad6dbc67d3eb7b494cdd8
86+
checksum: 10/c0cf72f01c9913b10e974e548e46359563cae849e914211df951bbfc90ceac75c609156f20faa2db784308dc413ba64e2c0b94f9173e7e1e92a75053aab1e1bb
8787
languageName: node
8888
linkType: hard
8989

@@ -135,6 +135,19 @@ __metadata:
135135
languageName: node
136136
linkType: hard
137137

138+
"@babel/generator@npm:^7.27.3":
139+
version: 7.27.3
140+
resolution: "@babel/generator@npm:7.27.3"
141+
dependencies:
142+
"@babel/parser": "npm:^7.27.3"
143+
"@babel/types": "npm:^7.27.3"
144+
"@jridgewell/gen-mapping": "npm:^0.3.5"
145+
"@jridgewell/trace-mapping": "npm:^0.3.25"
146+
jsesc: "npm:^3.0.2"
147+
checksum: 10/3b8477ae0c305639f86aeb553115535b103626008945462d32171fa4ebd77f2a0345600dc5baee7ced98d54cc7da9c806808a04b555c75136f42e0e9d7794bdf
148+
languageName: node
149+
linkType: hard
150+
138151
"@babel/helper-annotate-as-pure@npm:^7.22.5":
139152
version: 7.22.5
140153
resolution: "@babel/helper-annotate-as-pure@npm:7.22.5"
@@ -348,6 +361,19 @@ __metadata:
348361
languageName: node
349362
linkType: hard
350363

364+
"@babel/helper-module-transforms@npm:^7.27.3":
365+
version: 7.27.3
366+
resolution: "@babel/helper-module-transforms@npm:7.27.3"
367+
dependencies:
368+
"@babel/helper-module-imports": "npm:^7.27.1"
369+
"@babel/helper-validator-identifier": "npm:^7.27.1"
370+
"@babel/traverse": "npm:^7.27.3"
371+
peerDependencies:
372+
"@babel/core": ^7.0.0
373+
checksum: 10/47abc90ceb181b4bdea9bf1717adf536d1b5e5acb6f6d8a7a4524080318b5ca8a99e6d58677268c596bad71077d1d98834d2c3815f2443e6d3f287962300f15d
374+
languageName: node
375+
linkType: hard
376+
351377
"@babel/helper-optimise-call-expression@npm:^7.27.1":
352378
version: 7.27.1
353379
resolution: "@babel/helper-optimise-call-expression@npm:7.27.1"
@@ -489,13 +515,13 @@ __metadata:
489515
languageName: node
490516
linkType: hard
491517

492-
"@babel/helpers@npm:^7.27.1":
493-
version: 7.27.1
494-
resolution: "@babel/helpers@npm:7.27.1"
518+
"@babel/helpers@npm:^7.27.3":
519+
version: 7.27.4
520+
resolution: "@babel/helpers@npm:7.27.4"
495521
dependencies:
496-
"@babel/template": "npm:^7.27.1"
497-
"@babel/types": "npm:^7.27.1"
498-
checksum: 10/b86ee2c87d52640c63ec1fdf139d4560efc173ae6379659e0df49a3c0cf1d5f24436132ebb4459a4ee72418b43b39ee001f4e01465b48c8d31911a745ec4fd74
522+
"@babel/template": "npm:^7.27.2"
523+
"@babel/types": "npm:^7.27.3"
524+
checksum: 10/a697280575d338afd69461a07edb6db5b8623ca66528a9d2522e7b01476f42561b9563ab688b3ebe9e6afd4d25c6e66cc29a4466c424ab0d6573180c2bfdec0f
499525
languageName: node
500526
linkType: hard
501527

@@ -531,6 +557,17 @@ __metadata:
531557
languageName: node
532558
linkType: hard
533559

560+
"@babel/parser@npm:^7.27.2, @babel/parser@npm:^7.27.3, @babel/parser@npm:^7.27.4":
561+
version: 7.27.4
562+
resolution: "@babel/parser@npm:7.27.4"
563+
dependencies:
564+
"@babel/types": "npm:^7.27.3"
565+
bin:
566+
parser: ./bin/babel-parser.js
567+
checksum: 10/5ff6db87fd17de99792bf9a54480feeb069fc90ffa64ce96524c7437222549c86dde10fc1c945d4e9a94f3f2fc6ee4b3e1cfaf372f844bd054791e30089e92cf
568+
languageName: node
569+
linkType: hard
570+
534571
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1":
535572
version: 7.27.1
536573
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1"
@@ -1547,6 +1584,17 @@ __metadata:
15471584
languageName: node
15481585
linkType: hard
15491586

1587+
"@babel/template@npm:^7.27.2":
1588+
version: 7.27.2
1589+
resolution: "@babel/template@npm:7.27.2"
1590+
dependencies:
1591+
"@babel/code-frame": "npm:^7.27.1"
1592+
"@babel/parser": "npm:^7.27.2"
1593+
"@babel/types": "npm:^7.27.1"
1594+
checksum: 10/fed15a84beb0b9340e5f81566600dbee5eccd92e4b9cc42a944359b1aa1082373391d9d5fc3656981dff27233ec935d0bc96453cf507f60a4b079463999244d8
1595+
languageName: node
1596+
linkType: hard
1597+
15501598
"@babel/traverse@npm:^7.24.5":
15511599
version: 7.24.5
15521600
resolution: "@babel/traverse@npm:7.24.5"
@@ -1580,6 +1628,21 @@ __metadata:
15801628
languageName: node
15811629
linkType: hard
15821630

1631+
"@babel/traverse@npm:^7.27.3":
1632+
version: 7.27.4
1633+
resolution: "@babel/traverse@npm:7.27.4"
1634+
dependencies:
1635+
"@babel/code-frame": "npm:^7.27.1"
1636+
"@babel/generator": "npm:^7.27.3"
1637+
"@babel/parser": "npm:^7.27.4"
1638+
"@babel/template": "npm:^7.27.2"
1639+
"@babel/types": "npm:^7.27.3"
1640+
debug: "npm:^4.3.1"
1641+
globals: "npm:^11.1.0"
1642+
checksum: 10/4debb80b9068a46e188e478272f3b6820e16d17e2651e82d0a0457176b0c3b2489994f0a0d6e8941ee90218b0a8a69fe52ba350c1aa66eb4c72570d6b2405f91
1643+
languageName: node
1644+
linkType: hard
1645+
15831646
"@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":
15841647
version: 7.24.5
15851648
resolution: "@babel/types@npm:7.24.5"
@@ -1601,6 +1664,16 @@ __metadata:
16011664
languageName: node
16021665
linkType: hard
16031666

1667+
"@babel/types@npm:^7.27.3":
1668+
version: 7.27.3
1669+
resolution: "@babel/types@npm:7.27.3"
1670+
dependencies:
1671+
"@babel/helper-string-parser": "npm:^7.27.1"
1672+
"@babel/helper-validator-identifier": "npm:^7.27.1"
1673+
checksum: 10/a24e6accd85c4747b974b3d68a3210d0aa1180c1a77b287ffcb7401cd2edad7bdecadaeb40fe5191be3990c3a5252943f7de7c09da13ed269adbb054b97056ee
1674+
languageName: node
1675+
linkType: hard
1676+
16041677
"@bcoe/v8-coverage@npm:^0.2.3":
16051678
version: 0.2.3
16061679
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -2331,12 +2404,12 @@ __metadata:
23312404
languageName: node
23322405
linkType: hard
23332406

2334-
"@types/node@npm:20.17.50":
2335-
version: 20.17.50
2336-
resolution: "@types/node@npm:20.17.50"
2407+
"@types/node@npm:20.17.51":
2408+
version: 20.17.51
2409+
resolution: "@types/node@npm:20.17.51"
23372410
dependencies:
23382411
undici-types: "npm:~6.19.2"
2339-
checksum: 10/098210d43cfc0d770aae95c247a115a8be0daa3fb71bf4e5541fe98494c86ae21842d595a8d11962e1c0d5c70a7f744b0146086ca427b8cebd6602e0d4afb728
2412+
checksum: 10/1f98f9c7dba22e7e494e6436cfdf241f99287c3f7edab8fdb616de78c50eb1b9afd41132a6f9cb619ae0f3e485b862b81d65744ceec7ad1c6fdf1597c2b5fa96
23402413
languageName: node
23412414
linkType: hard
23422415

@@ -5039,13 +5112,13 @@ __metadata:
50395112
version: 0.0.0-use.local
50405113
resolution: "nodejs-typescript-modern-starter@workspace:."
50415114
dependencies:
5042-
"@babel/core": "npm:7.27.1"
5115+
"@babel/core": "npm:7.27.3"
50435116
"@babel/preset-env": "npm:7.27.2"
50445117
"@babel/preset-typescript": "npm:7.27.1"
50455118
"@jest/globals": "npm:29.7.0"
50465119
"@tsconfig/node20": "npm:20.1.5"
50475120
"@types/jest": "npm:29.5.14"
5048-
"@types/node": "npm:20.17.50"
5121+
"@types/node": "npm:20.17.51"
50495122
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
50505123
"@typescript-eslint/parser": "npm:6.21.0"
50515124
esbuild: "npm:0.21.3"

0 commit comments

Comments
 (0)