-
Notifications
You must be signed in to change notification settings - Fork 36
📦 Update invite packages (major) #2103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-invite-packages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a86c301 to
5d73ab4
Compare
1c75f30 to
045d1c8
Compare
045d1c8 to
97e4e46
Compare
97e4e46 to
615f470
Compare
69d5582 to
5bfaec6
Compare
5bfaec6 to
9d75289
Compare
9d75289 to
b2feee0
Compare
b2feee0 to
b259667
Compare
cfcbc93 to
9f69a13
Compare
9f69a13 to
3f8a812
Compare
3f8a812 to
12c048c
Compare
12c048c to
fb38547
Compare
fb38547 to
6cc3eb6
Compare
6cc3eb6 to
82ca17f
Compare
82ca17f to
181c007
Compare
Contributor
Author
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.4.2->4.0.020.1.1->22.0.029.5.14->30.0.020.17.9->22.18.016.4.7->17.2.129.7.0->30.1.112.4.0->14.0.2See all other Renovate PRs on the Dependency Dashboard
Release Notes
GoogleCloudPlatform/functions-framework-nodejs (@google-cloud/functions-framework)
v4.0.0Compare Source
⚠ BREAKING CHANGES
Bug Fixes
Miscellaneous Chores
v3.5.1Compare Source
Bug Fixes
v3.5.0Compare Source
Features
Bug Fixes
v3.4.6Compare Source
Bug Fixes
v3.4.5Compare Source
Bug Fixes
v3.4.4Compare Source
Bug Fixes
v3.4.3Compare Source
Bug Fixes
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 #486motdotla/dotenv (dotenv)
v17.2.1Compare Source
Changed
v17.2.0Compare Source
Added
DOTENV_CONFIG_QUIET=truein your environment or.envfile to quiet the runtime log (#889)DOTENV_CONFIG_environment variables take precedence over any code set options like({quiet: false})v17.1.0Compare Source
Added
v17.0.1Compare Source
Changed
v17.0.0Compare Source
Changed
quietto false - informational (file and keys count) runtime log message shows by default (#875)v16.6.1Compare Source
Changed
quietto true – hiding the runtime log message (#874)config({ quiet: true })to suppress.require('dotenv').config()forrequire('@​dotenvx/dotenvx').config().v16.6.0Compare Source
Added
[[email protected]] injecting env (1) from .env(#870){ quiet: true }to suppressv16.5.0Compare Source
Added
Changed
_logmethod. Use_debug#862jestjs/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
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
v13.4.0Compare Source
Features
v13.3.10Compare Source
Bug Fixes
v13.3.9Compare Source
Bug Fixes
@probot/pinoto v2.5.0 (f26cf46), closes #2102v13.3.8Compare Source
Bug Fixes
v13.3.7Compare Source
Bug Fixes
Context(#2073) (23f6eab), closes #1968v13.3.6Compare Source
Bug Fixes
v13.3.5Compare Source
Bug Fixes
v13.3.4Compare Source
Bug Fixes
v13.3.0Compare Source
Features
x-github-deliveryheader toevent.idfor all requests sent fromcontext.octokitin event handlers (#2027) (12944d5)v13.2.2Compare Source
Bug Fixes
v13.2.1Compare Source
Bug Fixes
v13.2.0Compare Source
Features
v13.1.2Compare Source
Bug Fixes
v13.1.1Compare Source
Bug Fixes
v13.1.0Compare Source
Features
Octokitandlog(#1984) (d195264)v13.0.2Compare Source
Bug Fixes
v13.0.1Compare Source
Bug Fixes
v13.0.0Compare Source
Features
BREAKING CHANGES
node-fetchwith the Fetch APIwebhookPathis now/api/github/webhooksprobot receivenow only supports payloads in JSON format, previously also (unintionally) allowed JS.stringto the.verify(),.verifyAndReceive()methods. Passing objects is no longer supportedNote on Vercel deployments:
Set
NODEJS_HELPERSenvironment variable to0in order to prevent Vercel from parsing the response body.See Disable Helpers for detail.
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.