Bump the npm_and_yarn group across 1 directory with 4 updates
Bumps the npm_and_yarn group with 4 updates in the / directory: @babel/traverse, ansi-regex, braces and @borderless/ts-scripts.
Updates @babel/traverse from 7.13.15 to 7.28.0
Release notes
Sourced from @babel/traverse's releases.
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu)babel-typesbabel-compat-data,babel-preset-envbabel-core,babel-parserbabel-generator,babel-parserbabel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-transform-object-rest-spread,babel-traverse,babel-typesbabel-parser,babel-traverse,babel-typesbabel-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-typesbabel-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:bug: Bug Fix
babel-helper-globals,babel-plugin-transform-classes,babel-traversebabel-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
- #17403 Update
babel-polyfillpackages (@nicolo-ribaudo)Committers: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyu- coderaiser (
@coderaiser)v7.27.7 (2025-06-26)
Thanks
@arthur-mountainand@evankandersonfor your first PRs!:eyeglasses: Spec Compliance
babel-parser,babel-plugin-transform-classesbabel-parser:bug: Bug Fix
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu)babel-typesbabel-compat-data,babel-preset-envbabel-core,babel-parserbabel-generator,babel-parserbabel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-transform-object-rest-spread,babel-traverse,babel-typesbabel-parser,babel-traverse,babel-typesbabel-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-typesbabel-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:bug: Bug Fix
babel-helper-globals,babel-plugin-transform-classes,babel-traversebabel-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
- #17403 Update
babel-polyfillpackages (@nicolo-ribaudo)v7.27.7 (2025-06-26)
:eyeglasses: Spec Compliance
babel-parser,babel-plugin-transform-classesbabel-parser:bug: Bug Fix
babel-corebabel-typesbabel-plugin-transform-parameters
- #17352 fix: Params of
async function*should throw synchronously (@liuxingbaoyu):house: Internal
... (truncated)
Commits
ccc5faev7.28.04b4e7e2Create babel-helper-globals (#17297)cf5ae03LVal coverage updates (Part 2) (#17391)6ca9df4Accept bigints int.bigIntLiteralfactory (#17378)75f0140Parse discard binding (#17163)4ce7dfdv7.27.76c8faf1add generateUidBasedOnNode test cases (#17381)f68ac51chore: Avoid CITGM errors (#17382)7d06930v7.27.405f28c8[Babel 8] Changescope.{references,uids}toSet(#16624)- Additional commits viewable in compare view
Updates ansi-regex from 5.0.0 to 5.0.1
Release notes
Sourced from ansi-regex's releases.
v5.0.1
Fixes (backport of
6.0.1to v5)This is a backport of the minor ReDos vulnerability in
ansi-regex@<6.0.1, as requested in #38.
- Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.
https://github.com/chalk/ansi-regex/compare/v5.0.0..v5.0.1
Thank you
@yetinglifor the patch and reproduction case!
Commits
Updates braces from 2.3.2 to 3.0.3
Changelog
Sourced from braces's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.[3.0.0] - 2018-04-08
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
- The undocumented
.makeRemethod was removed- Require Node.js >= 8.3
Non-breaking changes
- Caching was removed
Commits
- See full diff in compare view
Updates @borderless/ts-scripts from 0.3.0 to 0.15.0
Release notes
Sourced from @borderless/ts-scripts's releases.
Add
package.jsonsortingAdded
- Add package.json sorting 56870ed
- Upgrades dependencies and bumps minimum node.js version
https://github.com/borderless/ts-scripts/compare/v0.14.2...v0.15.0
Build before check to support TypeScript composite projects
FIxed
- Build before check for TS composite 037736a
https://github.com/borderless/ts-scripts/compare/v0.14.1...v0.14.2
Remove
vitestfrom peer dependenciesFixed
- In
bun,vitestisn't possible, usebun testinsteadBun support, upgrade dependencies, and remove ESLint
Changed
- Upgraded
prettierto v3 which required removing thepackage.jsonformatter plugin (until they upgrade)- Added support for
bunas a runtime, which necessitated removal ofeslint(until ESLint is fixed 🤷)Export configs in
package.jsonFixed
- Add configs to exports 7b67c41 (needed for vitest to work)
https://github.com/borderless/ts-scripts/compare/v0.13.5...v0.13.6
Fix
checkProjectoptionFixed
- Fix checkProject option 858d6d2
https://github.com/borderless/ts-scripts/compare/v0.13.4...v0.13.5
Add ignore config
Added
- Add ignore option 2da1d8a
https://github.com/borderless/ts-scripts/compare/v0.13.3...v0.13.4
Fix test command
Fixed
... (truncated)
Commits
f6472dd0.15.056870edAdd package.json sorting680fb4c0.14.2037736aBuild before check for TS composite6e50f5c0.14.183a04e3Remove vitest as a peer depa3d93800.14.0e5ab9d2Use cjs for lint staged5e704beUse tsx firstac95cfcRemove eslint configs export- Additional commits viewable in compare view
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 You can disable automated security fix PRs for this repo from the Security Alerts page.