Open
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
796804d to
c0b4ad4
Compare
2f1a6a9 to
27a24dd
Compare
27a24dd to
5756dd6
Compare
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
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:
9.1.0→9.1.11.61.0→1.61.51.107.12→1.107.145.50.2→5.51.01.15.0→1.15.28.13.0→8.14.04.0.1→4.2.024.14.0→24.15.03.4.4→3.4.92.3.4→2.4.0v2.18.0→v2.19.03.5.32→3.5.334.24.4→4.25.04.9.2→4.14.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/toolkit (@actions/github)
v9.1.1undicifrom6.23.0to6.24.0#2346dotenvx/dotenvx (@dotenvx/dotenvx)
v1.61.5Compare Source
Changed
--hostnameflag todotenvx-ops.login(#801)v1.61.4Compare Source
Changed
v1.61.3Compare Source
Changed
ext precommit --installmessage (#797)v1.61.2Compare Source
Changed
v1.61.1Compare Source
dotenvx precommit|prebuildshorthand (#793)Kong/spec-renderer (@kong/spec-renderer)
v1.107.14Compare Source
Bug Fixes
v1.107.13Compare Source
Bug Fixes
algolia/algoliasearch-client-javascript (algoliasearch)
v5.51.0Compare Source
BREAKING CHANGES: this minor version includes breaking changes in the Composition API. See below for more details.
axios/axios (axios)
v1.15.2Compare Source
This release delivers prototype-pollution hardening for the Node HTTP adapter, adds an opt-in
allowedSocketPathsallowlist to mitigate SSRF via Unix domain sockets, fixes a keep-alive socket memory leak, and ships supply-chain hardening across CI and security docs.🔒 Security Fixes
resolveConfig/mergeConfig/validator paths to read only own properties and use null-prototype config objects, preventing pollutedauth,baseURL,socketPath,beforeRedirect, andinsecureHTTPParserfrom influencing requests. (#10779)socketPath: Rejects non-stringsocketPathvalues and adds an opt-inallowedSocketPathsconfig option to restrict permitted Unix domain socket paths, returningAxiosErrorERR_BAD_OPTION_VALUEon mismatch. (#10777).npmrcwithignore-scripts=true, lockfile lint CI, non-blocking reproducible build diff, scoped CODEOWNERS, expandedSECURITY.md/THREATMODEL.mdwith provenance verification (npm audit signatures), 60-day resolution policy, and maintainer incident-response runbook. (#10776)🚀 New Features
allowedSocketPathsConfig Option: New request config option (and TypeScript types) to allowlist Unix domain socket paths used by the Node http adapter; backwards compatible when unset. (#10777)🐛 Bug Fixes
errorlistener tracking the active request viakAxiosSocketListener/kAxiosCurrentReq, eliminating per-request listener accumulation,MaxListenersExceededWarning, and linear heap growth under concurrent or long-running keep-alive workloads (fixes #10780). (#10788)🔧 Maintenance & Chores
CHANGELOG.mdwith v1.15.1 release notes. (#10781)Full Changelog
v1.15.1Compare Source
algolia/instantsearch (instantsearch.css)
v8.14.0Compare Source
Features
nodejs/node (node)
v24.15.0Compare Source
v24.14.1Compare Source
snowflakedb/snowflake-connector-nodejs (snowflake-sdk)
v2.4.0Compare Source
New features:
browserRedirectPortconnection option to customize the port of the local server that receives theEXTERNALBROWSERauthentication callback (#1004)Changes:
@aws-sdk/*dependencies to addressfast-xml-parservulnerability (#1355)socket hang upandECONNRESETerrors (#1352)Bugfixes:
EXTERNALBROWSERorOAUTH_AUTHORIZATION_CODEauthenticators; the first connection now completes auth and caches tokens before subsequent pool connections start (#1359)Internal:
spcs_tokenwhen driver runs inside SPCS (#1372)v2.3.6Compare Source
New features:
connect()now supports every authenticator type (including external browser and Okta), matchingconnectAsync()(#1342)Changes:
@google-cloud/storagedependency, GCS transfers now use the JSON API directly; theforceGCPUseDownscopedCredentialconnection option has been removed as it is no longer needed (#1341)jsonColumnVariantParserto fall back to eval-based parsing for non-JSON-compliant variant values (e.g.undefined,NaN,Infinity), restoring pre-2.3.5 behavior while keepingJSON.parseas the primary parser (#1351)Bugfixes:
OAUTH_AUTHORIZATION_CODEauthenticator not honoringopenExternalBrowserCallbackconnection option (#1353)createConnection()andcreatePool()types to accept no arguments, matching runtime behavior of loading configuration fromconnections.toml(#1347)accountfield inConnectionOptionstype to be optional, since it can be derived fromaccessUrlorhost(#1347)v2.3.5Compare Source
SF_SKIP_TOKEN_FILE_PERMISSIONS_VERIFICATIONenv variable (#1314)engines, which is our minimum officially supported version since the 2.x release (#1268)PLATFORMfield to login-request telemetry (#1269)rowStreamHighWaterMarkconnection option to control how many rows are buffered when streaming query results viastatement.streamRows()(#1289)connections.tomlviacreateConnection()with no arguments (#1304)normalizeConnectionOptions()utility to convert snake_case connection keys to camelCase, with key aliases and acronym overrides (#1304)LIBC_FAMILYandLIBC_VERSIONfields to login-request telemetry (#1310)crlDownloadMaxSizeconfig option to enforce a maximum response size limit when downloading CRL files (#1321)jsonColumnVariantParsertoJSON.parse(#1300)Bindstyping to allow readonly arrays (#1270)connectAsync()method resolving before connection is completed (#1276)connect()andconnectAsync()(#1276)accountand thehostin the config (#1283)disableSamlUrlChecktyping to use correct casing:disableSamlURLCheck(#1304)getDefaultCacheDir()crashing in environments where no user home directory is configured by falling back toos.tmpdir()(#1312)SF_OCSP_RESPONSE_CACHE_DIRnot being used directly as the OCSP cache directory (#1313)noProxyandNO_PROXYhandling:.domain.comwildcard format was not correctly matching the destination host (#1309).was incorrectly matching as any character instead of a literal dot (#1315)fast-xml-parserrequirement to latest 5.4.1 to address CVE-2026-26278 and CVE-2026-27942 (#1281 and #1311)bn.jsdependency (#1294)step-security/harden-runner (step-security/harden-runner)
v2.19.0Compare Source
What's Changed
New Runner Support
Harden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners.
Automated Incident Response for Supply Chain Attacks
Bug Fixes
Windows and macOS: stability and reliability fixes
Full Changelog: step-security/harden-runner@v2.18.0...v2.19.0
vuejs/core (vue)
v3.5.33Compare Source
Bug Fixes
yarnpkg/berry (yarn)
v4.14.1Compare Source
v4.14.0Compare Source
v4.13.0Compare Source
v4.12.0Compare Source
v4.11.0Compare Source
v4.10.3Compare Source
v4.10.2Compare Source
v4.10.1Compare Source
v4.10.0Compare Source
v4.9.4Compare Source
v4.9.3Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.