build(deps): bump @tootallnate/once, http-proxy-agent and jest (#447)

* build(deps): bump @tootallnate/once, http-proxy-agent and jest

Removes [@tootallnate/once](https://github.com/TooTallNate/once). It's no longer used after updating ancestor dependencies [@tootallnate/once](https://github.com/TooTallNate/once), [http-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/http-proxy-agent) and [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together.


Removes `@tootallnate/once`

Updates `http-proxy-agent` from 5.0.0 to 7.0.2
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/http-proxy-agent/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/[email protected]/packages/http-proxy-agent)

Updates `jest` from 27.5.1 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

---
updated-dependencies:
- dependency-name: "@tootallnate/once"
  dependency-version: 
  dependency-type: indirect
- dependency-name: http-proxy-agent
  dependency-version: 7.0.2
  dependency-type: direct:production
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump @tootallnate/once, http-proxy-agent and jest (#448)

* Initial plan

* fix: update ts-jest, @types/jest, jest-circus for jest 30 compatibility

Co-authored-by: peter-evans <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: peter-evans <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: peter-evans <[email protected]>
This commit is contained in:
dependabot[bot]
2026-03-06 08:35:10 +00:00
committed by GitHub
co-authored by peter-evans copilot-swe-agent[bot] <198982749+[email protected]> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Copilot
parent 5718dd4061
commit dc2ae133cb
4 changed files with 6034 additions and 10691 deletions
+1944 -1095
View File
File diff suppressed because it is too large Load Diff
+4049 -9556
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -36,11 +36,11 @@
"@octokit/core": "^6.1.6", "@octokit/core": "^6.1.6",
"@octokit/plugin-paginate-rest": "^11.6.0", "@octokit/plugin-paginate-rest": "^11.6.0",
"@octokit/plugin-rest-endpoint-methods": "^6.8.1", "@octokit/plugin-rest-endpoint-methods": "^6.8.1",
"http-proxy-agent": "^5.0.0", "http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^5.0.1" "https-proxy-agent": "^5.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.0.3", "@types/jest": "^30.0.0",
"@types/node": "^16.18.126", "@types/node": "^16.18.126",
"@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0", "@typescript-eslint/parser": "^5.62.0",
@@ -50,11 +50,11 @@
"eslint-plugin-github": "^4.10.2", "eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^25.7.0", "eslint-plugin-jest": "^25.7.0",
"eslint-plugin-prettier": "^5.5.5", "eslint-plugin-prettier": "^5.5.5",
"jest": "^27.5.1", "jest": "^30.2.0",
"jest-circus": "^27.5.1", "jest-circus": "^30.2.0",
"js-yaml": "^4.1.1", "js-yaml": "^4.1.1",
"prettier": "^3.8.1", "prettier": "^3.8.1",
"ts-jest": "^27.1.5", "ts-jest": "^29.4.6",
"typescript": "^4.9.5" "typescript": "^4.9.5"
} }
} }
+2 -1
View File
@@ -10,7 +10,8 @@
"declaration": true, "declaration": true,
"strict": true, "strict": true,
"noImplicitAny": false, "noImplicitAny": false,
"esModuleInterop": true "esModuleInterop": true,
"skipLibCheck": true
}, },
"exclude": ["__test__", "lib", "node_modules"] "exclude": ["__test__", "lib", "node_modules"]
} }