📦 Update owners packages (major) #2697
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
20.1.1->22.0.04.21.2->5.1.029.7.0->30.1.19.0.5->10.0.313.4.0->14.0.218.0.1->21.0.02.0.4->4.3.1See all other Renovate PRs on the Dependency Dashboard
Release Notes
octokit/rest.js (@octokit/rest)
v22.0.0Compare Source
Bug Fixes
BREAKING CHANGES
v21.1.1Compare Source
Bug Fixes
v21.1.0Compare Source
Features
v21.0.2Compare Source
Bug Fixes
v21.0.1Compare Source
Bug Fixes
v21.0.0Compare Source
Features
BREAKING CHANGES
v20.1.2Compare Source
Bug Fixes
devDependencies(#487) (711f2ee), closes #486expressjs/express (express)
v5.1.0Compare Source
========================
Uint8Arrayinres.send()res.sendFile()res.links()setprototypeofsafe-bufferutils-mergemethodsdepddebug@^4.4.0body-parser@^2.2.0router@^2.2.0content-type@^1.0.5finalhandler@^2.1.0qs@^6.14.0[email protected][email protected]v5.0.1Compare Source
==========
cookiesemver lock to address CVE-2024-47764v5.0.0Compare Source
=========================
path-is-absolutedependency - usepath.isAbsoluteinsteadres.status()accepts only integers, and input must be greater than 99 and less than 1000RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.for inputs outside this rangeTypeError: Invalid status code: ${code}. Status code must be an integer.for non integer inputsres.redirect('back')andres.location('back')is no longer a supported magic string, explicitly usereq.get('Referrer') || '/'.res.clearCookiewill ignore user providedmaxAgeandexpiresoptionsapplication/javascript=>text/javascriptjestjs/jest (jest)
v30.1.1Compare Source
Fixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)v30.1.0Compare Source
v30.0.5Compare Source
v30.0.4Compare Source
Features
[expect]TheInversetype is now exported (#15714)[expect]feat: supportasync functionsintoBe(#15704)Fixes
[jest]jest --onlyFailures --listTests now correctly lists only failed tests (#15700)[jest-snapshot]Handle line endings in snapshots (#15708)v30.0.3Compare Source
Fixes
[jest-config]Fix ESM TS config loading in a CJS project (#15694)Features
[jest-diff]Show non-printable control characters to diffs (#15696)v30.0.2Compare Source
v30.0.1Compare Source
v30.0.0Compare Source
isaacs/minimatch (minimatch)
v10.0.3Compare Source
v10.0.2Compare Source
v10.0.1Compare Source
v10.0.0Compare Source
probot/probot (probot)
v14.0.2Compare Source
Bug Fixes
v14.0.1Compare Source
Bug Fixes
v14.0.0Compare Source
BREAKING CHANGES
@octokit/webhooksv13)octokit.rest.*methodsprivatein Typescript, includingProbot#state, are now private class fields.createNodeMiddleware()is now an async function@sentry/nodeneeds to be installed separately if neededioredisneeds to be installed separately if neededlocalhostby default instead of0.0.0.0.Probot v14 Migration Guide
ESM Only Package
Probot is now exclusively an ESM package. Either migrate to ESM (recommended), or use `require(esm).
Migrating to ESM:
package.json:{ "type": "module" }require()statements with ESMimportsyntax{ "compilerOptions": { "module": "node16", "moduleResolution": "node16" } }For
require(esm):"module": "nodenext"and"moduleResolution": "nodenext""module": "node20"and"moduleResolution": "node20"Node.js Version Requirements
Webhook Type Definitions
Replace webhook type imports:
REST API Access Pattern
Legacy endpoint methods have been removed:
Express Server Removal
The built-in Express server has been removed. To use Express:
HTTP Server no longer listens on
0.0.0.0by defaultThe built-in HTTP server will now listen on
localhostby default, instead of listening on all available interfaces.If you wish to change this behaviour, you can use the
HOSTenvironment variable, or the--hostvariable for theprobot runcommand.Asynchronous Middleware Initialization
createNodeMiddleware()is now asynchronous:v13.4.7Compare Source
Bug Fixes
@octokit/webhooks, remove internalrebindLog()function (#2220) (c4c67c3), closes #2062v13.4.6Compare Source
Bug Fixes
v13.4.5Compare Source
Bug Fixes
v13.4.4Compare Source
Bug Fixes
v13.4.3Compare Source
Bug Fixes
v13.4.2Compare Source
Bug Fixes
v13.4.1Compare Source
Bug Fixes
sinonjs/sinon (sinon)
v21.0.0Compare Source
fd10f13fchore!: remove assert.failException property (#2659) (Morgan Roderick)
Released by Morgan Roderick on 2025-06-13.
v20.0.0Compare Source
b6daed26chore!: remove usingPromise (Morgan Roderick)
95d4b8fcchore!: remove fakeXMLHttpRequest and fakeServer (Morgan Roderick)
Released by Morgan Roderick on 2025-03-24.
v19.0.5Compare Source
67d19ff0chore: deprecate usingPromise (#2651) (Morgan Roderick)
598dddb6chore: deprecate useFakeXMLHttpRequest and useFakeServer (Morgan Roderick)
Released by Morgan Roderick on 2025-03-23.
v19.0.4Compare Source
The release script failed half-way in 19.0.3, so re-releasing.
da67311aRevert "Add version 19.0.3 to releases" (Carl-Erik Kopseng)
84d5c82aAdd version 19.0.3 to releases (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2025-03-19.
v19.0.3Compare Source
Basically just documentation updates
1f1d3706Verifying links procedure (Carl-Erik Kopseng)
37623efcCatch latest two missing redirects (Carl-Erik Kopseng)
2404a45fIgnore ancient deadlinks to Sinon child projects in previous releases (Carl-Erik Kopseng)
fba6f877Ignore historic links in changelog (Carl-Erik Kopseng)
e3950d9bFix external link (Carl-Erik Kopseng)
0be40825Fix the missing redirects to the migration guide (Carl-Erik Kopseng)
108fbca0Fix internal ../assertions link in source (Carl-Erik Kopseng)
bb10e53aFix spy-call reference in source (Carl-Erik Kopseng)
ef582e31Remove bash-ism from Makefile (use POSIX) (Carl-Erik Kopseng)
7af1d235chore: remove .unimportedrc.json (Morgan Roderick)
dfcad710chore: fix codecov upload (Morgan Roderick)
0ca2e49efix: browser-test job fails in ubuntu-latest (Morgan Roderick)
e9eb2eb2chore: remove unused unused job (Morgan Roderick)
278e667echore: remove unimported (Morgan Roderick)
9e30835bnpm audit (Morgan Roderick)
a74301cfchore: remove RunKit (Morgan Roderick)
80bc1d96Fix out-of-date fake-timers docs (#2628) (Carl-Erik Kopseng)
527568ccBump rexml from 3.3.7 to 3.3.9 (#2626) (dependabot[bot])
ed029725Bump webrick from 1.8.1 to 1.8.2 (#2623) (dependabot[bot])
Released by Carl-Erik Kopseng on 2025-03-19.
v19.0.2Compare Source
4eb4c4bcUse fix 13.0.2 version of fake-timers to get Date to pass instanceof checks (Carl-Erik Kopseng)
a5b03db3Add links to code that is affected by the breaking changes (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2024-09-13.
v19.0.1Compare Source
037ec2d2Update migration docs (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2024-09-13.
v19.0.0Compare Source
3534ab4fBump samsam and nise to latest versions (#2617) (Carl-Erik Kopseng)
912c568dupgrade fake timers and others (#2612) (Carl-Erik Kopseng)
9715798eUse newer @mochify/* packages (#2609) (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2024-09-13.
probot/smee-client (smee-client)
v4.3.1Compare Source
Bug Fixes
v4.3.0Compare Source
Features
v4.2.1Compare Source
Bug Fixes
v4.2.0Compare Source
Features
query-forwardingoption, refactor code to allowonopen,onerrorandonmessageoverridable (#382) (4426ffa)v4.1.2Compare Source
Reverts
v4.1.1Compare Source
Bug Fixes
v4.1.0Compare Source
Features
require(esm)(#381) (2c44f3d)v4.0.1Compare Source
Bug Fixes
parseArgsfrom Node (7ad5294)v4.0.0Compare Source
Bug Fixes
eventsourcev4 (627d1be)eventsourceandundici(1214abb)BREAKING CHANGES
v3.1.1Compare Source
Bug Fixes
v3.1.0Compare Source
Features
v3.0.0Compare Source
Features
BREAKING CHANGES
Co-authored-by: Aras Abbasi [email protected]
Configuration
📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.