generated from hmcts/expressjs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update all dependencies #796
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all
base: master
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
+7,939
−4,065
Conversation
This file contains 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
1c030ec
to
3ec545a
Compare
9defea3
to
cb6abf8
Compare
6de9d07
to
9d1c929
Compare
04a08da
to
06e6d72
Compare
f4e0d49
to
9b0ff5c
Compare
8a6d346
to
83321ba
Compare
79d75c3
to
74ee288
Compare
7ca24df
to
2d63c4f
Compare
ed233a4
to
a3e85ec
Compare
1dc3eaf
to
c4f0bf6
Compare
9e6128e
to
9f5f6c8
Compare
9f5f6c8
to
754e8cf
Compare
754e8cf
to
8abfefa
Compare
8abfefa
to
e546043
Compare
e546043
to
edf3387
Compare
edf3387
to
d9e688e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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:
7.26.0
->7.26.8
7.26.0
->7.26.8
1.49.1
->1.50.1
4.17.13
->4.17.15
18.19.70
->18.19.76
2.32.0
->2.32.2
^10.1.0
->^7.11.0
3.5.6
->3.7.2
^6.0.7
->^7.0.0
8.3
->8.12.1
3.7.0
->3.7.1
18.17.1
->18.20.6
11.0.0
->11.1.0
3.1.0
->3.1.1
^4.1.5
->^5.0.0
0.1.12
->0.2.5
1.49.1
->1.50.1
6.13.1
->6.14.0
1.82.0
->1.84.0
7.6.3
->7.7.1
5.97.1
->5.98.0
1.3.0
->1.4.7
1.6.4
->1.7.36
This is a special PR that replaces
babel-eslint
with the community suggested minimal stable replacement version.This is a special PR that replaces
cucumber
with the community suggested minimal stable replacement version.This is a special PR that replaces
npm-run-all
with the community suggested minimal stable replacement version.Release Notes
babel/babel (@babel/core)
v7.26.8
Compare Source
v7.26.8 (2025-02-08)
🏠 Internal
babel-preset-env
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)microsoft/playwright (@playwright/test)
v1.50.1
Compare Source
v1.50.0
Compare Source
Test runner
New option
timeout
allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.New method test.step.skip() to disable execution of a test step.
Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.
Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.
Option testConfig.updateSnapshots added the configuration enum
changed
.changed
updates only the snapshots that have changed, whereasall
now updates all snapshots, regardless of whether there are any differences.New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added
overwrite
and3-way
modes that write the changes into source code, on top of existingpatch
mode that creates a patch file.npx playwright test --update-snapshots=changed --update-source-method=3way
Option testConfig.webServer added a
gracefulShutdown
field for specifying a process kill signal other than the defaultSIGKILL
.Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.
UI updates
canvas
content in traces is error-prone. Display is now disabled by default, and can be enabled via theDisplay canvas content
UI setting.Call
andNetwork
panels now display additional time information.Breaking
<input>
,<select>
, or a number of other editable elements.all
, rather than only the failed/changed snapshots. Use the new enumchanged
to keep the old functionality of only updating the changed snapshots.Browser Versions
This version was also tested against the following stable channels:
allure-framework/allure-npm (allure-commandline)
v2.32.2
Compare Source
Full Changelog: allure-framework/allure-npm@2.32.0...2.32.2
Codeception/codeceptjs (codeceptjs)
v3.7.2
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ Features
🐛 Bug Fixes
📖 Documentation
v3.7.1
Compare Source
reading charAt
error inasyncWrapper.js
v3.7.0
Compare Source
This release introduces major new features and internal refactoring. It is an important step toward the 4.0 release planned soon, which will remove all deprecations introduced in 3.7.
🛩️ Features
🔥 Native Element Functions
A new Els API for direct element interactions has been introduced. This API provides low-level element manipulation functions for more granular control over element interactions and assertions:
element()
- perform custom operations on first matching elementeachElement()
- iterate and perform operations on each matching elementexpectElement()
- assert condition on first matching elementexpectAnyElement()
- assert condition matches at least one elementexpectAllElements()
- assert condition matches all elementsExample using all element functions:
Els functions expose the native API of Playwright, WebDriver, and Puppeteer helpers. The actual
el
API will differ depending on which helper is used, which affects test code interoperability.🔮 Effects introduced
Effects is a new concept that encompasses all functions that can modify scenario flow. These functions are now part of a single module. Previously, they were used via plugins like
tryTo
andretryTo
. Now, it is recommended to import them directly:Previously
tryTo
andretryTo
were available globally via plugins. This behavior is deprecated as of 3.7 and will be removed in 4.0. Import these functions via effects instead. Similarly,within
will be moved toeffects
in 4.0.✅
check
command addedThis command can be executed locally or in CI environments to verify that tests can be executed correctly.
It checks:
And will attempt to open and close a browser if a corresponding helper is enabled. If something goes wrong, the command will fail with a message. Run
npx codeceptjs check
on CI before actual tests to ensure everything is set up correctly and all services and browsers are accessible.For GitHub Actions, add this command:
steps:
v3.6.10
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🐛 Bug Fixes
fix(cli): missing failure counts when there is failedHooks (#4633) - by @kobenguyent
v3.6.9
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🐛 Hot Fixes
fix: could not run tests due to missing
invisi-data
lib - by @kobenguyentv3.6.8
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ Features
🐛 Bug Fixes
Locator.build
complains the empty locator (#4543) - by @kobenguyentI.seeEmailAttachment
treats parameter as regular expression (#4629) - by @ngraf📖 Documentation
v3.6.7
Compare Source
v3.6.6
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ Features
Zero-configuration when paired with other helpers like REST, Playwright:
feat(cli): print failed hooks (#4476) - by @kobenguyent
run command
![Screenshot 2024-09-02 at 15 25 20](https://camo.githubusercontent.com/0fcc8eb2ed2c7aa3327d73f12f8878c3714c0ca61e0d1adaa6972d35b2ec5ba2/68747470733a2f2f72656469726563742e6769746875622e636f6d2f757365722d6174746163686d656e74732f6173736574732f36323563366235342d303366362d343163362d396430632d636436393935383234303461)
run workers command
![Screenshot 2024-09-02 at 15 24 53](https://camo.githubusercontent.com/d5715e1596953832223181b7a71f1a3757894a9e46db3bc72f7c3916183e57b3/68747470733a2f2f72656469726563742e6769746875622e636f6d2f757365722d6174746163686d656e74732f6173736574732f65666666303331322d313232392d343462362d613934662d633962393337306239613634)
🐛 Bug Fixes
I.executeScript
command is used withrun-workers
(#4483) - by @code4muktesh📖 Documentation
v3.6.5
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ Features
🐛 Bug Fixes
📖 Documentation
v3.6.4
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ Features
askForPageObject
method to generate PageObjects on the fly🐛 Bug Fixes
📖 Documentation
v3.6.3
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ Features
🐛 Bug Fixes
📖 Documentation
v3.6.2
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ Features
Support the httpAgent conf to create the TSL connection via REST helper
Currently only screenshot of the active session is saved, this PR aims to save the screenshot of every session for easy debugging
Find an element with class attribute
You could now set the recording video resolution
🐛 Bug Fixes
📖 Documentation
v3.6.1
Compare Source
v3.6.0
Compare Source
🛩️ Features
Breaking Change AI features refactored. Read updated AI guide:
openai
--ai
option added to explicitly enable AI featuresOpenAI
helper renamed toAI
feat(puppeteer): network traffic manipulation. See #4263 by @KobeNguyenT
startRecordingTraffic
grabRecordedNetworkTraffics
flushNetworkTraffics
stopRecordingTraffic
seeTraffic
dontSeeTraffic
feat(Puppeteer): recording WS messages. See #4264 by @KobeNguyenT
Recording WS messages:
flushing WS messages:
Examples:
_react
,_vue
,data-testid
attribute. See #4255 by @KobeNguyenTNetwork requests & responses can be mocked and modified. Use
mockRoute
which strictly follows Puppeteer's setRequestInterception API.To master request intercepting use HTTPRequest object passed into mock request handler.
🐛 Bug Fixes
v3.5.15
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ Features
We revamp the coverage plugin to make it easier to use
Once all the tests are completed,
codecept
will create and store coverage inoutput/coverage
folder, as shown below.Open
index.html
in your browser to view the full interactive coverage report.🐛 Bug Fixes
dry-run command now supports test level grep.
v3.5.14
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🐛 Bug Fixes
joi
package - by @KobeNguyenTv3.5.13
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ Features
[Webdriver] Added commands to check network traffics - supported only with devtoolsProtocol
startRecordingTraffic
grabRecordedNetworkTraffics
flushNetworkTraffics
stopRecordingTraffic
seeTraffic
dontSeeTraffic
Examples: