fix(deps): update npm minor/patch (e2e)#563
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
requested review from
ALARGECOMPANY and
biggest-littlest
as code owners
July 20, 2026 09:59
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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:
12.7.0→12.9.01.57.1→1.75.12.8.0→2.9.02.0.32→2.0.335.0.6→5.0.75.7.3→5.10.118.2.1→18.2.310.2.4→10.2.54.0.4→4.0.58.5.10→8.5.197.6.3→7.6.54.2.6→4.2.714.0.0→14.0.18.21.0→8.21.12.8.3→2.9.0Release Notes
cucumber/cucumber-js (@cucumber/cucumber)
v12.9.0Compare Source
Added
publish:urlevent for plugins (#2808)v12.8.3Compare Source
Fixed
v12.8.2Compare Source
Changed
v12.8.1Compare Source
Fixed
junit-xml-formatterandquery(junit-xml-formatter#143)v12.8.0Compare Source
Added
dotenvx/dotenvx (@dotenvx/dotenvx)
v1.75.1Compare Source
Changed
Removed
dotenvx-vlt(now dotenvx-armor) (#849)v1.75.0Compare Source
Changed
@dotenvx/primitives(#848)extcommands become first-class(#847)v1.74.3Compare Source
Changed
@dotenvx/next-envfor user convenience (#845)v1.74.2Compare Source
Changed
@dotenvx/next-env(#844)v1.74.1Compare Source
Added
@dotenvx/next-env(#843)v1.73.1Compare Source
Changed
v1.73.0Compare Source
Added
dotenvx armorcommands directly inside dotenvx (#839)v1.72.0Compare Source
Added
armor logincommand to first classdotenvx logincommand. (#836)dotenvxremains local-first: login is optional and only needed when you want Armor features like moving keys off-device, team sharing, and audit access.v1.71.3Compare Source
Changed
v1.71.2Compare Source
Changed
get,set, anddecryptwhen armor installed (#834)v1.71.1Compare Source
Changed
inheritfor dotenvx-armor integration (#833)v1.71.0Compare Source
Added
--tokensupport for Armor ⛨ users (#831)v1.70.0Compare Source
Changed
v1.69.2Compare Source
Changed
v1.69.1Compare Source
Changed
opstovlt(#823)v1.69.0Compare Source
Changed
opsOffoption in favor ofnoOps(#822)v1.68.1Compare Source
Changed
-fto ops (#821)v1.68.0Compare Source
Changed
ignoreoption onparse(#820)v1.67.0Compare Source
Added
v1.66.0Compare Source
Added
dotenvx doctor(#815)v1.65.3Compare Source
Changed
--no-spinnerflag passed to ops (#814)v1.65.2Compare Source
Changed
dotenvxanddotenvx-ops(#813)v1.65.1Compare Source
Changed
opsshould bubble up (#812)v1.65.0Compare Source
Added
replaceing duplicate keys with different values (#806)v1.64.0Compare Source
Added
dotenvx armorcommand.armor uparmor private keyarmor downdearmor private keyarmor pushpush armored key (from .env.keys)armor pullpull armored key (into .env.keys)Move private keys off device and under access control with Dotenvx Ops ⛨. Learn more
v1.63.0Compare Source
Added
--envflag (#804)--format=colonin order to support cloudflare's wrangler--varflag format (#804)v1.62.0Compare Source
Added
config({ envs }). unlocks simpler cloudflare worker integration (#803)v1.61.6Compare Source
Changed
encrypted:(#802)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
Changed
dotenvx precommit|prebuildshorthand (#793)v1.61.0Compare Source
Added
loginandlogoutmethod that proxy todotenvx-ops login/logout(#780)v1.60.2Compare Source
Changed
local keyandarmored key(for Ops stored keys) (#778)v1.60.1Compare Source
Added
+ key ⛨for Ops stored keys (#777)v1.60.0Compare Source
Added
injecting(run)encrypting(encrypt,set)decrypting(decrypt,get)rotating(rotate)retrieving(keypair)v1.59.1Compare Source
Added
HELLOkey to the kit sample to match most of our examples in the READMEv1.59.0Compare Source
Changed
encryptandsetnow create a.envfile if one does not exist (#771)--no-createto prevent file creationv1.58.0Compare Source
Changed
⟐ injecting env (N) from FILE · dotenvx@VERSION(#770)v1.57.5Compare Source
Changes
v1.57.4Compare Source
Changes
curlexample for install dotenvx.com/ops (#767)v1.57.3Compare Source
Changes
v1.57.2Compare Source
Changes
npm auditto update package-lock.json (#763)open-telemetry/opentelemetry-js (@opentelemetry/core)
v2.9.0Compare Source
💥 Breaking Changes
@opentelemetry/shim-opentracingpackage will be removed in SDK 3.x, planned for approximately September 2026.🚀 Features
PeriodicExportingMetricReader.forceFlushto prevent redundant concurrent export cycles. Concurrent calls to forceFlush will now await any ongoing export and reuse a fresh export cycle if one is started concurrently by another caller. This ensures the latest metrics are always exported efficiently without triggering duplicate collection and export cycles.BatchSpanProcessorconstructor call signature has changed in "sdk-trace". For example, beforenew BatchSpanProcessor(exporter, { maxQueueSize: 1000 }), afternew BatchSpanProcessor({ exporter, maxQueueSize: 1000 }). #6817SimpleSpanProcessorconstructor call signature has changed in "sdk-trace". For example, beforenew SimpleSpanProcessor(exporter), afternew SimpleSpanProcessor({ exporter, selfObsMeterProvider: ... }). #6504🐛 Bug Fixes
uber-trace-id/uberctx-*headers during extract @pichlermarc🏠 Internal
artilleryio/artillery (artillery)
v2.0.33: Artillery v2.0.33Compare Source
What's changed
fake-dataplugin (#3745)juliangruber/brace-expansion (brace-expansion)
v5.0.7Compare Source
NaturalIntelligence/fast-xml-parser (fast-xml-parser)
v5.10.1Compare Source
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.10.0...v5.10.1
v5.10.0Compare Source
What's Changed
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.3...v5.10.0
v5.9.3Compare Source
What's Changed
New Contributors
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.2...v5.9.3
v5.9.2Compare Source
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.1...v5.9.2
v5.9.1Compare Source
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.0...v5.9.1
v5.9.0: update strnum, use is-unsafeCompare Source
v5.8.0: update strnum, FXB. Use xml-naming for DOCTYPECompare Source
hapijs/joi (joi)
v18.2.3Compare Source
v18.2.2Compare Source
isaacs/minimatch (minimatch)
v10.2.5Compare Source
micromatch/picomatch (picomatch)
v4.0.5Compare Source
postcss/postcss (postcss)
v8.5.19Compare Source
beforefor new nodes inserted toRoot(by @MahinAnowar).v8.5.18Compare Source
opts.fromfolder for security reasons (useunsafeMap: trueto disable the check).v8.5.17Compare Source
Maximum call stack size exceedederror.postcss.fromJSON().Input#origin()for unmapped end position (by @chatman-media).v8.5.16Compare Source
Input#origin()position (by @mizdra).rawsafter rehydrating a JSON AST (by @sarathfrancis90).nodesof new node (by @MahinAnowar).offsetinpositionBy()(by @greymoth-jp).rangeBy()onindex: 0(by @sarathfrancis90).v8.5.15Compare Source
v8.5.14Compare Source
v8.5.13Compare Source
postcss-scsscommend regression.v8.5.12Compare Source
opts.unsafeMapto disable checks.v8.5.11Compare Source
protobufjs/protobuf.js (protobufjs)
v7.6.5: protobufjs: v7.6.5Compare Source
Bug Fixes
v7.6.4: protobufjs: v7.6.4Compare Source
Bug Fixes
socketio/socket.io (socket.io-parser)
v4.2.7Compare Source
Bug Fixes
New Contributors
uuidjs/uuid (uuid)
v14.0.1Compare Source
Bug Fixes
websockets/ws (ws)
v8.21.1Compare Source
Bug fixes
a2f4e7c).maxBufferedChunksandmaxFragmentsoptions havebeen reduced (
f197ac6).eemeli/yaml (yaml)
v2.9.0Compare Source
The changes here are really only patches, but I'm releasing this as a minor version to note a small change to the documentation of
parseDocument()andparseAllDocuments(): I've removed the claim that they'll "never throw".It remains the case that practically all non-malicious inputs will be handled without emitting an error, but there is a decent chance that code paths remain where e.g. a RangeError due to call stack exhaustion can be triggered by malicious inputs. Up to now, I've considered these as security vulnerabilities, and in fact it's the only category of error for which
yamlCVEs have been issued so far.Starting from this release, I'll be considering such errors as bugs, but not vulnerabilities. I do welcome people and/or LLMs looking for them, but please report them as normal issues rather than suspected security vulnerabilities. This also applies to previously undiscovered bugs in earlier releases.
Array.prototype.push.apply()with large source arrayv2.8.4Compare Source
maxAliasCount:0(#677)e1a1a77)minFractionDigitsonly to decimal strings (#676)Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.