chore(deps): bump the npm_and_yarn group across 1 directory with 10 updates
Type: Pull Request
State: Merged
Association: None
Comments: 0
(about 1 month ago)
(about 1 month ago)
(about 1 month ago)
by peterclemenko
dependencies javascript
Bumps the npm_and_yarn group with 9 updates in the / directory:
| Package | From | To | 
|---|---|---|
| tsup | 8.0.2 | 
8.3.5 | 
| @babel/helpers | 7.24.6 | 
7.28.4 | 
| @octokit/endpoint | 10.1.1 | 
10.1.4 | 
| @octokit/plugin-paginate-rest | 11.3.0 | 
11.6.0 | 
| @octokit/request-error | 6.1.1 | 
6.1.8 | 
| @octokit/request | 9.1.1 | 
9.2.4 | 
| brace-expansion | 1.1.11 | 
1.1.12 | 
| cross-spawn | 7.0.3 | 
7.0.6 | 
| micromatch | 4.0.7 | 
4.0.8 | 
Updates tsup from 8.0.2 to 8.3.5
Release notes
Sourced from tsup's releases.
v8.3.5
🐞 Bug Fixes
- Run
 experimentalDtsonly once - by@aryaemami59in egoist/tsup#1236 (fddd4)View changes on GitHub
v8.3.4
No significant changes
View changes on GitHub
v8.3.3
No significant changes
View changes on GitHub
v8.3.1
🚀 Features
🐞 Bug Fixes
- Support TS 5.6 for svelte - by
 @sxzz(28b9c)- Add
 neutralvalue to platform options inschema.json- by@venablesin egoist/tsup#982 (a03db)- Wider restriction for
 targetoption - by@odanadoin egoist/tsup#1118 (1979b)- Add
 terservalue tominifyoption inschema.json- by@damienbuttin egoist/tsup#991 (34951)- Change
 newlineKindtolfforexperimentalDts- by@aryaemami59in egoist/tsup#1234 (4584b)- Enable rollup
 output.compactwhen minify is enabled - by@hyriousin egoist/tsup#1232 (9cc86)- Support
 Node16andNodeNextmodule resolution inexperimentalDts- by@aryaemami59in egoist/tsup#1225 (41c98)View changes on GitHub
v8.3.0
8.3.0 (2024-09-17)
Bug Fixes
Features
- add support for
 ctsandmtsconfig files (#1178) (ec811b3)- add support for async
 injectStyle(#1193) (f25a9db)v8.2.4
8.2.4 (2024-08-02)
... (truncated)
Commits
cd03e1echore: release v8.3.5fddd451fix: runexperimentalDtsonly once (#1236)21b1193chore: release v8.3.4580e03dci: fix release workflow01b38f2chore: release v8.3.34f5b71eci: fix release workflowe80dad6chore: release v8.3.2f4af79aci: fix release workflow (#1241)4b72d61chore: release v8.3.141c98fffix: supportNode16andNodeNextmodule resolution inexperimentalDts(...- Additional commits viewable in compare view
 
Updates @babel/helpers from 7.24.6 to 7.28.4
Release notes
Sourced from @babel/helpers's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
 transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
 @jridgewell/remapping(@mrginglymus)Committers: 5
- Babel Bot (
 @babel-bot)- Bill Collins (
 @mrginglymus)- Glenn Willen (
 @gwillen)- Huáng Jùnliàng (
 @JLHwung)@liuxingbaoyuv7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
 @nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
 @nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsCommitters: 5
- Babel Bot (
 @babel-bot)- Huáng Jùnliàng (
 @JLHwung)- Jam Balaya (
 @JamBalaya56562)- Nicolò Ribaudo (
 @nicolo-ribaudo)- easrng (
 @easrng)
... (truncated)
Changelog
Sourced from @babel/helpers's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
 transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
 @jridgewell/remapping(@mrginglymus)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
 @nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
 @nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsv7.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
... (truncated)
Commits
35055e3v7.28.418d88b8Improve@babel/coretypings (#17471)ef155f5v7.28.3741cbd2chore: fix various typos across codebase (#17476)cac0ff4v7.28.2f743094fix:regeneratorDefinecompatibility with es5 strict mode (#17441)baa4cb8v7.27.6fdbf1b3fix:finallycauses unexpected return value (#17366)7d06930v7.27.45b9468dReduceregeneratorsize more (#17287)- Additional commits viewable in compare view
 
Updates @octokit/endpoint from 10.1.1 to 10.1.4
Release notes
Sourced from @octokit/endpoint's releases.
v10.1.4
10.1.4 (2025-04-10)
Bug Fixes
v10.1.3
10.1.3 (2025-02-13)
Bug Fixes
- Fix a ReDos vulnerability, reported by
 @DayShift(6c9c5be)v10.1.2
10.1.2 (2024-12-31)
Bug Fixes
Commits
ca8c366fix(deps): update dependency@octokit/typesto v14 (#523)7b9a884maint: cleanuppackage.jsonand use Node LTS instead of v16 (#519)bcc0f97build(deps): bump vite from 6.1.0 to 6.2.5 (#522)255c59dci(action): update actions/create-github-app-token action to v2 (#521)adeee3echore(deps): update dependency prettier to v3.5.3 (#518)ea60e07chore(deps): update dependency semantic-release-plugin-update-version-in-file...8f43346chore(deps): update dependency prettier to v3.5.2 (#517)2209b07chore(deps): update dependency prettier to v3.5.1 (#513)d6cf1adfix: linting issues breaking ci (#514)6c9c5beMerge commit from fork- Additional commits viewable in compare view
 
Updates @octokit/plugin-paginate-rest from 11.3.0 to 11.6.0
Release notes
Sourced from @octokit/plugin-paginate-rest's releases.
v11.6.0
11.6.0 (2025-03-18)
Features
v11.5.0
11.5.0 (2025-03-18)
Features
- new
 GET /orgs/{org}/actions/hosted-runners,GET /orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners,GET /orgs/{org}/rulesets/{ruleset_id}/history,GET /orgs/{org}/settings/network-configurations,GET /repos/{owner}/{repo}/rulesets/{ruleset_id}/historyendpoints (#649) (ef30a05)v11.4.4-cjs.2
11.4.4-cjs.2 (2025-02-26)
[!IMPORTANT] This is a special release to backport newer changes to CJS and address a ReDos vulnerability
Bug Fixes
- deps: update
 @octokit/plugin-rest-endpoint-methods(2c70eaf)v11.4.4-cjs.1
11.4.4-cjs.1 (2025-02-26)
[!IMPORTANT] This is a special release to backport newer changes to CJS and address a ReDos vulnerability
Bug Fixes
- release: set prerelease flag for correct channel (ce534d9) See https://github.com/octokit/plugin-paginate-rest.js/compare/v11.3.1...v11.4.4-cjs.1 for the full comparision
 Reverts
- Revert "docs(README): update examples to use ESM (#611)" (1389b71)
 - Revert "feat: package is now ESM (#596)" (64ba6f4)
 - Revert "fix(pkg): add default fallback and types export (#612)" (27a8552)
 v11.4.3
... (truncated)
Commits
1f44b54feat: new/orgs/{org}/issue-types, `/orgs/{org}/issue-types/{issue_type_id}...ef30a05feat: newGET /orgs/{org}/actions/hosted-runners, `GET /orgs/{org}/actions/...fbadb74chore(deps): update dependency prettier to v3.5.3 (#665)1c297cachore(deps): update dependency semantic-release-plugin-update-version-in-file...60d26d9chore(deps): update dependency prettier to v3.5.2 (#664)9a51aadfix(types): correct pagination return type for data which is an array (#662)8b8c500fix(types): add back the pagination keys (#653)41876f4chore(deps): update dependency prettier to v3.5.1 (#658)7d1fadefix: mitigate ReDos issues & linting issues (#659)bb6c4f9Merge commit from fork- Additional commits viewable in compare view
 
Updates @octokit/request-error from 6.1.1 to 6.1.8
Release notes
Sourced from @octokit/request-error's releases.
v6.1.8
6.1.8 (2025-04-10)
Bug Fixes
v6.1.7
6.1.7 (2025-02-13)
Bug Fixes
- ReDos regex vulnerability, reported by
 @DayShift(d558320874a4bc8d356babf1079e6f0056a59b9e)v6.1.6
6.1.6 (2024-12-29)
Bug Fixes
v6.1.5
6.1.5 (2024-09-24)
Bug Fixes
v6.1.4
6.1.4 (2024-07-11)
Bug Fixes
v6.1.3
6.1.3 (2024-07-11)
Bug Fixes
v6.1.2
6.1.2 (2024-07-10)
... (truncated)
Commits
ab4ea7bfix(deps): update dependency@octokit/typesto v14 (#505)7eba3d2chore(deps): update dependency tinybench to v4 (#501)549624bbuild(deps): bump vite from 6.2.2 to 6.2.5 (#504)11c1adcbuild(deps): lock file maintenance (#502)de5f24dchore(deps): update dependency prettier to v3.5.3 (#499)ef66347build(deps): lock file maintenance (#500)787201dbuild(deps): lock file maintenance (#498)5ab6a76chore(deps): update dependency prettier to v3.5.2 (#497)f8f8c4abuild(deps): lock file maintenance (#496)eee2491chore(deps): update dependency prettier to v3.5.1 (#493)- Additional commits viewable in compare view
 
Updates @octokit/request from 9.1.1 to 9.2.4
Release notes
Sourced from @octokit/request's releases.
v9.2.4
9.2.4 (2025-06-20)
Bug Fixes
v9.2.3
9.2.3 (2025-04-10)
Bug Fixes
v9.2.2
9.2.2 (2025-02-14)
Bug Fixes
v9.2.1
9.2.1 (2025-02-13)
Bug Fixes
v9.2.0
9.2.0 (2025-01-16)
Features
- correctly parse response bodies as JSON where the Content-Type is
 application/scim+json(#731) (00bf316)v9.1.4
9.1.4 (2024-12-29)
Bug Fixes
v9.1.3
9.1.3 (2024-07-14)
... (truncated)
Commits
afa9d09fix(pkg): unreplaced version number indist-bundle/(#765)3773e64ci: replaceOCTOKITBOT_PROJECT_ACTION_TOKENandOCTOKITBOT_PATwith a tok...7d576b0fix(deps): update dependency@octokit/typesto v14 (#753)c9bfc37build(deps): bump vite from 6.1.0 to 6.2.5 (#750)f7b9616ci(prettier): use Node LTS instead of Node 16 (#748)1955847chore(deps): update dependency prettier to v3.5.3 (#745)b71107bchore(deps): update dependency semantic-release-plugin-update-version-in-file...c855943chore(deps): update dependency prettier to v3.5.2 (#743)4b2f485fix(deps): update dependency@octokit/request-errorto v6.1.7 [security] (#740)0320a42chore(deps): update dependency prettier to v3.5.1 (#737)- Additional commits viewable in compare view
 
Updates brace-expansion from 1.1.11 to 1.1.12
Release notes
Sourced from brace-expansion's releases.
v1.1.12
- pkg: publish on tag 1.x c460dbd
 - fmt ccb8ac6
 - Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8
 
https://github.com/juliangruber/brace-expansion/compare/v1.1.11...v1.1.12
Commits
Updates cross-spawn from 7.0.3 to 7.0.6
Changelog
Sourced from cross-spawn's changelog.
7.0.6 (2024-11-18)
Bug Fixes
- update cross-spawn version to 7.0.5 in package-lock.json (f700743)
 7.0.5 (2024-11-07)
Bug Fixes
- fix escaping bug introduced by backtracking (640d391)
 7.0.4 (2024-11-07)
Bug Fixes
Commits
77cd97fchore(release): 7.0.66717de4chore: upgrade standard-versionf700743fix: update cross-spawn version to 7.0.5 in package-lock.json9a7e3b2chore: fix build status badge0852683chore(release): 7.0.5640d391fix: fix escaping bug introduced by backtrackingbff0c87chore: remove codecova7c6abcchore: replace travis with github workflows9b9246echore(release): 7.0.45ff3a07fix: disable regexp backtracking (#160)- Additional commits viewable in compare view
 
Updates esbuild from 0.19.12 to 0.24.2
Release notes
Sourced from esbuild's releases.
v0.24.2
Fix regression with
--defineandimport.meta(#4010, #4012, #4013)The previous change in version 0.24.1 to use a more expression-like parser for
definevalues to allow quoted property names introduced a regression that removed the ability to use--define:import.meta=.... Even thoughimportis normally a keyword that can't be used as an identifier, ES modules special-case theimport.metaexpression to behave like an identifier anyway. This change fixes the regression.This fix was contributed by
@sapphi-red.v0.24.1
Allow
es2024as a target intsconfig.json(#4004)TypeScript recently added
es2024as a compilation target, so esbuild now supports this in thetargetfield oftsconfig.jsonfiles, such as in the following configuration file:{ "compilerOptions": { "target": "ES2024" } }As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.
This fix was contributed by
@billyjanitsch.Allow automatic semicolon insertion after
get/setThis change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:
class Foo { get *x() {} set *y() {} }The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.
Allow quoted property names in
--defineand--pure(#4008)The
defineandpureAPI options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes--defineand--pureconsistent with--global-name, which already supported quoted property names. For example, the following is now possible:// The following code now transforms to "return true;\n" console.log(esbuild.transformSync( `return process.env['SOME-TEST-VAR']`, { define: { 'process.env["SOME-TEST-VAR"]': 'true' } }, ))
... (truncated)
Changelog
Sourced from esbuild's changelog.
0.24.2
Fix regression with
--defineandimport.meta(#4010, #4012, #4013)The previous change in version 0.24.1 to use a more expression-like parser for
definevalues to allow quoted property names introduced a regression that removed the ability to use--define:import.meta=.... Even thoughimportis normally a keyword that can't be used as an identifier, ES modules special-case theimport.metaexpression to behave like an identifier anyway. This change fixes the regression.This fix was contributed by
@sapphi-red.0.24.1
Allow
es2024as a target intsconfig.json(#4004)TypeScript recently added
es2024as a compilation target, so esbuild now supports this in thetargetfield oftsconfig.jsonfiles, such as in the following configuration file:{ "compilerOptions": { "target": "ES2024" } }As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.
This fix was contributed by
@billyjanitsch.Allow automatic semicolon insertion after
get/setThis change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:
class Foo { get *x() {} set *y() {} }The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.
Allow quoted property names in
--defineand--pure(#4008)The
defineandpureAPI options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes--defineand--pureconsistent with--global-name, which already supported quoted property names. For example, the following is now possible:// The following code now transforms to "return true;\n" console.log(esbuild.transformSync( `return process.env['SOME-TEST-VAR']`, { define: { 'process.env["SOME-TEST-VAR"]': 'true' } },
... (truncated)
Commits
745abd9publish 0.24.2 to npm79fd0b0skip nulls in source map finalization (#4011)4b9322fsource map: avoid null entry for 0-length parts199a0d3close #4013: credit to@sapphi-redfor the fix947f99ffix #4010, fix #4012:import.metaregressionde9598fpublish 0.24.1 to npm15d56caemit null source mappings for empty chunk content8d98f6ffix #3985:entryPointmetadata forcopyloader0db1b82fix #3998: avoidoutbasein identifier names7236472close #3974: add support for netbsd on arm64- Additional commits viewable in compare view
 
Updates micromatch from 4.0.7 to 4.0.8
Release notes
Sourced from micromatch's releases.
4.0.8
Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.
Changelog
Sourced from micromatch's changelog.
[4.0.8] - 2024-08-22
- backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch
 
Commits
8bd704e4.0.8a0e6841run verb to generate README documentation4ec2884Merge branch 'v4' into hauserkristof-feature/v4.0.803aa805Merge pull request #266 from hauserkristof/feature/v4.0.8814f5f7lint67fcce6fix: CHANGELOG about braces & CVE-2024-4068, v4.0.5113f2e3fix: CVE numbers in CHANGELOGd9dbd9afeat: updated CHANGELOG2ab1315fix: use actions/setup-node@v41406ea3feat: rework test to work on macos with node 10,12 and 14- 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.
Pull Request Statistics
1
2
+605
-355
Package Dependencies
@octokit/plugin-paginate-rest
                  npm
11.3.0 → 11.6.0
                    Minor
Security Advisories
Uncontrolled resource consumption in braces
Regular Expression Denial of Service (ReDoS) in micromatch
Technical Details
| ID: | 8465702 | 
            
| UUID: | 2862481953 | 
            
| Node ID: | PR_kwDOP3IoE86qngIh | 
            
| Host: | GitHub | 
| Repository: | peterclemenko/cli-typescript-starter | 
| Merge State: | Unknown |