deps: bump the all-dependencies group with 4 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(5 months ago)
(5 months ago)
(5 months ago)
by github-actions[bot]
dependencies
Bumps the all-dependencies group with 4 updates: dotenv, @babel/helpers, @babel/types and @xhmikosr/bin-wrapper.
Updates dotenv from 17.2.0 to 17.2.1
Changelog
Sourced from dotenv's changelog.
17.2.1 (2025-07-24)
Changed
- Fix clickable tip links by removing parentheses (#897)
Commits
37cf55a17.2.1f2d92e9changelog 🪵bd27017Merge pull request #897 from motdotla/adjust-tip-for-click8a9ce45add to tests19e5ad9adjust clickable tip4186757Merge pull request #894 from mjomble/patch-104322a6Merge pull request #895 from andersr/add-es6-config-info-to-readme1102cabAdd info about ES6 import with config options5566b77Fixed link in changelog- See full diff in compare view
Updates @babel/helpers from 7.27.6 to 7.28.2
Release notes
Sourced from @​babel/helpers's releases.
v7.28.2 (2025-07-24)
Thanks
@​souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)Committers: 4
- Babel Bot (
@​babel-bot)- Nicolò Ribaudo (
@​nicolo-ribaudo)- SOUHAILA SERBOUT (
@​souhailaS)@​liuxingbaoyuv7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@​liuxingbaoyu):memo: Documentation
babel-types
- #17422 Add missing FunctionParameter docs (
@​JLHwung):leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-types
- #17432 Do not mark OptionalMemberExpresion as LVal (
@​JLHwung)Committers: 3
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)@​liuxingbaoyuv7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@​liuxingbaoyu)babel-types
- #17258 feat(matchesPattern): support super/private/meta (
@​JLHwung)babel-compat-data,babel-preset-env
- #17355 Add explicit resource management to preset-env (
@​JLHwung)babel-core,babel-parser
- #17390 Support
sourceType: "commonjs"(@​JLHwung)babel-generator,babel-parser
- #17346 Materialize
explicitResourceManagementparser plugin (@​JLHwung)babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-transform-object-rest-spread,babel-traverse,babel-types
- #17391 LVal coverage updates (Part 2) (
@​JLHwung)
... (truncated)
Changelog
Sourced from @​babel/helpers's changelog.
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@​liuxingbaoyu):memo: Documentation
babel-types
- #17422 Add missing FunctionParameter docs (
@​JLHwung):leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-types
- #17432 Do not mark OptionalMemberExpresion as LVal (
@​JLHwung)v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@​liuxingbaoyu)babel-types
- #17258 feat(matchesPattern): support super/private/meta (
@​JLHwung)babel-compat-data,babel-preset-env
- #17355 Add explicit resource management to preset-env (
@​JLHwung)babel-core,babel-parser
- #17390 Support
sourceType: "commonjs"(@​JLHwung)babel-generator,babel-parser
- #17346 Materialize
explicitResourceManagementparser plugin (@​JLHwung)babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-transform-object-rest-spread,babel-traverse,babel-types
- #17391 LVal coverage updates (Part 2) (
@​JLHwung)babel-parser,babel-traverse,babel-types
- #17378 Accept bigints in
t.bigIntLiteralfactory (@​JLHwung)babel-generator,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring,babel-plugin-transform-explicit-resource-management,babel-plugin-transform-react-display-name,babel-types
- #17277 Transform discard binding (
@​JLHwung)babel-generator,babel-parser,babel-plugin-proposal-destructuring-private,babel-plugin-transform-block-scoping,babel-plugin-transform-object-rest-spread,babel-plugin-transform-typescript,babel-traverse,babel-types
- #17163 Parse discard binding (
@​JLHwung):bug: Bug Fix
babel-helper-globals,babel-plugin-transform-classes,babel-traverse
- #17297 Create babel-helper-globals (
@​JLHwung)babel-types
- #17009 feature: TSTypeOperator: keyof (#16799) (
@​coderaiser):house: Internal
babel-compat-data,babel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-json-modules,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs3
... (truncated)
Commits
cac0ff4v7.28.2f743094fix:regeneratorDefinecompatibility with es5 strict mode (#17441)- See full diff in compare view
Updates @babel/types from 7.28.1 to 7.28.2
Release notes
Sourced from @​babel/types's releases.
v7.28.2 (2025-07-24)
Thanks
@​souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)Committers: 4
- Babel Bot (
@​babel-bot)- Nicolò Ribaudo (
@​nicolo-ribaudo)- SOUHAILA SERBOUT (
@​souhailaS)@​liuxingbaoyu
Changelog
Sourced from @​babel/types's changelog.
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)
Commits
cac0ff4v7.28.20a3f717[babel 7] Makeoperatorparam int.tsTypeOperatoroptional (#17445)- See full diff in compare view
Updates @xhmikosr/bin-wrapper from 13.1.0 to 13.1.1
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+30
-30
Package Dependencies
Technical Details
| ID: | 4144276 |
| UUID: | 2693788073 |
| Node ID: | PR_kwDONiXIMs6gj_Gp |
| Host: | GitHub |
| Repository: | mattfsourcecode/node-graphql-code-test |
| Merge State: | Unknown |