fix(deps): update frontend dependencies (major) - #1835
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-frontend-dependencies
branch
4 times, most recently
from
May 16, 2026 11:11
773f221 to
71c5414
Compare
renovate
Bot
force-pushed
the
renovate/major-frontend-dependencies
branch
from
May 20, 2026 11:51
71c5414 to
7b61059
Compare
renovate
Bot
force-pushed
the
renovate/major-frontend-dependencies
branch
5 times, most recently
from
May 27, 2026 15:45
830feea to
12698a6
Compare
renovate
Bot
force-pushed
the
renovate/major-frontend-dependencies
branch
10 times, most recently
from
June 11, 2026 12:59
cc39ea5 to
1def260
Compare
renovate
Bot
force-pushed
the
renovate/major-frontend-dependencies
branch
4 times, most recently
from
June 16, 2026 17:37
ebf5f1b to
939bb9e
Compare
renovate
Bot
force-pushed
the
renovate/major-frontend-dependencies
branch
4 times, most recently
from
June 26, 2026 15:48
292e21b to
ee5f338
Compare
renovate
Bot
force-pushed
the
renovate/major-frontend-dependencies
branch
5 times, most recently
from
July 4, 2026 06:14
4865c52 to
be900d7
Compare
renovate
Bot
force-pushed
the
renovate/major-frontend-dependencies
branch
6 times, most recently
from
July 7, 2026 09:04
3eb96e6 to
668db50
Compare
renovate
Bot
force-pushed
the
renovate/major-frontend-dependencies
branch
7 times, most recently
from
July 23, 2026 01:01
82ec2d3 to
36717f7
Compare
renovate
Bot
force-pushed
the
renovate/major-frontend-dependencies
branch
5 times, most recently
from
July 27, 2026 08:19
2565222 to
ca318ad
Compare
renovate
Bot
force-pushed
the
renovate/major-frontend-dependencies
branch
from
July 27, 2026 10:46
ca318ad to
18a2275
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:
^20.1.2→^26.0.0^24.0.1→^34.0.0^9.39.4→^10.0.0^8.3.18→^9.0.0^8.3.18→^9.0.0^8.3.18→^9.0.0^8.3.18→^9.0.0^8.3.18→^9.0.0^8.3.18→^9.0.0^8.3.18→^9.0.0^8.3.18→^9.0.0^8.3.18→^9.0.0^2.27.2→^3.0.0^2.27.2→^3.0.0^2.27.2→^3.0.0^2.27.2→^3.0.0^2.27.2→^3.0.0^2.27.2→^3.0.0^2.27.2→^3.0.0^2.27.2→^3.0.0^2.27.2→^3.0.0^29.5.14→^30.0.0^22.19.17→^24.0.018.3.31→19.2.1718.3.7→19.2.33.12.0→4.0.03.12.0→4.0.03.12.0→4.0.03.12.0→4.0.0^5.2.0→^6.0.0^3.2.4→^4.0.0^8.0.3→^10.0.0^13.7.0→^15.0.09.39.5→10.8.0^17.24.0→^18.0.0^5.2.0→^7.0.0^25.10.10→^26.0.029.7.0→30.4.2^25.0.1→^30.0.0^16.4.0→^17.0.0^4.7.1→^6.0.020.20.2→24.18.018.3.1→19.2.813.0.2→15.1.0^7.2.2→^8.0.018.3.1→19.2.8^14.4.1→^19.0.0^15.7.4→^17.0.0^15.7.4→^17.0.0^7.1.9→^8.0.0^2.15.4→^3.0.05.9.3→7.0.2^7.3.1→^8.0.0^3.2.4→^4.0.03.25.76→4.4.3Release Notes
badeball/cypress-cucumber-preprocessor (@badeball/cypress-cucumber-preprocessor)
v26.0.0Compare Source
Breaking changes:
Remove flag to turn expectation errors soft. This feature was
Other changes:
Add support for Cypress v15.18.0, fixes #1358.
Handle more corner cases related to reload-behavior, fixes #1161.
Handle even more corner cases related to reload-behavior, fixes #1362.
v25.0.0Compare Source
Breaking changes:
Tags are no longer configurable using capital "TAGS", ie.
cypress run -e TAGS=@​foo, only lowercase.Updated peer dependencies to exclude Cypress v15.18.0.
This version introduced a breaking change, which makes it currently unsupported.
The above-mentioned version will hopefully be fully supported in the near future.
v24.0.1Compare Source
Update dependency @cucumber/pretty-formatter to v3.
Correctly handle edge case related to reload-behavior with run hooks, fixes #1344.
v24.0.0Compare Source
Breaking changes:
Removed support for using browserify as a bundler.
Browserify is largely unmaintained at this point and is making it impossible to keep dependencies up-to-date as Browserify itself does not do that. Furthermore, the Browserify bundler is deprecated by Cypress. If you'd still like to use Browserify, you can pin your dependency on
@badeball/cypress-cucumber-preprocessorto~23.x.y.A branch named
v23.x.yhas been created to continue illustrating how to use Browserify. This is mentioned in the FAQ.Bump node requirement slightly from v20.0.0 to ^20.12.0, ^21.7.0 or >=22.
chalkwithutil.styleText.Other changes:
Run hooks (BeforeAll/AfterAll) may now be optionally named. This is in line with how cucumber-js behaves.
Allow step hooks to return skipped / pending.
Attachments (using log(), link() or attach()) can be added in test run hooks (BeforeAll/AfterAll). This is in line with how cucumber-js behaves.
Remove use of patch-package in development mode, which was causing some issues, closes #1255.
Add rudimentary support for videos in reports (messages & HTML), fixes #1139.
This can be enabled by setting
attachments.addVideostotrue.Videos, as with screenshots, are base64-encoded inline within the reports, making them bigger. I suspect size might be an issue for large attachments and this is why I consider this to be rudimentary to begin with. As issues arise, options to externalize attachments might be considered.
v23.2.1Compare Source
v23.2.0Compare Source
Add a flag to turn expectation errors soft. Relates to #1313 and #1222.
During creation of message reports, which the JSON & HTML reports are products of, some test state is tracked by this library. This requires taking into account a myriad of edge cases, mostly related to Cypress' reload behavior. There are however likely several remaining edge cases that are unaccounted for.
In case of #1222, the fail fast strategy adopted here appeared to mask an underlying issue. I suspect this might also be the case for #1313 and similar issues. Thus an option for erroring softly is introduced. With this option, instead of throwing fast in Cypress' event handlers, the preprocessor will emit an error message to stderr at the end of a run.
My hope is that this will make it easier for the end-user to provide proper reproducible examples when running into these errors. Additionally, it can be useful for users whom which reports aren't strictly a necessity but do encounter such errors.
This option can be configured similar to other options, with examples shown below.
v23.1.0Compare Source
Bumb engine requirement to Node v20.
Expand type signature of scenario and step hooks, to allow tags to be defined using pure string arguments. This is in line with how cucumber-js behaves.
Add support for attachments with filenames. This is in line with how cucumber-js behaves.
Implement
log, as seen in cucumber-js.Implement
link, as seen in cucumber-js.Minor changes to the messages report, to ensure compatibility with
cucumber-js.v23.0.0Compare Source
Breaking changes:
Dropped support for Cypress v11.
Dropped support for Node v18.
Other changes:
v22.2.0Compare Source
Add TypeScript support for custom world in hooks, fixes #1304.
Add an option to disable attaching screenshots to reports, fixes #1306.
true, retaining existing behavior for other users.v22.1.0Compare Source
Gracefully handle sourcemaps when running component tests with webpack and chunks enabled (default behavior), fixes #1296.
Avoid setting
sourcesContent: falseto esbuild when using theprettySourceMapoption, relates to #1285.This means that the default bundle when using
prettySourceMapis larger and may affect performance. However, the in-app experience is likely more aligned with user expectation. Users can disable this behavior by explicitly configuringsourcesContent: falsethemselves, as shown below.v22.0.1Compare Source
@cucumber/messages, fixes #1273.v22.0.0Compare Source
Breaking changes:
Other changes:
v21.0.3Compare Source
Correctly represent consecutive BeforeAll & AfterAll hooks in the command log, relates to #1250.
Cache instances of SourceMapConsumer, fixes #1256.
v21.0.2Compare Source
v21.0.1Compare Source
v21.0.0Compare Source
Breaking changes:
Exported member
preprocessorof@badeball/cypress-cucumber-preprocessor/browserifyis removed.@badeball/cypress-cucumber-preprocessor/browserifyshould change their Cypress config in accordance with the related examples.The executable
cypress-cucumber-diagnosticshas been replaced by adryRunoption, relates to #1120 and #1129.Other changes:
Re-introduce support for Node v18, fixes #1230.
Generate a temporary messages report in case of
JsonFormattererrors, relates to #1161.Support project directories containing square brackets, EG.
/home/[foo] my project/, relates to #1196.Allow features in arbitrary locations, fixes #1225.
cucumber/messages (@cucumber/messages)
v34.2.0Compare Source
Added
Fixed
v34.1.0Compare Source
Added
#seconds_to_durationmethod using strings to correctly determine floating point amounts. (#487)Fixed
v34.0.2Compare Source
Added
from_json. (#462)Changed
Fixed
v34.0.1Compare Source
Fixed
v34.0.0Compare Source
Added
cucumber_messagespackage. (#431, #470)Changed
DataTableandDocString. (#468)v33.0.4Compare Source
Fixed
v33.0.3Compare Source
Added
#typeclassification (Returning hashified response), for all messages (Including envelopes) (#447)Changed
Fixed
v33.0.2Compare Source
Fixed
v33.0.1Compare Source
Fixed
v32.3.1Compare Source
Fixed
v32.3.0Compare Source
Added
v32.2.0Compare Source
Added
v32.1.0Compare Source
Added
v32.0.1Compare Source
Fixed
v32.0.0Compare Source
Added
ExternalAttachmentfor externalised attachments (#372)Changed
Attachment.urlandAttachment.source(#372)v31.2.0Compare Source
Added
NdjsonToMessageReader(#344)Fixed
MessageToNdjsonWriteron each write (#344)v31.1.0Compare Source
Added
TestStepResultmessages (To be used in query) (#365)Fixed
TimeConversionhelper file generating a non-conformantTimestampmessageTimeConversionhelper for translating back from a Timestamp by avoiding a rounding errorRemoved
TimeConversionhelpers that did not serve a purpose in message buildingv31.0.1Compare Source
Fixed
v31.0.0Compare Source
Added
locationtoPickle(#308)v30.1.0Compare Source
Added
v30.0.0Compare Source
Changed
Removed
v29.0.1Compare Source
Fixed
v29.0.0Compare Source
Added
workerIdtoTestRunHookStarted(#332)Changed
TestStepResult.message(#315)TestStep.stepMatchArgumentsLists(#330)uuidpackage (#289v28.1.0Compare Source
Added
v28.0.0Compare Source
Changed
Attachment.testRunHookStartedIdfor traceability of attachments to test run hooks (#301)Attachment.timestamp(#305)Fixed
Removed
v27.2.0Compare Source
Added
v27.1.0Compare Source
Added
Changed
v27.0.2Compare Source
Fixed
v27.0.1Compare Source
Fixed
v27.0.0Compare Source
Added
TestRunHookStartedandTestRunHookFinishedmessages (#102)Changed
idproperty toTestRunStarted, optionally reference inTestCase,AttachmentandTestRunFinished(#102)typeproperty toHook(#102)v26.0.1Compare Source
Changed
Fixed
v26.0.0Compare Source
Added
Changed
generation logic is now contained in /codegen (#228 luke-hill)
v25.0.1Compare Source
Fixed
v25.0.0Compare Source
Changed
Fixed
eslint/eslint (@eslint/js)
v10.0.1Compare Source
Bug Fixes
c87d5bdfix: update eslint (#20531) (renovate[bot])d841001fix: updateminimatchto10.2.1to address security vulnerabilities ([#20519]Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.