📦 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.0
4.21.2
->5.1.0
29.7.0
->30.1.1
9.0.5
->10.0.3
13.4.0
->14.0.2
18.0.1
->21.0.0
2.0.4
->4.3.1
See all other Renovate PRs on the Dependency Dashboard
Release Notes
octokit/rest.js (@octokit/rest)
v22.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
v21.1.1
Compare Source
Bug Fixes
v21.1.0
Compare Source
Features
v21.0.2
Compare Source
Bug Fixes
v21.0.1
Compare Source
Bug Fixes
v21.0.0
Compare Source
Features
BREAKING CHANGES
v20.1.2
Compare Source
Bug Fixes
devDependencies
(#487) (711f2ee), closes #486expressjs/express (express)
v5.1.0
Compare Source
========================
Uint8Array
inres.send()
res.sendFile()
res.links()
setprototypeof
safe-buffer
utils-merge
methods
depd
debug@^4.4.0
body-parser@^2.2.0
router@^2.2.0
content-type@^1.0.5
finalhandler@^2.1.0
qs@^6.14.0
[email protected]
[email protected]
v5.0.1
Compare Source
==========
cookie
semver lock to address CVE-2024-47764v5.0.0
Compare Source
=========================
path-is-absolute
dependency - usepath.isAbsolute
insteadres.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.clearCookie
will ignore user providedmaxAge
andexpires
optionsapplication/javascript
=>text/javascript
jestjs/jest (jest)
v30.1.1
Compare Source
Fixes
[jest-snapshot-utils]
Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)v30.1.0
Compare Source
v30.0.5
Compare Source
v30.0.4
Compare Source
Features
[expect]
TheInverse
type is now exported (#15714)[expect]
feat: supportasync functions
intoBe
(#15704)Fixes
[jest]
jest --onlyFailures --listTests now correctly lists only failed tests (#15700)[jest-snapshot]
Handle line endings in snapshots (#15708)v30.0.3
Compare 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.2
Compare Source
v30.0.1
Compare Source
v30.0.0
Compare Source
isaacs/minimatch (minimatch)
v10.0.3
Compare Source
v10.0.2
Compare Source
v10.0.1
Compare Source
v10.0.0
Compare Source
probot/probot (probot)
v14.0.2
Compare Source
Bug Fixes
v14.0.1
Compare Source
Bug Fixes
v14.0.0
Compare Source
BREAKING CHANGES
@octokit/webhooks
v13)octokit.rest.*
methodsprivate
in Typescript, includingProbot#state
, are now private class fields.createNodeMiddleware()
is now an async function@sentry/node
needs to be installed separately if neededioredis
needs to be installed separately if neededlocalhost
by 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
:require()
statements with ESMimport
syntaxFor
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.0
by defaultThe built-in HTTP server will now listen on
localhost
by default, instead of listening on all available interfaces.If you wish to change this behaviour, you can use the
HOST
environment variable, or the--host
variable for theprobot run
command.Asynchronous Middleware Initialization
createNodeMiddleware()
is now asynchronous:v13.4.7
Compare Source
Bug Fixes
@octokit/webhooks
, remove internalrebindLog()
function (#2220) (c4c67c3), closes #2062v13.4.6
Compare Source
Bug Fixes
v13.4.5
Compare Source
Bug Fixes
v13.4.4
Compare Source
Bug Fixes
v13.4.3
Compare Source
Bug Fixes
v13.4.2
Compare Source
Bug Fixes
v13.4.1
Compare Source
Bug Fixes
sinonjs/sinon (sinon)
v21.0.0
Compare Source
fd10f13f
chore!: remove assert.failException property (#2659) (Morgan Roderick)
Released by Morgan Roderick on 2025-06-13.
v20.0.0
Compare Source
b6daed26
chore!: remove usingPromise (Morgan Roderick)
95d4b8fc
chore!: remove fakeXMLHttpRequest and fakeServer (Morgan Roderick)
Released by Morgan Roderick on 2025-03-24.
v19.0.5
Compare Source
67d19ff0
chore: deprecate usingPromise (#2651) (Morgan Roderick)
598dddb6
chore: deprecate useFakeXMLHttpRequest and useFakeServer (Morgan Roderick)
Released by Morgan Roderick on 2025-03-23.
v19.0.4
Compare Source
The release script failed half-way in 19.0.3, so re-releasing.
da67311a
Revert "Add version 19.0.3 to releases" (Carl-Erik Kopseng)
84d5c82a
Add version 19.0.3 to releases (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2025-03-19.
v19.0.3
Compare Source
Basically just documentation updates
1f1d3706
Verifying links procedure (Carl-Erik Kopseng)
37623efc
Catch latest two missing redirects (Carl-Erik Kopseng)
2404a45f
Ignore ancient deadlinks to Sinon child projects in previous releases (Carl-Erik Kopseng)
fba6f877
Ignore historic links in changelog (Carl-Erik Kopseng)
e3950d9b
Fix external link (Carl-Erik Kopseng)
0be40825
Fix the missing redirects to the migration guide (Carl-Erik Kopseng)
108fbca0
Fix internal ../assertions link in source (Carl-Erik Kopseng)
bb10e53a
Fix spy-call reference in source (Carl-Erik Kopseng)
ef582e31
Remove bash-ism from Makefile (use POSIX) (Carl-Erik Kopseng)
7af1d235
chore: remove .unimportedrc.json (Morgan Roderick)
dfcad710
chore: fix codecov upload (Morgan Roderick)
0ca2e49e
fix: browser-test job fails in ubuntu-latest (Morgan Roderick)
e9eb2eb2
chore: remove unused unused job (Morgan Roderick)
278e667e
chore: remove unimported (Morgan Roderick)
9e30835b
npm audit (Morgan Roderick)
a74301cf
chore: remove RunKit (Morgan Roderick)
80bc1d96
Fix out-of-date fake-timers docs (#2628) (Carl-Erik Kopseng)
527568cc
Bump rexml from 3.3.7 to 3.3.9 (#2626) (dependabot[bot])
ed029725
Bump webrick from 1.8.1 to 1.8.2 (#2623) (dependabot[bot])
Released by Carl-Erik Kopseng on 2025-03-19.
v19.0.2
Compare Source
4eb4c4bc
Use fix 13.0.2 version of fake-timers to get Date to pass instanceof checks (Carl-Erik Kopseng)
a5b03db3
Add links to code that is affected by the breaking changes (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2024-09-13.
v19.0.1
Compare Source
037ec2d2
Update migration docs (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2024-09-13.
v19.0.0
Compare Source
3534ab4f
Bump samsam and nise to latest versions (#2617) (Carl-Erik Kopseng)
912c568d
upgrade fake timers and others (#2612) (Carl-Erik Kopseng)
9715798e
Use newer @mochify/* packages (#2609) (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2024-09-13.
probot/smee-client (smee-client)
v4.3.1
Compare Source
Bug Fixes
v4.3.0
Compare Source
Features
v4.2.1
Compare Source
Bug Fixes
v4.2.0
Compare Source
Features
query-forwarding
option, refactor code to allowonopen
,onerror
andonmessage
overridable (#382) (4426ffa)v4.1.2
Compare Source
Reverts
v4.1.1
Compare Source
Bug Fixes
v4.1.0
Compare Source
Features
require(esm)
(#381) (2c44f3d)v4.0.1
Compare Source
Bug Fixes
parseArgs
from Node (7ad5294)v4.0.0
Compare Source
Bug Fixes
eventsource
v4 (627d1be)eventsource
andundici
(1214abb)BREAKING CHANGES
v3.1.1
Compare Source
Bug Fixes
v3.1.0
Compare Source
Features
v3.0.0
Compare 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.