Skip to content

Commit d4bc354

Browse files
chore(deps): update all non-major dependencies (#204)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.28.0` -> `7.28.3`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.28.0/7.28.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.28.0/7.28.3?slim=true)](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.28.0` -> `7.28.3`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.28.0/7.28.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-env/7.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-env/7.28.0/7.28.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.19.10` -> `20.19.11`](https://renovatebot.com/diffs/npm/@types%2fnode/20.19.10/20.19.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.19.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.19.10/20.19.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/core)</summary> ### [`v7.28.3`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7283-2025-08-14) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.28.0...v7.28.3) ##### 👓 Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-static-block`, `babel-preset-env` - [#&#8203;17443](https://redirect.github.com/babel/babel/pull/17443) \[static blocks] Do not inject new static fields after static code ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### 🐛 Bug Fix - `babel-parser` - [#&#8203;17465](https://redirect.github.com/babel/babel/pull/17465) fix(parser/typescript): parse `import("./a", {with:{},})` ([@&#8203;easrng](https://redirect.github.com/easrng)) - [#&#8203;17478](https://redirect.github.com/babel/babel/pull/17478) fix(parser): stop subscript parsing on async arrow ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### :nail\_care: Polish - `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime` - [#&#8203;17363](https://redirect.github.com/babel/babel/pull/17363) Do not save last yield in call in temp var ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### 📝 Documentation - [#&#8203;17448](https://redirect.github.com/babel/babel/pull/17448) move eslint-{parser,plugin} docs to the website ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🏠 Internal - [#&#8203;17454](https://redirect.github.com/babel/babel/pull/17454) Enable type checking for `scripts` and `babel-worker.cjs` ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🔬 Output optimization - `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions` - [#&#8203;17444](https://redirect.github.com/babel/babel/pull/17444) Optimize do expression output ([@&#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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81d1de0 commit d4bc354

File tree

2 files changed

+122
-94
lines changed

2 files changed

+122
-94
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"test": "jest --runInBand ."
4343
},
4444
"devDependencies": {
45-
"@babel/core": "7.28.0",
46-
"@babel/preset-env": "7.28.0",
45+
"@babel/core": "7.28.3",
46+
"@babel/preset-env": "7.28.3",
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.10",
51+
"@types/node": "20.19.11",
5252
"@typescript-eslint/eslint-plugin": "6.21.0",
5353
"@typescript-eslint/parser": "6.21.0",
5454
"esbuild": "0.21.3",

0 commit comments

Comments
 (0)