Skip to content

Commit 87d2407

Browse files
chore(deps): update all non-major dependencies (#196)
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.4` -> `7.27.7`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.27.4/7.27.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.27.4/7.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.27.4/7.27.7?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.19.1` -> `20.19.2`](https://renovatebot.com/diffs/npm/@types%2fnode/20.19.1/20.19.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.19.1/20.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.19.1/20.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.6.1` -> `3.6.2`](https://renovatebot.com/diffs/npm/prettier/3.6.1/3.6.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier/3.6.1/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.6.1/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/core)</summary> ### [`v7.27.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7277-2025-06-26) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.27.4...v7.27.7) ##### 👓 Spec Compliance - `babel-parser`, `babel-plugin-transform-classes` - [#&#8203;17203](https://redirect.github.com/babel/babel/pull/17203) Interepret parser `allow*` options as top level only ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser` - [#&#8203;17371](https://redirect.github.com/babel/babel/pull/17371) fix: disable using in ambient context ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🐛 Bug Fix - `babel-core` - [#&#8203;17392](https://redirect.github.com/babel/babel/pull/17392) Improve TS babel config loading ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-types` - [#&#8203;17376](https://redirect.github.com/babel/babel/pull/17376) fix: support negative bigint in valueToNode ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-transform-parameters` - [#&#8203;17352](https://redirect.github.com/babel/babel/pull/17352) fix: Params of `async function*` should throw synchronously ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### 🏠 Internal - `babel-plugin-transform-destructuring`, `babel-plugin-transform-object-rest-spread` - [#&#8203;17389](https://redirect.github.com/babel/babel/pull/17389) Use `NodePath#splitExportDeclaration` in destructuring transforms ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.6.2`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#362) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.6.1...3.6.2) [diff](https://redirect.github.com/prettier/prettier/compare/3.6.1...3.6.2) ##### Markdown: Add missing blank line around code block ([#&#8203;17675](https://redirect.github.com/prettier/prettier/pull/17675) by [@&#8203;fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ````md <!-- Input --> 1. Some text, and code block below, with newline after code block ```yaml --- foo: bar ``` 1. Another 2. List <!-- Prettier 3.6.1 --> 1. Some text, and code block below, with newline after code block ```yaml --- foo: bar ``` 1. Another 2. List <!-- Prettier 3.6.2 --> 1. Some text, and code block below, with newline after code block ```yaml --- foo: bar ``` 1. Another 2. List ```` </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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80c91a4 commit 87d2407

File tree

2 files changed

+78
-29
lines changed

2 files changed

+78
-29
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@
4242
"test": "jest --runInBand ."
4343
},
4444
"devDependencies": {
45-
"@babel/core": "7.27.4",
45+
"@babel/core": "7.27.7",
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.6",
5050
"@types/jest": "29.5.14",
51-
"@types/node": "20.19.1",
51+
"@types/node": "20.19.2",
5252
"@typescript-eslint/eslint-plugin": "6.21.0",
5353
"@typescript-eslint/parser": "6.21.0",
5454
"esbuild": "0.21.3",
5555
"eslint": "8.57.1",
5656
"eslint-config-prettier": "9.1.0",
5757
"jest": "29.7.0",
5858
"nodemon": "3.1.10",
59-
"prettier": "3.6.1",
59+
"prettier": "3.6.2",
6060
"rimraf": "5.0.10",
6161
"typescript": "5.8.3"
6262
},

yarn.lock

Lines changed: 75 additions & 26 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.4":
68-
version: 7.27.4
69-
resolution: "@babel/core@npm:7.27.4"
67+
"@babel/core@npm:7.27.7":
68+
version: 7.27.7
69+
resolution: "@babel/core@npm:7.27.7"
7070
dependencies:
7171
"@ampproject/remapping": "npm:^2.2.0"
7272
"@babel/code-frame": "npm:^7.27.1"
73-
"@babel/generator": "npm:^7.27.3"
73+
"@babel/generator": "npm:^7.27.5"
7474
"@babel/helper-compilation-targets": "npm:^7.27.2"
7575
"@babel/helper-module-transforms": "npm:^7.27.3"
76-
"@babel/helpers": "npm:^7.27.4"
77-
"@babel/parser": "npm:^7.27.4"
76+
"@babel/helpers": "npm:^7.27.6"
77+
"@babel/parser": "npm:^7.27.7"
7878
"@babel/template": "npm:^7.27.2"
79-
"@babel/traverse": "npm:^7.27.4"
80-
"@babel/types": "npm:^7.27.3"
79+
"@babel/traverse": "npm:^7.27.7"
80+
"@babel/types": "npm:^7.27.7"
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/28c01186d5f2599e41f92c94fd14a02cfdcf4b74429b4028a8d16e45c1b08d3924c4275e56412f30fcd2664e5ddc2200f1c06cee8bffff4bba628ff1f20c6e70
86+
checksum: 10/3503d575ebbf6e66d43d17bbf14c7f93466e8f44ba6f566722747ae887d6c3890ecf64447a3bae8e431ea96907180ac8618b5452d85d9951f571116122b7f66d
8787
languageName: node
8888
linkType: hard
8989

@@ -148,6 +148,19 @@ __metadata:
148148
languageName: node
149149
linkType: hard
150150

151+
"@babel/generator@npm:^7.27.5":
152+
version: 7.27.5
153+
resolution: "@babel/generator@npm:7.27.5"
154+
dependencies:
155+
"@babel/parser": "npm:^7.27.5"
156+
"@babel/types": "npm:^7.27.3"
157+
"@jridgewell/gen-mapping": "npm:^0.3.5"
158+
"@jridgewell/trace-mapping": "npm:^0.3.25"
159+
jsesc: "npm:^3.0.2"
160+
checksum: 10/f5e6942670cb32156b3ac2d75ce09b373558823387f15dd1413c27fe9eb5756a7c6011fc7f956c7acc53efb530bfb28afffa24364d46c4e9ffccc4e5c8b3b094
161+
languageName: node
162+
linkType: hard
163+
151164
"@babel/helper-annotate-as-pure@npm:^7.22.5":
152165
version: 7.22.5
153166
resolution: "@babel/helper-annotate-as-pure@npm:7.22.5"
@@ -515,13 +528,13 @@ __metadata:
515528
languageName: node
516529
linkType: hard
517530

518-
"@babel/helpers@npm:^7.27.4":
519-
version: 7.27.4
520-
resolution: "@babel/helpers@npm:7.27.4"
531+
"@babel/helpers@npm:^7.27.6":
532+
version: 7.27.6
533+
resolution: "@babel/helpers@npm:7.27.6"
521534
dependencies:
522535
"@babel/template": "npm:^7.27.2"
523-
"@babel/types": "npm:^7.27.3"
524-
checksum: 10/a697280575d338afd69461a07edb6db5b8623ca66528a9d2522e7b01476f42561b9563ab688b3ebe9e6afd4d25c6e66cc29a4466c424ab0d6573180c2bfdec0f
536+
"@babel/types": "npm:^7.27.6"
537+
checksum: 10/33c1ab2b42f05317776a4d67c5b00d916dbecfbde38a9406a1300ad3ad6e0380a2f6fcd3361369119a82a7d3c20de6e66552d147297f17f656cf17912605aa97
525538
languageName: node
526539
linkType: hard
527540

@@ -568,6 +581,17 @@ __metadata:
568581
languageName: node
569582
linkType: hard
570583

584+
"@babel/parser@npm:^7.27.5, @babel/parser@npm:^7.27.7":
585+
version: 7.27.7
586+
resolution: "@babel/parser@npm:7.27.7"
587+
dependencies:
588+
"@babel/types": "npm:^7.27.7"
589+
bin:
590+
parser: ./bin/babel-parser.js
591+
checksum: 10/ed25ccfc709e77b94afebfa8377cca2ee5d0750162a6b4e7eb7b679ccdf307d1a015dee58d94afe726ed6d278a83aa348cb3a47717222ac4c3650d077f6ca4fd
592+
languageName: node
593+
linkType: hard
594+
571595
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1":
572596
version: 7.27.1
573597
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1"
@@ -1628,7 +1652,7 @@ __metadata:
16281652
languageName: node
16291653
linkType: hard
16301654

1631-
"@babel/traverse@npm:^7.27.3, @babel/traverse@npm:^7.27.4":
1655+
"@babel/traverse@npm:^7.27.3":
16321656
version: 7.27.4
16331657
resolution: "@babel/traverse@npm:7.27.4"
16341658
dependencies:
@@ -1643,6 +1667,21 @@ __metadata:
16431667
languageName: node
16441668
linkType: hard
16451669

1670+
"@babel/traverse@npm:^7.27.7":
1671+
version: 7.27.7
1672+
resolution: "@babel/traverse@npm:7.27.7"
1673+
dependencies:
1674+
"@babel/code-frame": "npm:^7.27.1"
1675+
"@babel/generator": "npm:^7.27.5"
1676+
"@babel/parser": "npm:^7.27.7"
1677+
"@babel/template": "npm:^7.27.2"
1678+
"@babel/types": "npm:^7.27.7"
1679+
debug: "npm:^4.3.1"
1680+
globals: "npm:^11.1.0"
1681+
checksum: 10/10b83c362b5c2758dbbf308c3144fa0fdcc98c8f107c2b7637e2c3c975f8b4e77a18e4b5854200f5ca3749ec3bcabd57bb9831ae8455f0701cabc6366983f379
1682+
languageName: node
1683+
linkType: hard
1684+
16461685
"@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":
16471686
version: 7.24.5
16481687
resolution: "@babel/types@npm:7.24.5"
@@ -1674,6 +1713,16 @@ __metadata:
16741713
languageName: node
16751714
linkType: hard
16761715

1716+
"@babel/types@npm:^7.27.6, @babel/types@npm:^7.27.7":
1717+
version: 7.27.7
1718+
resolution: "@babel/types@npm:7.27.7"
1719+
dependencies:
1720+
"@babel/helper-string-parser": "npm:^7.27.1"
1721+
"@babel/helper-validator-identifier": "npm:^7.27.1"
1722+
checksum: 10/39e9f05527ef0771dfb6220213a9ef2ca35c2b6d531e3310c8ffafb53aa50362e809f75af8feb28bd6abb874a00c02b05ac00e3063ee239db5c6f1653eab19c5
1723+
languageName: node
1724+
linkType: hard
1725+
16771726
"@bcoe/v8-coverage@npm:^0.2.3":
16781727
version: 0.2.3
16791728
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -2404,12 +2453,12 @@ __metadata:
24042453
languageName: node
24052454
linkType: hard
24062455

2407-
"@types/node@npm:20.19.1":
2408-
version: 20.19.1
2409-
resolution: "@types/node@npm:20.19.1"
2456+
"@types/node@npm:20.19.2":
2457+
version: 20.19.2
2458+
resolution: "@types/node@npm:20.19.2"
24102459
dependencies:
24112460
undici-types: "npm:~6.21.0"
2412-
checksum: 10/2369a96a832a6e8111d2b996c56fb1b78b27fad0879de3e344ae2835697464e001d6fe813a11902348fc7dc63b9510000f3d2cd4bedadf2d3fce7b7bb7903444
2461+
checksum: 10/c9ee1f7eadd32d88d8bd47ff8e98cbabba3086267c49af62895bcf7347b97892daff52865f3068c358cec8ebd5b19bdc15d075039a226e145787cfe4a513dc4c
24132462
languageName: node
24142463
linkType: hard
24152464

@@ -5112,21 +5161,21 @@ __metadata:
51125161
version: 0.0.0-use.local
51135162
resolution: "nodejs-typescript-modern-starter@workspace:."
51145163
dependencies:
5115-
"@babel/core": "npm:7.27.4"
5164+
"@babel/core": "npm:7.27.7"
51165165
"@babel/preset-env": "npm:7.27.2"
51175166
"@babel/preset-typescript": "npm:7.27.1"
51185167
"@jest/globals": "npm:29.7.0"
51195168
"@tsconfig/node20": "npm:20.1.6"
51205169
"@types/jest": "npm:29.5.14"
5121-
"@types/node": "npm:20.19.1"
5170+
"@types/node": "npm:20.19.2"
51225171
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
51235172
"@typescript-eslint/parser": "npm:6.21.0"
51245173
esbuild: "npm:0.21.3"
51255174
eslint: "npm:8.57.1"
51265175
eslint-config-prettier: "npm:9.1.0"
51275176
jest: "npm:29.7.0"
51285177
nodemon: "npm:3.1.10"
5129-
prettier: "npm:3.6.1"
5178+
prettier: "npm:3.6.2"
51305179
rimraf: "npm:5.0.10"
51315180
typescript: "npm:5.8.3"
51325181
bin:
@@ -5387,12 +5436,12 @@ __metadata:
53875436
languageName: node
53885437
linkType: hard
53895438

5390-
"prettier@npm:3.6.1":
5391-
version: 3.6.1
5392-
resolution: "prettier@npm:3.6.1"
5439+
"prettier@npm:3.6.2":
5440+
version: 3.6.2
5441+
resolution: "prettier@npm:3.6.2"
53935442
bin:
53945443
prettier: bin/prettier.cjs
5395-
checksum: 10/e2c4b47bf1bda4f932143e52e0f57239dd60cfef08296b56d4073426e2d310edc353a7daa5285a546bd3c1619c76894759cc98d82d4ac710f72a711ae2899bcc
5444+
checksum: 10/1213691706bcef1371d16ef72773c8111106c3533b660b1cc8ec158bd109cdf1462804125f87f981f23c4a3dba053b6efafda30ab0114cc5b4a725606bb9ff26
53965445
languageName: node
53975446
linkType: hard
53985447

0 commit comments

Comments
 (0)